body {
    font-size: .26rem;
    color: #141414;
}

.body {
    position: relative !important;
    top: 0 !important;
}

.bg-img {
    z-index: -1;
    position: absolute;
    width: 7.5rem;
}

.city {
    position: absolute;
    top: 0.26rem;
    right: 0.25rem;
    width: 1.15rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.375rem;
    border-radius: 1.875rem;
    background-color: #5785FF;
}

.city-icon {
    width: 0.18rem;
    margin-left: 0.1rem;
}

.city-name {
    font-weight: 500;
    color: #FFFFFF;
    font-size: 0.26rem;
}

.head {
    padding-top: 35%;
}

.card {
    width: 90%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 0.2rem;
    padding: 0.17rem 0.3rem;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 0 0.3rem #0000002b;
}

.card-city-title {
    font-size: 0.28rem;
    font-weight: 500;
}

.select {
    display: flex;
}

.select select {
    min-width: 1.3rem;
    max-width: 2rem;
    font-size: 0.281rem;
    padding: 0.1rem 0.3rem;
    margin-left: 0.4rem;
    border: 0;
    background: url(http://imgbdb3.bendibao.com/whbdb/20202/26/20200226162105_59108.png) no-repeat scroll right 0.26rem transparent;
    -webkit-appearance: none;
    background-size: 0.16rem 0.08rem;
}

.select select:first-child {
    margin-left: 0;
    padding-right: .1rem;
}

.model {
    margin-top: .64rem;
    margin-bottom: .39rem;
    padding: 0 .48rem
}

.tips-img {
    width: .3rem;
    height: .25rem;
    margin-right: .22rem;
}

.model-title {
    margin-bottom: .3rem;
}

.model-title-img {
    width: .18rem;
    height: .26rem;
    margin-right: .14rem;
}

.model-title-text {
    font-size: .32rem;
    font-weight: bold;
}

.tips {
    height: 1rem;
    padding-left: .4rem;
    margin-bottom: .3rem;
    font-size: .26rem;
    /* line-height: 1rem; */
    background-color: #F2F4FC;
    border-radius: .2rem;
    display: flex;
    align-items: center;
}

.tips > a {
    display: flex;
    align-items: center;
}

.guide-body {
    position: relative;
}

.guide-tab-bar {
    height: .61rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: .29rem;
    line-height: .61rem;
    background-color: #5195DD;
}

.guide-tab-item {
    flex: 1;
    font-size: .29rem;
    color: #FFFFFF;
    text-align: center;
}


.public {
    padding-top: .46rem;
}

.info-border {
    display: flex;
    justify-content: space-between;
    margin-bottom: .32rem;
}

.public-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.public-title {
    min-width: 1.14rem;
    margin-right: .5rem;
}

.sport-info-item .public-item:last-child {
    margin-bottom: 0;
}

.on-line-tools-item {
    margin-bottom: .48rem;
    padding-bottom: .48rem;
    border-bottom: .02rem solid #BBB;
}

.tools-show-more {
    display: block;
    height: .66rem;
    color: #FFFFFF;
    line-height: .66rem;
    text-align: center;
    border-radius: .34rem;
    background-color: #61A3E9;
    margin-bottom: .2rem;
}

.sport-info-item {
    margin-bottom: .48rem;
    padding-bottom: .48rem;
    border-bottom: .02rem solid #BBB;
}


.guide-content {
    width: 100%;
    margin-top: .32rem;
    padding: 0 .48rem;
    padding-bottom: .64rem;
    border-radius: .2rem;
    background-color: #F2F4FC;
    box-sizing: border-box;
}

.chouse {
    height: .81rem;
    box-shadow: 0rem 0rem 0.06rem 0rem rgba(0,0,0,0.35); 
    border-radius: .35rem;
    line-height: .81rem;
    background-color: #FFFFFF;
    color: #5195DD;
}

.guide-btn,
.show-more {
    display: block;
    height: .66rem;
    color: #FFFFFF;
    line-height: .66rem;
    text-align: center;
    border-radius: .34rem;
    background-color: #61A3E9;
}

.guide-controler {
    display: flex;
    justify-content: space-between;
    margin-top: .28rem;
}

.controler {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .66rem;
    width: 48%;
    border-radius: .38rem;
    box-shadow: 0rem 0rem 0.08rem 0rem rgba(174,185,230,0.35); 
    line-height: .66rem;
    color: #5195DD;
    text-align: center;
    background-color: #FFFFFF;
}

.on-line-tools {
    margin-bottom: .72rem;
}

.ctr-img {
    width: .23rem;
    height: .24rem;
    margin-right: .14rem;
}

.sport-title {
    margin-bottom: .28rem;
    text-align: center;
}

.sport-title-text {
    margin: 0 .42rem;
    font-size: .28rem;
    font-weight: bold;
}

.share:hover {
    color: #fff;
}