.banner-container {
    width:100%;
    height: 3.8rem;
}

.banner-swiper .swiper-slide {
    position: relative;
    width:100%;
}

.banner-swiper .swiper-wrapper {
    height: 3.75rem;
}

.banner-swiper .banner-pagination {
    height: 0.05rem;
}
.banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.banner-swiper .swiper-slide span {
    display: block;
    width: 100%;
    height: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 0.5rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    overflow: hidden;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.28rem;
    text-align: left;
}

.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width:13.5%;
    height: 0.05rem;
    opacity: 1;
    background-color: #cccccc;
    margin: 0 0 0 0.5% !important;
    vertical-align: top;
    border-radius: 0;
}

.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}

.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width:29%;
    background-color: #ff5a39;
}

.channel-container {
    position: relative;
    width: 6.9rem;
    margin: 0.15rem auto 0.4rem auto;
    clear: both;
    overflow: hidden;
    padding: 0.1rem 0 0;
    border-bottom: 1px solid #f5f5f5;
}

.channel-container div {
    position: relative;
    width: 96%;
    overflow: hidden;
    margin: 0 auto 10px auto;
}

.channel-container div a {
    position: relative;
    display: block;
    width: 16%;
    margin: 0 2%;
    float: left;
    overflow: hidden;
}

.channel-container a img {
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.channel-container a em {
    background: url(/v1/images/new_3gicon.png) -16px -17px no-repeat;
    width: 60px;
    height: 64px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -16px;
    transform: scale(0.5);
}

.channel-container a em.xy {
    background-position: -174px -17px;
    width: 63px;
}

.channel-container a em.phb {
    background-position: -336px -17px;
}

.channel-container a em.zx {
    background-position: -499px -17px;
}

.channel-container a em.hj {
    background-position: -652px -17px;
}

.channel-container a span {
    display: block;
    width: 100%;
    height: .60rem;
    line-height: .60rem;
    text-align: center;
    color: black;
    font-size: .29rem;
    clear: both;
    overflow: hidden;
    margin-top: 32px;
}

.app-down {
    width: 100%;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0.55rem;
}

.app-down img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 25%;
}

.app-down .app-con {
    height: 1.5rem;
    display: flex;
    width: 3.8rem;
    padding-left: 0.34rem;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.app-down .app-con span {
    font-size: 0.32rem;
    line-height: 0.4rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.app-down .app-con i {
    font-size: 0.28rem;
    line-height: 0.32rem;
    color: #ff6136;
    font-weight: bold;
    font-style: normal;
}

.app-down em {
    width: 1.24rem;
    /*height: 0.56rem;*/
    padding:0.08rem 0;
    border-radius: 0.28rem;
    border: solid 2px #ff654c;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

.app-down em span {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    font-size: 0.26rem;
    color: #ff4c2e;
}

.zt-container .swiper-slide {
    width: 100%;
    height: 3.38rem;
}

.circle-score {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.64rem;
    height: 0.64rem;
    text-decoration: none;
    background: transparent;
    border-radius: 50%;
    counter-reset: value var(--gauge-value);
    --percentage: calc(var(--gauge-value) / var(--gauge-max-value) * 100%);
    background: conic-gradient(#e74c3c var(--percentage), #ffffff 0);
    --gauge-max-value: 100;
    flex-direction: column;
    margin: 0;
    color: #ffffff;
    background:#e74c3c;
}

.circle-score span {
    font-weight: bold;
    font-size: 0.32rem;
    position: relative;
    z-index: 3;
    color: #ffffff;
    vertical-align: middle;
}

.circle-score i {
    font-style: normal;
    font-size: 0.26rem;
}

.circle-score:before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 85%;
    background: #ff5a39;
    border-radius: inherit;
}

.swiper-slide .big-img {
    width: 6.91rem;
    height: 2.02rem;
    overflow: hidden;
    border-radius: 0.2rem;
    display: block;
    margin-bottom: 0.36rem;
}

.zt-container {
    margin-bottom: 0.4rem;
}

.zt-container img {
    display: block;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}

.zt-con {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.zt-con .zt-left {
    border-radius: 25%;
    height: 1rem;
    width: 1rem;
    overflow: hidden;
}

.zt-con .zt-middle {
    width: 5.1rem;
    height: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0.27rem;
    text-align: left;
}

.zt-middle a {
    font-size: 0.32rem;
    line-height: 0.36rem;
    color: #2a2a2a;
    display: block;
    width: 100%;
    height: 0.36rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
    font-weight:bold;
}

.zt-middle p {
    font-size: 0.26rem;
    height: 0.36rem;
    line-height: 0.36rem;
    color: #999999;
    overflow: hidden;
    width: 100%;
}

.zt-pagination {
    margin: 0.7rem auto 0.42rem;
    display: flex;
    height: 0.26rem;
    align-items: center;
    justify-content: center;
}

.zt-pagination .swiper-pagination-bullet {
    width: 0.26rem;
    height: 0.26rem;
    background-color: #d9d9d9;
    border-radius: 0.13rem;
    opacity: 1;
    margin: 0 0.08rem !important;
}

.zt-pagination .swiper-pagination-bullet-active {
    width: 0.5rem;
    background-color: #ff5c46;
    opacity: 1;
}

.zt-swiper {
    border-bottom: 1px solid #f5f5f5;
}

.btn-container {
    width: 105%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-container .btn-li {
    /*width: 1.58rem;*/
    /*height: 0.65rem;*/
    /*border-radius: 0.33rem;*/
    border: solid 1px #bebebe;
    box-sizing: border-box;
    margin-right: 0.19rem;
    /*display: table;*/
    margin-bottom: 0.25rem;
    display:block;
    width:1.58rem;
    height:32px;
    line-height:30px;
    border-radius: 16px;
    overflow:hidden;
    text-align: center;
}

.btn-container .btn-li.active {
    background-color: #ffe3db;
    border-color: #ff8b6c;
}

.btn-container .btn-li span {
    /*vertical-align: middle;*/
    /*display: table-cell;*/
    /*font-size: 0.3rem;*/
    font-size:14px;
    color: #333333;
    text-align: center;
}

.news-ul {
    width: 100%;
    overflow: hidden;
    display:none;
}
.qiehuanbox .news-ul:first-child{
    display:block;
}
.news-ul a {
    height: 0.4rem;
    display: block;
    margin: 0 auto 0.22rem;
    box-sizing: border-box;
    padding-left: 0.28rem;
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0.4rem;
    font-size: 0.26rem;
    color: #333333;
    text-align: left;
}

.news-ul a:before {
    width: 0.16rem;
    height: 0.16rem;
    background-image: linear-gradient(-45deg, #000000 0%, #803726 0%, #ff6d4b 0%, #ffc4b8 100%);
    border-radius: 0.04rem;
    position: absolute;
    content: "";
    left: 0;
    top: 0.12rem;
}
.news-ul .load-more:before{
    display:none;
}

.js-ios,.js-android{
    display:none;
}
.abdd{padding-left: 2%;width: 98% !important;box-sizing: border-box;margin-bottom: .2rem;}