*{
    padding: 0;
    margin: 0;
}
input,button{
    outline: none;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
button{
    outline: none;
}
@media screen and (min-width: 1200px) {
    .box{
        width: 100%;
        background: #f8f8f8;
    }
    .banner{
        width: 100%;
    }
    .banner img{
        width: 100%;
    }
    .box_in{
        width: 1200px;
        margin: auto;
        position: relative;
    }
    .brief_introduction{
        width: 100%;
        height: 104px;
        position: absolute;
        top: -38px;
        left: 0;
        background: #fff;
        border-radius: 12px;
        box-shadow: #ccc 1px 1px 10px;
        
    }
    .brief_introduction p{
        font-size: 20px;
        color: #000;
        width: 96%;
        margin: auto;
        line-height: 34px;
        padding-top: 16px;
    }
    .brief_introduction p a{
        color: #0709ff;
    }
    .nav{
        padding-top: 100px;
    }
    .nav ul{
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-around;
        height: 62px;
        line-height: 62px;
        background: #fff;
        color: #000;
        font-size: 20px;
        border-radius: 8px;
        box-shadow: #ccc 1px 1px 10px;
    }
    .nav ul li{
        font-weight: bold;
        padding: 2px 10px;
        cursor: pointer;
    }
    .title{
        padding-top: 66px;
    }
    .title p{
        font-size: 40px;
        font-weight: bold;
    }
    .title a{
        display: block;
        color: #8f8f8f;
        font-size: 24px;
        padding-top: 2px;
        letter-spacing: 2px;
    }
    .ques{
        display: flex;
        justify-content: space-between;
        background: #fff;
        border-radius: 14px;
        box-shadow: #ccc 1px 1px 10px;
        margin-top: 34px;
        padding-bottom: 26px;
    }
    .ques ul{
        width: 618px;
        padding-top: 22px;
    }
    .ques ul li{
        height: 52px;
        line-height: 52px;
        padding-left: 26px;
        font-size: 18px;
        cursor: pointer;
        color: #999999;
    }
    .ques ul li p{
        width: 548px;
        background: url(../img/you.png) no-repeat right;
        border-bottom: 1px solid #ececec;
    }
    .active{
        background: url(../img/background1.png) no-repeat center;
        background-size: 102%;
        color: #fff !important;
        letter-spacing: 1px;
    }
    .active p{
        background: url(../img/you1.png) no-repeat right !important;
        
    }
    .answer{
        width: 544px;
    }
    .answer div{
        display: none;
    }
    .answer h3{
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        background: url(../img/ques.png) no-repeat left;
        padding-left: 40px;
        letter-spacing: 1px;
        font-size: 18px;
    }
    .answer p{
        margin-top: 10px;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
        padding-left: 40px;
        background: url(../img/da.png) no-repeat left;
    }
    .answer table{
        border-collapse:collapse;
        margin-top: 10px;
    }
    .answer table tbody{
        height: 100px;
        overflow: scroll;
    }
    .answer table tr td{
        border-bottom: 1px solid #a9a9a9;  
        border-right: 1px solid #a9a9a9;  
        padding: 2px 12px;
        line-height: 28px;
        font-size: 14px;
    }
    .answer table tr{
        border-top: 1px solid #a9a9a9;
    }
    .answer table tr td:nth-child(1){
        border-left: 1px solid #a9a9a9;
    }
    .p2{
        height: 32px !important;
        font-size: 13px !important;
        line-height: 15px !important;
    }
    .p3{
        height: 46px !important;
        font-size: 14px !important;
        line-height: 16px !important;
        margin-right: 20px;
    }
    .p4{
        font-size: 15px !important;
        line-height: 24px !important;
        margin-right: 26px;
    }
    .answer div:nth-child(2) table tr td{ 
        padding: 1px 8px !important;
        line-height: 22px !important;
    }   
    .answer div:nth-child(4) table tr td{
        padding: 4px 16px !important;
    }
    .outline{
        width: 100%;
        height: 450px;
        background: #fff;
        box-shadow: #ccc 1px 1px 10px;
        border-radius: 14px;
        position: relative;
        margin-top: 68px;
    }
    .wen{
        width: 72px;
        position: absolute;
        top: -24px;
        left: 50px;
    }
    .da{
        width: 72px;
        position: absolute;
        top: -24px;
        left: 660px;
    }
    .outline_in{
        display: flex;
        justify-content: space-around;
    }
    .ques1{
        margin-top: 50px;
    }
    .ques1 li{
        width: 554px;
        height: 65px;
        line-height: 65px;
        padding-left: 34px;
        color: #000;
        font-size: 20px;
        border-radius: 8px;
        margin-top: 22px;
        margin-left: 28px;
        cursor: pointer;
        background: #f5f5f5 url(../img/blue.png) no-repeat 12px center;
    }
    .act{
        color: #fff !important;
        background: #3d54ff url(../img/white.png) no-repeat 12px center !important;
    }
    .answer1 div{
        display: none;
        padding-top: 84px;
        padding-left: 44px;
        margin-right: 30px;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .answer1 div p{
        font-size: 18px;
        color: #000;
        padding-top: 8px;
        line-height: 30px;
        letter-spacing: 2px;
    }
    .exam{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        margin-bottom: 44px;
    }
    .exam li{
        border: 1px solid #a4a4a4;
        padding: 6px 20px;
        border-radius: 30px;
        font-size: 20px;
        cursor: pointer;
    }
    .examination{
        width: 100%;
        height: 305px;
        background: #fff;
        box-shadow: #ccc 1px 1px 10px;
        border-radius: 14px;
        display: flex;
        justify-content: space-between;
    }
    .examination img{
        height: 262px;
        padding-left: 14px;
        padding-top: 20px;
    }
    .active1{
        background: #3d54ff;
        color: #fff;
    }
    .exam_in div{
        display: none;
        margin-left: 22px;
        margin-right: 22px;
        letter-spacing: 1px;
        padding-top: 20px;
        line-height: 26px;
        font-size: 17px;
    }
    .exam_in div img{
        width: 44px !important;
        height: 44px !important;
    }
    .exam_in div p{
        letter-spacing: 2px;
        line-height: 28px;
        padding-top: 10px;
    }
    .zixun{
        width: 312px;
        height: 70px;
        padding-top: 50px;
        margin: auto;
        cursor: pointer;
    }
    .zixun p{
       border-radius: 50px;
        line-height: 70px;
        color: #fff;
        font-size: 26px;
        background: #3d54ff;
        text-align: center;
    }
    .question{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    }
    .question_in{
        width: 24%;
        height: 308px;
        overflow: hidden;
        background: #fff;
        box-shadow: #ccc 1px 1px 14px;
        cursor: pointer;
    }
    .question_in h2{
        width: 84%;
        height: 62px;
        margin: auto;
        font-size: 20px;
        padding-top: 22px;
        padding-bottom: 10px;
        letter-spacing: 1px;
    }
    .question_in p{
        width: 90%;
        margin: auto;
        font-size: 16px;
        line-height: 22px;
        color: #000;
    }   
    .img1{
        width: 100%;
        height: 212px;
        background: url(../img/qa1.png) no-repeat center;
        background-size: 100%;
    }
    .img2{
        width: 100%;
        height: 212px;
        background: url(../img/qa2.png) no-repeat center;
        background-size: 100%;
    }
    .img3{
        width: 100%;
        height: 212px;
        background: url(../img/qa3.png) no-repeat center;
        background-size: 100%;
    }
    .img4{
        width: 100%;
        height: 212px;
        background: url(../img/qa4.png) no-repeat center;
        background-size: 100%;
    }
    .question_in1:hover .img1{
        height: 90px;
        background-position: center;
    }
    .question_in2:hover .img2{
        height: 90px;
        background-position: center;
    }
    .question_in3:hover .img3{
        height: 90px;
        background-position: center;
    }
    .question_in4:hover .img4{
        height: 90px;
        background-position: center;
    }
    .score{
        height: 340px;
        display: flex;
        justify-content: space-between;
    }
    .chafen{
        margin-top: 36px;
    }
    .chafen a{
        display: block;
        height: 150px;
    }
    .chafen a img{
        width: 286px;
        margin-bottom: 7px;
    }
    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    }
    .swiper-button-prev{
        width: 30px !important;
        height: 30px !important;
        left: auto !important;
        right: 52px !important;
        top: 22px !important;
        background-image: none !important;
    }
    .swiper-button-next{
        width: 31px !important;
        height: 31px !important;
        left: auto !important;
        right: 16px !important;
        top: 22px !important;
        background-image: none !important;
    }
    .mySwiper{
        width: 898px;
        overflow: hidden;
        position: relative;
        padding-right: 8px;
    }
    .btn{
        text-align: right;
    }
    .swiper-wrapper{
        position: absolute;
        width: 1788x;
        display: flex;
        top: 38px;
        left: 5px;
    }
    .swiper-wrapper div{
        width: 288px;
        height: 292px;
        box-shadow: rgb(219, 218, 218) 1px 1px 14px;
        border-radius: 10px;
        overflow: hidden;
    }
    .swiper-wrapper div h3{
        width: 90%;
        height: 52px;
        margin: auto;
        padding-top: 12px;
        font-size: 20px;
        letter-spacing: 1px;
        text-align: left;
    }
    .swiper-wrapper i{
        display: block;
        height: 20px;
        background: #3d54ff;
    }
    .swiper-wrapper img{
        display: block;
        width: 36px !important;
        padding-left: 18px;
        padding-top: 10px;
    }
    .swiper-wrapper p{
        width: 88%;
        margin: auto;
        color: #000;
        font-size: 16px;
        padding-top: 10px;
        text-align: left;
    }
    .sever{
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    .sever div{
        width: 286px;
        height: 288px;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 15px;
    }
    .sever div img{
        width: 100%;
        display: block;
    }
    .sever div h2{
        width: 90%;
        margin: auto;
        font-size: 17px;
        padding-top: 10px;
    }
    .sever div p{
        width: 90%;
        padding-top: 6px;
        margin: auto;
        font-size: 14px;
        letter-spacing: 1px;
    }
    /* .tab1{
        width: 77%;
        display: flex;
        justify-content: space-between;
        margin: 28px auto;
    }
    .tab1 li{
        width: 16%;
        height: 36px;
        line-height: 36px;
        border-radius: 30px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
    }
    .tab1 .active{
        color: #3838e7 !important;
        border-radius: 30px;
        background: #fff;
        font-weight: bold;
    }
    .curriculum{
        width: 100%;
        height: 780px;
        margin-top: 80px;   
        background: url(../img/background.png) no-repeat center;
        background-size: 100%;
    }
    .curriculum_in{
        width: 1100px;
        margin: auto;
    }
    .curriculum_in h2{
        text-align: center;
        color: #fff;
        font-size: 36px;
        letter-spacing: 2px;
        padding-top: 26px;
    }
    .curriculum_in button{
        width: 206px;
        height: 54px;
        color: #ff5146;
        font-weight: bold;
        text-align: center;
        border: none;
        display: block;
        margin: 38px auto;
        border-radius: 30px;
        font-size: 24px;
        cursor: pointer;
        background: none;
    }
    
    .button button:nth-child(1){
        border: 1px solid #fff;
        color: #fff;
    }
    .button button:nth-child(2){
        border: 1px solid #fff;
        background: #fff;
        color: #2631f9;
    }
    .button button:nth-child(2) a{
        color: #2631f9;
    }
    .button{
        width: 50%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    .content1{
        background: #fff;
        border-radius: 16px;
        padding-bottom: 0px !important;
    }
    .content1 li{
        display: none;
       
    }
    .content_in{
        padding: 20px;
        display: flex;
        justify-content: space-between;
    }
    .content_in a{
        width: 27% !important;
        height: 451px;
        position: relative;
    }
    .content_in a h2{
        position: absolute;
        top: 4px;
        left: 50%;
        transform: translate(-50%);
        white-space:nowrap;
        letter-spacing: 5px;
        font-size: 32px;
    }
    .content_in div{
        width: 23%;
        height: 452px;
        background: #e7e3fb;
        border-radius: 10px;
    }
    .content_in img{
        width: 100%;
    }
    .content_in div img{
        width: 100%;
    }
    .content_in div p{
        font-size: 14px;
        width: 80%;
        line-height: 18px;
        margin: auto;
        letter-spacing: 2px;
    }
    .content_in div:nth-child(2) p{
        line-height: 19px;
    }
    .content_in div:nth-child(4) p span{
        padding-left: 14px;
        background: url(../img/bg2.png) no-repeat left 16px;
        background-size: 4px;
    }
    .content_in div p span{
        display: block;
        padding-top: 8px;
    }
    .content_in div p a{
        display: inline-block;
        width: 14px !important;
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
        margin-right: 10px;
        border-radius: 30px;
        background: #3b18d7;
        color: #fff;
    } */
    .grades{
        padding-top: 60px;
    }
    .grd{
        height: 226px;
        display: flex;
        margin-top: 18px;
    }
    .grd1{
        border: 1px solid #c6c0f4;
        background-image: linear-gradient(to bottom, #fefeff, #f1eeff);
    }
    .grd2{
        border: 1px solid #efc0bd;
        background-image: linear-gradient(to bottom, #fffefe, #fff5f5);
    }
    .grd3{
        border: 1px solid #f2cfcf;
        background-image: linear-gradient(to bottom, #fffefe, #fff1f1);
    }
    .grd4{
        border: 1px solid #e8c0a8;
        background-image: linear-gradient(to bottom, #fffefe, #ffefe7);
    }
    .grd5{
        border: 1px solid #d0d8fb;
        background-image: linear-gradient(to bottom, #fefeff, #e9edff);
    }
    .grd_img{
        width: 304px;
    }
    .grd div:nth-child(2){
        margin-left: 16px;
        background: url(../img/rig.png) no-repeat right center;
        padding-right: 10px;
    }
    .grd div:nth-child(2) h3{
        font-size: 18px;
        padding-top: 10px;
        display: flex;
        align-items: center;
        letter-spacing: 1px;
    }
    .grd .see1{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #1210e1;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
    }
    .grd .see2{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #f03628;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
    }
    .grd .see3{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #ff7575;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
    }
    .grd .see4{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #e29e74;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
    }
    .grd .see5{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #6587ff;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
    }
    .grd div:nth-child(2) p{
        width: 478px;
        color: #000;
        font-size: 16px;
    }
    .grd div:nth-child(2) ul li{
        display: flex;
        align-items: center;
        margin-top: 6px;
        font-size: 15px;
    }
    .grd4 div:nth-child(2) ul li,.grd5 div:nth-child(2) ul li{
        margin-top: 2px !important;
    }
    .grd div:nth-child(2) ul li img{
        width: 18px;
        margin-right: 10px;
    }
    .grd div:nth-child(3) p:nth-child(1){
        width: 158px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #feb5ae;
        color: #ff4631;
        text-align: center;
        border-radius: 30px;
        margin-left: 108px;
        margin-top: 26px;
        font-size: 16px;
        letter-spacing: 1px;
    } 
    .grd div:nth-child(3) p:nth-child(2){
        color: #ff0403;
        font-size: 18px;
        padding-left: 88px;
        padding-top: 6px;
    }
    .grd div:nth-child(3) p:nth-child(2) span{
        font-size: 34px;
        font-weight: bold;
    }
    .grd div:nth-child(3) p:nth-child(3){
        color: #fd2f30;
        font-size: 19px;
        padding-left: 74px;
    }
    .grd div:nth-child(3) p:nth-child(3) span{
        font-size: 24px;
        font-weight: bold;
    }
    .grd div:nth-child(3) p:nth-child(4){
        display: flex;
        margin-top: 20px;
    }
    .grd div:nth-child(3) p:nth-child(4) a:nth-child(1){
        width: 132px;
        height: 40px;
        line-height: 40px;
        margin-left: 48px;
        border: 1px solid #fa737e;
        color: #ff1619;
        font-size: 22px;
        text-align: center;
        border-radius: 30px;
        cursor: pointer;
    }
    .grd div:nth-child(3) p:nth-child(4) a:nth-child(2){
        width: 134px;
        height: 42px;
        line-height: 42px;
        margin-left: 20px;
        background: #ff1616;
        color: #fff;
        font-size: 22px;
        text-align: center;
        border-radius: 30px;
        cursor: pointer;
    }
    .grd2 div:nth-child(2),.grd3 div:nth-child(2),.grd4 div:nth-child(2){
        background: url(../img/right1.png) no-repeat right;
        background-size: 3px;
    }
    .grd p del{
        color: #333;
    }
    .data{
        width: 100%;
        height: 220px;
        background: #fff;
        box-shadow: #ccc 1px 1px 16px;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .data dl{
        width: 33%;
    }
    .data img{
        height: 62px;
        display: block;
        margin: auto;
        margin-top: 28px;
    }
    .data dl dd h4{
        font-size: 24px;
        text-align: center;
        padding-top: 10px;
        letter-spacing: 3px;
    }
    .data p{
        width: 150px;
        height: 44px;
        background: #5695fe;
        line-height: 44px;
        color: #fff;
        text-align: center;
        margin: auto;
        border-radius: 30px;
        margin-top: 16px;
        cursor: pointer;
        letter-spacing: 2px;
        font-size: 20px;
    }
    .data p a{
        color: #fff;
        text-decoration: none;
    }
    .animate{
        position: fixed;
        bottom: 0;
        left: -200%;
        z-index: 999999;
    }
    .animate img{
        width: 100%;
        cursor: pointer;
    }
    .animate div{
        position: absolute;
        right: 10px;
        top: -6px;
    }
    .bbtn{
        position: fixed;
        bottom: 0;
        left: 0;
        cursor: pointer;
        z-index: 99999;
    }
    .bbtn img{
        width: 250px;
        display: block;
    }
    .bbtn div{
        position: absolute;
        left: 250px;
        top: 4px;
    }
    .bbtn div img{
        width: 30px;
    }

}  
@media screen and (max-width: 760px){
    .box{
        width: 100%;
        padding-bottom: 90px;
    }
    .banner{
        width: 100%;
    }
    .banner img{
        width: 100%;
    }
    .box_in{
        width: 95%;
        margin: auto;
        position: relative;
    }
    .brief_introduction{
        width: 100%;
        padding-bottom: 8px;
        position: absolute;
        top: -17px;
        left: 0;
        background: #fff;
        border-radius: 6px;
        box-shadow: #ccc 1px 1px 10px;
    }
    .brief_introduction p{
        font-size: 12px;
        color: #000;
        width: 96%;
        margin: auto;
        line-height: 18px;
        padding-top: 8px;
    }
    .brief_introduction p a{
        color: #0709ff;
    }
    .nav{
        display: none;
    }
    .title{
        padding-top: 26px;
    }
    .title p{
        font-size: 20px;
        font-weight: bold;
    }
    .title a{
        display: block;
        color: #8f8f8f;
        font-size: 14px;
        padding-top: 4px;
        letter-spacing: 2px;
    }
    .ques{
        background: #fff;
        border-radius: 8px;
        box-shadow: #ccc 1px 1px 10px;
        margin-top: 38px;
        padding-bottom: 14px;
    }
    .ques ul{
        width: 95%;
        padding-top: 16px;
    }
    .ques ul li{
        height: 32px;
        line-height: 32px;
        padding-left: 20px;
        font-size: 12px;
        cursor: pointer;
        color: #999999;
    }
    .ques ul li p{
        width: 95%;
        background: url(../img/you.png) no-repeat right;
        background-size: 6px;
        border-bottom: 1px solid #ececec;
    }
    .active{
        background: url(../img/background1.png) no-repeat center;
        background-size: 102%;
        color: #fff !important;
    }
    .active p{
        background: url(../img/you1.png) no-repeat right !important;
        background-size: 6px;
    }
    .answer{
        width: 100%;
    }
    .answer div{
        display: none;
    }
    .answer h3{
        height: 26px;
        line-height: 26px;
        margin-top: 10px;
        background: url(../img/ques.png) no-repeat 10px center;
        background-size: 20px;
        padding-left: 34px;
        font-size: 14px;
    }
    .answer p{
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        padding-left: 34px;
        background: url(../img/da.png) no-repeat 10px 2px;
        background-size: 18px;
    }
    .answer table{
        margin: auto;
        border-collapse:collapse;
        margin-top: 10px;
    }
    .answer table tbody tr:nth-child(1) td{
        text-align: center;
    }
    .answer table tr td{
        border-bottom: 1px solid #a9a9a9;  
        border-right: 1px solid #a9a9a9;  
        padding: 2px 6px;
        line-height: 20px;
        font-size: 12px;
    }
    .answer table tr{
        border-top: 1px solid #a9a9a9;
    }
    .answer table tr td:nth-child(1){
        border-left: 1px solid #a9a9a9;
        line-height: 18px !important;
    }
    .answer div:nth-child(4) p{
        height: 90px !important;
    }
    .answer div:nth-child(5) p{
        height: 140px !important;
    }
    .answer div:nth-child(6) img{
        width: 140px !important;
    }
    .p2{
        height: 62px !important;
        line-height: 15px !important;
    }
    .p3{
        height: 142px !important;
        line-height: 16px !important;
        margin-right: 20px;
    }
    .p4{
        padding-right: 10px !important;
        line-height: 20px !important;
        background: url(../img/da.png) no-repeat 10px 4px !important;
        background-size: 20px !important;
    }
    /* .answer div:nth-child(2) table tr td{
        padding: 10px 12px !important;
        line-height: 22px !important;
    }   
    .answer div:nth-child(4) table tr td{
        padding: 4px 16px !important;
    } */
    .outline{
        width: 100%;
        height: auto;
        padding-bottom: 12px;
        background: #fff;
        box-shadow: #ccc 1px 1px 10px;
        border-radius: 8px;
    }
    .wen,.da{
        display: none;
    }
    .ques1{
        margin-top: 30px;
        padding-top: 10px;
    }
    .ques1 li{
        width: 80%;
        margin: auto;
        height: 32px;
        line-height: 32px;
        padding-left: 34px;
        color: #000;
        font-size: 12px;
        border-radius: 5px;
        margin-top: 12px;
        cursor: pointer;
        background: #f5f5f5 url(../img/blue.png) no-repeat 12px center;
    }
    .act{
        color: #fff !important;
        background: #3d54ff url(../img/white.png) no-repeat 12px center !important;
    }
    .answer1 div{
        display: none;
        width: 90%;
        padding-top: 12px;
        margin: auto;
        line-height: 20px;
        font-size: 12px;
    }
    .answer1 div p{
        font-size: 12px;
        color: #000;
        padding-top: 8px;
    }
    .exam{
        width: 100%;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-top: 12px;
        margin-bottom: 22px;
    }
    .exam li{
        border: 1px solid #a4a4a4;
        padding: 4px 8px;
        border-radius: 30px;
        font-size: 12px;
        cursor: pointer;
        margin-top: 6px;
        margin-left: 8px;
    }
    .examination{
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: #ccc 1px 1px 10px;
        border-radius: 8px;
        display: flex;
        padding-bottom: 12px;
        justify-content: space-between;
    }
    .examination img{
        display: none;
    }
    .active1{
        background: #3d54ff;
        color: #fff;
    }
    .exam_in p{
        display: none;
        margin-left: 22px;
        margin-right: 22px;
        letter-spacing: 1px;
        padding-top: 10px;
        font-size: 12px;
    }
    .zixun{
        width: 50%;
        height: 42px;
        padding-top: 20px;
        margin: auto;  
        cursor: pointer;
    }
    .zixun p{
        border-radius: 50px;
        line-height: 42px;
        color: #fff;
        font-size: 16px;
        background: #3d54ff;
        text-align: center;
    }
    .question{
        display: flex;
        justify-content: space-between;
        padding-top: 0.4rem;
        flex-wrap: wrap;
    }
    .question_in{
        width: 48.5%;
        height: 178px;
        overflow: hidden;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #e9e9e9;
        cursor: pointer;
        margin-top: 8px;
    }
    .question_in img{
        width: 100%;
    }
    .question_in h2{
        width: 93%;
        height: 30px;
        margin: auto;
        font-size: 0.16rem;
        padding-top: 0.18rem;
        padding-bottom: 0.1rem;
    }
    .question_in p{
        width: 100%;
        margin: auto;
        font-size: 12px;
        padding-top: 10px;
        color: #000;
        transform: scale(0.9);
    }   
    .img1{
        width: 100%;
        height: 130px;
        background: url(../img/qa1.png) no-repeat center;
    }
    .img2{
        width: 100%;
        height: 130px;
        background: url(../img/qa2.png) no-repeat center;
    }
    .img3{
        width: 100%;
        height: 130px;
        background: url(../img/qa3.png) no-repeat center;
    }
    .img4{
        width: 100%;
        height: 130px;
        background: url(../img/qa4.png) no-repeat center;
    }
    .question_in1:hover .img1{
        height: 40px;
        background-position: center;
    }
    .question_in2:hover .img2{
        height: 40px;
        background-position: center;
    }
    .question_in3:hover .img3{
        height: 40px;
        background-position: center;
    }
    .question_in4:hover .img4{
        height: 40px;
        background-position: center;
    }
    .score{
        height: 188px;
        display: flex;
        justify-content: space-between;
    }
    .chafen{
        width: 40%;
        margin-top: 26px;
    }
    .chafen a{
        display: block;
    }
    .chafen a img{
        width: 100%;
    }
    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    }
    .swiper-button-prev{
        width: 20px !important;
        height: 20px !important;
        left: auto !important;
        right: 40px !important;
        top: 22px !important;
        background-image: none !important;
    }
    .swiper-button-next{
        width: 21px !important;
        height: 21px !important;
        left: auto !important;
        right: 12px !important;
        top: 22px !important;
        background-image: none !important;
    }
    .mySwiper{
        width: 60%;
        overflow: hidden;
        position: relative;
        padding-right: 8px;
    }
    .btn{
        text-align: right;
    }
    .swiper-wrapper{
        position: absolute;
        display: flex;
        top: 28px;
        left: 5px;
    }
    .swiper-wrapper div{
        width: 288px;
        height: 142px;
        box-shadow: rgb(219, 218, 218) 1px 1px 14px;
        border-radius: 10px;
        overflow: scroll;
    }
    .swiper-wrapper div h3{
        width: 94%;
        margin: auto;
        padding-top: 10px;
        font-size: 4px;
    }
    .swiper-wrapper i{
        display: block;
        height: 10px;
        background: #3d54ff;
    }
    .swiper-wrapper img{
        display: none;
    }
    .swiper-wrapper p{
        width: 94%;
        margin: auto;
        color: #000;
        font-size: 12px;
        padding-top: 6px;
    }
    .sever{
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sever div{
        width: 48.5%;
        height: 238px;
        margin-top: 10px;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 15px;
    }
    .sever div img{
        width: 100%;
    }
    .sever div h2{
        width: 90%;
        margin: auto;
        font-size: 14px;
        padding-top: 10px;
    }
    .sever div p{
        width: 90%;
        padding-top: 6px;
        margin: auto;
        font-size: 12px;
        letter-spacing: 1px;
    }
    /* .tab1{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 14px auto;
    }
    .tab1 li{
        width: 20%;
        height: 24px;
        line-height: 24px;
        border-radius: 30px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        cursor: pointer;
        transform: scale(0.9);
        font-size: 12px;
    }
    .tab1 .active{
        color: #3838e7 !important;
        border-radius: 30px;
        background: #fff;
        font-weight: bold;
        transform: scale(0.9);
    }
    .curriculum{
        width: 100%;
        height: auto;
        padding-bottom: 1px;
        margin-top: 24px;
        background: url(../img/background.png) no-repeat center;
    }
    .curriculum_in{
        width: 90%;
        margin: auto;
    }
    .curriculum_in h2{
        text-align: center;
        color: #fff;
        font-size: 20px;
        letter-spacing: 2px;
        padding-top: 22px;
    }
    .curriculum_in button{
        width: 44%;
        height: 26px;
        color: #ff5146;
        font-weight: bold;
        text-align: center;
        border: none;
        background: #fff;
        display: block;
        margin: 21px auto;
        border-radius: 30px;
        font-size: 14px;
    }
    .curriculum_in button a{
        color: #ff5146;
    }
    .button{
        width: 60%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    .content{
        background: #fff;
        border-radius: 6px;
        margin-top: 16px;
    }
    .content li{
        display: none;
    }
    .content1{
        background: #fff;
        border-radius: 6px;
        padding-bottom: 0px !important;
    }
    .content1 li{
        display: none;
       
    }
    .content_in{
        padding: 4px 4px 0px 4px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .content_in div{
        width: 49.5%;
        height: 296px;
        background: #e7e3fb;
        border-radius: 6px;
        margin-bottom: 4px;
    }
    .content_in a{
        width: 49.5%;
        height:296px;
        position: relative;
    }
    .content_in a h2{
        position: absolute;
        top: 4px;
        left: 50%;
        transform: translate(-50%);
        white-space:nowrap;
        letter-spacing: 5px;
        font-size: 21px;
    }
    .content_in img{
        width: 100%;
        height: 296px;
        margin-bottom: 10px;
    }
    .content_in div img{
        width: 100%;
        height: 63px;
        margin-bottom: 0;
    }
    .content_in div p{
        font-size: 12px;
        width: 100%;
        transform: scale(0.9);
        line-height: 17px;
        margin: auto;
    }
    .content_in div:nth-child(2) p{
        line-height: 17px;
    }
    .content_in div:nth-child(4) p span{
        padding-left: 9px;
        background: url(../img/bg2.png) no-repeat left 9px;
        background-size: 3px;
    }
    .content_in div p span{
        display: block;
    }
    .content_in div p a{
        display: inline-block;
        width: 12px;
        height: 12px;
        line-height: 12px;
        font-size: 12px;
        text-align: center;
        margin-right: 10px;
        border-radius: 30px;
        background: #ff4f45;
        color: #fff;
    } */
    .grd{
        height: 100%;
        display: flex;
        margin-top: 18px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .grd1{
        border: 1px solid #c6c0f4;
        background-image: linear-gradient(to bottom, #fefeff, #f1eeff);
    }
    .grd2{
        border: 1px solid #efc0bd;
        background-image: linear-gradient(to bottom, #fffefe, #fff5f5);
    }
    .grd3{
        border: 1px solid #f2cfcf;
        background-image: linear-gradient(to bottom, #fffefe, #fff1f1);
    }
    .grd4{
        border: 1px solid #e8c0a8;
        background-image: linear-gradient(to bottom, #fffefe, #ffefe7);
    }
    .grd5{
        border: 1px solid #d0d8fb;
        background-image: linear-gradient(to bottom, #fefeff, #e9edff);
    }
    .grd_img{
        width: 36%;
    }
    .grd div:nth-child(2){
        width: 62%;
    }
    .grd div:nth-child(2) h3{
        font-size: 12px;
        padding-top: 4px;
        display: flex;
        align-items: center;
        letter-spacing: 1px;
    }
    .grd .see1{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #1210e1;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        cursor: pointer;
        transform: scale(0.8);
    }
    .grd .see2{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #f03628;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
        transform: scale(0.8);
    }
    .grd .see3{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #ff7575;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
        transform: scale(0.8);
    }
    .grd .see4{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #e29e74;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
        transform: scale(0.8);
    }
    .grd .see5{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #6587ff;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
        transform: scale(0.8);
    }
    .grd div:nth-child(2) p{
        width: 70%;
        color: #000;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .grd div:nth-child(2) ul li{
        display: flex;
        align-items: center;
        font-size: 12px;
        transform: scale(0.9);
    }
    .grd4 div:nth-child(2) ul li,.grd5 div:nth-child(2) ul li{
        margin-top: 2px !important;
    }
    .grd div:nth-child(2) ul li img{
        width: 14px;
        margin-right: 4px;
    }
    .grd div:nth-child(3){
        width: 100%;
        padding-bottom: 10px;
    }
    .grd div:nth-child(3) p:nth-child(1){
        width: 120px;
        height: 22px;
        line-height: 22px;
        border: 1px solid #feb5ae;
        color: #ff4631;
        text-align: center;
        border-radius: 30px;
        margin: auto;
        margin-top: 14px;
        font-size: 13px;
        letter-spacing: 1px;
    } 
    .grd div:nth-child(3) p:nth-child(2){
        color: #ff0403;
        font-size: 14px;
        padding-top: 2px;
        text-align: center;
    }
    .grd div:nth-child(3) p:nth-child(2) span{
        font-size: 24px;
        font-weight: bold;
    }
    .grd div:nth-child(3) p:nth-child(3){
        color: #fd2f30;
        font-size: 14px;
        text-align: center;
    }
    .grd3 div:nth-child(3) p:nth-child(3),.grd4 div:nth-child(3) p:nth-child(3),.grd5 div:nth-child(3) p:nth-child(3){
        color: #fd2f30;
        font-size: 14px;
        text-align: center;
    }
    
    .grd div:nth-child(3) p:nth-child(3) span{
        font-size: 18px;
        font-weight: bold;
    }
    .grd div:nth-child(3) p:nth-child(4){
        width: 54%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
    }
    .grd div:nth-child(3) p:nth-child(4) a:nth-child(1){
        width: 47%;
        height: 28px;
        line-height: 28px;
        border: 1px solid #fa737e;
        color: #ff1619;
        font-size: 14px;
        text-align: center;
        border-radius: 30px;
        cursor: pointer;
    }
    .grd div:nth-child(3) p:nth-child(4) a:nth-child(2){
        width: 48%;
        height: 30px;
        line-height: 30px;
        background: #ff1616;
        color: #fff;
        font-size: 14px;
        text-align: center;
        border-radius: 30px;
        cursor: pointer;
    }
    .grd p del{
        color: #333;
    }
    .data{
        width: 100%;
        height: 140px;
        background: #fff;
        box-shadow: #ccc 1px 1px 16px;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
        margin-top: 28px;
    }
    .data dl{
        width: 33%;
    }
    .data img{
        height: 46px;
        display: block;
        margin: auto;
        margin-top: 14px;
    }
    .data dl dd h4{
        font-size: 14px;
        text-align: center;
        padding-top: 8px;
        letter-spacing: 3px;
    }
    .data p{
        width: 72%;
        height: 28px;
        background: #5695fe;
        line-height: 28px;
        color: #fff;
        text-align: center;
        margin: auto;
        border-radius: 30px;
        margin-top: 10px;
        cursor: pointer;
        letter-spacing: 2px;
        font-size: 12px;
    }
    .data p a{
        color: #fff;
        text-decoration: none;
    }
    .animate{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: -200%;
        z-index: 999999;
    }
    .animate img{
        width: 100%;
        cursor: pointer;
    }
    .animate div{
        position: absolute;
        right: 4px;
        top: -14px;
    }
    .animate div img{
        width: 18px !important;
    }
    .bbtn{
        position: fixed;
        bottom: -5px;
        left: 0;
        cursor: pointer;
        z-index: 99999;
    }
    .bbtn img{
        width: 100px;
    }
    .bbtn div{
        position: absolute;
        left: 100px;
        top: 2px;
    }
    .bbtn div img{
        width: 15px;
    }
} 
@media screen and (min-width: 768px) and (max-width: 1200px){
    .box{
        width: 100%;
        padding-bottom: 30px;
    }
    .banner{
        width: 100%;
    }
    .banner img{
        width: 100%;
    }
    .box_in{
        width: 95%;
        margin: auto;
        position: relative;
    }
    .brief_introduction{
        width: 100%;
        height: 134px;
        position: absolute;
        top: -38px;
        left: 0;
        background: #fff;
        border-radius: 12px;
        box-shadow: #ccc 1px 1px 10px;
        
    }
    .brief_introduction p{
        font-size: 16px;
        color: #000;
        width: 96%;
        margin: auto;
        line-height: 26px;
        padding-top: 16px;
    }
    .brief_introduction p a{
        color: #0709ff;
    }
    .nav{
        padding-top: 128px;
        display: none;
    }
    .title{
        padding-top: 36px;
    }
    .title p{
        font-size: 30px;
        font-weight: bold;
    }
    .title a{
        display: block;
        color: #8f8f8f;
        font-size: 18px;
        padding-top: 4px;
        letter-spacing: 2px;
    }
    .ques{
        display: flex;
        justify-content: space-between;
        background: #fff;
        border-radius: 14px;
        box-shadow: #ccc 1px 1px 10px;
        margin-top: 50px;
        padding-bottom: 26px;
    }
    .ques ul{
        width: 44%;
        padding-top: 22px;
    }
    .ques ul li{
        height: 52px;
        line-height: 52px;
        padding-left: 10px;
        font-size: 14px;
        cursor: pointer;
        color: #999999;
    } 
    .ques ul li p{
        width: 96%;
        background: url(../img/you.png) no-repeat right;
        background-size: 8px;
        border-bottom: 1px solid #ececec;
    }
    .active{
        background: url(../img/background1.png) no-repeat center;
        background-size: 102% 94%;
        color: #fff !important;
    }
    .active p{
        background: url(../img/you1.png) no-repeat right !important;
        background-size: 8px !important;
    }
    .answer{
        width: 54%;
    }
    .answer div{
        display: none;
    }
    .answer h3{
        height: 32px;
        line-height: 32px;
        margin-top: 20px;
        background: url(../img/ques.png) no-repeat left;
        background-size: 24px;
        padding-left: 30px;
        font-size: 18px;
    }
    .answer p{
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        padding-left: 30px;
        background: url(../img/da.png) no-repeat left;
        background-size: 24px;
    }
    .answer table{
        border-collapse:collapse;
        margin-top: 10px;
    }
    .answer table tr td{
        border-bottom: 1px solid #a9a9a9;
        border-right: 1px solid #a9a9a9;
        padding: 8px 8px;
        line-height: 22px;
        font-size: 14px;
    }
    .answer table tr{
        border-top: 1px solid #a9a9a9;
    }
    .answer table tr td:nth-child(1){
        border-left: 1px solid #a9a9a9;
        padding: 2px 8px !important;
        line-height: 23px !important;
    }
    .p2{
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .p3{
        height: 46px !important;
        font-size: 16px !important;
        line-height: 26px !important;
        margin-right: 20px;
    }
    .p4{
        font-size: 15px !important;
        line-height: 24px !important;
        margin-right: 26px;
    }
    .answer div:nth-child(2) table tr td{
        padding: 10px 12px !important;
        line-height: 22px !important;
    }   
    .answer div:nth-child(4) table tr td{
        padding: 6px 12px !important;
    }
    .outline{
        width: 100%;
        height: 300px;
        background: #fff;
        box-shadow: #ccc 1px 1px 10px;
        border-radius: 14px;
        position: relative;
        margin-top: 48px;
    }
    .wen{
        width: 50px;
        position: absolute;
        top: -16px;
        left: 8%;
    }
    .da{
        width: 50px;
        position: absolute;
        top: -16px;
        right: 38%;
    }
    .outline_in{
        display: flex;
        justify-content: space-around;
    }
    .ques1{
        width: 330px;
        margin-top: 28px;
    }
    .ques1 li{
        width: 96%;
        height: 38px;
        line-height: 38px;
        padding-left: 24px;
        color: #000;
        font-size: 14px;
        border-radius: 8px;
        margin-top: 20px;
        margin-left: 10px;
        cursor: pointer;
        background: #f5f5f5 url(../img/blue.png) no-repeat 8px center;
    }
    .act{
        color: #fff !important;
        background: #3d54ff url(../img/white.png) no-repeat 8px center !important;
    }
    .answer1{
        width: 56%;
    }
    .answer1 div{
        display: none;
        padding-top: 34px;
        padding-left: 36px;
        margin-right: 10px;
        font-size: 14px;
    }
    .answer1 div p{
        font-size: 14px;
        color: #000;
        padding-top: 8px;
    }
    .exam{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .exam li{
        border: 1px solid #a4a4a4;
        padding: 6px 20px;
        border-radius: 30px;
        font-size: 16px;
        cursor: pointer;
    }
    .examination{
        width: 100%;
        height: 305px;
        background: #fff;
        box-shadow: #ccc 1px 1px 10px;
        border-radius: 14px;
        display: flex;
        justify-content: space-between;
    }
    .examination img{
        height: 262px;
        padding-left: 14px;
        padding-top: 20px;
    }
    .active1{
        background: #3d54ff;
        color: #fff;
    }
    .exam_in div{
        display: none;
        margin-left: 22px;
        margin-right: 22px;
        letter-spacing: 1px;
        line-height: 26px;
        font-size: 17px;
    }
    .exam_in div img{
        width: 44px !important;
        height: 44px !important;
    }
    .exam_in div p{
        line-height: 24px;
        padding-top: 10px;
    }
    .zixun{
        width: 284px;
        height: 70px;
        padding-top: 50px;
        margin: auto;
        cursor: pointer;
    }
    .zixun p{
        border-radius: 50px;
        line-height: 58px;
        color: #fff;
        font-size: 26px;
        background: #3d54ff;
        text-align: center;
    }
    .question{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    }
    .question_in{
        width: 24%;
        height: 284px;
        overflow: hidden;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #e9e9e9;
        cursor: pointer;
    }
    .question_in img{
        width: 100%;
    }
    .question_in h2{
        width: 90%;
        height: 60px;
        margin: auto;
        font-size: 16px;
        padding-top: 18px;
    }
    .question_in p{
        width: 90%;
        margin: auto;
        font-size: 14px;
        line-height: 18px;
        color: #000;
    }   
    .question_in button{
        display: block;
        width: 70%;
        height: 32px;
        line-height: 32px;
        background: #ff4036;
        border: none;
        text-align: center;
        color: #fff;
        margin: auto;
        border-radius: 30px;
        margin-top: 10px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .question_in2 button{
        display: block;
        width: 70%;
        height: 32px;
        line-height: 32px;
        background: #ff4036;
        border: none;
        text-align: center;
        color: #fff;
        margin: auto;
        border-radius: 30px;
        margin-top: 10px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .img1{
        width: 100%;
        height: 208px;
        background: url(../img/qa1.png) no-repeat center;
    }
    .img2{
        width: 100%;
        height: 208px;
        background: url(../img/qa2.png) no-repeat center;
    }
    .img3{
        width: 100%;
        height: 208px;
        background: url(../img/qa3.png) no-repeat center;
    }
    .img4{
        width: 100%;
        height: 208px;
        background: url(../img/qa4.png) no-repeat center;
    }
    .question_in1:hover .img1{
        height: 60px;
        background-position: center;
    }
    .question_in2:hover .img2{
        height: 60px;
        background-position: center;
    }
    .question_in3:hover .img3{
        height: 60px;
        background-position: center;
    }
    .question_in4:hover .img4{
        height: 60px;
        background-position: center;
    }
    .score{
        height: 295px;
        display: flex;
        justify-content: space-between;
    }
    .chafen{
        height: 270px;
        padding-top: 36px;
    }
    .chafen a{
        display: block;
    }
    .chafen a img{
        height: 120px;
    }
    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    }
    .swiper-button-prev{
        width: 30px !important;
        height: 30px !important;
        left: auto !important;
        right: 52px !important;
        top: 22px !important;
        background-image: none !important;
    }
    .swiper-button-next{
        width: 31px !important;
        height: 31px !important;
        left: auto !important;
        right: 16px !important;
        top: 22px !important;
        background-image: none !important;
    }
    .mySwiper{
        overflow: hidden;
        position: relative;
        padding-right: 8px;
    }
    .btn{
        text-align: right;
    }
    .swiper-wrapper{
        position: absolute;
        width: 1788x;
        display: flex;
        top: 38px;
        left: 5px;
    }
    .swiper-wrapper div{
        width: 288px;
        height: 82%;
        box-shadow: rgb(219, 218, 218) 1px 1px 14px;
        border-radius: 10px;
        overflow: scroll;
    }
    .swiper-wrapper div h3{
        width: 100%;
        margin: auto;
        padding-top: 12px;
        font-size: 16px;
    }
    .swiper-wrapper i{
        display: block;
        height: 12px;
        background: #3d54ff;
    }
    .swiper-wrapper img{
        display: none;
    }
    .swiper-wrapper p{
        width: 96%;
        margin: auto;
        color: #000;
        font-size: 14px;
        padding-top: 10px;
    }
    .sever{
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    .sever div{
        width: 24%;
        height: 288px;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 15px;
    }
    .sever div img{
        width: 100%;
    }
    .sever div h2{
        width: 90%;
        margin: auto;
        font-size: 18px;
        padding-top: 10px;
    }
    .sever div p{
        width: 90%;
        padding-top: 6px;
        margin: auto;
        font-size: 14px;
        letter-spacing: 1px;
    }
    /* .tab1{
        width: 88%;
        display: flex;
        justify-content: space-between;
        margin: 22px auto;
    }
    .tab1 li{
        width: 18%;
        height: 36px;
        line-height: 36px;
        border-radius: 30px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
    }
    .tab1 .active{
        color: #3838e7 !important;
        border-radius: 30px;
        background: #fff;
        font-weight: bold;
    }
    .curriculum{
        width: 100%;
        height: 662px;
        margin-top: 40px;   
        background: url(../img/background.png) no-repeat center;
    }
    .curriculum_in{
        width: 90%;
        margin: auto;
    }
    .curriculum_in h2{
        text-align: center;
        color: #fff;
        font-size: 30px;
        letter-spacing: 2px;
        padding-top: 26px;
    }
    .curriculum_in button{
        width: 148px;
        height: 44px;
        color: #ff5146;
        font-weight: bold;
        text-align: center;
        border: none;
        background: #fff;
        display: block;
        margin: 22px auto;
        border-radius: 30px;
        font-size: 20px;
    }
    .curriculum_in button a{
        color: #ff5146;
    }
    .button{
        width: 51%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    .content{
        background: #fff;
        border-radius: 16px;
    }
    .content li{
        display: none;
    }
    .content1{
        background: #fff;
        border-radius: 16px;
        padding-bottom: 0px !important;
    }
    .content1 li{
        display: none;
       
    }
    .content_in{
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }
    .content_in div{
        width: 24%;
        height: 396px;
        background: #e7e3fb;
        border-radius: 10px;
    }
    .content_in a{
        width: 27%;
        height: 396px;
        position: relative;
    }
    .content_in a h2{
        position: absolute;
        top: 4px;
        left: 50%;
        transform: translate(-50%);
        white-space:nowrap;
        letter-spacing: 5px;
        font-size: 32px;
    }
   
    .content_in img{
        width: 100%;
        height: 394px;
    }
    .content_in div img{
        width: 100%;
        height: auto;
    }
    .content_in div p{
        font-size: 14px;
        width: 98%;
        line-height: 18px;
        margin: auto;
    }
    .content_in div:nth-child(2) p{
        padding-top: 10px;
    }
    .content_in div:nth-child(4) p span{
        padding-left: 14px;
        background: url(../img/bg2.png) no-repeat 4px 16px;
        background-size: 6px;
    }
    .content_in div p span{
        display: block;
        padding-top: 8px;
    }
    .content_in div p a{
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
        margin-right: 6px;
        border-radius: 30px;
        background: #3b18d7;
        color: #fff;
        margin-left: 5px;
    } */
    .grades{
        padding-top: 30px;
    }
    .grd{
        display: flex;
        justify-content: space-between;
        margin-top: 18px;
    }
    .grd1{
        border: 1px solid #c6c0f4;
        background-image: linear-gradient(to bottom, #fefeff, #f1eeff);
    }
    .grd2{
        border: 1px solid #efc0bd;
        background-image: linear-gradient(to bottom, #fffefe, #fff5f5);
    }
    .grd3{
        border: 1px solid #f2cfcf;
        background-image: linear-gradient(to bottom, #fffefe, #fff1f1);
    }
    .grd4{
        border: 1px solid #e8c0a8;
        background-image: linear-gradient(to bottom, #fffefe, #ffefe7);
    }
    .grd5{
        border: 1px solid #d0d8fb;
        background-image: linear-gradient(to bottom, #fefeff, #e9edff);
    }
    .grd_img{
        width: 30%;
    }
    .grd div:nth-child(2){
        width: 36%;
        background: url(../img/rig.png) no-repeat right center;
        background-size: 2px 84%;
        padding-right: 10px;
    }
    .grd div:nth-child(2) h3{
        font-size: 15px;
        padding-top: 4px;
        display: flex;
        align-items: center;
        letter-spacing: 1px;
    }
    .grd .see1{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #1210e1;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        cursor: pointer;
        transform: scale(0.9);
    }
    .grd .see2{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #f03628;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
    }
    .grd .see3{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #ff7575;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
    }
    .grd .see4{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #e29e74;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
    }
    .grd .see5{
        display: block;
        width: 58px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background: #6587ff;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        margin-left: 6px;
        cursor: pointer;
    }
    .grd div:nth-child(2) p{
        width: 100%;
        color: #000;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .grd div:nth-child(2) ul li{
        display: flex;
        align-items: center;
        margin-top: 1px;
        font-size: 12px;
    }
    .grd4 div:nth-child(2) ul li,.grd5 div:nth-child(2) ul li{
        margin-top: 2px !important;
    }
    .grd div:nth-child(2) ul li img{
        width: 18px;
        margin-right: 10px;
    }
    .grd div:nth-child(3){
        width: 30%;
    }
    .grd div:nth-child(3) p:nth-child(1){
        width: 120px;
        height: 24px;
        line-height: 23px;
        border: 1px solid #feb5ae;
        color: #ff4631;
        text-align: center;
        border-radius: 30px;
        margin: auto;
        margin-top: 26px;
        font-size: 14px;
    } 
    .grd div:nth-child(3) p:nth-child(2){
        color: #ff0403;
        font-size: 14px;
        padding-top: 6px;
        text-align: center;
    }
    .grd div:nth-child(3) p:nth-child(2) span{
        font-size: 24px;
        font-weight: bold;
    }
    .grd div:nth-child(3) p:nth-child(3){
        color: #fd2f30;
        font-size: 12px;
        text-align: center;
    }
    .grd3 div:nth-child(3) p:nth-child(3),.grd4 div:nth-child(3) p:nth-child(3),.grd5 div:nth-child(3) p:nth-child(3){
        color: #fd2f30;
        font-size: 14px;
        text-align: center;
    }
    
    .grd div:nth-child(3) p:nth-child(3) span{
        font-size: 16px;
        font-weight: bold;
    }
    .grd div:nth-child(3) p:nth-child(4){
        width: 80%;
        display: flex;
        margin: auto;
        justify-content: space-between;
        margin-top: 20px;
    }
    .grd div:nth-child(3) p:nth-child(4) a:nth-child(1){
        width: 47%;
        height: 28px;
        line-height: 28px;
        border: 1px solid #fa737e;
        color: #ff1619;
        font-size: 14px;
        text-align: center;
        border-radius: 30px;
        cursor: pointer;
    }
    .grd div:nth-child(3) p:nth-child(4) a:nth-child(2){
        width: 48%;
        height: 30px;
        line-height: 30px;
        background: #ff1616;
        color: #fff;
        font-size: 14px;
        text-align: center;
        border-radius: 30px;
        cursor: pointer;
    }
    .grd p del{
        color: #333;
    }
    .data{
        width: 100%;
        height: 170px;
        background: #fff;
        box-shadow: #ccc 1px 1px 16px;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
        margin-top: 28px;
        margin-bottom: 50px;
    }
    .data dl{
        width: 33%;
    }
    .data img{
        height: 54px;
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .data dl dd h4{
        font-size: 18px;
        text-align: center;
        padding-top: 8px;
        letter-spacing: 3px;
    }
    .data p{
        width: 112px;
        height: 32px;
        background: #5695fe;
        line-height: 32px;
        color: #fff;
        text-align: center;
        margin: auto;
        border-radius: 30px;
        margin-top: 10px;
        cursor: pointer;
        letter-spacing: 2px;
        font-size: 16px;
    }
    .data p a{
        color: #fff;
        text-decoration: none;
    }
    .animate{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: -200%;
        z-index: 999999;
    }
    .animate img{
        width: 100%;
        cursor: pointer;
    }
    .animate div{
        position: absolute;
        right: 10px;
        top: -24px;
    }
    .bbtn{
        position: fixed;
        bottom: 0;
        left: 0;
        cursor: pointer;
        z-index: 99999;
    }
    .bbtn img{
        width: 200px;
    }
    .bbtn div{
        position: absolute;
        left: 196px;
        top: 12px;
    }
    .bbtn div img{
        width: 25px;
    }
}