#main{
    background-color: #fff;
    font-weight: 500;
}

/* logo标题部分 */
.top-box{
    padding:0 0.3rem;
}
.top-box-bottom-line{
    height:0.01rem;
    background-color: #E2E2E2;
    width:6.9rem;
}
.top-box-head{
    display: flex;
    padding-bottom: 0.52rem;
    padding-top:0.6rem;
}
.top-box-head-logo{
    width:1.76rem;
    margin-right:0.4rem;
    margin-left:0.1rem;
}
.zhuying-logo{
    width:100%;
}
.top-box-head-right{
    color: #333333;
}
.top-box-head-right-title{
    font-size: 0.46rem;
    font-family: PingFangSC-Medium;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.16rem;
}
.top-box-head-right-title-two{
    font-family: PingFangSC-Medium;
    font-size: 0.28rem;
    color: #666666;
    font-weight: 500;
}
.tips-title{
    margin-bottom: 0.52rem;
    font-size: 0.26rem;
    padding:0.16rem 0;
    text-align: center;
    border-radius: 0.06rem;
    background: #FFF4E7;
    font-weight: 500;
    color: #BC7100;
}
.top-box-bottom{
    margin-top:0.2rem;
    display:flex;
    align-items: center;
}
.version-box{
    font-weight: 500;
    font-size: 0.26rem;
    color: #999999;
}
.down-box{
    margin-left:0.4rem;
}
.down-btn{
    height: 0.6rem;
    width: 1.4rem;
    border-radius: 0.34rem;
    background: #20B455;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    font-weight: bold;
    color: #FFFFFF;
}

.top-box-head-right-ms{
    color:#999999;
    font-size:0.22rem;
}
.top-box-head-right-btn-box{
    display: flex;
    padding:0.05rem 0;
}
.obtain-btn{
    background-color:#0FA2F0;
    border-radius: 0.27rem;
    color:#fff;
    text-align: center;
    width: 1.34rem;
    height: 0.54rem;
    line-height: 0.54rem;
    margin-right: 0.2rem;
}


/* 图片轮播盒子 */
.img-box-title{
    padding:0.3rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    padding-top:0.5rem;
}
.describe-img{
    width:4.8rem;
    margin-right: 0.25rem;
}
.swiper-phone {
    position: relative;
    width: 7.5rem;
    overflow: hidden;
}
.swiper-wrapper {
    position: relative;
    /* width: 100%; */
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide{
    flex-shrink:0;
    display: flex;
    justify-content: center;
    /* width: 90% !important; */
}


/*
推中名单
*/
.tzmd-box{
    padding:0.1rem 0.3rem;
}
.tzmd-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:0.2rem;
    padding-top:0.34rem;
}

.first-tzmd-item{
    padding-top:0.16rem;
}

.tzmd-item-left{
    width:1.4rem;
}
.tzmd-cz-name-fc{
    font-size: 0.3rem; 
    font-weight: bold;
    color: #EA4423;
}
.tzmd-cz-name-tc{
    font-size: 0.3rem; 
    font-weight: bold;
    color: #238F52;
}
.tzmd-cz-issue{
    font-size: 0.22rem; 
    font-weight: 500;
    color: #333333;
}
.tzmd-item-center{
    flex:1;
    font-size: 0.28rem;
    font-weight: 500;
    color: #9D6F45;
}
.tzmd-item-center-span{
    color: #F03E1B;
    font-weight: bold;
}
.tzmd-item-right{
    width: 1.6rem;
    font-size: 0.28rem;
    font-weight: 500;
    color: #9D6F45;
}
.tzmd-item-right-span{
    color: #F03E1B;
    font-weight: bold;
}
.tzmd-border-bottom{
    border-bottom: 0.01rem solid #F4E0CE; 
}

/*
文章
*/
.swiper-zyxzz-box{
    position: relative;
    width: 7.5rem;
    overflow: hidden;
}
.zyxzz-box-item{
    flex-direction: column;
    align-items: center;
}

.bottom-line{
    width: 6.9rem;
    margin:0 auto;
    margin-top:0.8rem;
    border-bottom: 0.01rem solid #DDDDDD;
}
/*
简列优特
*/
.describe-box{
    padding: 0.48rem 0;
}
.jlyt-content{
    padding:0 0.3rem;
}

/*
底部悬浮下载
*/
.xuanfu-boxs{
    width: 7.5rem;
    display: flex;
    justify-content: center;
    position: fixed;
    left:0;
    bottom: 0.3rem;
    z-index: 22;
}

.xuanfu-btns{
    width:5.54rem;
    height:1.62rem;
    background-color: transparent;
}

.none-scrolls{
    overflow: hidden;
}

.kefu-boxs{
    position: fixed;
    left:0.24rem;
    bottom: 1.6rem;
    z-index: 99;
}

.kefu-btns{
    height:1rem;
    width: 1rem;
}