.fixed{position: fixed;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}
/* 按钮放大缩小 */
.btnBigOrSmall{-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}

/* 文字超出元素高度... */
.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;}


/* .newHeader{display: none;} */
#iconDiv1{display: none;}



/* 本页面公共代码 */
.page{padding: 50px 0 20px 0;}
.page h2.tit {margin: 0 auto 30px;text-align: center;}
.page h2.tit img{margin: 0 auto;}

.header_banner {height: 430px;background-repeat: no-repeat;background-position: center top;background-image: url(../images_new/bannerBg.jpg?1);}
.header_banner .m1200{position: relative;}
.header_banner .m1200 p{font-size: 16px;color: #ffffff;width:241px;height:36px;background: url(../images_new/bannerTitBg.png) no-repeat center top;position: absolute;line-height: 36px;text-align: center;top:70px;left: 130px;opacity: 0;}
.header_banner .m1200 p.po2{top: 170px;left: 0;    animation-delay: 1s;}
.header_banner .m1200 p.po3{top: 85px;right: 183px;left: auto;    animation-delay: 1.2s;}
.header_banner .m1200 p.po4{top: 214px;left: auto;right: 80px;    animation-delay: 1.4s;}
.fadeInOut {
    animation: fadeInOut 3s infinite;
}
@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
}

