﻿.home-box {
    background: linear-gradient( 180deg, #FFFFFF 0%, #F7F7F7 100%);
}
.home-header-box {
    position: fixed;
    top: 0;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.17rem;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
    z-index: 99;
    background-color: #fff;
}
.home-header-box .logo {
    margin-right: 0.37rem;
    width: 2.24rem;
    height: 0.64rem;
}
.home-header-box .search-box {
    flex: 1;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
    width: 5.65rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    border: 1px solid #A1E2AF;
    box-sizing: border-box;
}
.home-header-box .search-box-text {
    flex: 1;
    height: 0.8rem;
    line-height: 0.8rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.37rem;
    color: #999999;
}
.home-header-box .search-box-line {
    margin: 0 0.27rem;
    width: 1px;
    height: 0.27rem;
    background-color: #DDDDDD;
}
.home-header-box .search-box-icon {
    display: inline-block;
    width: 0.43rem;
    height: 0.43rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../../Images/search.png");
}
.home-header-box .icon-news {
    margin-left: 0.29rem;
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../../Images/news.png");
}
.banner-icon-box {
    padding-top: 1.17rem;
    position: relative;
    width: 100%;
    height: 5.71rem;
}
.banner-icon-container {
    width: 100%;
    height: 5.1rem;
}
.banner-icon-side {
    display: flex;
    flex-wrap: wrap;
}
.banner-icon-item {
    flex: 0 0 25%;
    margin-top: 0.53rem;
    text-align: center;
    background-color: #fff;
}
.banner-icon-item .img {
    margin-bottom: 0.13rem;
    width: 1.33rem;
    height: 1.33rem;
    border-radius: 50%;
}
.banner-icon-item .text {
    display: inline-block;
    width: 1.92rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #777777;
}
.banner-icon-box .swiper-pagination {
    bottom: 0.18rem;
    left: 50%;
    transform: translateX(-50%);
}
.banner-icon-box .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.13rem;
    background: #E6E6E6;
    opacity:1;
    border-radius:inherit;
}
.banner-icon-box .swiper-pagination-bullet:first-child {
    border-radius: 0.08rem 0 0 0.08rem;
}
.banner-icon-box .swiper-pagination-bullet:last-child {
    border-radius: 0 0.08rem 0.08rem 0;
}
.banner-icon-box .swiper-pagination-bullet-active {
    background-color: #46C663;
    border-radius: 0.08rem!important;
}
.banner-img-box {
    margin-bottom: 0.4rem;
    padding: 0 0.4rem;
}
.banner-img-container {
    width: 100%;
    height: 5.15rem;
    border-radius: 0.27rem;
}
.banner-img-container .img {
    width: 100%;
    height: 100%;
}
.banner-img-container .swiper-pagination-bullet {
    width: 0.13rem;
    height: 0.13rem;
    background-color: #fff;
    opacity: 0.8;
}
.banner-img-container .swiper-pagination-bullet-active {
    background: #46C663;
}

.learn-list {
    padding: 0 0.4rem;
    margin-bottom: 0.11rem;
}
    .learn-list > div:nth-child(1) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.27rem;
    }
.learn-list > div:nth-child(1) > img {
    width:2.4rem;
    height:0.53rem;
}
.learn-list > div:nth-child(1) > a {
    font-size: 0.32rem;
    color: #999999;
}
.learn-list > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hotbox {
    margin-bottom: 1.5rem;
}
.school-list-box {
    padding-bottom: 1.5rem;
}
.school-list {
    padding: 0 0.4rem;
    display: flex;
}
.school-list-left {
    flex: 1;
    margin-right: 0.24rem;
}
.school-list-right {
    flex: 1;
}
.school-list-item {
    margin-bottom: 0.32rem;
    display: inline-block;
    width: 4.5rem;
    background: #FFFFFF;
    border-radius: 0.21rem;
}
.school-list-item .main-img {
    margin-bottom: 0.13rem;
    width: 100%;
    height: 2.56rem;
    border-radius: 0.21rem;
}
.school-list-item .content {
    padding: 0 0.26rem 0.13rem;
}
.school-list-item .title {
    margin-bottom: 0.13rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.37rem;
    color: #333333;
}
.school-list-item .introduce{
    margin-bottom: 0.13rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #999999;
}
.school-list-item .line {
    display: inline-block;
    width: 1px;
    height: 0.32rem;
    background-color: #E6E6E6;
    vertical-align: -0.05rem;
}
.school-list-item .price-box {
    display: flex;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.43rem;
    color: #FF2824;
}
.school-list-item .symbol {
    font-size: 0.32rem;
}
.school-list-item .through {
    margin-left: 0.4rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #ccc;
    text-decoration: line-through;
}