.fixed{position: fixed;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}
.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;}
/* 按钮放大缩小 */
.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;}
.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%;
    }
}

.header_banner {height: 471px;background: url(../images_new/bannerBg.jpg) no-repeat center top;}
.header_banner .banner_img{position: relative;height: 400px;}

.header_banner .banner_img img{width: 635px;height:321px;margin: 0 0 0 415px;}
.header_banner .btnUl{margin: 26px 0 0 240px;width: 325px;height: 36px;border-radius: 30px;overflow: hidden;position: absolute;line-height: 36px;display: flex;justify-content:space-between;right: 150px;bottom: 100px;border: 2px solid #d9b55e;}
.header_banner .btnUl .btn1{font-size: 16px;color: #d9b55e;font-weight: bold;width: 210px;text-align: center;display: inline-block;}
.header_banner .btnUl .btn{font-size: 20px;color: #ffffff;font-weight: bold;width: 120px;text-align: center;display: inline-block;background: linear-gradient(180deg,#b5985f,#eac471);border-radius: 30px;position: relative;overflow: hidden;color: #352e7f;}
.header_banner .btnUl .maxDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #352e7f;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
/* nav */
.navTopH{z-index:998;margin:0 auto 0;width:100%;height:72px;}
.navTopH .navigation{background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,1));top:0;z-index:100;left:0;right:0;margin:auto;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;}
.navTopH li{width:14%;float:left;cursor:pointer;position:relative;}
.navTopH li a{font-size:18px;padding:22px 0;color:#333333;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:#a1a1a1;}
.navTopH li.current a,
.navTopH li a:hover{font-weight:bold;color:#1e1774;}
.navTopH li:last-child::after{display:none;}





/* 本页面公共代码 */
.page{padding: 50px 0;}
.page .title{font-size:40px;color: #2f2a68;line-height: 120%;margin-bottom: 30px;text-align: center;font-weight: bold;}
.page .qtBtn{font-size: 16px;text-align: center;color: #ffffff;background: linear-gradient(180deg,#f1d397,#c6a564);border-radius: 20px;display: block;font-weight: bold;position:relative;-webkit-transition: background-color .3s, color .3s;transition: background-color .3s, color .3s;box-shadow: 0 4px 0px #bc8287;color: #6a0e14;font-weight: normal;}
/* 按钮悬浮 闪动效果 */
.page .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}
.page .qtBtn:hover:before {-webkit-animation: an im-moema-2 .3s .3s forwards;animation: anim-moema-2 .3s .3s forwards;}


.bg1{background: linear-gradient(180deg,#d5d5e4,#ffffff);}
.page1 .con{display: flex;justify-content: space-between;}
.page1 .con .dec{width: 580px;padding-left: 20px;box-sizing: border-box;}
.page1 .con .dec p{font-size: 14px;color: #333333;line-height: 160%;}
.page1 .con .list_con{width: 595px;display: flex;justify-content: space-evenly;}
.page1 .con .list_con .list{width:273px;height:175px;background: url(../images_new/page1ItemBg.png) no-repeat center top;padding: 10px 0 14px 14px;box-sizing: border-box;position: relative;}
.page1 .con .list_con .list::after{content: '';width:43px;height:35px;background: url(../images_new/icon1.png) no-repeat center top;position: absolute;bottom: 30px;right: 30px;}
.page1 .con .list_con .list2::after{content: '';width:35px;height:35px;background: url(../images_new/icon2.png) no-repeat center top;position: absolute;bottom: 30px;right: 30px;}
.page1 .con .list_con .list h4{font-size: 18px;color: #70532e;margin-bottom: 18px;}
.page1 .con .list_con .list p{font-size: 14px;color: #70532e;line-height: 140%;margin-bottom: 5px;}
.page1 .con .list_con .list dl{width: 48.5%;float: left;position: relative;z-index: 1;}
.page1 .con .list_con .list dl:nth-child(2){border-right: 1px dashed #d2b58c;}
.page1 .con .list_con .list dl:nth-child(3){padding-left: 14px;box-sizing: border-box;}
.page1 .con .list_con .list dl dt{font-size: 20px;color: #70532e;font-weight: bold;height: 47px;}
.page1 .con .list_con .list dl dd{font-size: 14px;}
.page1 .qtBtn{width:214px;height: 40px;line-height: 40px;margin: 24px 0 0 0 ;}

.page2 .uls{display: flex;justify-content: space-between;}
.page2 .uls li{width:191px;height: 290px;border-radius: 10px;overflow: hidden;}
.page2 .uls li:nth-of-type(1){background: url(../images_new/1.jpg) no-repeat center top;}
.page2 .uls li:nth-of-type(2){background: url(../images_new/2.jpg) no-repeat center top;}
.page2 .uls li:nth-of-type(3){background: url(../images_new/3.jpg) no-repeat center top;}
.page2 .uls li:nth-of-type(4){background: url(../images_new/4.jpg) no-repeat center top;}
.page2 .uls li:nth-of-type(5){background: url(../images_new/5.jpg) no-repeat center top;}
.page2 .uls li:nth-of-type(6){background: url(../images_new/6.jpg) no-repeat center top;}
.page2 .uls li img{position: absolute;}
.page2 .uls li div{width: 100%;height: 100%;display: flex;flex-direction: column;padding: 50px 0 25px  0;box-sizing: border-box;position: relative;}
.page2 .uls li h4{font-size: 20px;line-height: 24px;color: #23337d;text-align: center;}
.page2 .uls li div p{display: none;padding: 0 20px 0;font-size: 14px;color: #ffffff;line-height: 18px;margin: 15px 0 0 0;box-sizing: border-box;text-align: justify;height:112px;}
.page2 .uls li div p span{font-size: 12px;color: #cccccc;position: absolute;right: 15px;bottom: 20px;}
.page2 .uls li.active div{justify-content: start;background: url(../images_new/1_act.jpg) no-repeat center top;}
.page2 .uls li:nth-child(2).active div{background: url(../images_new/2_act.jpg) no-repeat center top;}
.page2 .uls li:nth-child(3).active div{background: url(../images_new/3_act.jpg) no-repeat center top;}
.page2 .uls li:nth-child(4).active div{background: url(../images_new/4_act.jpg) no-repeat center top;}
.page2 .uls li:nth-child(5).active div{background: url(../images_new/5_act.jpg) no-repeat center top;}
.page2 .uls li:nth-child(6).active div{background: url(../images_new/6_act.jpg) no-repeat center top;}
.page2 .uls li.active div{padding-top: 80px;}
.page2 .uls li.active div h4{color: #f6d19d;}
.page2 .uls li.active div p{display: block;}
.page2 .uls li div a{height: 28px;line-height: 28px;text-align: center;cursor: pointer;color: #f6d19d;font-size: 14px;margin: 10px auto 0;display: none;text-align: right;width: 100%;padding-right: 10%;box-sizing: border-box;}
.page2 .uls li.active div a{display: block;}

.page3 .con .top{background: linear-gradient(180deg,#2c276a,#ffffff);padding: 40px;border-radius: 20px;}
.page3 .con .top .top_wrap{display: flex;justify-content: space-between;}
.page3 .con .top .top_wrap .list{width: 548px;height: 200px;background: linear-gradient(180deg,#eab36c,#827fa7);border-radius: 14px;padding: 2px;box-sizing: border-box;box-shadow: 0 2px 15px #7673a1;}
.page3 .con  .list_con{width: 100%;height: 100%;background: linear-gradient(180deg,#ffeac6,#ffffff);border-radius: 14px;padding: 24px 18px 0 18px;box-sizing: border-box;position: relative;}
.page3 .con .top .top_wrap .list .list_con::after{content: '';width:59px;height:56px;background: url(../images_new/icon3.png) no-repeat center top;position: absolute;top: 20px;right: 50px;}
.page3 .con .top .top_wrap .list:nth-child(2) .list_con::after{content: '';width:58px;height:57px;background: url(../images_new/icon4.png) no-repeat center top;position: absolute;top: 20px;right: 50px;}
.page3 .con .top .top_wrap .list .list_con h3{font-size: 20px;color: #7c5724;}
.page3 .con .top .top_wrap .list .list_con h3 b{font-size: 24px;}
.page3 .con .top .top_wrap .list .list_con .dec{font-size: 14px;color: #4e498f;}
.page3 .con .top .top_wrap .list .list_con .dec_b{background: #ffffff;font-size: 14px;padding: 18px;box-sizing: border-box;height: 100px;line-height: 160%;border-radius: 10px;margin-top: 15px;}
.page3 .con .top .top_bot{height: 250px;background: linear-gradient(180deg,#eab36c,#f8f8fa);border-radius: 14px;padding: 2px;box-sizing: border-box;box-shadow: 0 2px 15px #c4c1e9;width: 100%;margin-top: 20px;}
.page3 .con .top .top_bot .list_top{display: flex;align-items: center;}
.page3 .con .top .top_bot .list_top b{font-size: 20px;font-weight: bold;color: #7c5724;}
.page3 .con .top .top_bot .list_top .tabs{display: flex;justify-content: space-between;}
.page3 .con .top .top_bot .list_top .tabs span{font-size: 12px;color: #ffffff;background: linear-gradient(180deg,#b2aab9,#887e98);border-radius: 5px;padding: 2px 10px;cursor: pointer;margin-left: 20px;}
.page3 .con .top .top_bot .list_top .tabs span strong{font-size: 14px;color: #ffedcc;font-weight: bold;}
.page3 .con .top .top_bot .list_top .tabs span.active{background: linear-gradient(180deg,#7e7eae,#383374);}
.page3 .con .top .top_bot .tables .table{display: none;}
.page3 .con .top .top_bot .tables .table.active{display: block;}
.page3 .con .top .top_bot .tables .table .dec_b{height: 170px;padding: 18px;box-sizing: border-box;width: 100%;background: #ffffff;border-radius: 10px;margin-top: 20px;font-size: 14px;line-height: 160%;}
.page3 .con .top .top_bot .dec_b a{font-size: 16px;color: #302d6f;display: block;margin-top: 10px;text-align: right;}

.fm{background:linear-gradient(to bottom,#6f5e91,#ffffff);padding: 0;height: 178px;order: 1;border-radius: 10px;position: relative;display: flex;justify-content: center;flex-direction: column;padding-right: 20px;box-sizing: border-box;}
.fm .fmBook{position: absolute;left:0px;bottom: 0;background: url(../images_new/pdf/book0.png?1) no-repeat center bottom;width: 241px;height: 203px;background-size: contain;}
.fm h5{padding-left:22%;font-size: 20px;color: #f9dba8;}
.fm h5 em{font-weight: bold;}
.fm .fmL{flex: 1;}
.fm .form-wrap{padding-left: 22%;box-sizing: border-box;}
.fm .form-wrap form{display: flex;justify-content: space-between;}
.fm .form-wrap .xdf_formbtn{width: 130px;flex-shrink: 0;height: 40px;line-height: 40px;border-radius: 20px;background: #302d6f;font-size: 20px;color: #ffffff;text-align: center;margin: 10px 0 0 0;cursor: pointer;font-weight: bold;}
.fm .form-wrap .preview_btn{width:130px;flex-shrink: 0;height: 40px;line-height: 40px;border-radius: 20px;background: #d2b272;font-size: 20px;color: #ffffff;text-align: center;margin: 10px 0 0 10px;cursor: pointer;display: inline-block;float: right;font-weight: bold;}
.fm .form-wrap .tiaokuan{font-size: 14px;text-align: left;}
.fm .form-wrap form .label{flex: 1;height: 40px;line-height: 40px;border: 0;width: auto;overflow: hidden;margin: 10px 2% 0 0;padding-left: 30px;}
.fm .form-wrap .label.Code{display: flex;min-width: 220px;}
.fm .form-wrap .label.Code input{width: 40%;}
.fm .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;}
.fm .form-wrap form .label i.iconDown{left: 82%;}
.fm .form-wrap form .label input, .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;}

.page4{background: url(../images_new/page4Bg.jpg) no-repeat center top;}
.page4 .title{color: #ffffff;}
.page4 .table{border-radius: 16px;overflow: hidden;}
.page4 .table .table_tit{background: #efd0a5;height: 60px;display: flex;align-items: center;justify-content: center;}
.page4 .table .table_tit span{width: 25%;text-align: center;font-size: 20px;color: #603616;font-weight: bold;}
.page4 .table .table_con{background: #ffffff;height: 360px;overflow: hidden;}
.page4 .table .table_con p{display: flex;align-items: center;justify-content: center;}
.page4 .table .table_con p span{width: 25%;border-right: 1px solid #efd0a5;box-sizing: border-box;height: 60px;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #603616;}
.page4 .table .table_con p:nth-child(even){background: #fcf7f1;}
.page4 .qtBtn,
.page5 .qtBtn{width: 360px;height: 50px;margin: 20px auto 0;border-radius: 80px;line-height: 50px;}

.page5{padding-bottom: 0;}
.page5 .con .itemCon{display: flex;justify-content: space-between;}
.page5 .con .tabs{display: none;}
.page5 .con .item{width: 600px;height: 458px;background: linear-gradient(90deg,#f5f6f9,#ffffff);padding: 10px;box-sizing: border-box;}
.page5 .con .item b{font-size: 14px;color: #ffedcc;background: linear-gradient(180deg,#7b7aac,#353072);border-radius: 4px;width: 156px;height: 24px;display: block;line-height: 24px;text-align: center;margin-bottom: 20px;}
.page5 .con .item dl{display: flex;align-items: center;}
.page5 .con .item dl dt{font-size: 16px;color: #2f2a68;font-weight: bold;width: 164px;border-right: 1px dashed #d5b77b;text-align: center;position: relative;padding: 11px 0;}
.page5 .con .item dl dt::after{content: '';width: 10px;height: 10px;background: #291f7f;border-radius: 50%;position: absolute;right: -5px;top: 0;bottom: 0;margin: auto;}
.page5 .con .item dl dd{width: 433px;font-size: 16px;padding-left: 20px;box-sizing: border-box;line-height: 130%;}
.page5 .con .item:nth-child(3) dl:nth-child(3) dt{padding:30px 0;}

/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
.xdf_slide .xdf_slidebtn{width: 102px;height: 28px;line-height: 28px;text-align: center;font-size: 16px;color: #6a0e14;bottom:4px;}
#xdf_bottomForm{display: none;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap .form{padding-left: 200px;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap .m1200 .ax_img{background:url(../images_new/bottomFormImg.png) no-repeat center top;width: 154px;height: 153px;bottom: 30px;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: #941210;color: #ffffff;}

.qt_pop_trial_reading_wrap .trial_reading .swiper-button-next_tab,
.qt_pop_trial_reading_wrap .trial_reading .swiper-button-prev_tab{display: none !important;}
@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)
    }
}
@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}
    .m1200{width: 94%;}
	
	body{}
	
	.header_banner{height: 9.75rem;background: url(../images_new/m_bodyBg.jpg) no-repeat center top;background-size: contain;}
	.header_banner .banner_img{padding-top: 1rem;}
	.header_banner .banner_img img{height: 5.79rem;width: 6.08rem;margin: 0 auto;}
	.header_banner .btnUl{width: 6.06rem;height: 0.66rem;margin: 0.8rem auto 0;position: static;line-height: 0.66rem;border-radius: 0.5rem;background: #281d68;}
	.header_banner .btnUl .btn1{font-size: 0.28rem;width: 3.92rem;}
	.header_banner .btnUl .btn{width: 2.15rem;border-radius: 0.5rem;box-sizing: border-box;}

	.page{padding: .5rem 0 .3rem;}
	.page .title{font-size: 0.4rem;margin-bottom: 0.15rem;}
	.page1 .con{flex-direction: column;}
	.page1 .con .dec{width: 100%;padding-left: 0;}
	.page1 .con .dec p{font-size: 0.26rem;}
	.page1 .con .list_con{width: 100%;flex-direction: column;}
	.page1 .con .list_con .list{width: 6.91rem;height:1.87rem;background: url(../images_new/m_page1ItemBg.png) no-repeat center top;background-size:contain;margin-top: 0.3rem;padding: 0.2rem 0 0.2rem 0.1rem;}
	.page1 .con .list_con .list h4{font-size: 0.32rem;padding-left: 0.2rem;margin-bottom: 0.3rem;}
	.page1 .con .list_con .list p{font-size: 0.24rem;margin-bottom: 0.05rem;position: relative;z-index: 1;}
	.page1 .con .list_con .list dl dt{font-size: 0.28rem;height: auto;text-align: center;line-height: 140%;}
	.page1 .con .list_con .list dl dt b{display: none;}
	.page1 .con .list_con .list dl dd{font-size: 0.24rem;text-align: center;}
	.page1 .con .list_con .list::after{width: 0.95rem;height: 0.89rem;background-size: contain;bottom: 0.2rem;right: 0.2rem;}
	.page1 .con .list_con .list2::after{display: none;}

	.page2 .uls{flex-direction: column;}
	.page2 .uls li{width: 6.9rem;height: 1.64rem;margin: 0 0 0.2rem 0;background: url(../images_new/m_1.png) no-repeat center top;background-size: contain;}
	.page2 .uls li.active div,
	.page2 .uls li div{background: none;padding: 0.2rem;}
	.page2 .uls li:nth-of-type(1){background: url(../images_new/m_1.png) no-repeat center top;background-size: contain;}
	.page2 .uls li:nth-of-type(2){background: url(../images_new/m_2.png) no-repeat center top;background-size: contain;}
	.page2 .uls li:nth-of-type(3){background: url(../images_new/m_3.png) no-repeat center top;background-size: contain;}
	.page2 .uls li:nth-of-type(4){background: url(../images_new/m_4.png) no-repeat center top;background-size: contain;}
	.page2 .uls li:nth-of-type(5){background: url(../images_new/m_5.png) no-repeat center top;background-size: contain;}
	.page2 .uls li:nth-of-type(6){background: url(../images_new/m_6.png) no-repeat center top;background-size: contain;}
	.page2 .uls li:nth-of-type(7){background: url(../images_new/m_7.png) no-repeat center top;background-size: contain;}
	.page2 .uls li h4{font-size: 0.3rem;line-height: 120%;text-align: left;color: #f6d19d;}
	.page2 .uls li div p{font-size: 0.24rem;margin: 0.1rem 0 0 0;height: auto;padding: 0;line-height: 140%;display: block;}
	.page2 .uls li div a{height: auto;font-size: 0.24rem;margin: 0.1rem auto 0;padding-right: 0;display: block;}
	.page3 .con .top{padding: 0.2rem;border-radius: 0.2rem;}
	.page3 .con .top .top_wrap{flex-direction: column;}
	.page3 .con .top .top_wrap .list{width: 100%;height: auto;border-radius: 0.2rem;padding: 0.02rem;margin-bottom: 0.2rem;}
	.page3 .con .list_con{border-radius: 0.2rem;padding: 0.46rem 0.24rem 0 0.24rem;}
	.page3 .con .top .top_wrap .list .list_con h3{font-size: 0.3rem;}
	.page3 .con .top .top_wrap .list .list_con h3 b{font-size: 0.4rem;}
	.page3 .con .top .top_wrap .list .list_con .dec{font-size: 0.24rem;line-height: 120%;}
	.page3 .con .top .top_wrap .list .list_con .dec_b{font-size: 0.24rem;padding: 0.2rem;height: auto;border-radius: 0.2rem;margin-top: 0.2rem;}
	.page3 .con .top .top_bot{margin-top: 0;height: auto;padding: 0.02rem;border-radius: 0.2rem;}
	.page3 .con .top .top_bot .list_top{flex-direction: column;}
	.page3 .con .top .top_bot .list_top b{font-size: 0.3rem;text-align: left;width: 100%;display: block;}
	.page3 .con .top .top_bot .list_top .tabs{width: 100%;margin-top: 0.1rem;}
	.page3 .con .top .top_bot .list_top .tabs span{margin-left: 0;width: 49%;box-sizing: border-box;padding: .15rem 0.2rem;font-size: 0.2rem;line-height: 140%;}
	.page3 .con .top .top_bot .list_top .tabs span strong{font-size: 0.24rem;display: block;}
	.page3 .con .top .top_bot .tables .table .dec_b{height: auto;padding: 0.2rem;border-radius: 0.2rem;margin-top: 0.2rem;font-size: 0.24rem;}
	.page3 .con .top .top_bot .dec_b a{font-size: 0.24rem;margin-top: 0.1rem;}
	.page3 .con .top .top_wrap .list .list_con::after{width: 1.19rem;height: 1.08rem;background-size: contain;top: 0.4rem;right: 0.5rem;}
	.page3 .con .top .top_wrap .list:nth-child(2) .list_con::after{width: 0.98rem;height: 0.94rem;background-size: contain;top: 0.4rem;right: 0.5rem;}

	.fm{width: 100%;height: auto;padding-right: 0;padding-top: 0.48rem;border-radius:0;border-top-left-radius: 0.1rem;border-top-right-radius: 0.1rem;margin-top: 0.2rem;}
	.fm .fmBook{width: 2.11rem;height: 1.89rem;background-size: contain;bottom: auto;left: 0;top: -0.3rem;}
	.fm h5{font-size: 0.32rem;padding-left: 32%;}
	.fm .form-wrap{padding-left: 0;width: 90%;margin: 0 auto;}
	.fm .form-wrap form{display: block;}
	.fm .form-wrap form .fmT{flex-direction: column;}
	.fm .form-wrap form .label{width: 100%;height: 0.48rem;line-height: 0.48rem;}
	.fm .form-wrap form .label input, .form-wrap form .label select{height: 0.68rem;line-height: 0.68rem;}
	.fm .form-wrap .tiaokuan{font-size: 0.22rem;}
	.fm .form-wrap .xdf_formbtn{width: 3.82rem;height:0.84rem;line-height: 0.84rem;border-radius: 0.5rem;font-size: 0.36rem;margin: 0.2rem 0 0 0rem;}
	.fm .form-wrap .preview_btn{width: 2rem;height: 0.84rem;line-height: 0.84rem;font-size: 0.36rem;margin: 0.2rem 0 0 0.2rem;border-radius: 0.5rem;float: left;}

	.page4 .table{border-radius: 0.2rem;}
	.page4 .table .table_tit{height: 0.6rem;}
	.page4 .table .table_tit span{font-size: 0.26rem;}
	.page4 .table .table_con{height: 3.6rem;}
	.page4 .table .table_con p span{font-size: 0.2rem;height: 0.6rem;line-height: 120%;padding: 0 0.05rem;text-align: center;}

	.page5 .con .tabs{display: flex;justify-content: space-between;}
	.page5 .con .tabs span{width:49%;font-size: 0.28rem;color: #ffedcc;background: linear-gradient(180deg, #7b7aac, #7c77b1);text-align: center;height: 0.6rem;line-height: 0.6rem;border-radius: 0.1rem;}
	.page5 .con .tabs span.active{background: linear-gradient(180deg, #7b7aac, #3c3970);font-weight: bold;}
	.page5 .con .item b{display: none;}
	.page5 .con .item{width: 100%;height: auto;padding: 0.2rem;display: none;}
	.page5 .con .item.active{display: block;}
	.page5 .con .item dl dt{font-size:0.24rem;width: 2rem;padding: 0.1rem 0;}
	.page5 .con .item dl dt::after{width: 0.1rem;height: 0.1rem;right: -0.05rem;}
	.page5 .con .item dl dd{width: 4.6rem;font-size: 0.24rem;padding-left: 0.2rem;}
	.page7.pinxuanBgBlue2{padding-bottom: 0.5rem !important;}
}