* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #fff !important;
    width: 100%;
    height: 100%;
    ;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.section {
    overflow: hidden;
}


/* 头部导航 */

.hd {
    width: 100%;
    height: 70px;
    background: #242424;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    border-bottom: 5px solid #c02c38;
}

.hd .inner {
    max-width: 2000px;
    min-width: 800px;
    width: 60%;
    height: 70px;
    margin: 0 auto;
}

.hd .inner .logo {
    width: 200px;
    float: left;
    display: flex;
}

.hd .inner .logo h3 {
    color: #fff;
    line-height: 70px;
    font-weight: 500;
    text-shadow: 0px 0px #fff;
    ;
}

.hd .inner img {
    width: 100px;
    height: 40px;
    margin-top: 15px;
}

.hd .inner ul {
    height: 70px;
    line-height: 70px;
}

.hd .inner ul li {
    float: right;
    width: 100px;
    color: #fff;
    text-align: center;
}

.hd .inner ul li:hover {
    background: #000;
    cursor: pointer;
}

.hd .inner ul li a {
    color: #fff;
    width: 100px;
    height: 70px;
    display: inline-block;
}


/* 模态框 */

.modality {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.modality img {
    position: absolute;
    top: 0px;
    right: 20px;
    ;
    width: 150px;
}

.modality .content {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 150px;
    height: 60px;
    ;
    line-height: 30px;
    text-align: center;
    margin-left: -75px;
    color: #fff;
    border: 2px dashed #fff;
    border-radius: 30px;
}


/* 暂时第一屏 */

.ss1 .item1 .content {
    width: 100%;
    height: 100%;
    margin-top: 130px;
    padding: 0 50px;
    box-sizing: border-box;
}

.ss1 .item1 .content .video-list {
    width: 1600px;
    height: 600px;
    margin: 0 auto;
}

.ss1 .video {
    position: fixed;
    z-index: 999;
    ;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.ss1 .video .con {
    width: 1000px;
    height: 600px;
    margin: 120px auto;
}

.ss1 .video .con video {
    width: 1000px;
    height: 600px;
}

.ss1 .video .con .exit {
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 40px;
    border-radius: 50%;
    ;
}

.ss1 .video .con .exit::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: url(../img/exit.png) no-repeat 100% 100% / 100% 100%;
}

.ss1 .item1 .content .video-list .list {}

.ss1 .item1 .content .video-list .list li {
    float: left;
    width: 20%;
    ;
    margin-top: 50px;
    margin-right: 70px;
    position: relative;
}

.ss1 .item1 .content .video-list .list li .show-img {
    width: 350px;
    height: 200px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: .2s;
    cursor: pointer;
}

.ss1 .item1 .content .video-list .list li .show-img:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, .1)!important;
    transform: translateY(-5px);
}

.ss1 .item1 .content .video-list .list li .show-img video {
    transition: .2s all ease-in;
    width: 350px;
    height: 200px;
}

.ss1 .item1 .content .video-list .list li .show-img .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    transition: all .25s;
}

