.content-wrap {
    padding: 71px 0;
    text-align: center
}

.content-wrap .title {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: 800
}

.content-wrap.white {
    background: #fff
}

.content-wrap.gray {
    background: #F7F8F9
}

.select-wrap .select-cont {
    margin-top: 73px;
    display: flex;
    justify-content: space-between
}

.select-wrap .select-cont .one {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 25px
}

.select-wrap .select-cont .one img {
    max-height: 100px
}

.select-wrap .select-cont .text {
    color: #000;
    font-size: 24px;
    margin: 26px 30px;
    font-weight: 700
}

.select-wrap .select-cont .txt {
    color: #666;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0
}

.select-wrap .tips {
    font-size: 18px;
    color: #000;
    margin-top: 71px
}

.select-wrap .tips .link {
    color: #EF5A54;
    text-decoration: underline
}

.like-cont {
    margin-top: 66px;
    text-align: left;
    display: flex;
    justify-content: space-between
}

.like-cont .one {
    width: 33.3%;
    max-width: 376px;
    box-sizing: border-box;
    box-shadow: 0 20px 32px 0 rgba(153, 153, 153, .1);
    background: #fff;
    padding-bottom: 90px;
    position: relative
}

.like-cont .one:nth-child(1) {
    margin-right: 30px
}

.like-cont .one:nth-child(2) {
    margin: 0 10px
}

.like-cont .one:nth-child(3) {
    margin-left: 30px
}

.like-cont img {
    max-width: 100%
}

.like-cont .txt {
    margin: 25px 20px 10px;
    color: #333;
    font-size: 18px;
    line-height: 30px
}

.like-cont .name {
    position: absolute;
    right: 20px;
    bottom: 24px;
    margin: 0;
    font-size: 18px
}

.work-wrap .tips {
    text-align: center;
    font-size: 20px;
    margin-top: 55px
}

.work-wrap .work-cont {
    margin-top: 70px;
    display: flex;
    justify-content: space-around
}

.work-wrap .work-cont .one {
    width: 33.3%;
    box-sizing: border-box;
    max-width: 332px
}

.work-wrap .work-cont .one .item img {
    max-width: 200px
}

.work-wrap .work-cont .txt {
    margin-top: 25px;
    font-size: 18px
}

.work-wrap .work-cont .txt > img {
    width: 9px;
    height: 9px;
    margin-right: 10px
}

.school-cont img {
    margin-top: 72px
}

