@charset "utf-8";

.picBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picBox2{}
.picBox .img img {
    width: 100%;
    display: block;
}
.picBox2 .img img{height:2.32rem;}
.picBox2 .img p{text-align:center;color:#999;font-size:0.28rem;line-height: 0.8rem;}
.swiper-container {
    width: 100%;
}

.pagination {
    text-align: center;
    position: absolute;
    bottom: 0.1rem;
    z-index: 5;
    width: 100%;
}

.pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 0.1rem;
    background: #000;
    opacity: 1;
}

.pagination .swiper-pagination-bullet-active {
    background: #fff;
}


.inforBox { height: 0.94rem; line-height: 0.94rem;}
.inforBox li{width:33.33%;float:left;}
.inforBox li a{ font-size:0.28rem; color:#999; display: -webkit-box;display: -moz-box;display: -ms-flexbox;display:box;-moz-box-align: center;-webkit-box-align: center;box-align: center; -webkit-box-pack: center;-moz-box-pack: center;box-pack: center;}
.inforBox li a i{width: 0.5rem;height: 0.5rem;margin-right:4px;display: block;}
.inforBox li:nth-child(1) a i{ background:url(../images/top_btm_icon1.png) center center no-repeat; background-size:100% auto;}
.inforBox li:nth-child(2) a i{ background:url(../images/top_btm_icon2.png) center center no-repeat; background-size:100% auto;}
.inforBox li:nth-child(3) a i{ background:url(../images/top_btm_icon3.png) center center no-repeat; background-size:100% auto;}

.lineGap {
    height: 0.12rem;
    background-color: #f8f8f8;
}

.appBox {
    padding: 0.4rem 0 0.1rem;
    background-color: #FFF;
}

.appList li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 0.3rem;
}

.appList li .img {
    width: 0.8rem;
    position: relative;
    margin: 0 auto;
}

.appList li .img img {
    display: block;
    width: 100%;
    height: 0.8rem;
    border-radius: 0.4rem;
}

.appList li .icon_w {
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    top: -0.1rem;
    right: -0.12rem;
    background: url(../images/app_w.png) no-repeat;
    background-size: contain;
}

.appList li .icon_n {
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    top: -0.1rem;
    right: -0.12rem;
    background: url(../images/app_w.png) no-repeat;
    background-size: contain;
}

.appList li p {
    font-size: 0.28rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0.1rem;
    color: #999;
}

.app_pagination {
    position: absolute;
    width: 100%;
    bottom: 0 !important;
    z-index: 5;
    height: 0.28rem;
    text-align: center;
}

.app_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    margin: 0 5px;
    background: #ececec;
    opacity: 1;
    border-radius: 5px;
    vertical-align: top;
}

.app_pagination .swiper-pagination-bullet-active {
    background: #feb913;
}

.imgSpecial {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 0.2rem;
}

.imgSpecial img {
    width: 100%;
    height: 100%;
    background-color: rgba(150, 150, 150, .1);
}


.pullUp {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #b3b3b3;
}

.pullUp .pullUpIcon {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 12px 9px 0 0;
    background: url(http://img.learn.16q.cn/home/2/new/refresh.png) no-repeat;
    background-size: contain;
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}
.borderBtm{background: -webkit-linear-gradient(top,transparent 50%,#ebebeb 50%) bottom center no-repeat;background: -moz-linear-gradient(top, transparent 50%, #ebebeb 50%) bottom center no-repeat;background: -ms-linear-gradient(top, transparent 50%, #ebebeb 50%) bottom center no-repeat;background-size: 100% 1px;}

.margin_side{ margin:0 0.2rem;}
.tit2{ line-height:0.88rem; font-size:0.3rem; color:#999;}
.ad_list{ overflow:hidden;}
.ad_list li{ width:50%; float:left;}
.ad_list li img{width:2.45rem;height:1.3rem;display:block;margin: 0.2rem auto 0;}
.ad_list li p{color:#999;font-size: 0.24rem;text-align:center;line-height: 0.6rem;}
.otherHelp{ height:0.9rem; line-height:0.9rem; padding:0 0.24rem; font-size:0.28rem; color:#999; background:url(../images/arrow.png) right 0.3rem center no-repeat; background-size:0.6rem auto; }

.top_bar{ position:fixed; top:0; width:100%; height:0.88rem; line-height: 0.88rem; display: flex;justify-content: space-between;padding: 0 15px; font-size: 0.33rem; font-weight: bold; z-index: 9; background:#3ca8f3;}
.top_bar_r{position: absolute;top:0.2rem;right:0.14rem;display:block;width:1rem;height:0.5rem;border-radius: 0.32rem;background:url(../images/icon_more.png) #b0dcfa center center no-repeat;background-size: 0.37rem auto;z-index: 10;}
.top_bar_height{ height:0.88rem; width:100%;}

.tab_bar{position:fixed; bottom:0; width:100%; height:0.98rem; border-top:1px solid #ededed; z-index: 9; background:#fff;}
.tab_bar_height{ height:0.98rem; width:100%;}
.tab_bar li{width:33.3%; float:left; }
.tab_bar li a{ display:block; margin-top:0.1rem;}
.tab_bar li a .img{ width:0.5rem; height:0.5rem; display:block; margin:0 auto;}
.tab_bar li a span{color:#999;font-size: 0.2rem;line-height: 1.2;display:block;text-align: center;}
.tab_bar li.on a span{ color:#42c726;}
.tab_bar li:nth-child(1) a .img{ background:url(../images/icon_1.png) center center no-repeat; background-size: 100% 100%;}
.tab_bar li:nth-child(1).on a .img{ background:url(../images/icon_1on.png) center center no-repeat; background-size: 100% 100%;}

.tab_bar li:nth-child(2) a .img{ background:url(../images/icon_2.png) center center no-repeat; background-size: 100% 100%;}
.tab_bar li:nth-child(2).on a .img{ background:url(../images/icon_2on.png) center center no-repeat; background-size: 100% 100%;}

.tab_bar li:nth-child(4) a .img{ background:url(../images/icon_3.png) center center no-repeat; background-size: 100% 100%;}
.tab_bar li:nth-child(4).on a .img{ background:url(../images/icon_3on.png) center center no-repeat; background-size: 100% 100%;}

.tab_bar li:nth-child(3) a .img{ background:url(../images/icon_4.png) center center no-repeat; background-size: 100% 100%;}
.tab_bar li:nth-child(3).on a .img{ background:url(../images/icon_4on.png) center center no-repeat; background-size: 100% 100%;}

@media (min-width: 1024px){
    .wrapMax{margin:0 auto;}
    .picBox .img img{ height:auto;}
    .ad_list li{ width:25%;}
}