.header_banner .m1200 p b{color: #e6c87e;}
.header_banner .banner_img{padding-top: 360px;}
.header_banner .banner_img .telyBtn {
	width: 240px;
	height: 36px;
	margin:0px auto;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #ffe197;
	background: #a32359;
	border-radius: 21px;
	line-height: 36px;
	text-align: center;
  }
  .header_banner .banner_img .telyBtn span {
	display: block;
	flex: 1;
  }
  .header_banner .banner_img .telyBtn .resertion {
	width: 154px;
	height: 100%;
	border-radius: 21px;
	background: linear-gradient(90deg, #d8a57c 0%, #f7f0df 49%, #dea87c 100%);
	margin-right: -12px;
	border: 1px solid #f5e2bb;
	box-sizing: border-box;
	color: #333333;
  }
  .btnFrames {
	overflow: hidden;
	position: relative;
  }
  
  .btn_active::after {
	content: "";
	display: block;
	width: 14%;
	height: 290%;
	background: rgba(255, 255, 255, 0.4);
	transform: rotate(35deg);
	position: absolute;
	left: -20%;
	top: -120%;
	animation: leftTransiform ease-in-out 0.5s forwards;
	-webkit-animation: leftTransiform ease-in-out 0.5s forwards;
  }
  
  @keyframes leftTransiform {
	0% {
	  left: -20%;
	}
	100% {
	  left: 120%;
	}
  }
  @media (max-width: 1000px) {
	.m1200 {
	  width: 100%;
	}
	.pcno {
	  display: block !important;
	}
	.mno {
	  display: none !important;
	}
	.mflex {
	  display: flex !important;
	}
	body {
	  padding-bottom: 1.6rem;
	}
	.btn_active::after {
	  display: none;
	}
	.navFixed {
	  left: calc((100% - 7.5rem) / 2);
	}
  }

.navTopH{z-index:998;margin:0 auto 0;width:100%;height:70px;}
.navTopH .navigation{background:#343434;top:0;z-index:100;left:0;right:0;margin:auto;box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
.navTopH li{width:20%;float:left;cursor:pointer;position:relative;}
.navTopH li a{font-size:18px;padding:17px 0;color:#d6c69c;display:block;text-align:center;font-weight:normal;}
.navTopH li::after{content:'';width:1px;height:26px;position:absolute;right:0;top:0;bottom:0;margin:auto;background:#999999;}
.navTopH li.current a,
.navTopH li a:hover{font-weight:bold;color:#e3739e;}
.navTopH li:last-child::after{display:none;}

.page1 ul{display: flex;justify-content: space-between;}
.page1 ul li{width:590px;height: 226px;background: linear-gradient(180deg,#e2d7b9,#fcfaf6,#ffffff 40%);border-radius: 20px;padding: 0 26px;box-sizing: border-box;box-shadow: 0 5px 10px rgba(0,0,0,0.1);-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.page1 ul li h3{font-size: 18px;color: #333333;text-align: center;padding-top: 80px;position: relative;}
.page1 ul li p{font-size: 16px;line-height: 140%;color: #666666;margin-top: 20px;text-align: center;}
.page1 ul li h3::after{width:51px;height:45px;background: url(../images_new/page1Icon1.png) no-repeat center top;position: absolute;top: 20px;left: 0;right: 0;margin: auto;content: '';}
.page1 ul li:nth-child(2) h3:after{background-image: url(../images_new/page1Icon2.png);}
.page1 ul li:hover{margin-top: -10px;}
/* page2-为什么选择微留学 */
.page2{padding-bottom:50px;}
.page2 .txt{width: 100%;background: linear-gradient( to bottom,#fcdeea,#ffffff);border-radius: 20px;}
.page2 .txt p{padding: 39px 85px 59px;font-size: 16px;line-height: 28px;color: #333333;}
.page2 .txt p strong{font-weight: bold;}
.page2 .txt p span{color: #94122d;}
.page2 .txt ul{display: flex;justify-content: space-between;}
.page2 .txt ul li{position: relative;width:416px;height:266px;border-radius: 20px;text-align: center;box-sizing: border-box;padding: 45px 0 0 0;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.page2 .txt ul li.active{margin-top: -10px;background: linear-gradient(to bottom,#e5d9bf,#f4e9e4,#fefefe);border: 1px solid #e5d5c1;}
.page2 .txt ul li img{position: absolute;left: 0;right: 0;margin: 0 auto;top: -30px;}
.page2 .txt ul li h4{font-size: 20px;color: #c51d5b;line-height: 24px;font-weight: bold;margin: 0 auto 12px;}
.page2 .txt ul li span{font-size: 14px;line-height: 22px;color: #333333;display: block;}
.page2 .txt ul li a{font-size: 16px;color: #b62157;border-radius: 18px;cursor: pointer;display: block;text-align: center;margin: 10px auto 0;display: none;}
.page2 .txt ul li.active a{display: block;}

.page3{background: url(../images_new/page3Bg.jpg) no-repeat center top;padding-bottom: 0;}
.page3 .tit{text-align: left;}
.page3 .con{display: flex;margin-top: 110px;}
.page3 .m1200 .l{width: 638px;height: 416px;border-radius: 20px;padding: 55px 70px 65px 45px;border: 3px solid #ffffff;box-sizing: border-box;margin: 0 50px 0 0;}
.page3 .m1200 .l p{font-size: 16px;line-height: 26px;color: #ffffff;margin: 48px 0 35px 0;}
.page3 .m1200 .l .tit h2{font-size: 38px;color: #ffffff;line-height: 140%;}
.page3 .m1200 .l .tit span{color: #ffffff;font-size: 16px;}
.page3 .m1200 .l p strong{font-weight: bold;}
.page3 .m1200 .l .qtBtn{height: 16px;line-height: 16px;font-size: 16px;color: #ffffff;background: url(../images_new/right.png) no-repeat left 5px;padding: 0 0 0 80px;display: block;}
/* .page3 .m1200 .l .qtBtn:hover{color: #b8a76c;} */
.page3 .m1200 .r{overflow: hidden;padding: 15px 0 0 0;}
.page3 .m1200 .r li{padding: 0px 0 0 50px;margin: 0 0 30px 0;background-size: 39px 39px;background-position-x: left;background-repeat: no-repeat;background-position-y: 0;line-height: 1;}
.page3 .m1200 .r h4{font-size: 20px;color: #ffffff;line-height:37px;margin: 0 0 8px 0;position: relative;padding-left: 32px;background: linear-gradient(90deg,#726645,rgba(0,0,0,0));cursor: pointer;}
.page3 .m1200 .r li h4::after{content: '';width:37px;height: 37px;position: absolute;left: -12px;top: 0;bottom: 0;margin: auto;background: url() no-repeat center top;}
.page3 .m1200 .r li:nth-of-type(1) h4::after{background-image: url(../images_new/page3LiIcon1.png);}
.page3 .m1200 .r li:nth-of-type(2) h4::after{background-image: url(../images_new/page3LiIcon2.png);}
.page3 .m1200 .r li:nth-of-type(3) h4::after{background-image: url(../images_new/page3LiIcon3.png);}
.page3 .m1200 .r li:nth-of-type(4) h4::after{background-image: url(../images_new/page3LiIcon4.png);}
.page3 .m1200 .r li h4::before{content: '';width:16px;height:9px;background: url(../images_new/upIcon.png) no-repeat center top;position: absolute;right: 20px;bottom: 0;top: 0;margin: auto;}
.page3 .m1200 .r p{font-size: 16px;line-height: 24px;color: #ffffff;width: 472px;height: 0;overflow: hidden;padding-left: 30px;box-sizing: border-box;}
.page3 .m1200 .r li{transition: transform 0.3s;animation-duration: 1.5s;}
.page3 .m1200 .r li.active p{height: auto;}
.page3 .m1200 .r li.active h4::before{transform: rotate(180deg);}
.page3 .m1200 .l .qtBtn:hover{-webkit-transition: background-color .1s .3s, color .1s .3s;transition: background-color .1s .3s, color .1s .3s;-webkit-animation: anim-moema-1 .3s forwards;animation: anim-moema-1 .3s forwards}

.page3 .form_wrap{height:140px;background:#b49063;display:flex;justify-content:center;flex-direction:column;padding-right:20px;box-sizing:border-box;margin-top:100px;}
.page3 .form_wrap .m1200{position:relative;}
.page3 .form_wrap .fmBook{position:absolute;left:0px;bottom:-20px;background:url(../images_new/book0.png) no-repeat center bottom;width:200px;height:195px;background-size:contain;}
.page3 .form_wrap h5{padding-left:18%;font-size:24px;color:#ffffff;}
.page3 .form_wrap h5 em{font-weight:bold;}
.page3 .form_wrap .fmL{flex:1;}
.page3 .form_wrap .form-wrap{padding-left:18%;box-sizing:border-box;}
.page3 .form_wrap .form-wrap form{display:flex;justify-content:space-between;}
.page3 .form_wrap .form-wrap .xdf_formbtn{width:130px;flex-shrink:0;height:40px;line-height:40px;border-radius:20px;background:#bd3e6a;font-size:14px;color:#ffffff;text-align:center;margin:10px 0 0 0;cursor:pointer;font-weight:bold;}
.page3 .form_wrap .form-wrap .preview_btn{width:130px;flex-shrink:0;height:40px;line-height:40px;border-radius:20px;background:#343434;font-size:14px;color:#ffffff;text-align:center;margin:10px 0 0 10px;cursor:pointer;display:inline-block;float:right;font-weight:bold;}
.page3 .form_wrap .form-wrap .tiaokuan{font-size:14px;text-align:left;}
.page3 .form_wrap .form-wrap form .label{flex:1;height:40px;line-height:40px;border:0;overflow:hidden;margin:10px 2% 0 0;padding-left:30px;}
.page3 .form_wrap .form-wrap .label.Code{display:flex;min-width:220px;}
.page3 .form_wrap .form-wrap .label.Code input{width:40%;}
.page3 .form_wrap .form-wrap form .label span{background:none;font-size:16px;margin:12px 0;flex:1;width:auto;height:16px;line-height:16px;border-left:1px solid #999999;border-radius:0;padding-right:10px;}
.page3 .form_wrap .form-wrap form .label i.iconDown{left:82%;}
.page3 .form_wrap .form-wrap form .label input,
.page3 .form_wrap .form-wrap form .label select{padding:0 0 0 6px;height:40px;line-height:40px;font-size:16px;}
.qt_pop_trial_reading_wrap .trial_reading.active .lxsc_tit{display:none;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container-trial-reading{float:none !important;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container .swiper-slide img{margin:0 auto;display:block;}


.bg1{background: linear-gradient(180deg,#e8e8e8,#fdfbfc);}
.page4 .tit p{font-size: 18px;color: #666666;font-weight: normal;margin-top: 10px;}

.page4 ul li{width: 388px;height: 260px;background: url(../images_new/1.jpg) no-repeat center top;margin-right: 18px;margin-bottom: 25px;padding: 70px 40px 0 35px;box-sizing: border-box;color: #ffffff;float: left;background-size: cover;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.page4 ul li.li2{background-image: url(../images_new/2.jpg);color: #333;}
.page4 ul li.li2 p{color: #756339;}
.page4 ul li.li3{background-image: url(../images_new/3.jpg);}
.page4 ul li.li4{background-image: url(../images_new/4.jpg);color: #333;}
.page4 ul li.li4 p{color: #756339;}
.page4 ul li.li5{background-image: url(../images_new/5.jpg);}
.page4 ul li.li6{background-image: url(../images_new/6.jpg);color: #7b1639;font-size: 24px;text-align: right;font-style:oblique;}
.page4 ul li h3{font-size: 24px;}
.page4 ul li p{font-size: 16px;line-height: 28px;margin-top:20px;}
.page4 ul li:nth-child(3n){margin-right: 0;}
.page4 ul li.li6 span{position: relative;}
.page4 ul li.li6 span::after{
  content: '';
  display: block;
  background: url(../images_new/page4Line.png) no-repeat center top;
  width: 43px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: -35px;
  webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;
}

.page5 .swiper-container{padding-bottom: 40px;}
.page5 .swiper-slide{width: 395px;height: 250px;padding: 0 46px 0 30px;box-sizing: border-box;background: url(../images_new/icon3.png) no-repeat center right;}
.page5 .swiper-slide:last-child{background:none;}
.page5 .swiper-slide h4{color: #333333;font-size: 18px;padding-top: 72px;position: relative;}
.page5 .swiper-slide h4::after{content: '';width:52px;height:52px;background: url(../images_new/pop1.png) no-repeat center top;position: absolute;top: 0;left: 0;}
.page5 .swiper-slide p{font-size: 14px;color: #666666;margin-top: 10px;line-height: 150%;}
.page5 .swiper-slide2 h4::after{background-image: url(../images_new/pop2.png)}
.page5 .swiper-slide3 h4::after{background-image: url(../images_new/pop3.png)}
.page5 .swiper-slide4 h4::after{background-image: url(../images_new/pop1.png)}
.page5 .swiper-pagination-bullet-active{background: #a64053;}




/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
.xdf_slide .xdf_slidebtn{width: 118px;height: 30px;color: #ffffff;text-align: center;font-size: 16px;line-height: 30px;bottom: 10px;}
#xdf_bottomForm{display: none;}
.xdf_bottomForm_new .ax_img {background: url() no-repeat center top;height: 112px;width: 199px;bottom: initial;margin: 0;top: 20px;left: 0px;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background:#bd3e6a;color: #ffffff;font-size: 16px;font-weight: bold;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap{background: url(../images_new/bottomFormBg.jpg) no-repeat center top;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap.form-wrap-flex form{position: relative;z-index: 9;}

@keyframes anim-moema-1 {
    60% {
    -webkit-transform:scale3d(.8, .8, 1);
    transform:scale3d(.8, .8, 1)
    }
    85% {
    -webkit-transform:scale3d(1.1, 1.1, 1);
    transform:scale3d(1.1, 1.1, 1)
    }
    100% {
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
    }
}
@-webkit-keyframes anim-moema-2 {
    to {
    opacity:0;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
    }
}
@keyframes anim-moema-2 {
    to {
    opacity:0;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
    }
}
.pinxuanBgRed1{background: url(../images_new/pinxuanBg.jpg) !important;}

@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}

    .m1200{width: 94%;}
	.header_banner{height: 6.88rem;background: url(../images_new/m_bannerBg.jpg) no-repeat center top;background-size: 100% 100%;}
	.header_banner .banner_img{padding: 0.5rem 0 0 0;}
	.header_banner .banner_img img{width: 6.68rem;height: 2.84rem;margin: 0 auto;}
	
	
	.page{padding: .5rem 0;}
	.page h2.tit{margin: 0 auto .35rem;}
	.page h2.tit img{width: 100%;}
	.header_banner .banner_img .telyBtn{width: 3.4rem;height: 0.46rem;line-height: 0.46rem;margin: 0.4rem auto 0;border-radius: 0.5rem;font-size: 0.24rem;display: none;}
	.header_banner .banner_img .telyBtn .resertion{width: 1.98rem;border-radius: 0.5rem;margin-right: -0.1rem;}
	.page .btn{width: 3.16rem;height: 0.68rem;background: #a53249;color: #ffffff;font-weight: bold;font-size: 0.26rem;display: block;margin: 0.32rem auto 0;border-radius: 0.4rem;text-align: center;line-height: 0.68rem;}
.conentQt{margin-top: -0.5rem;}
	.page1{padding-bottom: 0;padding-top: 0;}
	.page1 ul{flex-wrap: wrap;}
	.page1 ul li{width: 49%;height: auto;border-radius: 0.2rem;padding:1.2rem 0.3rem 0.28rem 0.3rem;margin-bottom: 0.2rem;text-align: left;}
	.page1 ul li:hover{margin-top: 0;}
	.page1 ul li h3{font-size: 0.28rem;padding-top: 0rem;line-height: 140%;}
	.page1 ul li h3::after{width: 0.7rem;height: 0.64rem;background-size: contain;top: -0.8rem;right: 0;}
	.page1 ul li p{font-size: 0.24rem;margin-top: 0.1rem;text-align: left;}
	
	.page2{padding-top: 0.5rem;padding-bottom: 0;}
	.page2 .tit{width: 80%;}
	.page2 .txt p{width: 94%;padding: 0;font-size: 0.28rem;line-height: 0.48rem;margin:0 auto 0.38rem;}
	.page2 .txt{height: auto;padding: 0.32rem 0;box-sizing: border-box;border-radius: 0.2rem;background: #f0f0f0;}
	.page2 .txt ul{flex-wrap: wrap;}
	.page2 .txt ul li{width: 3.36rem;height:1.48rem;border-radius: .2rem;margin: 0 0 .5rem 0;padding: 0.45rem 0 0 0;display: flex;justify-content: center;flex-direction: column;background: linear-gradient(to bottom, #e5d9bf, #f4e9e4, #fefefe);}
	.page2 .txt ul li.active{margin-top: 0;}
	.page2 .txt ul li:hover{margin-top: 0;}
	.page2 .txt ul li:last-child{margin: 0;width: 100%;}
	.page2 .txt ul li img{top: 0rem;width: .6rem;height: .6rem;margin-top: -.3rem;}
	.page2 .txt ul li h4{font-size: .28rem;line-height: .3rem;margin: 0 0 .14rem 0;}
	.page2 .txt ul li span{font-size: .2rem;line-height: .28rem;display: none;}
	.page2 .btn{margin-top: 0;}
	.page2 .txt ul li.active a{display: none;}
	
	.page3{padding-top: .6rem;background:#343434 url(../images_new/m_page3Bg.jpg?1) no-repeat center top;background-size: contain;padding-bottom: 0;}
	.page3 .con{margin-top: 0;flex-direction: column;}
	.page3 .m1200{flex-direction: column;}
	.page3 .tit{}
	.page3 .m1200 .l{width: 100%;height: auto;padding: .5rem .6rem;border-width: .04rem;border-radius: .2rem;margin: 0 0 .55rem 0;}
	.page3 .m1200 .l .tit h2{font-size: 0.34rem;}
	.page3 .m1200 .l .tit span{font-size: 0.18rem;}
	.page3 .m1200 .l p{font-size: .26rem;line-height: .44rem;margin: 0.56rem 0 0 0;text-align: justify;}
	.page3 .m1200 .r{width:96%;margin: 0 auto;padding: 0;}
	.page3 .m1200 .r li{padding: 0.2rem 0 0 0;margin: 0;background-size: .5rem .5rem;background-position: 0 0.1rem;}
	.page3 .m1200 .r h4{font-size: .28rem;line-height: .5rem;margin: 0;padding-left: 0.6rem;margin-left: 0.15rem;}
	.page3 .m1200 .r p{font-size: .24rem;line-height: .34rem;margin-top: 0;padding-left: 0.6rem;width: 100%;}
	.page3 .m1200 .l .qtBtn{width: 5rem;height: .8rem;line-height: .8rem;font-size: .28rem;border-radius: .4rem;text-align: center;margin: .4rem auto 0;color: #ffffff;font-weight: bold;padding: 0 0 0 1.5rem;display: flex;    background: url(../images_new/right.png) no-repeat left 0.3rem;}
	.page3 .m1200 .r li h4::before{width: 0.24rem;height: 0.14rem;background-size: contain;right: 0.2rem;}
	.page3 .m1200 .r li h4::after{width: 0.5rem;height: 0.5rem;background-size: contain;left: -0.15rem;}
	.page3 .m1200 .r li.active h4{margin-bottom: 0.2rem;}
	.page3 .form_wrap{width:100%;height:auto;padding-right:0;padding-top:0.48rem;border-radius:0;margin-top: 0.4rem;background: linear-gradient(180deg,#c3a681,#ffffff);padding-bottom: 0.5rem;}
	.page3 .form_wrap .fmBook{width:2.11rem;height:1.89rem;background-size:contain;bottom:auto;left:0.4rem;top:-0.8rem;}
	.page3 .form_wrap h5{font-size:0.32rem;padding-left:36%;}
	.page3 .form_wrap .form-wrap{padding-left:0;width:94%;margin:0 auto;}
	.page3 .form_wrap .form-wrap form{display:block;}
	.page3 .form_wrap .form-wrap form .fmT{flex-direction:column;}
	.page3 .form_wrap .form-wrap form .label{width:100%;height:0.78rem;line-height:0.78rem;margin:0.2rem 2% 0 0;padding-left:0.6rem;}
	.page3 .form_wrap .form-wrap form .label input, 
	.page3 .form_wrap .form-wrap form .label select{height:0.78rem;line-height:0.78rem;font-size:0.26rem;}
	.page3 .form_wrap .form-wrap .tiaokuan{font-size:0.22rem;padding-left: 0.4rem;margin-top: 0.2rem;}
	.page3 .form_wrap .form-wrap .xdf_formbtn{width:3.82rem;height:0.84rem;line-height:0.84rem;border-radius:0.5rem;font-size:0.3rem;margin:0rem 0 0 0.4rem;}
	.page3 .form_wrap .form-wrap .preview_btn{width:2rem;height:0.84rem;line-height:0.84rem;font-size:0.3rem;margin:0rem 0 0 0.2rem;border-radius:0.5rem;float:left;}
	.page3 .tiaokuan.white,
	.page3 .tiaokuan.white a{color: #333;}
	.page3 .tiaokuan.white .checked{background: url(https://liuxue.xdf.cn/images/form_checked2.png) no-repeat center top;}



	.page4{padding-bottom: 0rem;background: #ffffff;}
	.page4 .tit{width: 80%;}
	.page4 ul{display: flex;flex-wrap: wrap;}
	.page4 ul li{width: 3.4rem;height: 4rem;margin-right: 0.15rem;margin-bottom: 0.1rem;padding: 0.58rem 0.42rem 0 0.42rem;box-sizing: border-box;background-size: contain;background-image: url(../images_new/m_1.jpg);}
	.page4 ul li.li2{background-image: url(../images_new/m_2.jpg);color: #444444;}
	.page4 ul li.li3{background-image: url(../images_new/m_3.jpg);order: 3;margin-left: 0.15rem;margin-right: 0 !important;}
	.page4 ul li.li4{background-image: url(../images_new/m_4.jpg);order: 2;}
	.page4 ul li.li5{background-image: url(../images_new/m_5.jpg);color: #ffffff;order: 4;}
	.page4 ul li h3{font-size:0.28rem;}
	.page4 ul li p{font-size: 0.24rem;line-height: 0.36rem;margin-top: 0.15rem;letter-spacing: -1px;}
	.page4 ul li:nth-child(2n){margin-right: 0;}
	.page4 ul li:nth-child(3n){margin-right: 0.15rem;}
	.page4 ul li.li6{font-size: 0.34rem;margin-right: 0;padding-right: 0.42rem;background-image: url(../images_new/m_6.jpg);padding-top: 1.2rem;order: 5;}
	.page4 ul li.li6 span{position: relative;}
	.page4 ul li.li6 span::after{content: '';display: block;background: url(../images_new/page4Line.png) no-repeat center top;width: 0.4rem;height: 0.3rem;background-size: contain;position: absolute;right: 0;bottom: -0.5rem;webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;
	}

	.page5{padding-bottom: 0;}
	.page5 .con{background: url(../images_new/icon3.png) no-repeat center left;position: relative;background-size: contain;margin-top: 0.2rem;}
	.page5 .con::after{content: '';position: absolute;top: 0;bottom: 0;right: 0;margin: auto;background: url(../images_new/icon3.png) no-repeat center left;height: 100%;width: 0.05rem;background-size: contain;}
	.page5 .swiper-container-page5{padding-bottom: 0.7rem;}
	.page5 .swiper-slide{width: 100%;height: auto;padding: 0 0.62rem;background: none;}
	.page5 .swiper-slide h4{font-size: 0.3rem;padding-top: 1.24rem;}
	.page5 .swiper-slide h4::after{width: 0.89rem;height: 0.89rem;background-size: contain;}
	.page5 .swiper-slide p{font-size: 0.24rem;margin-top: 0.24rem;}

	.videoBgRed1 .video_wrap{background-image: url(../images_new/m_pinxuanBg.jpg) !important;}
}