.media-wrap .media-cont {
    margin: 66px 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.media-wrap .media-cont .media-item {
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px 40px
}

.media-wrap .media-cont .media-item a {
    max-width: 150px;
    display: block;
    box-shadow: 0 8px 16px 5px rgba(153, 153, 153, .1);
    margin: 0 auto
}

.media-wrap .media-cont .media-item img {
    max-width: 100%
}

.media-wrap .media-cont .media-item:nth-child(10), .media-wrap .media-cont .media-item:nth-child(6), .media-wrap .media-cont .media-item:nth-child(7), .media-wrap .media-cont .media-item:nth-child(8), .media-wrap .media-cont .media-item:nth-child(9) {
    padding-bottom: 0
}

.media-wrap .tips {
    margin-top: 87px;
    text-align: center;
    font-size: 24px
}

.media-wrap .tips .txt {
    color: #EF5A54
}

.media-wrap .tips .link {
    color: #fff;
    display: inline-block;
    width: 200px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 5px;
    margin-left: 44px;
    background: #EF5A54
}

.price-cont {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.price-cont .img {
    max-width: 650px
}

.price-cont .cont {
    flex: 1;
    text-align: left;
    padding-left: 0;
    margin-left: 42px
}

.price-cont .cont .title {
    padding: 13px 0 20px;
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-left: 18px
}

.price-cont .cont .one {
    display: block;
    font-size: 20px;
    line-height: 2
}

.price-cont .cont .one img {
    width: 10px;
    margin-right: 18px
}

.mobile-icon {
    display: none
}

@media screen and (min-width: 500px) and (max-width: 800px) {
    .content-wrap .title {
        font-size: 35px;
        line-height: 30px
    }
}

@media screen and (max-width: 800px) {
    .banner-wrap {
        margin-top: 95px
    }

    .mobile-icon {
        display: block;
        position: fixed;
        bottom: 0;
        right: -100px
    }

    .mobile-icon img {
        width: 50%
    }

    .select-wrap .select-cont {
        display: block;
        margin-top: 40px
    }

    .select-wrap .select-cont .txt {
        font-size: 16px;
        line-height: 24px
    }

    .select-wrap .select-cont .one {
        width: auto;
        margin: 0 auto 60px !important;
        padding: 0
    }

    .like-cont, .school-cont img, .work-wrap .work-cont {
        margin-top: 40px
    }

    .select-wrap .select-cont .one:last-child {
        margin-bottom: 0 !important
    }

    .like-cont .txt {
        font-size: 14px
    }

    .like-cont .name {
        font-size: 16px
    }

    .work-wrap .tips, .work-wrap .work-cont .txt {
        font-size: 14px
    }

    .work-wrap .work-cont .one .item img {
        max-width: 220px
    }

    .media-wrap .media-cont {
        margin: 40px 0 0
    }

    .media-wrap .media-cont .media-item {
        width: 50%;
        padding: 0 15px 40px !important
    }

    .media-wrap .media-cont .media-item:nth-child(10), .media-wrap .media-cont .media-item:nth-child(9) {
        padding-bottom: 0 !important
    }

    .media-wrap .tips {
        display: none
    }

    .price-cont {
        margin-top: 40px
    }

    .price-cont .img img {
        width: 100%
    }

    .price-cont .cont {
        margin-top: 40px !important
    }

    .price-cont .cont .one {
        font-size: 15px !important
    }
}

@media screen and (max-width: 900px) {
    .like-cont, .work-wrap .work-cont {
        display: block
    }

    .like-cont .one {
        margin: 0 auto 50px !important;
        width: auto;
        max-width: 330px
    }

    .like-cont .one:last-child {
        margin-bottom: 0 !important
    }

    .work-wrap .tips {
        margin: 40px auto 0;
        max-width: 520px
    }

    .work-wrap .work-cont .one {
        margin: 0 auto 50px !important;
        width: auto
    }

    .work-wrap .work-cont .one:last-child {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width: 1200px) {
    .price-cont {
        display: block
    }

    .price-cont .img {
        margin: 0 auto
    }

    .price-cont .cont {
        max-width: 500px;
        margin: 0 auto;
        display: inline-block
    }

    .price-cont .cont .title {
        margin-left: 0;
        text-align: center;
        font-size: 42px;
        padding-top: 35px
    }

    .price-cont .cont .one {
        font-size: 18px
    }

    .school-cont {
        margin: 0 10%
    }
}

@media screen and (min-width: 1201px) {
    .school-cont {
        width: 1000px;
        margin: auto
    }
}

@media screen and (max-width: 768px) {
    .banner-wrap {
        margin-top: 85px
    }
}

@media screen and (max-width: 500px) {
    .like-cont, .select-wrap .select-cont {
        margin-top: 34px
    }

    .content-wrap {
        padding: 65px 0
    }

    .content-wrap .title {
        font-size: 21px;
        line-height: 30px
    }

    .select-wrap .select-cont .one {
        margin-bottom: 39px !important
    }

    .select-wrap .select-cont .text {
        font-size: 16px
    }

    .select-wrap .select-cont .txt {
        font-size: 14px
    }

    .like-cont .one {
        margin-bottom: 35px !important
    }

    .like-cont .txt {
        margin: 20px 16px 10px
    }

    .like-cont .name {
        bottom: 19px
    }

    .work-wrap .work-cont {
        margin-top: 78px
    }

    .work-wrap .work-cont .one {
        margin-bottom: 70px !important
    }

    .work-wrap .work-cont .one .item img {
        max-width: 200px
    }

    .work-wrap .work-cont .txt {
        font-size: 12px;
        margin-top: 20px
    }

    .school-cont {
        margin: 0
    }

    .media-wrap .media-cont, .price-cont, .price-cont .cont, .school-cont img {
        margin-top: 34px
    }

    .media-wrap .media-cont .media-item {
        padding: 0 18px 35px !important
    }

    .price-cont .cont .one {
        font-size: 14px !important;
        line-height: 30px
    }

    .mobile-icon {
        right: -105px !important;
        bottom: 68px !important
    }

    .mobile-icon img {
        width: 50% !important
    }
}

.banner-wrap .banner-content.aboutus {
    background: url(../images/aboutus_banner.jpg) center 0 no-repeat;
    background-size: cover
}

@media screen and (max-width: 800px) {
    .banner-wrap {
        margin-top: 85px
    }

    .banner-wrap .banner-content {
        height: auto !important;
        padding: 28% 50%
    }

    .banner-wrap .banner-content.aboutus {
        background: url(../images/aboutus_banner.jpg) right 0 no-repeat;
        background-size: cover;
    }
}