.ss1 .item1 .content .video-list .list li .play::before {
    content: "";
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    transition: all .25s;
    /* background: url('../img/Play.png') no-repeat 100% 100% / 100% 100%; */
    background: url(https://js.huke88.com/assets/revision/images/hk_new_index_icons3.png) 0 -115px;
    position: absolute;
    -webkit-transform: scale(1.5);
    transform: scale(1);
}

.ss1 .item1 .content .video-list .list li:hover .play {
    opacity: 1;
}

.ss1 .item1 .content .video-list .list li video {
    width: 350px;
    height: 200px;
}

.ss1 .fp-controlArrow.fp-prev {
    position: absolute;
    top: 88%;
    left: 50%;
    margin-left: -100px;
    border-width: 20px;
    border-color: transparent #c02c38 transparent transparent;
}

.ss1 .fp-controlArrow.fp-next {
    position: absolute;
    top: 88%;
    left: 50%;
    margin-right: -100px;
    border-width: 20px;
    border-color: transparent transparent transparent #c02c38;
}


/* 第一屏幕 */

.bg {
    width: 100%;
    height: 100%;
    position: relative;
}

.bg .right {
    position: absolute;
    top: -20px;
    right: -185px;
    width: 500px;
    height: 465px;
    background: linear-gradient(110deg, #5B0CD9, #8C09DA);
    transform: rotate(63deg);
    border-radius: 35px;
}

.bg .right::before {
    content: '';
    position: absolute;
    top: -23px;
    right: -12px;
    width: 501px;
    height: 490px;
    background: linear-gradient(-75deg, #FB3E30, #F4A61A);
    transform: rotate(-20deg);
    border-radius: 35px;
}

.bg .left {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 110px;
    height: 220px;
    background: url('../img/bg2.png');
    background-size: 100% 100%;
}

.bg .down_page {
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -50px;
    width: 100px;
    height: 85px;
    ;
    overflow: hidden;
    z-index: 5;
    background: url(../img/downhead.gif) no-repeat;
    background-size: 100px 77px;
    display: none;
}

.bg .content {
    width: 1500px;
    height: 100%;
    ;
    position: absolute;
    left: 50%;
    margin-left: -750px;
}

.bg .title {
    position: absolute;
    left: 200px;
    top: 200px;
    width: 500px;
    height: 550px;
    text-align: center;
}

.bg .title h1 {
    font-size: 90px;
    font-family: Medium;
    padding-bottom: 15px;
    color: #333333;
}

.bg .title h4:nth-of-type(1) {
    padding-bottom: 12px;
}

.bg .title h4 {
    color: #666;
    font-size: 32px;
    font-family: Regular;
    font-weight: bold;
    padding-bottom: 35px;
    font-weight: 100;
    text-align: center;
}

.bg .title .erweima {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    color: #999;
}

.bg .title .erweima .code1 img {
    width: 100px;
    height: 100px;
}

.bg .title .erweima .code2 img {
    width: 90px;
    /* height: 100px; */
    padding: 5px;
}

.kuan {
    width: 50px;
    height: 100px;
}

.bg .title .erweima img {
    width: 100px;
    padding-bottom: 2px;
}

.bg .title .download {
    width: 100%;
    text-align: left;
    font-family: Regular;
}

.bg .title .download h3 {
    padding-left: 50px;
    font-weight: 500;
    color: #666;
    font-size: 26px;
    padding-bottom: 10px;
}

.bg .title .download img {
    vertical-align: middle;
    padding-bottom: 7px;
    width: 30px;
}

.bg .title .download .ios {
    cursor: pointer;
    display: block;
    margin: 10px 20px 0 50px;
    box-sizing: border-box;
    float: left;
    width: 170px;
    height: 63px;
    background: linear-gradient(180deg, #F7B500, #ED8000);
    border-radius: 5px;
    box-shadow: 0px 0px 200px -23px #F7B500;
    line-height: 63px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.bg .title .download .ios:hover {
    background: linear-gradient(180deg, rgba(236, 172, 11, 0.979), rgb(248, 150, 14));
}

.bg .title .download .android {
    cursor: pointer;
    margin: 10px 20px 0 20px;
    display: block;
    float: left;
    width: 170px;
    height: 63px;
    background: linear-gradient(180deg, #F7B500, #ED8000);
    border-radius: 5px;
    box-shadow: 0px 0px 200px -23px #F7B500;
    line-height: 63px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.bg .title .download .android:hover {
    background: linear-gradient(180deg, rgba(236, 172, 11, 0.979), rgb(248, 150, 14));
}

.bg .img1 {
    position: absolute;
    top: 150px;
    left: 716px;
}

.bg .img1 img {
    width: 600px;
}


/* 第二页 */

.s2 .banner2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.s2 .title {
    width: 600px;
    margin: 50px auto 80px;
    text-align: center;
    padding-top: 20px;
}

.s2 .title h1 {
    color: #333;
    font-size: 60px;
    font-family: Medium;
    padding-bottom: 40px;
}

.s2 .title .title-text {
    color: #333;
    font-size: 20px;
    font-family: Medium;
}

.s2 .banner2 .introduce {
    width: 1200px;
    margin: 0 auto;
}

.s2 .banner2 .introduce .introduce-list {
    width: 100%;
    height: 100%;
}

.s2 .banner2 .introduce .introduce-list .item {
    width: 30%;
    height: 227px;
    text-align: center;
    float: left;
    margin-right: 5%;
    padding-bottom: 100px;
    font-family: Medium;
}

.s2 .banner2 .introduce .introduce-list .item:nth-of-type(3) {
    margin-right: 0%;
}

.s2 .banner2 .introduce .introduce-list .item:nth-of-type(6) {
    margin-right: 0%;
}

.s2 .banner2 .introduce .introduce-list .item .item-img {
    padding-bottom: 18px;
}

.s2 .banner2 .introduce .introduce-list .item .item-img img {
    width: 50px;
    height: 50px;
}

.s2 .banner2 .introduce .introduce-list .item .item-title {
    color: #111;
    font-size: 20px;
    padding-bottom: 8px;
}

.s2 .banner2 .introduce .introduce-list .item .item-text {
    color: #555;
    font-size: 16px;
    font-weight: 500;
}


/* 第三屏幕 */

.s3 .video {
    position: relative;
    width: 100%;
    height: 100%;
}

.s3 .video .content {
    position: absolute;
    left: 50%;
    width: 1400px;
    margin-left: -700px;
}

.s3 .video .left-title {
    position: absolute;
    top: 150px;
    left: 80px;
    width: 600px;
    height: 500px;
    overflow: hidden;
    z-index: 4;
}

.s3 .video .left-title .title-plus {
    width: 100%;
    text-align: left;
}

.s3 .video .left-title .title-plus .english {
    color: #E1E1E1;
    font-size: 55px;
    font-weight: Helvetica;
    font-weight: 500;
    padding-bottom: 12px;
}

.s3 .video .left-title .title-plus .china {
    color: #000;
    font-weight: Medium;
    font-size: 46px;
    padding-bottom: 40px;
}

.s3 .video .left-title .text {
    width: 500px;
    color: #111;
    font-weight: Medium;
    font-size: 18px;
    padding-bottom: 80px;
}

.s3 .video .left-title .little {
    width: 100%;
    margin-left: 20px;
}

.s3 .video .left-title .little .item {
    display: flex;
    font-size: 16px;
    font-family: Regular;
    padding-bottom: 50px;
}

.s3 .video .left-title .little .item .item-img {
    padding-right: 18px;
}

.s3 .video .left-title .little .item .item-img img {
    width: 25px;
    vertical-align: middle;
}

.s3 .video .phone2 {
    position: absolute;
    z-index: 5;
    left: 580px;
    top: 180px;
}

.s3 .video .bg-right {
    position: absolute;
    top: 150px;
    right: 0px;
    width: 800px;
    height: 500px;
    /* background: url('../img/video-bg.jpg') no-repeat; */
    background-size: 800px 500px;
}


/* 第四屏幕 */

.s4 .classroom {
    position: relative;
    width: 100%;
    height: 100%;
}

.s4 .classroom .content {
    position: absolute;
    left: 50%;
    width: 1400px;
    margin-left: -700px;
}

.s4 .classroom .left-title {
    position: absolute;
    top: 180px;
    left: 80px;
    width: 600px;
    overflow: hidden;
    z-index: 4;
}

.s4 .classroom .left-title .room-title {
    width: 100%;
    text-align: left;
}

.s4 .classroom .left-title .room-title .english {
    color: #E1E1E1;
    font-size: 55px;
    font-family: Helvetica;
    font-weight: 500;
    padding-bottom: 12px;
}

.s4 .classroom .left-title .room-title .china {
    color: #000;
    font-family: Medium;
    font-size: 46px;
    padding-bottom: 40px;
}

.s4 .classroom .left-title .text {
    color: #111;
    font-weight: Medium;
    font-size: 18px;
    padding-bottom: 40px;
}

.s4 .classroom .left-title .reservation {
    display: block;
    width: 216px;
    height: 42px;
    ;
    background: #540cfa;
    border-radius: 5px;
    line-height: 42px;
    text-align: center;
}

.s4 .classroom .left-title .reservation span {
    font-weight: Medium;
    color: #fff;
    font-size: 16px;
}

.s4 .classroom .phone3 {
    position: absolute;
    z-index: 5;
    left: 780px;
    top: 180px;
    width: 600px;
    height: 430px;
    ;
}

.s4 .classroom .phone3 img {
    width: 600px;
    height: 430px;
    ;
}


/* 第五屏幕 */

.s5 .circle {
    position: relative;
    width: 100%;
    height: 100%;
}

.s5 .circle .content {
    position: absolute;
    left: 50%;
    width: 1400px;
    margin-left: -700px;
}

.s5 .circle .left-title {
    position: absolute;
    top: 180px;
    left: 80px;
    width: 600px;
    overflow: hidden;
    z-index: 4;
}

.s5 .circle .left-title .room-title {
    width: 100%;
    text-align: left;
}

.s5 .circle .left-title .room-title .english {
    color: #E1E1E1;
    font-size: 55px;
    font-family: Helvetica;
    font-weight: 500;
    padding-bottom: 12px;
}

.s5 .circle .left-title .room-title .china {
    color: #000;
    font-family: Medium;
    font-size: 46px;
    padding-bottom: 40px;
}

.s5 .circle .left-title .text {
    color: #111;
    font-weight: Medium;
    font-size: 18px;
    padding-bottom: 40px;
}

.s5 .circle .left-title .reservation {
    display: block;
    width: 216px;
    height: 42px;
    ;
    background: #44D7B6;
    border-radius: 5px;
    line-height: 42px;
    text-align: center;
}

.s5 .circle .left-title .reservation span {
    font-weight: Medium;
    color: #fff;
    font-size: 16px;
}

.s5 .circle .right {
    position: absolute;
    z-index: 5;
    top: -77px;
    left: 752px;
    width: 1014px;
    transform: scale(0.9);
}


/* .s5 .circle .right .main{
    width: 100%;
    height: 100%;
}
.s5 .circle .right .main ul{
    width: 100%;
    height: 100%;
}
.s5 .circle .right .main ul li{
    width: 100%;
    height: 100%;
    float: left;

} */

.s5 .circle .right .main ul li .bg {
    width: 100%;
    height: 1100px;
    background: url("../img/tutor.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    transform: scale(.8);
    /* width: 286px;
    height: 277px; */
    /* transform:rotate(-33deg); */
}

.s5 .circle .right .main ul li .bg .item {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    background: #199CFF;
    box-sizing: border-box;
    padding: 48px 16px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.s5 .circle .right .main ul li .bg .text1 {
    top: 28%;
    left: 10%;
}

.s5 .circle .right .main ul li .bg .text2 {
    background: #F7B500;
    top: 28%;
    left: 50%;
    padding: 30px 16px;
}

.s5 .circle .right .main ul li .bg .text2::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #199CFF;
}

.s5 .circle .right .main ul li .bg .text3 {
    top: 56%;
    left: 19%;
    background: #F7B500;
}

.s5 .circle .right .main ul li .bg .text3::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #199CFF;
}

.s5 .circle .right .main ul li .bg .text4 {
    top: 67%;
    left: 53%;
    padding: 30px 16px;
}

.s5 .circle .right .main ul li .bg .text4::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F7B500;
}

.s5 .circle .left-bg {
    position: absolute;
    left: 0px;
    ;
    bottom: 50px;
    width: 100px;
    height: 260px;
    ;
    background: url('../img/bg3.png') no-repeat;
    background-size: 100% 100%;
}


/* .s5 .circle .right {
    position: absolute;
    z-index: 5;
    top: 146px;
    left: 1160px;
    width: 923px;
}
.s5 .circle .right .main ul{
    transform: rotate(45deg);
}
.s5 .circle .right .main ul li {
    width: 309px;
    height: 309px;
    float: left;
    padding:0px;
    margin:0px;
}

.s5 .circle .right .main ul li img{
    display: block;
    margin:0 auto;
    width: 350px;
    height: 350px;
    transform: rotate(-45deg);

} */


/* 第六屏幕 */

.s6 .School {
    position: relative;
    width: 100%;
    height: 100%;
}

.s6 .School .content {
    position: absolute;
    left: 50%;
    width: 1400px;
    margin-left: -700px;
}

.s6 .School .left-title {
    position: absolute;
    top: 150px;
    left: 80px;
    width: 600px;
    height: 500px;
    overflow: hidden;
    z-index: 4;
}

.s6 .School .left-title .title-plus {
    width: 100%;
    text-align: left;
}

.s6 .School .left-title .title-plus .english {
    color: #E1E1E1;
    font-size: 55px;
    font-weight: Helvetica;
    font-weight: 500;
    padding-bottom: 12px;
}

.s6 .School .left-title .title-plus .china {
    color: #000;
    font-weight: Medium;
    font-size: 46px;
    padding-bottom: 40px;
}

.s6 .School .left-title .text {
    color: #111;
    font-weight: Medium;
    font-size: 18px;
    padding-bottom: 80px;
}

.s6 .School .left-title .little {
    width: 100%;
    margin-left: 20px;
}

.s6 .School .left-title .little .item {
    display: flex;
    font-size: 16px;
    font-family: Regular;
    padding-bottom: 20px;
}

.s6 .School .left-title .little .item .item-img {
    padding-right: 18px;
}

.s6 .School .left-title .little .item .item-img img {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.s6 .School .phone2 {
    position: absolute;
    z-index: 5;
    left: 830px;
    top: 180px;
}

.s6 .School .phone2 img {
    width: 700px;
}

.s6 .School .bg-right {
    position: absolute;
    top: 150px;
    right: 0px;
    width: 800px;
    height: 500px;
    background: url('../img/video-bg.jpg') no-repeat;
    background-size: 800px 500px;
}

.s6 .School .right-bg {
    position: absolute;
    right: 0px;
    ;
    top: 50px;
    width: 100px;
    height: 260px;
    ;
    background: url('../img/bg4.png') no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 1024px) {
    .ss1 {
        display: none;
    }
    /* 头部 */
    .hd .inner {
        justify-content: flex-start;
    }
    /* 第一屏幕 */
    .img1 {
        display: none;
    }
    .bg .title {
        left: 35%;
        top: 30%
    }
    /* 第二屏幕 */
    .s2 .banner2 .introduce {
        width: 800px;
    }
    .s2 .banner2 .introduce .introduce-list .item {
        width: 45%;
    }
    .s2 .banner2 .introduce .introduce-list .item:nth-of-type(3) {
        margin-right: 5%;
    }
    .s2 .banner2 .introduce .introduce-list .item:nth-of-type(6) {
        margin-right: 5%;
    }
    /* 第三屏幕 */
    .s3 .video .content {
        position: absolute;
        left: 50%;
        width: 950px;
        margin-left: -475px;
    }
    .s3 .video .left-title {
        width: 400px;
        height: 800px;
        ;
        top: 300px;
        left: 100px;
    }
    .s3 .video .phone2 {
        top: 350px;
        left: 550px;
    }
    .s3 .video .bg-right {
        display: none;
        width: 600px;
        top: 200px;
        background-size: 600px 400px;
    }
    /* 第四屏幕 */
    .s4 .classroom .content {
        position: absolute;
        left: 50%;
        width: 950px;
        margin-left: -475px;
    }
    .s4 .classroom .left-title {
        left: 150px;
    }
    .s4 .classroom .phone3 {
        left: 150px;
        top: 600px;
    }
    /* 第五屏幕 */
    .s5 .circle .left-title {
        position: absolute;
        top: 120px;
        left: 80px;
        width: 600px;
        overflow: hidden;
        z-index: 4;
    }
    .s5 .circle .content {
        position: absolute;
        left: 50%;
        width: 950px;
        margin-left: -475px;
    }
    .s5 .circle .left-title {
        left: 150px;
    }
    .s5 .circle .right {
        position: absolute;
        z-index: 5;
        top: 350px;
        left: 0px;
        width: 1014px;
        transform: scale(0.7);
    }
    /* 第六屏幕 */
    .s6 .School .content {
        position: absolute;
        left: 50%;
        width: 950px;
        margin-left: -475px;
    }
    .s6 .School .left-title {
        width: 400px;
        height: 800px;
        ;
        top: 300px;
        left: 100px;
    }
    .s6 .School .phone2 {
        top: 350px;
        left: 550px;
    }
    .s6 .School .bg-right {
        width: 600px;
        top: 200px;
        background-size: 600px 400px;
    }
    .s6 .School .phone2 img {
        width: 350px;
    }
}

@media screen and (max-width: 768px) {
    /* 第一屏幕 */
    .img1 {
        display: none;
    }
    .bg .title {
        left: 33%;
        top: 25%
    }
    /* 第二屏幕 */
    .s2 .title {
        margin: 50px auto 30px;
    }
    .s2 .banner2 .introduce {
        width: 500px;
    }
    .s2 .banner2 .introduce .introduce-list .item {
        padding-bottom: 30px;
    }
    /* 第三屏幕 */
    .s3 .video .content {
        position: absolute;
        left: 50%;
        width: 750px;
        margin-left: -375px;
    }
    .s3 .video .left-title {
        width: 370px;
        height: 800px;
        ;
        top: 150px;
        left: 50px;
    }
    .s3 .video .phone2 {
        top: 220px;
        left: 420px;
    }
    .s3 .video .bg-right {
        display: none;
        width: 400px;
        top: 80px;
        background-size: 400px 300px;
    }
    /* 第四屏幕 */
    .s4 .classroom .left-title {
        top: 80px;
    }
    .s4 .classroom .phone3 {
        top: 450px;
    }
    /* 第五屏幕 */
    .s5 .circle .left-title {
        top: 80px;
    }
    .s5 .circle .right {
        top: 170px;
        transform: scale(0.5);
    }
    /* 第六屏幕 */
    .s6 .School .content {
        position: absolute;
        left: 50%;
        width: 750px;
        margin-left: -375px;
    }
    .s6 .School .left-title {
        width: 370px;
        height: 800px;
        ;
        top: 150px;
        left: 50px;
    }
    .s6 .School .phone2 {
        top: 400px;
        left: 420px;
    }
    .s6 .School .bg-right {
        width: 400px;
        top: 80px;
        background-size: 400px 300px;
    }
    .s6 .School .phone2 img {
        width: 300px;
    }
}

@media screen and (max-width:500px) {
    .bg .right {
        position: absolute;
        top: -90px;
        right: -365px;
        width: 500px;
        height: 465px;
        background: linear-gradient(110deg, #5B0CD9, #8C09DA);
        transform: rotate(63deg);
        border-radius: 35px;
    }
    .bg .right::before {
        content: '';
        position: absolute;
        top: -23px;
        right: -12px;
        width: 501px;
        height: 490px;
        background: linear-gradient(-75deg, #FB3E30, #F4A61A);
        transform: rotate(-20deg);
        border-radius: 35px;
    }
    .bg .down_page {
        display: block;
    }
    .hd .inner {
        justify-content: flex-start;
    }
    .bg .title {
        width: 300px;
        height: 300px;
        left: 40%;
        top: 10%;
    }
    .bg .title h1 {
        font-size: 55px;
    }
    .bg .title h4 {
        font-size: 20px;
    }
    .bg .title .download h3 {
        padding-left: 20px;
        font-size: 20px;
    }
    .bg .title .download .ios,
    .bg .title .download .android {
        width: 115px;
        height: 43px;
        ;
        line-height: 43px;
        font-size: 16px;
        margin: 10px 20px 0 15px;
    }
    .bg .title .download .android {
        width: 115px;
        height: 43px;
    }
    .bg .title .download img {
        width: 15px;
        padding-bottom: 4px;
    }
    /* 第二屏幕 */
    .s2 .title {
        margin: 30px auto 20px;
        width: 300px;
    }
    .s2 .title h1 {
        font-size: 26px;
        padding-bottom: 10px;
    }
    .s2 .title .title-text {
        font-size: 12px;
    }
    .s2 .banner2 .introduce {
        width: 300px;
    }
    .s2 .banner2 .introduce .introduce-list .item {
        width: 45%;
        height: 100px;
        ;
    }
    .s2 .banner2 .introduce .introduce-list .item:nth-of-type(3) {
        margin-right: 5%;
    }
    .s2 .banner2 .introduce .introduce-list .item:nth-of-type(6) {
        margin-right: 5%;
    }
    .s2 .banner2 .introduce .introduce-list .item .item-img {
        padding-bottom: 5px;
    }
    .s2 .banner2 .introduce .introduce-list .item .item-title {
        font-size: 14px;
    }
    .s2 .banner2 .introduce .introduce-list .item .item-text {
        display: none;
    }
    /* 第三屏幕 */
    .s3 .video .content {
        position: absolute;
        left: 50%;
        width: 400px;
        margin-left: -200px;
    }
    .s3 .video .left-title {
        width: 300px;
        height: 800px;
        ;
        top: 40px;
        left: 50px;
    }
    .s3 .video .left-title .title-plus .english {
        font-size: 30px;
        padding-bottom: 0px;
    }
    .s3 .video .left-title .title-plus .china {
        font-size: 26px;
        padding-bottom: 10px;
    }
    .s3 .video .left-title .text {
        padding-bottom: 25px;
        font-size: 14px;
    }
    .s3 .video .left-title .little {
        margin-left: 5px;
    }
    .s3 .video .left-title .little .item {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .s3 .video .phone2 {
        bottom: 0px;
        left: 41%;
        margin-top: 37%;
        margin-left: -75px;
    }
    .s3 .video .phone2 img {
        width: 120px;
    }
    .s3 .video .bg-right {
        opacity: 0;
        width: 200px;
        top: 66%;
        background-size: 200px 130px;
    }
    /* 第四屏幕 */
    .s4 .classroom .content {
        position: absolute;
        left: 50%;
        width: 400px;
        margin-left: -200px;
    }
    .s4 .classroom .left-title {
        top: 80px;
        left: 20px;
    }
    .s4 .classroom .left-title .room-title .english {
        font-size: 26px;
    }
    .s4 .classroom .left-title .room-title .china {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .s4 .classroom .left-title .text {
        width: 300px;
        font-size: 12px;
    }
    .s4 .classroom .phone3 {
        left: 20px;
        top: 340px;
    }
    .s4 .classroom .phone3 img {
        width: 330px;
        height: 225px;
    }
    /* 第五屏幕 */
    .s5 .circle .content {
        position: absolute;
        left: 50%;
        width: 400px;
        margin-left: -260px;
    }
    .s5 .circle .left-title {
        top: 80px;
        left: 20px;
    }
    .s5 .circle .left-title .room-title .english {
        font-size: 26px;
    }
    .s5 .circle .left-title .room-title .china {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .s5 .circle .left-title .text {
        width: 300px;
        font-size: 12px;
    }
    .s5 .circle .left-title {
        position: absolute;
        top: 120px;
        left: 80px;
        width: 600px;
        overflow: hidden;
        z-index: 4;
    }
    .s5 .circle .left-title {
        top: 40px;
    }
    .s5 .circle .right {
        top: -90px;
        left: -280px;
        width: 1100px;
        transform: scale(0.23);
    }
    .s5 .circle .left-bg {
        position: absolute;
        left: 0px;
        ;
        bottom: 50px;
        width: 55px;
        height: 200px;
        ;
        background: url('../img/bg3.png') no-repeat;
        background-size: 100% 100%;
    }
    /* .s5 .circle .content{
        position: absolute;
        left: 50%;
        width: 950px;
        margin-left: -475px;
    }
    .s5 .circle .left-title{
        left: 150px;
    }
    .s5 .circle .right{
        position: absolute;
        z-index: 5;
        top: 350px;
        left: 0px;
        width: 1014px;
        transform: scale(0.7);
    } */
    /* 第六屏幕 */
    .s6 .School .content {
        position: absolute;
        left: 50%;
        width: 400px;
        margin-left: -200px;
    }
    .s6 .School .left-title {
        width: 300px;
        height: 800px;
        ;
        top: 80px;
        left: 50px;
    }
    .s6 .School .left-title .title-plus .english {
        font-size: 30px;
        padding-bottom: 0px;
    }
    .s6 .School .left-title .title-plus .china {
        font-size: 26px;
        padding-bottom: 10px;
    }
    .s6 .School .left-title .text {
        padding-bottom: 25px;
        font-size: 14px;
    }
    .s6 .School .left-title .little {
        margin-left: 5px;
    }
    .s6 .School .left-title .little .item {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .s6 .School .phone2 {
        bottom: 0px;
        left: 44%;
        margin-top: 15%;
        margin-left: -75px;
    }
    .s6 .School .phone2 img {
        display: none;
        ;
        width: 180px;
        height: 165px;
    }
    .s6 .School .bg-right {
        width: 200px;
        top: 65%;
        background-size: 200px 130px;
    }
    .s6 .School .right-bg {
        width: 60px;
        height: 180px;
    }
    footer,
    #fp-nav,
    header {
        display: none;
    }
}

@media screen and (max-width:375px) {
    .bg .right {
        position: absolute;
        top: -90px;
        right: -430px;
        width: 500px;
        height: 465px;
        background: linear-gradient(110deg, #5B0CD9, #8C09DA);
        transform: rotate(63deg);
        border-radius: 35px;
    }
    .bg .right::before {
        content: '';
        position: absolute;
        top: -23px;
        right: -12px;
        width: 501px;
        height: 490px;
        background: linear-gradient(-75deg, #FB3E30, #F4A61A);
        transform: rotate(-20deg);
        border-radius: 35px;
    }
    .bg .left {
        bottom: 0px;
        width: 60px;
        height: 120px;
    }
    .kuan {
        width: 20px;
        height: 100px;
    }
    .bg .title {
        width: 300px;
        height: 300px;
        left: 40%;
        top: 15%;
    }
    .bg .title h1 {
        font-size: 40px;
    }
    .bg .title h4 {
        font-size: 18px;
    }
    .bg .download {
        margin-top: 10px;
    }
    .bg .download h3 {
        text-align: center;
    }
    .bg .title .erweima {
        padding-bottom: 10px;
    }
    .bg .erweima .code1 img {
        width: 80px;
        height: 80px;
        ;
    }
    .bg .erweima .code2 img {
        width: 80px;
        height: 80px;
    }
    .bg .down_page {
        width: 80px;
        height: 55px;
        margin-left: -30px;
        background-size: 60px 40px;
    }
    footer,
    #fp-nav,
    header {
        display: none;
    }
    /* 第二屏幕 */
    .s2 .title {
        margin: 30px auto 20px;
        width: 300px;
    }
    /* 第三屏幕 */
    .s3 .video .content {
        position: absolute;
        left: 50%;
        width: 300px;
        margin-left: -150px;
    }
    .s3 .video .left-title {
        top: 60px;
        left: 0px;
    }
    .s3 .video .phone2 {
        margin-left: -50px;
    }
    .s3 .video .phone2 img {
        width: 130px;
        height: 200px;
        ;
    }
    .s3 .video .bg-right {
        width: 200px;
        top: 55%;
        background-size: 200px 130px;
    }
    /* 第四屏幕 */
    .s4 .classroom .content {
        position: absolute;
        left: 50%;
        width: 350px;
        margin-left: -175px;
    }
    .s4 .classroom .left-title {
        top: 40px;
        left: 30px
    }
    .s4 .classroom .phone3 {
        top: 320px;
        left: 30px;
    }
    .s4 .classroom .phone3 img {
        width: 280px;
        height: 185px;
    }
    /* 第五屏幕 */
    .s5 .circle .right {
        top: -60px;
        left: -280px;
        width: 1100px;
        transform: scale(0.28);
    }
    .s5 .circle .left-title {
        left: 100px;
    }
}

.footer {
    width: 100%;
    height: 100px;
    background: #2a2a2a;
    position: fixed;
    bottom: 0px;
    left: 0px;
    ;
    z-index: 999;
    ;
}

.footer .footer-code {
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
    line-height: 20px;
    color: #ccc;
    font-size: 12px;
}

.footer .footer-code .zheng {
    font-size: 12px;
}

.footer .footer-code .zheng a {
    color: #ccc;
}