.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,g .rightMenu .form-wrap form .label select{padding-left: 0;}



.header_banner{width: 100%;height: 467px;background-repeat: no-repeat;background-position: center top;background-image: url(../images/bannerBg.jpg);}
.header_banner .m1200{padding: 70px 0 0 0;display: flex;justify-content: space-between;overflow: hidden;position: relative;}
.header_banner .logo{position: absolute;top: 10px;left: 10px;}
.header_banner .banner_img{margin-top: 60px;margin-left: 110px;}
.header_banner .form-wrap{width: 382px;height: 358px;margin: 0 60px 0 0;box-sizing: border-box;}
.header_banner .form-wrap form{display: flex;flex-direction: column;padding: 50px 30px;align-items: center;}
.header_banner .form-wrap form .label{ width: 100%; height: 50px;border-radius: 10px !important;border-color: #c7c7c7;overflow: hidden;border-radius: 25px !important;}
.header_banner .form-wrap form h4{font-size: 24px;line-height: 28px;font-size: 24px;font-weight: bold;color: #333333;}
.header_banner .form-wrap form h4 em{font-weight: bold;color: #9b1c2c;}
.header_banner .form-wrap form h5{font-size: 14px;color: #999999;font-weight: normal;letter-spacing: 12px;}
.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: 11px;line-height: 30px;text-align: left;}
.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 top,#4d3493,#7675e4);cursor: pointer;box-shadow: 0 22px 40px 0 rgba(77, 51, 145, .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;}

/* page1 */
.page1 .list li{width: 292px;border-radius: 20px;overflow: hidden;box-shadow: 5px 5px 10px #f1f3f8;text-align: center;float: left;margin-right: 10px;}
.page1 .list li .top{width: 100%;background: url(../images/whayBg.jpg) no-repeat center top;height: 191px;padding: 0 35px;box-sizing: border-box;}
.page1 .list li .top h3{font-size: 20px;color: #3a31a1;line-height: 50px;padding-top: 16px;border-bottom: 1px solid #ebeae9;}
.page1 .list li .top p{font-size: 14px;line-height: 24px;margin-top: 18px;color: #666666;}
.page1 .list li a{font-size: 14px;display: block;height: 40px;line-height: 40px;color: #ffffff;background: linear-gradient(90deg,#9b7b59,#ceb599);}
.page1 .list li:last-child{margin-right: 0;}

/* page2 */
.page2 .list{display: flex;flex-direction: column;}
.page2 .list .items{display: flex;justify-content: space-between;}
.page2 .list .items .item{width: 50%;}

.page2 .list h4{font-size: 20px;color: #333333;font-weight: bold;line-height: 50px;}
.page2 .list .l_t .l{box-sizing: border-box;padding: 18px;background-size: cover;}
.page2 .list .items0 .item:nth-of-type(1) .l_t .l{background: url(../images/page2Bg.png) no-repeat left center;height: 381px;}
.page2 .list .items0 .item:nth-of-type(2) .l_t .l{background: url(../images/page2Bg.png) no-repeat left center;height: 381px;}
.page2 .list .l .txt{display: flex;flex-direction: column;justify-content: center;padding: 12px 0;border-bottom: 1px solid #ebebeb;}
.page2 .list .l .txt:last-child{border: none;}
.page2 .list .l .txt h5{padding: 0 0 0 15px;font-size: 14px;color: #333333;line-height: 14px;margin: 0 0 7px 0;}
.page2 .list .l .txt p{padding: 0 0 0 15px;font-size: 14px;color: #333333;line-height: 24px;}
.page2 .list .l .txt p strong{font-weight: bold;}
.page2 .list .bottom{display: flex;background: url(../images/page2Bg2.png) no-repeat center center;height: 238px;width: 100%;box-sizing: border-box;padding: 25px 20px 0;flex-direction: column;box-shadow: 0 0 27px 0 rgba(166, 166, 166, .3);margin: 20px 0 0;background-size: cover;border-radius: 15px;}
.page2 .list .bottom ul{display: flex;flex-wrap: wrap;}
.page2 .list .bottom ul li{width: 50%;font-size: 14px;color: #333333;line-height: 32px;}
.page2 .list .bottom ul li strong{color: #bb9972;font-weight: bold;}


/* page2_1 */
.page2_1{padding-bottom: 0;}
.page2_1{background: #faf3f4;}
.page2_1 .list{display: flex;justify-content: space-between;}
.page2_1 .txtBox{border-radius: 16px;margin-right: 16px;box-sizing: border-box;position: relative;cursor: pointer;flex:1;padding: 0 0 5px 0;background: #f6d9dd;}    
.page2_1 .txtBox  div{display: flex;flex-direction: column;align-items: center;padding: 22px 6px 30px;background: #ffffff;height: 155px;border-radius: 15px;}
.page2_1 .txtBox h5{font-size: 22px;color: #b81a30;font-weight: bold;padding: 15px 0 15px;border-bottom: 1px solid #ebebeb;width: 78%;text-align: center;line-height: 22px;}
.page2_1 .txtBox h5 span{font-size: 14px;font-weight: normal;margin-top: 0;line-height: 14px;display: inline-block;height: 14px;}
.page2_1 .txtBox .item{position: relative;padding-bottom: 0;height: 345px;box-sizing: border-box;}
.page2_1 .txtBox .item .top{padding: 0;width: 100%;}
.page2_1 .txtBox .item .bottom{padding: 0;}
.page2_1 .txtBox dl{margin: 5px auto 0;text-align: center;}
.page2_1 .txtBox dl dt{font-size: 14px;color: #3fba98;margin-bottom: 5px;}
.page2_1 .txtBox dl dd{font-size: 14px;color: #333333;line-height: 24px;}
.page2_1 .txtBox h6{position: absolute;bottom: 20px;font-size: 14px;color: #694cb1;font-weight: bold;}
.page2_1 .txtBox h6::after{position: absolute;content: "";width: 10px;height: 12px;background: url(../images/page2_1H6RightBg.png) no-repeat center center;top: 50%;margin-top: -6px;right: -13px;}
.page2_1 .txtBox:hover{background: #b81a30;}
.page2_1 .txtBox::after{position: absolute;content: "";top:50%;right:-38px;margin-top: -30px;width: 48px;height: 38px;background: url(../images/page2_1RightDown.png) no-repeat left center;z-index: 9;}
.page2_1 .txtBox:last-child::after{content: none;}



/* page3 */
.page3{background: url(../images/page3Bg.jpg) no-repeat center top;width: 100%;height:755px;}
.page3 .tit{padding-top: 60px;}
.page3 .cost_wrap .fl ul{width: 420px;position: relative;margin-top: 130px;padding-left: 325px;}
.page3 .cost_wrap .fl ul li{width: 100%;height: 100px;margin-bottom: 20px;}
.page3 .cost_wrap .fl ul li h2{font-size: 18px;color: #4c328f;line-height: 36px;position: relative;}
.page3 .cost_wrap .fl ul li h2::before{position: absolute;content: "";}
.page3 .cost_wrap .fl ul li:nth-of-type(1) h2::before{width: 50px;height: 32px;background: url(../images/page3Icon1.png) no-repeat center center;top: -30px;}
.page3 .cost_wrap .fl ul li:nth-of-type(2) h2::before{width: 64px;height: 31px;background: url(../images/page3Icon2.png) no-repeat center center;top: -30px;}
.page3 .cost_wrap .fl ul li p{font-size: 14px;line-height: 22px;}
.page3 .cost_wrap .fl ul li p b{font-size: 18px;}
.page3 .cost_wrap .fl .tip{font-size: 14px;color: #4c328f;text-align: right;}
.page3 .cost_wrap .fr{width: 340px;}
.page3 .cost_wrap .fr h2{font-size: 24px;color: #ffffff;margin-top: 140px;line-height: 32px;}
.page3 .cost_wrap .fr .h3{font-size: 14px;margin-top: 12px;color: #efd9dd;line-height: 16px;margin-bottom: 18px;}
.page3 .form-wrap form .label{width: 100%;border-radius: 10px !important;}
.page3 .form-wrap form .label input{font-size: 14px;}
.page3 .form-wrap form .label.Code {line-height: 50px;display: flex;align-items: center;}
.page3 .form-wrap form .label.Code input {width: 59%;float: none;padding-top: 0;}
.page3 .form-wrap form .SmsCodeBtn {border-top-right-radius: 40px !important;border-bottom-right-radius: 40px !important;background: none;font-size: 14px;width: 40%;height: 40px;line-height: 40px;padding: 0;margin: 0;float: none;position: relative;}
.page3 .form-wrap form .SmsCodeBtn::after {width: 1px;height: 20px;background: #D8D8D8;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;content: '';}
.page3 .form-wrap form .tiaokuan{font-size: 12px;}
.page3 .form-wrap .xdf_formbtn{width: 100%;height: 44px;line-height: 44px;background: #7675e4;font-size: 14px;font-weight: bold;cursor: pointer;border-radius: 8px;}
.page3 .cost_result{display: none;}
.page3 .cost_result ul{border-radius: 10px;overflow: hidden;}
.page3 .cost_result ul li{width: 100%;color: #333;font-size: 18px;background: #ffffff;line-height: 24px;text-align: center;}
.page3 .cost_result ul li:first-child{background: #cec7df;color: #6a50a9;font-weight: bold;font-size: 18px;height: 50px;line-height: 50px;display: flex;justify-content: center;align-items: center;}
.page3 .cost_result ul li:nth-child(2){padding: 20px 0 0 0;font-weight: bold;line-height: 28px;}
.page3 .cost_result ul li b{font-size: 24px;color: #9b0e26;}
.page3 .cost_result .tip{font-size: 14px;color: #999;text-align: center;padding: 10px 0 20px 0;}
.page3 .btn{margin-top: 0;}


/* page4 */
.page4 .tabs{display: flex;justify-content: space-between;align-items: flex-end;}
.page4 .tab{width: 295px;height: 60px;background: #faf3f4;font-size: 20px;color: #9b0e26;border-top-left-radius: 20px;border-top-right-radius: 20px;text-align: center;line-height: 60px;cursor: pointer;}
.page4 .tab.active{height: 80px;line-height: 80px;color: #ffffff;font-weight: bold;font-size: 24px;background: linear-gradient(45deg,#7574e3 20%,#4c328f);}
.page4 .tablist{border-top: 2px solid #ae3e51;}
.page4 .item{display: none;width: 100%;height: 460px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;box-shadow: 0 0 38px 11px rgba(14, 22, 149, .1);padding: 30px 40px 0;box-sizing: border-box;}
.page4 .item.active{display: block;}
.page4 .item .txts{display: flex;justify-content: space-between;}
.page4 .item .txt{width: 535px;height: 384px;background: linear-gradient(to top,#f9f2f4 ,rgba(255,255,255,0));border-radius: 10px;}
.page4 .item .txt div{display: flex;align-items: center;padding: 0 30px;margin: 30px 0 0 0;}
.page4 .item .txt div i{width: 40px;height: 36px;text-align: center;line-height: 36px;font-size: 18px;color: #333333;margin: 0 10px 0 0;}
.page4 .item .txt:nth-of-type(1) div:nth-of-type(1) i{background: url(../images/page4Numb1.png) no-repeat center center;}
.page4 .item .txt:nth-of-type(1) div:nth-of-type(2) i{background: url(../images/page4Numb2.png) no-repeat center center;}
.page4 .item .txt:nth-of-type(1) div:nth-of-type(3) i{background: url(../images/page4Numb3.png) no-repeat center center;}
.page4 .item .txt div dl{width: 300px;}
.page4 .item .txt div dt{font-size: 18px;color: #333333;font-weight: bold;}
.page4 .item .txt div dd{font-size: 14px;color: #999999;line-height: 16px;}
.page4 .item .txt div a{font-size: 14px;color: #694cb1;font-weight: bold;}
.page4 .item p{text-align: right;font-size: 14px;color: #999999;line-height: 36px;display: none;}

.page2 .btn,
.page4 .btn,
.page5 .btn{font-size: 14px;width: 354px;height: 47px;line-height: 47px;text-align: center;color: #ffffff;border-radius: 50px;margin: 20px auto 0;display: block;background: linear-gradient(90deg,#7674e3,#4c318e);font-weight: bold;}
.page4 .btn:hover,.page2 .btn:hover,
.page5 .btn:hover{box-shadow: 0px 6px 20px 5px #d0cae4;}

/* page5 */
.page5 .con .swiper-container-gwtd{padding:0 0 30px 0;}
.page5 .con .swiper-container-gwtd .swiper-pagination{bottom: 0;}
.page5 .con .swiper-slide{width: 282px;height: 330px;background: linear-gradient(180deg,#f3ced3 0%,#ffffff 50%,#ffffff 100%);padding: 20px 20px 0 20px;box-sizing: border-box;border-radius: 20px;box-shadow: 0 2px 16px 0 rgba(202, 202, 202, .61);}
.page5 .con .swiper-slide .gwImg_wrap{width: 73px;height: 73px;border-radius: 50%;overflow: hidden;margin: 0 auto;}
.page5 .con .swiper-slide img{margin: 0 auto;display: block;width: 100%;}
.page5 .con .swiper-slide .consultant{width:100%;text-align:center;}
.page5 .con .swiper-slide .consultant .consult{border-bottom: 1px dashed #b0b7e9;padding-bottom: 15px;}
.page5 .con .swiper-slide .consultant .ConsultName{height:28px;line-height:28px;font-size:16px;color:#333333;overflow:hidden;padding-top:10px;}
.page5 .con .swiper-slide .consultant .ConsultTitle{height:16px;line-height:16px;font-size:12px;color:#666666;overflow:hidden;}
.page5 .con .swiper-slide .consultant p.Profile{display:none;}
.page5 .con .swiper-slide .consultant .Profile{padding: 10px 0 0 0;height: 110px;box-sizing: border-box;}
.page5 .con .swiper-slide .consultant .Profile p{font-size: 14px;line-height: 26px;text-align: left;color: #333333;}
.page5 .con .swiper-slide .consultant .Profile p b{font-weight: normal;color: #999999;}
.page5 .con .swiper-slide .consultant .btn{width:160px;height:28px;line-height:28px;font-size:14px;color:#ffffff;background:linear-gradient(#e14f63,#9e1024);display:block;margin:5px auto 0;border-radius:14px;}
.page5 .con .swiper-container-gwtd .swiper-pagination-bullet-active{background: #d6163a;}
/* page6 */
.page6 {background: #ffffff;}


.page6 .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;}
.page6 .txts .l_txt{width: 235px;padding: 30px 30px 0 20px;box-sizing: border-box;background: #543e9f;display: flex;flex-direction: column;}
.page6 .txts .l_txt img{width: 87px;height: 87px;margin: 0 auto;}
.page6 .txts .l_txt h3{font-size: 24px;color: #d7bfa4;line-height: 24px;margin: 15px auto 25px;}
.page6 .txts .l_txt dl{font-size: 14px;line-height: 20px;margin: 0 0 4px 0;}
.page6 .txts .l_txt dl dt{color: #d7bfa4;position: relative;padding-right: 10px;float: left;}
.page6 .txts .l_txt dl dt::after{position: absolute;bottom: 0;top: 0;margin: auto;content: ":";right: 3px;}
.page6 .txts .l_txt dl dd{color: #ffffff;font-weight: bold;}
.page6 .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;}
.page6 .txts .r_txt h4{padding: 15px 30px 0 20px;border-bottom: 1px solid rgba(51, 51, 51, .2);position: relative;height: 90px;box-sizing: border-box;display: flex;align-items: center;}
.page6 .txts .r_txt h4::before,.page6 .txts .r_txt h4::after{position: absolute;content: "";width: 12px;height: 10px;}
.page6 .txts .r_txt h4 p{font-size: 14px;color: #987b59;line-height: 20px;font-weight: normal;}
.page6 .txts .r_txt h4::before{background: url(../images/icon2.png) no-repeat center center;left: 0;top: 10px;}
.page6 .txts .r_txt h4::after{background: url(../images/icon3.png) no-repeat center center;top: 70px;right: 12px;}
.page6 .txts .r_txt .txt{padding: 45px 0 0 0;background: url(../images/icon4.png) no-repeat left 15px;}
.page6 .txts .r_txt .txt p{font-size: 14px;color: #333333;line-height: 20px;height: 140px;overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;margin: 0 0 10px 0;}
.page6 .txts .r_txt .txt a{font-size: 14px;color: #9b0e26;line-height: 14px;text-align: right;display: block;font-weight: bold;}
.page6 .txts .r_txt .txt a:hover{color: #721d2b;}




/* page7 */
/* .page7{background: url(../images/page7Bg.jpg) no-repeat center bottom;}
.page7 .pinxuanTop {
    padding: 0 0 10px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.page7 .pinxuanTop li {
    width: 19.9%;
    float: left;
    text-align: center;
    border-right: 1px solid #ffffff;
    padding-bottom: 16px;
}

.page7 .pinxuanTop li:first-child {
    padding-bottom: 0;
}

.page7 .pinxuanTop li:last-child {
    border: 0;
}

.page7 .pinxuanTop li p {
    line-height: 41px;
    font-size: 36px;
    color: #333333;
    height: 38px;
}

.page7 .pinxuanTop li p i {
    font-size: 14px;
    color: #333333;
    border-radius: 100%;
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
}

.page7 .pinxuanTop li p span.span1 {
    font-size: 14px;
    font-weight: bold;
}

.page7 .pinxuanTop li em {
    font-size: 12px;
    font-style: normal;
    color: #999999;
    display: block;
}

.page7 .pinxuanTop li h4 {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    margin-top: 10px;
}
.page7 .pcUl li{width: 300px;height: 200px;float: left;font-size: 14px;color: #333333;text-align: center;position: relative;}
.page7 .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;}
.page7 .pcUl li.img:nth-child(6):after,
.page7 .pcUl li.img:nth-child(8):after{ right: auto; left: -11px; background: url(../images/pxLeft.png) no-repeat center top; transform: rotate(180deg);}
.page7 .pcUl li.text{background: rgba(255,255,255,.4);padding: 0 18px;box-sizing: border-box;}
.page7 .pcUl li.text p{line-height: 28px;font-size: 14px;color: #333333;}
.page7 .pcUl li h3{font-size: 22px;color: #3e0ba8;padding-top: 56px;margin-bottom: 10px;} */

/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;background: url(../images/xdf_slideBg.png?121) no-repeat center center;width: 174px;height: 194px;}
.xdf_slide span{font-size: 14px;color: #ffffff;display: block;height: 26px;line-height: 26px;text-align: center;width: 112px;background: linear-gradient(90deg,#7674e4,#4b3290);border-radius: 50px;font-weight: bold;margin: 124px auto 0;box-shadow:  0 8px 15px 2px #dc7631;}
#xdf_bottomForm{display: none;}
.xdf_bottomForm_new .ax_img { background: url(../images/bottomFormImg.png?121) no-repeat center top;height: 193px;bottom: -40px;margin: auto 0;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: linear-gradient(90deg,#7674e3,#4b328f);}
@media screen and (min-width:1000px) {
    .page4 .page3-swiper .swiper-slide:hover{box-shadow: 0 0 16px 5px #dadada;-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);transform: translateY(-5px)}
    .page4 .page3-swiper .swiper-slide:hover  .dec .text{color:#bf3048;}
}
/*sem系列三验证码*/
.header_banner .form_wrap h2{padding: 18px 0 0;}
.header_banner .form-wrap form{padding-top: 20px;}
.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) {
    .xdf_slide{display: none;}

    body.sem .rightMenu{display: none !important;}
    .m1200{width: 94%;}
    .header_banner .logo img{width: 68%;}
    .header_banner{height: 11.10rem;background: url(../images/m_bannerBg.jpg) no-repeat center top;background-size: cover;}
    .header_banner .m1200{flex-direction: column;align-items: center;padding: 1.39rem 0 0 0;}
    .header_banner .banner_img {margin:0 auto;}
    .header_banner img{width: 100%;}
    .header_banner .form-wrap{width: 100%;height: 5.85rem;margin: .4rem 0 0 0;}
    .header_banner .form-wrap form{padding:.6rem .7rem 0;}
    .header_banner .form-wrap form h4{font-size: .5rem;line-height: .5rem;margin: 0 0 .3rem 0;}
    .header_banner .form-wrap form .label{height: .86rem;}
    .header_banner .form-wrap form .label input, .header_banner .form-wrap form .label select{height: .86rem;line-height: .86rem;}
    .header_banner .form-wrap form .xdf_formbtn {height: 0.8rem;line-height: 0.8rem;border-radius: 0.5rem;font-size: 0.24rem;box-shadow: 0 22px 40px 0 rgba(77, 51, 145, .3);}

    .page{padding: .5rem 0;}
    .page .tit{font-size: .34rem;line-height: .4rem;margin: 0 0 .3rem 0;height: .75rem;}
    .page .tit .t1{font-size: .4rem;line-height: .4rem;margin: 0 .05rem;padding: 0 .15rem;}
    .page .tit .t1::before,.page .tit .t1::after{border-width: .02rem;}
    .page .tit .t2{font-size: .2rem;margin-top: .1rem;line-height: .2rem;letter-spacing: .2rem;}



    /* page1 */
    .page1 .tit{padding-bottom: 0.3rem;}
    .page1{padding-top: .7rem;}
    .page1 .list li {width: 3.4rem;border-radius: 0.2rem;margin-right: 0.2rem;margin-top: 0.16rem;}
    .page1 .list li:nth-child(even){margin-right: 0;}
    .page1 .list li .top {width: 100%;background: url(../images/whayBg.jpg) no-repeat center top;height: 3.3rem;padding: 0 0.2rem;box-sizing: border-box;background-size: cover;}
    .page1 .list li .top h3 {font-size: 0.3rem;line-height: 0.4rem;padding-top: 0.26rem;border-bottom: 1px solid #ebeae9;padding-bottom: 0.2rem;}
    .page1 .list li .top p {font-size: 0.26rem;line-height: 0.42rem;margin-top: 0.24rem;text-align: left;}
    .page1 .list li a {font-size:0.26rem;height: 0.66rem;line-height: 0.66rem;}




    /* page2 */
    .page2{padding-bottom: 0.5rem;background: #faf3f4;}
    .page2 .list{flex-direction: column;}
    .page2 .list .items{display: block;}
    .page2 .list .items .item{width: 100%;display: none;}
    .page2 .list .l_t{width: auto;height: 4.52rem;}
    .page2 .list .items .item:nth-of-type(1).active .l_t{background: url(../images/m_page2TxtBg1.png) no-repeat center top;background-size: 100% 4.52rem;}
    .page2 .list .items .item:nth-of-type(2).active .l_t{background: url(../images/m_page2TxtBg2.png) no-repeat center top;background-size: 100% 4.52rem;}
    .page2 .list .l_t .l.isWap{background: none;width: auto;height: auto;padding: .28rem .32rem 0;display: flex !important;}
    .page2 .list .l_t .l{width: 100%;padding: .27rem .3rem 0 .66rem;}
    .page2 .list .l .txt{border: 0;padding: 0;}
    .page2 .list h4{font-size: .28rem;color: #ffffff;padding: 0 0 0 .65rem;line-height: .88rem;}
    .page2 .list .items .vitem{display: none;}
    .page2 .list .items .item.active{display: block;}
    .page2 .list .l .items .item{margin:0 0 0 .3rem;}
    .page2 .list .l .items .item p{font-size: .26rem;line-height: .4rem;}
    .page2 .list .tabs0.isWap{display: flex !important;justify-content: space-between;margin: 0 0 .3rem 0;}
    .page2 .list .tabs0 .tab{width: 3.35rem;height: .66rem;line-height: .66rem;font-size: .24rem;color: #ffffff;border-radius: .33rem;background: #f2d1d7;text-align: center;}
    .page2 .list .tabs0 .tab.active{position: relative;background: #d6163a;color: #ffffff;font-weight: bold;}
    .page2 .list .tabs0 .tab:nth-of-type(1){background: #d6163a;}
    .page2 .list .tabs0 .tab:nth-of-type(2){background: #543e9f;}
    .page2 .list .tabs0 .tab.active::before{width: 0;position: absolute;content: "";left: 50%;bottom: -.12rem;margin-left: -.06rem;height: 0;border-right: .13rem solid transparent; border-left: .13rem solid transparent;}
    .page2 .list .tabs0 .tab:nth-of-type(1).active::before{border-top: .15rem solid #d6163a;}
    .page2 .list .tabs0 .tab:nth-of-type(2).active::before{border-top: .15rem solid #543e9f;}
    .page2 .list .items0 .item:nth-of-type(1) .l_t .l{background: none;height: auto;}
    .page2 .list .items0 .item:nth-of-type(2) .l_t .l{height: auto;background: none;}
    .page2 .list .l .txt h5{font-size: .26rem;line-height: .26rem;margin: 0 0 .1rem 0;}
    .page2 .list .l .txt div{margin: 0 0 .25rem 0;}
    .page2 .list .l .txt div p{font-size: .26rem;line-height: .4rem;padding: 0 0 0 .25rem;}
    .page2 .list .bottom{background: none;box-shadow: none;margin: 0;padding: 0;height: initial;border-radius: 0;}
    .page2 .list .bottom h4{color: #9f2133;padding: 0;margin: .2rem 0 0;line-height: .7rem;}
    .page2 .list .bottom ul{padding: .25rem;width: 100%;background: url(../images/m_page2TxtBg3.png) no-repeat center center;box-sizing: border-box;height: 5.06rem;background-size: cover;}
    .page2 .list .bottom ul li{width: 100%;font-size: .24rem;line-height: .52rem;}
    .page2 .list .bottom ul li strong{font-weight: normal;color: #333333;}


    .page2 .btn, .page4 .btn, .page5 .btn{width: 5.5rem;height: .8rem;line-height: .8rem;border-radius: .4rem;font-size: .26rem;background: #6c65cf;box-shadow: inset 0 .2rem .4rem 0 rgba(81, 59, 154, .3);margin: .3rem ato 0;}

    /* page3 */
    .page3{background:url(../images/page3Bg_m.jpg) no-repeat center top;background-size: cover;height: auto;padding-top: 0.7rem;}
    .page3 .tit{padding-top: 0;}
    .page3 .cost_wrap .fl{float: none;}
    .page3 .cost_wrap .fl ul {width:6.2rem;margin: 0 auto;padding-left: 0;}
    .page3 .cost_wrap .fl ul li {width: 100%;height: 0.8rem;margin-top: 1.03rem;margin-bottom: 0.26rem;margin-right: 0.4rem;}
    .page3 .cost_wrap .fl ul li:nth-child(even){margin-right: 0;}
    .page3 .cost_wrap .fl ul li h2 {font-size: 0.3rem;color: #4c328f;line-height: 0.6rem;font-weight: bold;}
    .page3 .cost_wrap .fl ul li p {font-size: 0.24rem;line-height: 0.38rem;}
    .page3 .cost_wrap .fl ul li p b {font-size: 0.3rem;}
    .page3 .cost_wrap .fr {width: 100%;float: none;}
    .page3 .cost_wrap .fr h2 {font-size: 0.4rem;margin-top: 0.7rem;line-height: 0.7rem;text-align: center;}
    .page3 .cost_wrap .fr .h3 {font-size: 0.26rem;margin-top: 0.1rem;line-height: 0.2rem;text-align: center;margin-bottom: 0.3rem;}
    .page3 .cost_wrap .fr .costType {justify-content: center;margin:0 0 0.3rem 0;}
    .page3 .cost_wrap .fr .costType li {font-size: 0.36rem;margin-left: 0.15rem;}
    .page3 .cost_wrap .fr .costType li:nth-child(odd) {width: 1.1rem;height: 1.1rem;font-size: 0.24rem;line-height: 1.1rem;}
    .page3 .form-wrap form .label{border-radius: 0.5rem !important;width: 96%;}
    .page3 .form-wrap form .SmsCodeBtn{font-size: .24rem;color: #9b0e26;}
    .page3 .form-wrap form .tiaokuan{font-size: 0.2rem;text-align: left;padding-left: 0.2rem;}
    .page3 .form-wrap .xdf_formbtn {width: 96%;height: 0.77rem;line-height: 0.77rem;font-size: 0.3rem;border-radius: 0.5rem !important;}
    .page3 .cost_result ul {border-radius: 0.2rem;}
    .page3 .cost_result ul li {height: 0.5rem;font-size: 0.24rem;line-height: 0.5rem;}

    .page3 .cost_result .tip {font-size: 0.24rem;margin-top: 0.3rem;}

    /* page4 */
    .page4{padding-top: 0.7rem;}
    .page4 .tab{width: 1.7rem;height: .6rem;line-height: .6rem;font-size: .24rem;border-radius: .2rem .2rem 0 0;}
    .page4 .tab.active{height: .8rem;line-height: .8rem;font-size: .24rem;}
    .page4 .item{height: 5.15rem;border-bottom-left-radius: .2rem;border-bottom-right-radius: .2rem;padding: .25rem .35rem 0;}
    .page4 .item .txt2{display: none;}
    .page4 .item .txt{width: 100%;height: 4.55rem;border-radius: .1rem;}
    .page4 .item .txt div a{display: none;}
    .page4 .item .txt div{margin: .3rem 0 0 0;padding: 0 .25rem;}
    .page4 .item .txt div i{width: .5rem;height: .45rem;margin: 0 .15rem 0 0;font-size: .22rem;line-height: .45rem;}
    .page4 .item .txt div:nth-of-type(1) i,.page4 .item .txt div:nth-of-type(2) i,.page4 .item .txt div:nth-of-type(3) i{background-size: .5rem .45rem !important;}
    .page4 .item .txt div dt{font-size: .24rem;line-height: .24rem;}
    .page4 .item .txt div dd{font-size: .22rem;line-height: .22rem;margin: .1rem 0 0 0;}
    .page4 .item p{font-size: .2rem;line-height: .6rem;}



    /*page5*/
    .page5 .m1200{width: 100%;}
    .page5 .con .swiper-container-gwtd{padding: .2rem 0 .15rem 0;}
    .page5 .con .swiper-slide{width: 4.4rem;height: 5.4rem;display: flex;flex-direction: column;align-items: center;padding: .35rem 0 0;box-sizing: border-box;transform: scale(0.9);transition: 300ms;box-shadow: 0 .02rem .16rem 0 rgba(202, 202, 202, .61);border-radius: .2rem;}
    .page5 .con .swiper-slide .gwImg_wrap{width: 1.2rem;height: 1.1rem;border-radius: 50%;}
    .page5 .con .swiper-slide .consultant{height: 1rem;}
    .page5 .con .swiper-slide .consultant .consult{border: 0;padding: 0;}
    .page5 .con .swiper-slide .consultant .ConsultName{font-size: .28rem;}
    .page5 .con .swiper-slide .consultant .ConsultTitle{font-size: .22rem;line-height: .24rem;margin: .1rem 0 .2rem 0;}
    .page5 .con .swiper-slide .consultant .Profile{padding: 0 .15rem 0;height: 1.75rem;}
    .page5 .con .swiper-slide .consultant .Profile p{text-align: left;padding: 0 .2rem;font-size: .26rem;line-height: .36rem;}
    .page5 .con .swiper-slide .consultant .btn{width: 2.8rem;height: .56rem;line-height: .56rem;font-size: .26rem;border-radius: .28rem;background: #c8314a;margin: .1rem auto 0;}
    .page5 .swiper-slide.swiper-slide-active{transform: scale(1);}






    /* page6 */
    .page6 .page1-swiper{padding: 0 0 .5rem 0;}
    .page6 .txts{width: 100%;height: 5.2rem;border-radius: .2rem;}
    .page6 .txts .l_txt{width: 2.44rem;padding: .3rem .15rem 0;}
    .page6 .txts .l_txt img{width: 1rem;height: 1rem;}
    .page6 .txts .l_txt h3{font-size: .34rem;line-height: .34rem;margin: .25rem auto .15rem;}
    .page6 .txts .l_txt dl{flex-direction: column;align-items: center;font-size: .26rem;margin: 0 0 .1rem 0;display: flex;}
    .page6 .txts .l_txt dl dt{padding-right: 0;}
    .page6 .txts .l_txt dl dt::after{position: inherit}
    .page6 .txts .l_txt dl dd{line-height: .32rem;font-weight: bold;text-align: center;}
    .page6 .txts .r_txt{width: 4.45rem;padding:  0 .3rem 0 .15rem;background-size: 1.31rem .81rem;background-position: 3.5rem .2rem;}
    .page6 .txts .r_txt h4{padding: .5rem .6rem .5rem .1rem;height: 1.7rem;}
    .page6 .txts .r_txt h4 p{font-size: .24rem;line-height: .34rem;}
    .page6 .txts .r_txt h4::before, .page6 .txts .r_txt h4::after{width: .2rem;height: .16rem;}
    .page6 .txts .r_txt h4::before{top: .15rem;}
    .page6 .txts .r_txt h4::after{right: .2rem;top: 1.2rem;}
    .page6 .txts .r_txt .txt{padding: .85rem .1rem 0;background-size: 1.2rem;background-position-x: .1rem;}
    .page6 .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;}
    .page6 .txts .r_txt .txt a{font-size: .28rem;line-height: .28rem;margin: .3rem 0;font-weight: normal;}
    .page6 .page6-swiper{padding-bottom: .5rem;}
    .page6 .swiper-pagination{bottom: 0;}
    .page6 .swiper-pagination-bullet{width: .14rem;height: .14rem;background: #ebebeb;opacity: 1;}
    .page6 .swiper-pagination-bullet-active{background: #d9ae7b;}






    .cgal {margin-top: 0.13rem;}
    .cgal .swiper-slide {
        width: 4.5rem;
        height: 6.12rem;
        background: linear-gradient(#ebebeb 0%, #fefefe 90%);
        border-radius: 0.1rem;
        transform: scale(0.9);
        transition: 300ms;
    }

    .cgal .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }

    .cgal .swiper-slide .slide {
        height: calc(100% - 0.2rem);
        border: 0.02rem solid #e0e0e0;
        margin: 0.1rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
        border-radius: 0.1rem;
    }

    .cgal .swiper-slide .stage {
        height: 0.34rem;
        line-height: 0.34rem;
        font-size: 0.24rem;
        color: #b18c67;
        padding: 0 0.1rem;
        border-radius: 0.1rem 0 0.1rem 0;
        background: #ebdbcb;
        display: inline-block;
        margin: 0.28rem 0 0.1rem 0;
    }
    .cgal .swiper-slide .top {
        height: 1.44rem;
    }

    .cgal .swiper-slide dl {
        overflow: hidden;
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .cgal .swiper-slide dl dt {
        color: #999999;
        float: left;
        width: 1.5rem;
    }

    .cgal .swiper-slide dl dd {
        color: #333333;
        float: left;
        width: 2.36rem;
        word-break: break-all;
    }

    .cgal .swiper-slide dl dd b {
        font-size: 0.28rem;
    }

    .cgal .swiper-slide .dec {
        line-height: 0.34rem;
        font-size: 0.22rem;
        color: #999999;
        padding: 0.24rem 0 0 0;
        margin: 0.2rem 0 0.12rem 0;
        border-top: 0.02rem dashed #d7d7d7;
    }

    .cgal .swiper-slide .btn {
        width: 2.92rem;
        height: 0.52rem;
        line-height: 0.52rem;
        text-align: center;
        margin: 0 auto;
        border-radius: 0.26rem;
        background: #1383eb;
    }

    .cgal .swiper-slide .btn a {
        display: block;
        font-size: 0.28rem;
        color: #ffffff;
    }

    .cgal .swiper-slide .offer_logo {
        width: 100%;
        height: 1.74rem;
        background: url(../images/cgal_1.png) no-repeat center bottom;
        background-size: 4.5rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .cgal .swiper-slide .offer_logo .img_wrap {
        width: 1.23rem;
        height: 1.13rem;
        background-image: url(../images/cgal_2.png);
        margin: 0.22rem auto 0;
        background-size: 1.23rem 1.13rem;
    }

    .cgal .swiper-slide .offer_logo .img_wrap.logo {
        width: 1.13rem;
        border-radius: 50%;
        background-size: 110% 110%;
        background-position: -0.04rem -0.04rem;
    }



    /* page6_1 */
    .page6_1 .mapCon .qt_form_common_new.qt_form .country,
    .page6_1 .mapCon .qt_form_common_new.qt_form .degree{display:none !important;}
    .page6_1 .mapCon .qt_form_common_new.qt_form .btn {
        background: #1383eb;
        color: #ffffff;
        margin: .3rem 0 0;text-align: center;border-radius: .4rem;
    }
    .mapCon .qt_form_common_new.qt_form .select_wrap{float: none !important;}
    .mapCon .qt_form_common_new.qt_form .input, .mapCon .qt_form_common_new.qt_form .select{float: none !important;}
    
    
    /* page7_1 */
    /* .page7_1{background: url(../images/page7_1Bg.jpg) no-repeat center center;height: 5.7rem;background-size: cover;}
    .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: #9b0e26;
        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: #9b0e26;
        text-align: right;
        padding-right: 3%;
    } */
/*sem系列三验证码*/
.header_banner .form-wrap form h4{margin-bottom:0.2rem;}
.header_banner .form-wrap form{padding-top: 0.4rem;}
.form-wrap .label.Code .SmsCodeBtn,
.header_banner .form-wrap form .label,
.header_banner .form-wrap form .label input, .header_banner .form-wrap form .label select{height: 0.68rem;line-height: 0.68rem;}
.header_banner .form-wrap form .label{margin-bottom: 0;}
/*sem系列三验证码*/
}