html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-logo>h1{
    font-size: 0.36rem;
    color: #7d7d7d;
}

.nav-logo>span{
    position: absolute;
    top: 0.05rem;
    left: 1.67rem;
    font-size: 0.36rem;
    color: #7d7d7d;
}

.nav-box{
    width: 100%;
    height: 1.14rem;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 10px #dadad8;
    box-shadow: 0px 1px 10px #dadad8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav{
    width: 6.86rem;
    height: 0.65rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-menu-btn{
    width: 0.46rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu-btn>img{
    width: 100%;
}

.nav-logo{
    width: 5.89rem;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.nav-logo>img{
    width: 3.9rem;
    height:0.64rem;
}

.nav-search-btn{
    width: 0.52rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-search-btn>img{
    width: 100%;
}

.banner-box{
    position: relative;
}

.banner{
    width: 100%;
}

.banner-word{
    width: 2.4rem;
    position: absolute;
    top: 0.7rem;
    left: 1rem;
}


.subject-first,.subject-second,.subject-third,.subject-four{
    margin-top: 0.36rem;
    margin-left: 0.48rem;
}

.subject-right>h1{
    font-size: 0.28rem;
    color: #57bcb2;
    margin-top: -0.03rem;
}

.subject-right>h3{
    font-size: 0.16rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    color: #7d7d7d;
    position: absolute;
    bottom: -0.04rem;
    left: 0.2rem;
}



.add-symbol-first{
    font-size: 0.28rem;
    color: #57bcb2;
    position: absolute;
    top: -0.1rem;
    left: 0.38rem;
}

.add-symbol-second{
    font-size: 0.12rem;
    position: absolute;
    top: 0.27rem;
    left: 0.3rem;
    color: #7d7d7d;
}

.subject-first-container{
    width: 5.92rem;
    height: auto;
    margin: 0.27rem auto 0 auto;
}

.subject-first-container>ul{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subject-first-container>ul>li{
    width: 1.28rem;
    height: 0.88rem;
    text-align: center;
    cursor: pointer;
}

.subject-first-container>ul>li>img{
    height: 100%;
}

.img-box{
    width: 100%;
    height: 0.55rem;
}

.img-box>img{
    width: 0.55rem;
    display: inherit;
    margin: 0 auto;
}

.word-box{
    width: 100%;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.25rem;
    color: #57bcb2;
    margin-top: 0.05rem;
}

.word-box>p{
    width: 100%;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.25rem;
    color: #57bcb2;
    text-shadow:0.01rem 0.01rem 0px #FFFFFF;
}


.carousel-box{
    width: 100%;
    height: 4.68rem;
    margin-top: 0.33rem;
    position: relative;
}



body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.14rem;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 5.11rem;
    height: 3.25rem;
}
.swiper-slide {

    text-align: center;
    font-size: 0.18rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide>img{
    width: 100%;
    position: absolute;
    top: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("../imgs/arrow.png") !important;
    right: 0.6rem !important;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("../imgs/arrow.png") !important;
    left: 0.6rem !important;
    right: auto;
}

.swiper-button-prev, .swiper-button-next{
    width: 0.18rem !important;
    height: 0.35rem !important;
    background-size: 0.18rem 0.35rem !important;
    top: 38% !important;
}

.swiper-button-next-second, .swiper-container-rtl .swiper-button-prev-second{
    background-image: url("../imgs/arrow.png") !important;
    right: -0.3rem !important;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev-second, .swiper-container-rtl .swiper-button-next-second{
    background-image: url("../imgs/arrow.png") !important;
    left: -0.3rem !important;
    right: auto;
}

.swiper-button-prev-second, .swiper-button-next-second{
    top: 2.5rem !important;
    width: 0.18rem !important;
    height: 0.35rem !important;
    background-size: 0.18rem 0.35rem !important;
}







.swiper-word-bg{
    width: 100%;
    height: 2.22rem;
    background: url("../imgs/swiper-bg.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
}

.swiper-word-box{
    width: 6.2rem;
    height: auto;
    margin: 0.95rem auto 0 auto;
    display: none;
}

.swiper-word-box:first-child{
    display: block;
}

.swiper-word-box>h1{
    font-size: 0.24rem;
    color: #57bcb2;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.swiper-word-box>p{
    font-size: 0.2rem;
    color: #787878;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.subject-second h3{
    left: 0.3rem;
}


.subject-second-container{
    width: 6.95rem;
    height: 4.76rem;
    margin: 0.33rem auto 0 auto;
    position: relative;
    overflow: hidden;
}


.subject-second-container-bg{
    width: 6.95rem;
    height: 3.32rem;
    background: url("../imgs/subject-second-container-bg.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.subject-second-container>ul{
    width: 6.33rem;
    height: 2.57rem;
    margin: 0.38rem auto 0  auto;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.subject-second-container>ul>li{
    width: 3.02rem;
    height: 100%;
}

.li-img-box{
    width: 100%;
    height: 1.91rem;
    position: relative;
    overflow: hidden;
}

.li-word-box{
    width: 100%;
    height: 0.67rem;
    background-color: #fac76e;
    padding: 0.02rem 0.17rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.subject-second-container>ul>li:last-child>.li-word-box:last-child{
    background-color: #ff79ac;
}

.li-word-box>p{
    font-size: 0.2rem;
    color: white;
}

.li-img-box>img{
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.subject-second-container-wrod-box{
    width: 3.52rem;
    height: 1.06rem;
    position: absolute;
    bottom: 0.55rem;
    left: 0.33rem;
}

.subject-second-container-wrod-box>p{
    font-size: 0.21rem;
    color: #57bcb2;
}


.scan-box{
    width: 1.47rem;
    height: 1.47rem;
    position: absolute;
    bottom: 0.12rem;
    right: 1.01rem;
    z-index: 3;
}

.scan-box>img{
    width: 100%;
}


.subject-third h3{
    left: 0.25rem;
}

.more-box{
    width: 100%;
    height: 0.13rem;
    margin-top: -0.1rem;
    text-align: right;
}

.more-box>a>p{
    font-size: 0.16rem;
    margin-right: 0.5rem;
    color: #7d7d7d;
}

.news-list-box{
    width: 6.72rem;
    height: auto;
    margin: 0.29rem auto 0 auto;
}

.news-list-box>ul{
    width: 100%;
    height: 100%;
}

.news-list-box>ul>a>li{
    width: 100%;
    height: 1.6rem;
    background-color: rgba(255,255,255,0.5);
    padding: 0.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.13rem;
}

.li-container{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.li-container-left{
    width: 4.35rem;
    height: 100%;
    overflow: hidden;
}

.li-container-right{
    width: 2.10rem;
    height: 100%;
    margin-top: 0.1rem;
}

.li-container-right>img{
    width: 100%;
}

.li-container-left>h1{
    font-size: 0.21rem;
    color: #5ac8c8;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.li-container-detail{
    width: 93%;
    height:auto;
    overflow: hidden;
    margin-top: 0.03rem;
}

.li-container-detail>p{
    font-size: 0.18rem;
    color: #7d7d7d;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.li-container-left>span{
    font-size: 0.12rem;
    color: #7d7d7d;
    margin-top: 0.18rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.carousel-box-second{
    width: 6.51rem;
    height: 4.82rem;
    margin: 0.25rem auto 0 auto;
    position: relative;
}


.swiper-container-second {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.swiper-slide {

    text-align: center;
    font-size: 18px;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom{
    margin-top: 0.5rem;
}

.nav-box{
    position: relative;
    z-index: 51;
}


.pop-box-all{
    position: relative;
    z-index: 50;
}

.pop-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.pop-in-box{
    width: 5.39rem;
    height: 6.70rem;
    background: url("../imgs/menber.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
}

.pop-in-box-info{
    width: 2.33rem;
    height: 2.55rem;

    position: absolute;
    right: 0.28rem;
    top: 3rem;
    font-size: 0.18rem;


}

.pop-in-box-info>a>p{
    width: 100%;
    height: 2.13rem;
    overflow: hidden;
    color: #7d7d7d;
    font-size: 0.18rem;
}

.pop-in-box-info-btn{
    width: 100%;
    height: 0.42rem;
    background-color: #57bcb2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.05rem;
    color: white;
    font-size: 0.22rem;
}

.close-btn{
    width: 0.29rem;
    height: 0.29rem;
    background: url(../imgs/close.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    cursor: pointer;
}


.close-out-box{
    width: 2rem;
    height: 2rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -0.95rem;
    right: -1.25rem;
    z-index: 999;
}

