.cursor{cursor: pointer;}
.box-sizing{box-sizing: border-box;}
/* 按钮放大缩小 */
.btnBigOrSmall{-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}

.flex{display: flex;}
.flex-column{display: flex;flex-direction: column;}
.flex-justify-center{display: flex;justify-content: center;}
.flex-justify-between{display: flex;justify-content: space-between;}
.flex-justify-around{display: flex;justify-content: space-around;}
.flex-items-center{display: flex;align-items: center;}
.flex-wrap{flex-wrap: wrap;}
.flex-align-self{align-self: flex-end;}

.line-clamp-1{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.line-clamp-2{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.line-clamp-3{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.line-clamp-4{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.line-clamp-5{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
.line-clamp-6{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;}

body.sem .rightMenu{display: flex !important;}
.newHeader{display: none;}
#iconDiv1{display: none;}
.isPc2{display: none;}
.rightMenu .form-wrap form .label input, .rightMenu .form-wrap form .label select{padding-left: 0;}


.header_banner{width: 100%;height: 465px;background-repeat: no-repeat;background-position: center top;background-image: url(../images/bannerBg.jpg);}
.header_banner .m1200{display: flex;justify-content: space-between;overflow: hidden;position: relative;}
.header_banner .logo{position: absolute;top: 10px;left: 10px;}
.header_banner .banner_img{overflow: hidden;}
.header_banner .banner_img img{margin: 0 0 0 80px;}
.header_banner .form-wrap{width: 382px;height: 358px;margin: 74px 45px 0 0;box-sizing: border-box;}
.header_banner .form-wrap form{display: flex;flex-direction: column;padding: 40px 30px;align-items: center;}
.header_banner .form-wrap form .label{ width: 100%; height: 50px;border-radius: 25px;border-color: #c7c7c7;overflow: hidden;}
.header_banner .form-wrap form h4{font-size: 24px;line-height: 58px;font-size: 24px;font-weight: bold;color: #333333;}
.header_banner .form-wrap form h4 em{color: #3d2391;font-weight: bold;}
.header_banner .form-wrap form .label input,.header_banner .form-wrap form .label select{padding: 0 0 0 11px;height:48px;line-height: 48px;}
.header_banner .form-wrap form .tiaokuan{font-size: 12px;line-height: 30px;}
.header_banner .form-wrap form .xdf_formbtn{width: 100%;height: 50px;line-height: 50px;border-radius: 25px;font-size: 16px;color: #ffffff;font-weight: bold;background: linear-gradient(to bottom,#6886ed,#7351d8);cursor: pointer;box-shadow: 0 22px 40px 0 rgba(33, 86, 190, .3);}


.page {padding: 50px 0;}
.page .tit {font-size: 34px;line-height: 40px;height: 60px;color: #333333;margin: 0 0 30px 0;text-align: center;font-weight: normal;}
.page .tit .t1{font-size: 40px;display: inline-block;padding: 0 10px;position: relative;font-weight: bold;margin: 0 5px;}
.page .tit .t1::before,.page .tit .t1::after{content: '';width: 8px;height: 17px;box-sizing: border-box;position: absolute;}
.page .tit .t1::before{left: 0;top: 0;border-top: 2px solid #c5a57f;border-left: 2px solid #c5a57f;}
.page .tit .t1::after{right: 0;bottom: 0;border-right: 2px solid #c5a57f;border-bottom: 2px solid #c5a57f;}
.page .tit .t2{font-size: 14px;color: #999999;display: block;letter-spacing: 12px;line-height: 14px;margin-top: 10px;font-weight: normal;}


.page .testbtn{width: 350px;height: 40px;line-height: 40px;text-align: center;font-size: 14px;color: #ffffff;background: linear-gradient(to left,#6886ed,#7351d8);border-radius: 20px;display: block;margin: 40px auto 0;-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}




/* page1-为什么需要背景提升？ */
.page1 .list{display: flex;justify-content: space-around;}
.page1 li {width: 292px;height: 230px;background: url(../images/page1LiBg.png) no-repeat center center;box-sizing: border-box;padding: 30px 35px 0;box-shadow: 0 0 910px 1px rgba(33, 61, 146, .14);border-radius: 20px;}
.page1 li h4{font-size: 20px;color: #3a31a1;line-height: 20px;text-align: center;}
.page1 li .txt{border-top: 1px solid #ebeae8;margin: 15px auto 0;padding: 15px 0 0 0;height: 125px;box-sizing: border-box;}
.page1 li .txt p{font-size: 14px;color: #666666;line-height: 22px;}
.page1 li a{text-align: center;font-size: 14px;color: #ffffff;line-height: 40px;display: block;}
.page1 li:hover a{text-decoration: underline;}


/* page2-背景提升有哪些类型？ */
.page2{background: url(../images/page2Bg.jpg) no-repeat center bottom;}
.page2 .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.page2 li{width: 590px;height: 180px;box-sizing: border-box;padding: 40px 50px 0 300px;background-repeat: no-repeat;background-position: center center;box-shadow: 0 0 18px 6px rgba(18, 24, 125, .19);border-radius: 20px;}
.page2 li h4{font-size: 20px;color: #3a31a1;}
.page2 li p{font-size: 14px;color: #666666;line-height: 22px;margin: 15px 0 0;}
.page2 li:nth-of-type(1){background-image: url(../images/page2Li1Bg.png);}
.page2 li:nth-of-type(2){background-image: url(../images/page2Li2Bg.png);}
.page2 li:nth-of-type(3){background-image: url(../images/page2Li3Bg.png);}
.page2 li:nth-of-type(4){background-image: url(../images/page2Li4Bg.png);}
.page2 li a{display: none;}
.page2 li:nth-of-type(1),.page2 li:nth-of-type(2){margin: 0 0 20px 0;}



.bg1{background: url(../images/bg1.jpg) no-repeat center top;}
/* page3-参加前途背景提升您将收获 */
.page3 .m1200{position: relative;}
.page3 .tit{position: absolute;top: 70px;width: 338px;height: 127px;background: #e8d4be;text-align: center;color: #634009;font-weight: normal;padding: 22px 0 0 0;box-sizing: border-box;}
.page3 .tit .t2{position: absolute;right: -110px;font-weight: bold;color: #333333;letter-spacing: 0px;font-size: 24px;top: 10%;margin-top: 0;}
.page3 .tit .t1::before{left: 0;top: 0;border-top: 2px solid #41339e;border-left: 2px solid #41339e;}
.page3 .tit .t1::after{right: 0;bottom: 0;border-right: 2px solid #41339e;border-bottom: 2px solid #41339e;}
.page3 .txts{padding: 115px 50px 50px 215px;background: #ffffff url(../images/page3TxtBg.png) no-repeat 10% 135px;width: 1038px;box-sizing: border-box;margin: 0 0 0 160px;display: flex;flex-direction: column;align-items: end;}
.page3 .txts .list{display: flex;flex-wrap: wrap;}
.page3 .txts .list li{width: 193px;height: 158px;background: #f7f5fd;text-align: center;padding: 35px 10px 0;box-sizing: border-box;}
.page3 .txts .list li h4{font-size: 30px;color: #cec6e5;font-weight: normal;line-height: 30px;}
.page3 .txts .list li strong{font-weight: bold;font-size: 14px;color: #543d9c;line-height: 14px;margin: 25px auto 10px;}
.page3 .txts .list li p{font-size: 14px;color: #543d9c;line-height: 18px;}
.page3 .txts .list li.white{background: #ffffff;}
.page3 .txts .list li.white h4{color: #d0d0d0;}
.page3 .txts .list li.white strong{color: #333333;}
.page3 .txts .list li.white p{color: #333333;}
.page3 .testbtn{margin: 40px 0 15px;}



/* page3-多种背景提升方案设计  只为满足学生个性化需求 */
.page4 .tit {color: #ffffff;}
.page4 .tit .t2{color: #ffffff;}
.page4 .tabs{display: flex;justify-content: space-between;height: 80px;background: url(../images/page4TabsBg.png) no-repeat center center;padding: 12px 15px 0;box-sizing: border-box;margin: 0 0 10px 0;}
.page4 .tab{width: 270px;height: 54px;line-height: 54px;font-size: 24px;color: #30058a;font-weight: bold;text-align: center;cursor: pointer;}
.page4 .tab.active{height: 60px;background: url(../images/page4tabAtBg.png) no-repeat center center;color: #7c5516;}
.page4 .tablist{width: 100%;height: 580px;box-sizing: border-box;padding: 40px;background: #6c5eca;border-radius: 20px;}
.page4 .item{display: none;}
.page4 .item.active{display: block;}
.page4 .item .txts{width: 360px;background: url(../images/page4TxtBg.png) no-repeat center top;}
.page4 .item .txts .t_txt{padding: 35px 36px 0;}
.page4 .item .txts .t_txt h4{font-size: 24px;color: #f2d19c;margin: 0 0 10px 0;}
.page4 .item .txts .t_txt p{font-size: 14px;color: #ffffff;}
.page4 .item:nth-of-type(2) .t_txt p,.page4 .item:nth-of-type(3) .t_txt p{height: 65px;}
.page4 .item:nth-of-type(4) .t_txt p{height: 40px;}
.page4 .item .txts .t_txt .items{display: flex;padding: 14px 0 24px;height: 26px;}
.page4 .item:nth-of-type(2) .txts .t_txt .items,.page4 .item:nth-of-type(3) .txts .t_txt .items,.page4 .item:nth-of-type(4) .txts .t_txt .items{display: none;}
.page4 .item:nth-of-type(2) .txts .t_txt .list,.page4 .item:nth-of-type(3) .txts .t_txt .list,.page4 .item:nth-of-type(4) .txts .t_txt .list{height: 76px;}
.page4 .item .txts .t_txt .items span{display: inline-block;background: #fadbaa url(../images/page4SpanIcon.png) no-repeat 10px center;height: 26px;line-height: 26px;border-radius: 13px;padding:0 12px 0 30px;box-sizing: border-box;font-size: 12px;color: #402587;margin: 0 10px 0 0;}
.page4 .item .txts .t_txt .list{padding: 14px 0 15px;border-top: 1px dashed #a699c7;}
.page4 .item .txts .t_txt .list dl{font-size: 14px;line-height: 26px;color: #ffffff;}
.page4 .item .txts .t_txt .list dl dt{font-weight: bold;position: relative;padding: 0 0 0 10px;display: inline;}
.page4 .item .txts .t_txt .list dl dt::before{position: absolute;content: '·';font-size: 14px;font-weight: bold;color: #f2d19c;left: 0;}
.page4 .item .txts .t_txt .list dl dd{display: inline;line-height: 16px;}
.page4 .item .txts .b_txt{padding: 65px 40px 40px 40px;background: url(../images/page4b_txtBg.png) no-repeat center center;box-sizing: border-box;height: 258px;}
.page4 .item .txts .b_txt ul{height: 130px;}
.page4 .item .txts .b_txt li{font-size: 14px;line-height: 26px;color: #402587;}
.page4 .item .txts .b_txt .btn{text-align: right;}
.page4 .item .txts .b_txt .btn a{background: linear-gradient(#f2d19c,#cfa06e 40%);font-size: 14px;color: #402587;text-align: center;width: 134px;height: 30px;line-height: 30px;display: inline-block;border-radius: 15px;}



/* page5-热门案例  看学长学姐怎么提升？ */
.page5 .txts{display: flex;width: 590px;height: 316px;border-radius: 20px;background: #ffffff;overflow: hidden;border: 1px solid rgba(230, 230, 230, .8);box-sizing: border-box;}
.page5 .txts .l_txt{width: 235px;padding: 30px 30px 0 20px;box-sizing: border-box;background: #342691;display: flex;flex-direction: column;}
.page5 .txts .l_txt img{width: 87px;height: 87px;margin: 0 auto;}
.page5 .txts .l_txt h3{font-size: 24px;color: #d7bfa4;line-height: 24px;margin: 15px auto 25px;}
.page5 .txts .l_txt dl{font-size: 14px;line-height: 20px;margin: 0 0 4px 0;display: flex;}
.page5 .txts .l_txt dl dt{color: #d7bfa4;position: relative;padding-right: 10px;}
.page5 .txts .l_txt dl dt::after{position: absolute;bottom: 0;top: 0;margin: auto;content: ":";right: 3px;}
.page5 .txts .l_txt dl dd{color: #ffffff;}

.page5 .txts .r_txt{width: 235px;background-color: #ffffff;background-repeat: no-repeat;background-position: 262px 0px;flex: 1;padding: 0 25px;box-sizing: border-box;}
.page5 .slide1 .r_txt{background-image: url(../images/page5Icon1.png);}
.page5 .slide2 .r_txt{background-image: url(../images/page5Icon2.png);}
.page5 .slide3 .r_txt{background-image: url(../images/page5Icon3.png);}
.page5 .slide4 .r_txt{background-image: url(../images/page5Icon4.png);}
.page5 .txts .r_txt h4{padding: 30px 80px 0 20px;border-bottom: 1px solid #d8d8d8;position: relative;height: 105px;box-sizing: border-box;}
.page5 .txts .r_txt h4::before,.page5 .txts .r_txt h4::after{position: absolute;content: "";width: 12px;height: 10px;}
.page5 .txts .r_txt h4 p{font-size: 14px;color: #987b59;line-height: 20px;}
.page5 .txts .r_txt h4::before{background: url(../images/page5yhUp.png) no-repeat center center;left: 0;}
.page5 .txts .r_txt h4::after{background: url(../images/page5yhDown.png) no-repeat center center;top: 80px;right: 70px;}
.page5 .txts .r_txt .txt{padding: 50px 0 0 0;background: url(../images/page5aljx.png) no-repeat left 15px;}
.page5 .txts .r_txt .txt p{font-size: 14px;color: #333333;line-height: 20px;height: 120px;}
.page5 .txts .r_txt .txt a{font-size: 14px;color: #5747c3;line-height: 14px;text-align: right;display: block;}



/* page6 */
.page6 .ulLists{position: relative;overflow: hidden;background: url(../images/page6ulListsBg.png) no-repeat center center;padding: 50px 0;background-size: cover;}
.page6 .ulLists::before,.page6 .ulLists::after{position: absolute; content: "";height: 100%;width: 30%;z-index: 2;top: 0;}
.page6 .ulLists::before{background: linear-gradient(to right,rgba(255,255,255,.8),rgba(255,255,255,.1));left: 0;}
.page6 .ulLists::after{background: linear-gradient(to left,rgba(255,255,255,.8),rgba(255,255,255,.1));right: 0;}
.page6 .item{margin: 20px 0;position: relative;height: 44px;}
.page6 ul{width: 3650px;position: absolute;}
.page6 ul li{margin: 0 10px;display: flex;flex-wrap: nowrap;}
.page6 ul li span{display: block;height: 44px;padding: 0 30px;border-radius: 22px;line-height: 44px;margin: 0 25px;}
.page6 .item:nth-of-type(odd) ul{animation:moveLeft 30s linear 0s infinite normal;}
.page6 .item:nth-of-type(2) ul{margin: 0 10px 0 60px;animation:moveLeft 30s linear 0s infinite normal;}
.page6 .item:nth-of-type(4) ul{width: 3650px;margin: 0 10px 0 60px;animation:moveLeft2 24s linear 0s infinite normal;}
@keyframes moveLeft {
    from{
     left: 0;
    }
    to{
     left: -1807px;
    }
 }
 @keyframes moveLeft2 {
     from{
      left: 0;
     }
     to{
      left: -1398px;
     }
  } 
 



  /* page7-超30家官方合作企业  多方位助力背景提升 */
  .page7{padding-top: 30px;}
.page7 img{margin: 0 auto;display: block;}




/* page8-新东方前途出国     值得信赖的留学机构 */
/* .page8{background: url(../images/page8Bg.jpg) no-repeat center top;background-size: cover;}
.page8 .pinxuanTop{padding: 0 0 40px 0;}
.page8 .pinxuanTop li{width: 20%;float: left;text-align: center;}
.page8 .pinxuanTop li p{line-height: 40px;}
.page8 .pinxuanTop li p strong{font-size: 40px;color: #333333;}
.page8 .pinxuanTop li p b{font-size: 36px;color: #333333;}
.page8 .pinxuanTop li p i,.page8 .pinxuanTop li:nth-of-type(1) i:nth-of-type(2){font-size:16px;color: #333333;font-style: normal;display: inline-block;width: 18px;height: 18px;text-align: center;line-height: 18px;font-weight: normal;vertical-align: text-top;}
.page8 .pinxuanTop li h4{font-size: 14px;color: #666666;font-weight: normal;line-height: 18px;}
.page8 .pinxuanTop li:nth-of-type(1) h4 i{font-size: 12px;color: #999999;}
.page8 .pinxuanTop li:nth-of-type(1) i,.page8 .pinxuanTop li:nth-of-type(3) i,.page8 .pinxuanTop li:nth-of-type(4) i{font-size: 26px;}
.page8 .pcUl li{width: 300px;height: 200px;background: #edf0fe;float: left;font-size: 14px;color: #333333;text-align: center;position: relative;}
.page8 .pcUl li.img::after{content: '';display: block;width:11px;height:12px;background: url(../images/pxLeft.png) no-repeat center top;position: absolute;top: 95px;right: -11px;z-index: 1;}
.page8 .pcUl li.img:nth-child(6):after,
.page8 .pcUl li.img:nth-child(8):after{ right: auto; left: -11px; background: url(../images/pxLeft.png) no-repeat center top; transform: rotate(180deg);}
.page8 .pcUl li.text{background: rgba(237,240,254,.4);padding: 0 20px;box-sizing: border-box;}
.page8 .pcUl li.text p{line-height: 28px;font-size: 14px;color: #333333;}
.page8 .pcUl li h3{font-size: 22px;color: #3e0ba8;padding-top: 56px;margin-bottom: 10px;} */




/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
#xdf_bottomForm{display: none;}
.xdf_slide .xdf_slidebtn{bottom: 23px;}
.xdf_bottomForm_new .ax_img{background: url(../images/bottomFormImg.png?21212) no-repeat center center;}

/*sem系列三验证码*/
.header_banner .form-wrap form{padding: 10px 30px;}
.header_banner .form_wrap .form-wrap form{padding-top: 10px;}
.form-wrap form .label.Code{width: 100%;display: flex;justify-content: space-between;}
.form-wrap .label.Code input{width: 35%;padding-top: 0;}
.form-wrap .label.Code .SmsCodeBtn{background: none;width:auto;margin: 0;padding: 0 4%;height: 48px;line-height: 0.46rem;}
.form-wrap .label.Code .SmsCodeBtn::after{content: '';width: 1px;height: 20px;background: #D8D8D8;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}
/*sem系列三验证码*/
@media screen and (max-width:1000px) {
    body.sem .rightMenu{display: none !important;}
    .xdf_slide{display: none;}
    .m1200{width: 94%;}
    .header_banner .logo img{width: 68%;}
    .header_banner{height: 10.45rem;background-image: url(../images/m_bannerBg.jpg);background-size: cover;}
    .header_banner .m1200{flex-direction: column;}
    .header_banner .banner_img img{margin: -.2rem 0 0 .8rem;width: 6.66rem;height: 3.86rem;}
    .header_banner .form-wrap{width: 6.37rem;height: 5.25rem;margin: .45rem 0 0 .35rem;}
    .header_banner .form-wrap form{padding: .5rem .4rem 0;}
    .header_banner .form-wrap form h4{font-size: .44rem;line-height: .44rem;margin: 0 0 .3rem 0;}
    .header_banner .form-wrap form .label{margin: .08rem 0;height: .86rem;border-radius: .43rem;}
    .header_banner .form-wrap form .xdf_formbtn{height: .86rem;line-height: .86rem;border-radius: .43rem;}
    .header_banner .form-wrap form .tiaokuan{font-size: .2rem;}

    .page{padding: .5rem 0;}
    .page .tit{font-size: .4rem;height: .9rem;margin: 0 0 .3rem 0;font-weight: normal;line-height: .55rem;text-align: center;}
    .page .tit .t1{font-size: .4rem;padding: 0 .1rem 0;margin: 0 .05rem;}
    .page .tit .t1::before,.page .tit .t1::after{border-width: .02rem;}
    .page .tit .t2{font-size: .2rem;margin: .05rem 0 0 0;letter-spacing: .2rem;}
    .page .testbtn{width: 5.5rem;height: .8rem;border-radius: .4rem;font-size: .26rem;line-height: .8rem;margin: .5rem auto 0;}

    .page1 .list{flex-wrap: wrap;}
    .page1 li{width: 3.34rem;height: 1.22rem;border-radius: .1rem;background: #ffffff;padding: 0;border: 2px solid #ffffff;box-shadow: 0 0 7px 0 rgba(202, 202, 202, .8);padding: 0 0 0 1.2rem;display: flex;align-items: center;}
    .page1 li h4{font-size: .28rem;line-height: .4rem;text-align: left;color: #333333;font-weight: normal;}
    .page1 li:nth-of-type(1){background: url(../images/m_page1Icon1.png) no-repeat .25rem center;background-size: .74rem;margin: 0 0 .2rem 0;}
    .page1 li:nth-of-type(2){background: url(../images/m_page1Icon2.png) no-repeat .25rem center;background-size: .74rem;margin: 0 0 .2rem 0;}
    .page1 li:nth-of-type(3){background: url(../images/m_page1Icon3.png) no-repeat .25rem center;background-size: .74rem;}
    .page1 li:nth-of-type(4){background: url(../images/m_page1Icon4.png) no-repeat .25rem center;background-size: .74rem;}


    .page2 .list{flex-direction: column;}
    .page2 li{width: 100%;border-radius: .2rem;box-shadow: 0 0 .18rem .06rem rgba(18, 24, 125, .19);height: 2.29rem;background-size: cover;}
    .page2 li:nth-of-type(1), .page2 li:nth-of-type(2),.page2 li:nth-of-type(3){margin: 0 0 .2rem 0;padding: .3rem .25rem 0 2.9rem;}
    .page2 li:nth-of-type(4){padding: .3rem .25rem 0 2.9rem;}
    .page2 li h4{font-size: .32rem;line-height: .32rem;}
    .page2 li p{font-size: .28rem;line-height: .4rem;margin: .15rem 0 0 0;}
    .page2 li a{display: block;text-align: right;font-size: .28rem;color: #c69878;line-height: .28rem;margin: .2rem 0 0 0;}



    .bg1{background: url(../images/m_bg1.jpg) no-repeat center bottom;background-size: cover;}

    .page3 .tit{position: initial;background: none;color: #333333;padding: 0;width: auto;}
    .page3 .tit .t1::before,.page3 .tit .t1::after{border-color: #c5a57f;}
    .page .tit .t2{position: initial;color: #999999;}
    .page3 .txts{padding: 0;background: none;width: 100%;margin: 0;}
    .page3 .txts .list{flex-wrap: wrap;}
    .page3 .txts .list li{width: 50%;height: 2.2rem;padding: .25rem 0 0;}
    .page3 .txts .list li h4{font-size: .54rem;line-height: .54rem;}
    .page3 .txts .list li strong{font-size: .28rem;line-height: .28rem;margin: .25rem auto .15rem;}
    .page3 .txts .list li p{font-size: .28rem;line-height: .4rem;}
    .page3 .testbtn{font-weight: bold;}


    .page4 .tit{height: 1.45rem;}
    .page4 .tabs{width: 100%;height: .9rem;background: url(../images/m_page4TabsBg.png) no-repeat center center;background-size: cover;padding: .12rem .15rem 0;margin: 0 0 .1rem 0;}
    .page4 .tab{width: 1.65rem;height: .64rem;line-height: .64rem;font-size: .28rem;}
    .page4 .tab.active{height: .72rem;background: url(../images/m_page4tabAtBg.png) no-repeat center top;background-size: cover;}
    .page4 .tablist{padding: .3rem 0 .3rem .3rem;height: auto;border-radius: .1rem;}
    .page4 .swiper-container{padding-bottom: .4rem;}
    .page4 .item .txts{width: 4.92rem;background: url(../images/m_page4TxtBg.png) no-repeat center top;background-size: cover;border-radius: .1rem;}
    .page4 .item .txts .t_txt{padding: .4rem .3rem .05rem;}
    .page4 .item .txts .t_txt h4{font-size: .32rem;line-height: .4rem;margin: 0 0 .15rem 0;}
    .page4 .item .txts .t_txt p{font-size: .26rem;line-height: .34rem;}
    .page4 .item .txts .t_txt .items{height: .3rem;padding: .25rem 0 .4rem;}
    .page4 .item .txts .t_txt .items span{font-size: .22rem;height: .3rem;line-height: .3rem;padding: 0 .15rem 0 .35rem;border-radius: .15rem;margin: 0 .1rem 0 0;background-position-x: .1rem;}
    .page4 .item .txts .t_txt .list{display: none;}
    .page4 .item .txts .b_txt{padding: .75rem .3rem 0;background: url(../images/page4hxsh.png) no-repeat .3rem .3rem;height: 3.25rem;background-size: 1.25rem .3rem;}
    .page4 .item .txts .b_txt ul{height: 2.45rem;}
    .page4 .item .txts .b_txt li{font-size: .26rem;line-height: .4rem;}
    .page4 .item .txts .b_txt .btn{display: none;}
    .page4 .swiper-container .swiper-pagination{bottom: 0;width: 1.26rem;height: .14rem;margin: 0 auto;right: 0;left: 0;background: #ebebeb;border-radius: .07rem;display: flex !important;}
    .page4 .swiper-container .swiper-pagination-bullet{width: .42rem;height: .14rem;border-radius: .07rem;margin: 0;background: #ebebeb;}
    .page4 .swiper-container .swiper-pagination-bullet-active{background: #d9ae7b;}
    .page4 .testbtn{font-weight: bold;color: #402587;background: linear-gradient(#f1d09a,#cd9f70);}



    .page5{padding-bottom: .1rem;}
    .page5 .txts{width: 100%;height: 5.2rem;border-radius: .2rem;}
    .page5 .txts .l_txt{width: 2.44rem;padding: .4rem .15rem 0;}
    .page5 .txts .l_txt img{width: 1rem;height: 1rem;}
    .page5 .txts .l_txt h3{font-size: .34rem;line-height: .34rem;margin: .4rem auto .4rem;}
    .page5 .txts .l_txt dl{flex-direction: column;align-items: center;font-size: .26rem;margin: 0 0 .1rem 0;}
    .page5 .txts .l_txt dl dt{padding-right: 0;}
    .page5 .txts .l_txt dl dt::after{position: inherit}
    .page5 .txts .l_txt dl dd{line-height: .32rem;font-weight: bold;text-align: center;}
    .page5 .txts .r_txt{width: 4.45rem;padding:  0 .3rem 0 .15rem;background-size: 1.31rem .81rem;background-position: 3.5rem .2rem;}
    .page5 .txts .r_txt h4{padding: .5rem 1rem .5rem .1rem;height: 1.7rem;}
    .page5 .txts .r_txt h4 p{font-size: .24rem;line-height: .34rem;}
    .page5 .txts .r_txt h4::before, .page5 .txts .r_txt h4::after{width: .2rem;height: .16rem;}
    .page5 .txts .r_txt h4::before{top: .3rem;}
    .page5 .txts .r_txt h4::after{right: 1rem;top: 1.2rem;}
    .page5 .txts .r_txt .txt{padding: .85rem .1rem 0;background-size: 1.2rem;background-position-x: .1rem;}
    .page5 .txts .r_txt .txt p{font-size: .24rem;line-height: .34rem;height: 1.68rem;overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
    .page5 .txts .r_txt .txt a{font-size: .28rem;line-height: .28rem;margin: .3rem 0;}
    .page5 .page5-swiper{padding-bottom: .5rem;}
    .page5 .swiper-pagination{bottom: 0;}
    .page5 .swiper-pagination-bullet{width: .14rem;height: .14rem;background: #ebebeb;opacity: 1;}
    .page5 .swiper-pagination-bullet-active{background: #d9ae7b;}



    .page7 .tit{height: 1.45rem;}
    .page7 .swiper-slide{width: 100%;height: 3.28rem;}
    .page7 .swiper-slide img{width: 100%;}
    .page7 .page7-swiper{padding-bottom: .5rem;}
    .page7 .swiper-pagination{bottom: 0;}
    .page7 .swiper-pagination-bullet{width: .14rem;height: .14rem;background: #ebebeb;opacity: 1;}
    .page7 .swiper-pagination-bullet-active{background: #d9ae7b;}


    /* .page8_1{background: url(../images/m_page8_1Bg.jpg) no-repeat center bottom;background-size: cover;}
    .page8_1 .tit .t1{margin: 0;}
    .lxjg .con {
        padding: 0.5rem 0 0;
        margin: 0 auto;
    }
  
    .lxjg .lxjgNum li {
        width: 2rem;
        float: left;
        text-align: center;
        position: relative;
        padding-bottom: 0.22rem;
        margin: 0 0.15rem 0.35rem 0.15rem
    }
  
    .lxjg .lxjgNum li:nth-child(4) {
        margin-left: 1.3rem;
    }
  
    .lxjg .lxjgNum li::after {
        content: '';
        background: url(../images/line.png) no-repeat center top;
        display: block;
        width: 1.4rem;
        height: 0.03rem;
        background-size: 7.9rem;
        background-position: -5.48rem 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
  
    .lxjg .lxjgNum li span {
        color: #5747c3;
        font-size: 0.38rem;
        font-weight: bold;
        line-height: 0.4rem;
    }
  
    .lxjg .lxjgNum li span i {
        font-size: 0.3rem;
        font-style: normal;
        font-weight: bold;
    }
  
    .lxjg .lxjgNum li span i.i2 {
        font-size: 0.24rem;
    }
  
    .lxjg .lxjgNum li p {
        font-size: 0.24rem;
        color: #333333;
        font-weight: bold;
        margin-top: 0.05rem;
    }
  
    .lxjg .lxjgSj {
        font-size: 0.2rem;
        color: #5747c3;
        text-align: right;
        padding-right: 3%;
    } */
/*sem系列三验证码*/
.header_banner .form-wrap form{padding: 0.25rem .4rem 0;}
.header_banner .form-wrap form .label{height: 0.68rem;line-height: 0.68rem;}
.form-wrap .label.Code .SmsCodeBtn{height: 0.68rem;line-height: 0.68rem;}
.header_banner .form-wrap form .label input, .header_banner .form-wrap form .label select{height: 0.68rem;line-height: 0.68rem;}
/*sem系列三验证码*/








}