.flex{display:flex;}
.flex-between{display:flex;justify-content:space-between;}
.flex-justify-start{display:flex;justify-content:flex-start;}
.flex-justify-center{display:flex;justify-content:center;}
.flex-justify-end{display:flex;justify-content:flex-end;}
.flex-column{display:flex;flex-direction:column;}
.flex-items-center{display:flex;align-items:center;}
.isPc2{display:none;}
.rightMenu .form-wrap form .label input, .rightMenu .form-wrap form .label select{padding-left:0;}
.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{display:flex;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;}

/* 头图 */
.header_banner{width:100%;height:449px;background:url(../images/bannerBg.jpg) no-repeat center center;}
.header_banner .m1200{padding-top:52px;}
.header_banner .m1200 a.qt_53Btn{font-size:14px;color:#ffffff;width:115px;height:30px;border:1px solid #ffffff;border-radius:6px;line-height:30px;text-align:center;display:block;margin:24px 0 0 20px;box-sizing:border-box;}
.header_banner .m1200 a.qt_53Btn:hover{color:#232a60;background:#ffffff;}

.navs{height:50px;margin-top:50px;}
#nav{background:#ffffff linear-gradient(to bottom,#f9c8a8 1%,#ffffff,#ffffff 99%);width:100%;z-index:20;top:0;left:0;box-sizing:border-box;border-radius:6px;right:0;margin:auto;}

.nav ul{width:1200px;display:flex;justify-content:space-between;height:50px;padding:0 36px; box-sizing:border-box;padding-top:26px;}
.nav li{width:160px;text-align:center;}
.nav a{font-size:20px;color:#102676;line-height:20px;display:block;border-right:2px solid #262c66;}
.nav li:last-child a{border-right:none;}
.nav li.menuOver a,.nav a:hover{color:#d99064;font-weight:bold;}
#nav.isStuck{background:#ffffff;box-shadow:0px 4px 4px #c8c8c8;}


/* page */
.page{padding:60px 0;}
.page .tit h2{font-size:40px;color:#000635;line-height:44px;margin:0 0 10px 0;text-align:center;}
.page .tit p{font-size:18px;color:#000635;line-height:160%;text-align:center;}
.page .tit2 h2{font-size:40px;color:#262c66;padding-left:54px;position:relative;line-height:40px;margin-bottom:30px;margin-left:20px;}
.page .tit2 h2::after{content:'';width:40px;height:40px;background:#262c66;position:absolute;left:0;top:0;bottom:0;margin:auto}


/* page1-探校行程 */
.page1{}
.page1 .con{display:flex;justify-content:space-between;position:relative;}
.page1 .con .dec_l{width:780px;margin-left:20px;}
.page1 .con .dec_l .tabs{display:flex;justify-content:space-between;width:402px;}
.page1 .con .dec_l .tabs .tab{width:128px;height:38px;background:url(../images/tab.png) no-repeat center top;line-height:38px;text-align:center;font-size:18px;color:#424242;cursor:pointer;}
.page1 .con .dec_l .tabs .tab.active{color:#707dd8;font-weight:bold;background-image:url(../images/tabH.png);}
.page1 .con .dec_l .tables .list{font-size:16px;color:#333333;display:none;}
.page1 .con .dec_l .tables .list.active{display:block;}
.page1 .con .dec_l .tables .list p{margin-top:20px;}
.page1 .con .dec_l .tables .list ul{margin-top:20px;}
.page1 .con .dec_l .tables .list ul li{line-height:30px;}
.page1 .con .dec_l .tables .list ul li b{color:#262c66;}
.page1 .con a{font-size:14px;color:#ffffff;width:116px;height:30px;background:#d99064;border-radius:5px;line-height:30px;text-align:center;display:block;position:absolute;bottom:0;left:58%;}
.page1 .con img{margin-top:50px;}

.page2{background:#262c66;}
.page2 .tit2 h2{color:#f9cab0;}
.page2 .tit2 h2::after{background:#f9cab0;}
.page2 .con{display:flex;justify-content:space-between;}
.page2 .con .tabs{width:306px;padding:8px 8px 40px 8px;background:linear-gradient(180deg,#4e6d95,rgba(255,255,255,0));box-sizing:border-box;}
.page2 .con .tabs .tab{width:100%;height:186px;background:#df2a33;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;position:relative;margin-bottom:5px;}
.page2 .con .tabs .tab::after{content:'';width:281px;height:2px;background:url(../images/tab_line.png) no-repeat center top;position:absolute;top:0;left:0;right:0;margin:auto;}
.page2 .con .tabs .tab::before{content:'';width:100%;height:100%;background:rgba(0, 0, 0, 0.4);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
.page2 .con .tabs .tab h3{font-size:50px;color:#df2a33; text-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);line-height:70px;}
.page2 .con .tabs .tab h4{font-size:28px;color:#ffffff;}
.page2 .con .tabs .tab.active::before{display:none;}
.page2 .con .tabs .tab:nth-child(2){background:#ed5f2f;}
.page2 .con .tabs .tab:nth-child(3){background:#29bc6f;}
.page2 .con .tabs .tab:nth-child(2) h3{color:#ed5f2f;}
.page2 .con .tabs .tab:nth-child(3) h3{color:#29bc6f;}
.page2 .con .tables{width:833px;padding-right:30px;position:relative;}
.page2 .con .tables .list{display:none;}
.page2 .con .tables .list.active{display:block;}
.page2 .con .tables .list .dec{font-size:16px;color:#ffffff;line-height:160%;margin-bottom:10px;}
.page2 .con .tables .list .tabClid{display:flex;justify-content:flex-start;margin-bottom:5px;}
.page2 .con .tables .list .tabClid span{background:linear-gradient(180deg,#515aa6,#626ab6);width:224px;height:33px;border-top-left-radius:10px;border-top-right-radius:10px;line-height:33px;text-align:center;font-size:20px;color:#c0c5ed;display:block;margin-right:10px;cursor:pointer;}
.page2 .con .tables .list .tabClid span.active{color:#252c66;font-size:24px;font-weight:bold;background:linear-gradient(180deg,#adb5f1,#7b87dd);}
.page2 .con .tables .list .tables_cild .item{display:none;color:#ffffff;}
.page2 .con .tables .list .tables_cild .item.active{display:block;}
.page2 .con .tables .list:nth-child(3) .tabClid span{font-size:16px;}
.page2 .con .tables .list a{bottom:45px;left:0;width:240px;height:30px;border-radius:8px;background:#df2a33;line-height:30px;border:1px solid #f9cab0;color:#f9cab0;font-size:16px;text-align:center;box-sizing:border-box;font-weight:bold;display:block;margin:20px auto 0;}
.page2 .con .tables .list:nth-child(2) a{background:#ed5f2f;color:#452346;}
.page2 .con .tables .list:nth-child(3) a{background:#29bc6e;color:#452346;}
.page2 .con .tables .list .tables_cild .item h4{font-size:16px;margin-top:10px;line-height:20px;background:#adb6f1;padding:12px 36px;box-sizing:border-box;font-weight:normal;color:#262c66;}
.page2 .con .tables .list .tables_cild .item h4 b{color:#ffffff;}
.page2 .con .tables .list .tables_cild .item .tabList{margin-bottom:20px;}
.page2 .con .tables .list .tables_cild .item .tabList:last-child{margin-bottom:0;}
.page2 .con .tables .list .tables_cild .item .tableTit{width:100%;height:40px;line-height:40px;text-align:center;background:#adb6f1;font-size:24px;color:#515aa6;font-weight:bold;margin:0 auto 5px;}

.page2 .con .tables .list .tables_cild .item .scroll_con{height:385px;overflow-y:scroll;}
.page2 .con .tables .list:nth-child(3) .tables_cild .item .scroll_con{height:355px;background:linear-gradient(180deg, #5c64b1, rgba(0, 0, 0, 0));margin-top:5px;}
.page2 .con .tables .list .tables_cild .item .scroll_con::-webkit-scrollbar {
    width:5px;
    height:100%;
}

.page2 .con .tables .list .tables_cild .item .scroll_con::-webkit-scrollbar-thumb {
    background:#adb6f1;
}

.page2 .con .tables .list .tables_cild .item .scroll_con::-webkit-scrollbar-track {
    background:#262c66;
}

.table-container table{width:100%;}
.table-container table tr{height:40px;line-height:40px;}
.table-container table td{width:135px;text-align:center;font-size:16px;font-weight:bold;background:#c5c8e6;color:#262c66;border-right:6px solid #262c66;border-top:6px solid #262c66;box-sizing:border-box;line-height:140%;}
.table-container table td:nth-child(1){width:225px}
.table-container table td:nth-child(2){width:176px}
.table-container table thead tr th{background:#525aa6;color:#adb6f1;font-weight:bold;border-right:6px solid #262c66;box-sizing:border-box;}
.table-container table thead tr th:last-child,
.table-container table td:last-child{border-right:0;}
.table-container table td:first-child{background:#ffffff;}
.page2 .con .tables .list:nth-child(3) .table-container table td:nth-child(1),
.page2 .con .tables .list:nth-child(3) .table-container table td:nth-child(2){width:78px;}

.page2 .con .tables .list .tables_cild .item .dec_bot{background:linear-gradient(180deg,#5c64b1,rgba(0,0,0,0));padding:0 38px;box-sizing:border-box;margin-top:5px;}
.page2 .con .tables .list:nth-child(3) .tables_cild .item .dec_bot{background:none;}

.page2 .con .tables .list .tables_cild .item .dec_bot dl{padding-top:12px;font-size:16px;color:#adb6f1;}
.page2 .con .tables .list .tables_cild .item .dec_bot dl dt{font-size:20px;color:#ffffff;font-weight:bold;}
.page2 .con .tables .list .tables_cild .item .dec_bot dl dd p{line-height:140%;}
.page2 .con .tables .list .tables_cild .item .dec_bot dl dd span{color:#ffffff;display:block;font-size:16px;}
.page2 .con .tables .list:nth-child(3) .item h4{margin-top:0;}


.page3{padding-bottom:0;}
.page3  ul{margin-top:26px;display:flex;justify-content:space-around;height:450px;}
.page3  ul li{width:183px;height:375px;background:url(../images/1.png) no-repeat center top;padding:0 22px;box-sizing:border-box;cursor:pointer;margin-top:40px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:relative;overflow:hidden;}
.page3  ul li:nth-child(2){background-image:url(../images/2.png);}
.page3  ul li:nth-child(3){background-image:url(../images/3.png);}
.page3  ul li:nth-child(4){background-image:url(../images/4.png);}
.page3  ul li:nth-child(5){background-image:url(../images/5.png);}
.page3  ul li:nth-child(6){background-image:url(../images/6.png);}
.page3  ul li dl{padding-top:100px;display:flex;justify-content:flex-start;}
.page3  ul li dl dt{width:25px; height:28px;background:url(../images/01.png) no-repeat center;margin-right:10px;}
.page3  ul li:nth-child(2) dl dt{background-image:url(../images/02.png);}
.page3  ul li:nth-child(3) dl dt{background-image:url(../images/03.png);}
.page3  ul li:nth-child(4) dl dt{background-image:url(../images/04.png);}
.page3  ul li:nth-child(5) dl dt{background-image:url(../images/05.png);}
.page3  ul li:nth-child(6) dl dt{background-image:url(../images/06.png);}
.page3  ul li dl dd{font-size:20px;font-weight:bold;color:#1d5ab3;margin-top:-5px;}
.page3  ul li .dec{color:#ffffff;font-size:16px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:absolute;top:100%;left:20px;box-sizing:border-box;height:80%;width:85%;}
.page3  ul li .dec .item{margin-top:21px;}
.page3  ul li .dec .item h4{line-height:120%;}
.page3  ul li .dec .item p{line-height:20px;}
.page3  ul li .dec .item p b{display:block;}
.page3  ul li .dec a{font-size:14px;color:#ffffff;display:inline-block;width:176px;height:28px;line-height:28px;border:1px solid #ffffff;text-align:center;border-radius:6px;position:absolute;bottom:20px;left:0;right:0;margin:auto;box-sizing:border-box;}
.page3  ul li .dec a:hover{background:#f9c8a7;color:#1d5ab3;border-color:#f9c8a7;}
.page3  ul li.active{width:231px;height:450px;background-image:url(../images/1H.png);margin-top:0;}
.page3  ul li:nth-child(2).active{background-image:url(../images/2H.png);}
.page3  ul li:nth-child(3).active{background-image:url(../images/3H.png);}
.page3  ul li:nth-child(4).active{background-image:url(../images/4H.png);}
.page3  ul li:nth-child(5).active{background-image:url(../images/5H.png);}
.page3  ul li:nth-child(6).active{background-image:url(../images/6H.png);}
.page3  ul li.active dl{padding-top:34px;}
.page3  ul li.active dl dd{color:#f9c8a7;}
.page3  ul li.active dl dt{background-image:url(../images/01H.png);}
.page3  ul li.active:nth-child(2) dl dt{background-image:url(../images/02H.png);}
.page3  ul li.active:nth-child(3) dl dt{background-image:url(../images/03H.png);}
.page3  ul li.active:nth-child(4) dl dt{background-image:url(../images/04H.png);}
.page3  ul li.active:nth-child(5) dl dt{background-image:url(../images/05H.png);}
.page3  ul li.active:nth-child(6) dl dt{background-image:url(../images/06H.png);}
.page3  ul li.active .dec{top:90px;}
.page3  ul li:nth-child(3) .item{text-align:center;margin-bottom:46px;position:relative;}
.page3  ul li:nth-child(3) .item::after{content:'';width:22px ;height:34px;background:url(../images/page4_icon2.png) no-repeat center top;position:absolute;left:0;right:0;bottom:-40px;margin:auto;}
.page3 ul li:nth-child(3) .item:nth-child(4):after{display:none;}
.page3  ul li:nth-child(4) .item,
.page3  ul li:nth-child(5) .item,
.page3  ul li:nth-child(6) .item{text-align:center;}




.page4 .con{background:url(../images/page4_icon.png) no-repeat center center;position:relative;height:390px;}
.page4 .con li{width:360px;height:132px;background:#4c5179;border-radius:10px;box-shadow:0px 8px 8px 3px #eaeaea;position:absolute;left:0;top:36px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.page4 .con li:nth-child(2){right:0;left:auto;}
.page4 .con li:nth-child(3){top:200px;}
.page4 .con li:nth-child(4){right:0;left:auto;top:200px;}
.page4 .con li:nth-child(5){right:0;left:0;top:280px;margin:auto;}
.page4 .con li h3{font-size:20px;color:#ffffff;padding-left:18px;line-height:40px;display:flex;align-items:center;padding-top:10px;}
.page4 .con li h3 b{font-size:18px;color:#ffffff;display:block;width:32px;height:32px;background:#ccaa81;border-radius:50%;text-align:center;line-height:32px;font-style:oblique;margin-right:14px;}
.page4 .con li p{background:#ffffff;padding:16px 14px 16px 54px;border-radius:10px;}
.page4 .con li:hover{transform:translateY(-10px);}


/* 免费领取白皮书（中部表单） */
.fm-center{background:url(../images/fmCenterBg.jpg) no-repeat center top;height:213px;box-sizing:border-box;position:relative;}
.fm-center h4{width:328px;height:303px;background:url(../images/book.png) no-repeat center top;position:absolute;left:-74px;top:-20px;}
.fm-center .m1200{align-items:center;height:100%;position:relative;}
.fm-center .form-wrap{width:80%;margin:0;position:relative;margin-left:20%;}
.fm-center .form-wrap em{font-size:40px;color:#f9c8a7;line-height:30px;margin:0 0 20px 0;}
.fm-center .form-wrap .label{width:22%;height:38px;border:none;margin:6px}
.fm-center .form-wrap .label.Code{width:25%;position:relative;}
.fm-center .form-wrap .label.Code .SmsCodeBtn{ position:absolute; right:0; top:0; width:100px; height:30px; margin:4px 0; padding:0; border-left:1px solid #cdcdcd; background:none; line-height:30px; font-size:16px; color:#0040b5; border-radius:0;}
.fm-center .form-wrap .label input,.fm-center .form-wrap .label select{height:38px;line-height:38px;padding:0;font-size:16px;border-radius:40px;display:inherit;}

.fm-center .form-wrap .xdf_formbtn{margin:6px 0 0 6px;width:108px;height:40px;background:#309a91;font-size:16px;color:#ffffff;font-weight:bold;cursor:pointer;border-radius:40px;}
.fm-center .form-wrap .xdf_formbtn:hover{background-color:#cb8e65;color:#333333;}
.fm-center .form-wrap .tiaokuan{text-align:left;margin:0 0 0 5px;font-size:12px;}
.fm-center .form-wrap .tiaokuan a{color:#ffffff;}
.fm-center .previewPDF{ width:108px; height:40px; font-size:16px; color:#333333; font-weight:bold; background:#cb8e65; line-height:40px; opacity:.8; border-radius:20px;text-align:center;margin:6px 0 0 18px;box-shadow:0 0 7px 0 rgba(0,64,181,.65);display:block;float:left;cursor:pointer;}
.fm-center .previewPDF:hover{background-color: #309a91;color:#ffffff;}
.fm-center .form-wrap .book{position:absolute;right:0;bottom:-15px;z-index:-1;}
.qt_pop_trial_reading_wrap .trial_reading.active .lxsc_tit{display:none;}


.bg1{background:linear-gradient(180deg,#354a6e 5%,#ffffff,#ffffff 95%);}
.page5{padding-bottom:0;}
.page5 .tit h2,
.page5 .tit p{color:#ffffff;}
.page5 .swiper-container-al{padding-bottom:30px;}
.page5 .swiper-container-al .swiper-wrapper{padding:5px;}
.page5 .swiper-container-al .swiper-slide{width:386px;height:436px;background:#ffffff;box-shadow:0 0 20px 2px rgba(2,95,200,.1);}
.page5 .swiper-container-al .swiper-slide .top{height:85px;background:#f9c8a7;position:relative;}
.page5 .swiper-container-al .swiper-slide .top img{width:70px;position:absolute;left:0;right:0;bottom:-25px;margin:auto;}
.page5 .swiper-container-al .swiper-slide .bot{padding:0 40px;}
.page5 .swiper-container-al .swiper-slide .bot h3{font-size:24px;color:#333333;margin:40px auto 16px;text-align:center;font-weight:normal;}
.page5 .swiper-container-al .swiper-slide .bot h4{font-size:26px;color:#262c66;margin:0 auto 16px;text-align:center;line-height:120%;}
.page5 .swiper-container-al .swiper-slide .bot .dec{padding-top:18px;border-top:1px solid #dfdfdf;}
.page5 .swiper-container-al .swiper-slide .bot .dec p{font-size:16px;line-height:140%;margin-bottom:5px;}
.page5 .swiper-container-al .swiper-slide .bot .dec p b{color:#f9c8a7;}
.page5 a.qt_53Btn{font-size:18px;color:#ffffff;display:block;width:240px;height:34px;line-height:34px;text-align:center;background:#cb8e65;border-radius:10px;margin:20px auto 0;}
.page5 .swiper-pagination-bullet-active{background:#cb8e65;}

.page6{padding-bottom:80px;}
.page6 .con{margin-top:24px;height:457px;}
.page6 .con .dec{font-size:18px;margin-top:18px;color:#862f00;text-align:center}
.page6 .tabs{display:flex;justify-content:space-between;}
.page6 .tabs span{padding:6px 30px;background:#262c66;border-radius:12px;font-size:18px;color:#ffffff;display:inline-block;text-align:center;line-height:22px;cursor:pointer;position:relative;}
.page6 .tabs span.active{background:#f9c8a7;color:#862f00;}
.page6 .tabs span.active::after{content:'';width:36px;height:19px;background:url(../images/page6_icon.png) no-repeat center top;position:absolute;bottom:-12px;left:0;right:0;margin:auto;}
.page6 .table{width:1200px;height:338px;background:url(../images/page6_tableBg.png) no-repeat center top;}
.page6 .table .swiper-container-hz{margin-top:20px;padding:5px 4px;}
.page6 .table .swiper-container-hz .swiper-wrapper{}
.page6 .table .swiper-container-hz .swiper-slide{width:217px;height:336px;display:flex;align-items:center;justify-content:center;}
.page6 .table .swiper-container-hz .swiper-slide img{width:100%;box-shadow:0 0 3px 2px #d3d3d3;background:#ffffff;}
.page6 .table .swiper-container-hz.active{justify-content:center;display:flex;}
.page6 .table .swiper-container-hz.active .swiper-wrapper{width:auto;}
.page6 .table .swiper-container-hz.active .swiper-slide{margin-right:30px;}

.page7{background:url(../images/page7Bg.jpg?2) no-repeat center top;height:506px;}
.page7 .tit h2,
.page7 .tit p{color:#ffffff;}
.page7 .con{position:relative;margin-top:200px;}
.page7 .con .tabs{display:flex;justify-content:space-evenly;margin-top:40px;}
.page7 .con .tabs dl{display:flex;justify-content:center;}
.page7 .con .tabs dl dt{font-size:72px;color:#f9c8a7;font-style:oblique;font-weight:bold;line-height:70px;}
.page7 .con .tabs dl dd{width:170px;margin-left:40px;}
.page7 .con .tabs dl dd p{font-size:18px;color:#f9c8a7;}
.page7 .con .tabs dl dd span{display:inline-block;color:#000635;font-size:18px;background:#f9c8a7;padding:0 20px;border-radius:8px;margin-top:10px;cursor:pointer;line-height:30px;}
.page7 .con .tables{position:absolute;top:-190px;left:0;right:0;margin:auto;}
.page7 .con .tables .item{background:#001742;border-radius:14px;box-shadow:0 7px 10px 2px #545986;padding:14px 20px;box-sizing:border-box;width:1000px;box-sizing:border-box;margin:0 auto;position:relative;display:none;}
.page7 .con .tables .item1{display:none;justify-content:flex-start;}
.page7 .con .tables .item1 .swiper-container .swiper-slide{width:auto;}
.page7 .con .tables .item1 img{height:120px;margin-right:14px;}
.page7 .con .tables .item::after{content:'';width:61px;height:31px;background:url(../images/page7_icon.png) no-repeat center top;position:absolute;bottom:-31px;left:120px;}
.page7 .con .tables .item2::after{left:0;right:0;margin:auto;}
.page7 .con .tables .item3::after{left:auto;right:120px;}
.page7 .con .tables .item.active{display:flex;}
.page7 .con .tables .item3 p{font-size:18px;color:#ffffff;padding:10px 106px;box-sizing:border-box;}
.page7 .con .tables .item3 p b{color:#eedaae;}

.page7 .con .tables .item2 .item_wrap{overflow:hidden;width:100%;}
.page7 .con .tables .item2.active{display:block;}
.page7 .con .tables .item2 .swiper-container{margin-bottom:10px;width:100000px;}
.page7 .con .tables .item2 .swiper-slide{width:336px;height:46px;color:#ffffff;font-size:18px;line-height:46px;text-align:center;margin-right:10px;background:#495582;}



.page10 .con{padding-top:60px;}
.page10 .decListWrap{width:285px;height:460px;border-radius:10px;float:left;}
.page10 .decListWrap .list{display:none;background:#fff5ee;}
.page10 .decListWrap .list:nth-of-type(1){display:block;}
.page10 .decListWrap dl{text-align:center;}
.page10 .decListWrap dt{height:84px;line-height:84px;font-size:30px;font-weight:bold;color:#021842;background:#f9c8a7;margin-bottom:8px;}
.page10 .decListWrap dd{line-height:36px;font-size:16px;color:#333333;}
.page10 .decListWrap .btn{width:100%;font-size:16px;line-height:26px;text-align:center;color:#d99064;position:absolute;bottom:10px;}
.page10 .decListWrap .btn:hover{color:#9e5020;}
.page10 .bgListWrap{width:898px;height:429px;background:url(../images/page10.png?1) no-repeat center center;background-size:100% auto;float:right;position:relative;}
.page10 .bgListWrap p{font-size:22px;line-height:32px;position:absolute;opacity:0.6;cursor:pointer;padding:0 20px 0 0;}
.page10 .bgListWrap p::before{content:'';width:16px;height:16px;position:absolute;right:0;top:0;bottom:0;margin:auto;opacity:1;border-radius:50%;z-index:1;}
.page10 .bgListWrap p::after{content:'';width:8px;height:8px;position:absolute;right:4px;top:0;bottom:0;margin:auto;opacity:1;border-radius:50%;z-index:2;}
.page10 .bgListWrap p.ca{color:#ce3629;left:8px;top:30px;}
.page10 .bgListWrap p.ca::before{background-color:rgba(206,54,41,0);}
.page10 .bgListWrap p.ca::after{background-color:rgba(206,54,41,0.3);}
.page10 .bgListWrap p.active.ca::before{background-color:rgba(206,54,41,0.2);}
.page10 .bgListWrap p.active.ca::after{background-color:rgba(206,54,41,1);}
.page10 .bgListWrap p.usa{color:#116ca9;left:40px;top:110px;}
.page10 .bgListWrap p.usa::before{background-color:rgba(17,108,169,0);}
.page10 .bgListWrap p.usa::after{background-color:rgba(17,108,169,0.3);}
.page10 .bgListWrap p.active.usa::before{background-color:rgba(17,108,169,0.2);}
.page10 .bgListWrap p.active.usa::after{background-color:rgba(17,108,169,1);}
.page10 .bgListWrap p.uk{color:#16518c;left:310px;top:54px;}
.page10 .bgListWrap p.uk::before{background-color:rgba(21,81,140,0);}
.page10 .bgListWrap p.uk::after{background-color:rgba(21,81,140,0.3);}
.page10 .bgListWrap p.active.uk::before{background-color:rgba(21,81,140,0.2);}
.page10 .bgListWrap p.active.uk::after{background-color:rgba(21,81,140,1);}
.page10 .bgListWrap p.oz{color:#9a7639;left:370px;top:80px;}
.page10 .bgListWrap p.oz::before{background-color:rgba(154,118,57,0);}
.page10 .bgListWrap p.oz::after{background-color:rgba(154,118,57,0.3);}
.page10 .bgListWrap p.active.oz::before{background-color:rgba(154,118,57,0.2);}
.page10 .bgListWrap p.active.oz::after{background-color:rgba(154,118,57,1);}
.page10 .bgListWrap p.yz{color:#8d56a1;right:170px;top:230px;}
.page10 .bgListWrap p.yz::before{background-color:rgba(141,86,161,0);}
.page10 .bgListWrap p.yz::after{background-color:rgba(141,86,161,0.3);}
.page10 .bgListWrap p.active.yz::before{background-color:rgba(141,86,161,0.2);}
.page10 .bgListWrap p.active.yz::after{background-color:rgba(141,86,161,1);}
.page10 .bgListWrap p.au{color:#3ca549;right:80px;top:356px;}
.page10 .bgListWrap p.au::before{background-color:rgba(60,165,73,0);}
.page10 .bgListWrap p.au::after{background-color:rgba(60,165,73,0.3);}
.page10 .bgListWrap p.active.au::before{background-color:rgba(60,165,73,0.2);}
.page10 .bgListWrap p.active.au::after{background-color:rgba(60,165,73,1);}
.page10 .bgListWrap p.hk{color:#af185b;right:176px;top:150px;}
.page10 .bgListWrap p.hk::before{background-color:rgba(175,24,91,0);}
.page10 .bgListWrap p.hk::after{background-color:rgba(175,24,91,0.3);}
.page10 .bgListWrap p.active.hk::before{background-color:rgba(175,24,91,0.2);}
.page10 .bgListWrap p.active.hk::after{background-color:rgba(175,24,91,1);}
.page10 .bgListWrap p.active{font-size:27px;font-weight:bold;opacity:1;}

.xdf_slide {display:block;width:141px; height:146px;bottom:20px;}
.xdf_slide .xdf_slidebtn{width:100%;height:36px;line-height:36px;text-align:center;font-size:16px;font-weight:bold;color:#ffffff;bottom:0px;}
#xdf_bottomForm{display:none;}
.xdf_bottomForm_new .ax_img {background:url(../images/bottomFormImg.png) no-repeat center top;height:161px;width:161px;bottom:initial;margin:0;top:-38px;left:-40px;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background:#fa6b26;color:#ffffff;font-weight:bold;font-size:18px;}
.qt_pop_trial_reading_wrap .trial_reading.active .swiper-container-trial-reading{float:none;}
.qt_pop_trial_reading_wrap .trial_reading.active{width:65vh !important;}

@media screen and (max-width:1000px) {
    /* body.sem .rightMenu{display:none !important;} */
    body.active {
		position:fixed !important;
		width:100%;
        top:var(--scroll-top);
        left:0;
	}
    
    .header_banner{height:5.5rem;background:url(../images/m_bannerBg.jpg) no-repeat center top;background-size:cover}
    .header_banner .m1200{padding:.7rem 0 0 0;}
    .header_banner img{width:5.1rem;height:4.45rem;margin:0 auto;}
    .header_banner .bannerTit{width:2.28rem;height:.29rem;right:0rem;bottom:1rem;left:0;margin:auto;}
	
    .m1200{width:94%;}
    .page{padding:.65rem 0;}
    .page .tit h2{font-size:.45rem;line-height:.36rem;margin:0 0 .1rem 0;}
    .page .tit p{margin-bottom:0.2rem;font-size:0.24rem;}
    .tabwrap .tabs .tab{width:1.6rem;height:.5rem;line-height:.5rem;font-size:.22rem;margin:0 .1rem;}
    .page .tit2 h2{font-size:0.45rem;padding-left:0.57rem;line-height:0.42rem;margin-bottom:0.28rem;margin-left:0;}
    .page .tit2 h2::after{width:0.42rem;height:0.42rem;top:0.1rem;}
    
    /* height:14.5rem; */
    .page1{overflow:hidden;height:auto;}
    .page1 .con .dec_l{width:100%;margin-left:0;}
    .page1 .con .dec_l .tabs{width:100%;}
    .page1 .con .dec_l .tabs .tab{width:2.18rem;height:0.46rem;line-height:0.46rem;background-size:cover;font-size:0.24rem;}
    .page1 .con .dec_l .tables .list{font-size:0.24rem;}
    .page1 .con .dec_l .tables .list p{margin-top:0.36rem;line-height:160%;}
    .page1 .con a{position:inherit;width:4.89rem;height:0.6rem;font-size:0.3rem;line-height:0.6rem;margin:0.2rem auto 0;}
    .page1 .con .dec_l .tables .list ul li{line-height:160%;}
    .page1 .con .dec_l .tables .list ul li em{display:none;}
    .page2 .con{flex-direction:column;}
    .page2 .con .tabs{width:100%;padding:0.06rem 0.08rem 0.1rem 0.08rem;display:flex;justify-content:space-between;}
    .page2 .con .tabs .tab{width:2.22rem;height:1.45rem;margin-bottom:0;}
    .page2 .con .tabs .tab h3{font-size:0.4rem;line-height:0.42rem;}
    .page2 .con .tabs .tab h4{font-size:0.24rem;}
    .page2 .con .tabs .tab::after{width:100%;height:0.02rem;background-size:cover;}
    .page2 .con .tables{width:100%;padding-right:0;}
    .page2 .con .tables .list .dec{font-size:0.24rem;margin-bottom:0.2rem;}
    .page2 .con .tables .list .tabClid{margin-top:0.1rem;justify-content:space-between;margin-bottom:0.2rem;}
    .page2 .con .tables .list .tabClid span{width:48%;height:0.5rem;font-size:0.28rem;margin-right:0;line-height:0.5rem;}
    .page2 .con .tables .list:nth-child(3) .tabClid span,
    .page2 .con .tables .list:nth-child(3) .tabClid span.active{font-size:0.19rem;line-height:0.22rem;display:flex;align-items:center;justify-content:center;}
    .page2 .con .tables .list .tabClid span.active{font-size:0.28rem;}

    .page2 .con .tables .list .tables_cild .item .scroll_con{height:8rem;}
	.page2 .con .tables .list:nth-child(2) .tables_cild .item .scroll_con{height:4.2rem;}
    .page2 .con .tables .list:nth-child(3) .tables_cild .item .scroll_con{height:7rem;margin-top:0.1rem;}
    .page2 .con .tables .list .tables_cild .item .tabList{margin-bottom:0.2rem;}
    .page2 .con .tables .list .tables_cild .item .tableTit{height:0.4rem;line-height:0.4rem;font-size:0.24rem;margin: 0 auto 0.1rem;}
    .table-container table tr{height:0.4rem;line-height:0.4rem;font-size:0.24rem;}
    .table-container table thead tr th{border-right:0.05rem solid #262c66;}
    .table-container table td,
    .table-container table td:nth-child(2){width:20%;}
    .table-container table td:nth-child(1){width:30%;}
    .table-container table td{font-size:0.24rem;border-right:0.05rem solid #262c66;border-top:0.05rem solid #262c66;line-height:120%;}
    .page2 .con .tables .list .tables_cild .item h4{font-size:0.24rem;margin-top:0rem;line-height:120%;padding:0.2rem 0.4rem;}
    .page2 .con .tables .list .tables_cild .item .dec_bot{padding:0.2rem 0.4rem;margin-top:0.1rem;}
    .page2 .con .tables .list .tables_cild .item .dec_bot dl{padding-top:0.2rem;font-size:0.24rem;}
    .page2 .con .tables .list .tables_cild .item .dec_bot dl dt{font-size:0.26rem;}
    .page2 .con .tables .list .tables_cild .item .dec_bot dl dd{line-height:140%;}
    .page2 .con .tables .list .tables_cild .item .dec_bot dl dd span{font-size:0.24rem;}
    .page2 .con .tables .list:nth-child(3) .table-container table td:nth-child(1), 
    .page2 .con .tables .list:nth-child(3) .table-container table td:nth-child(2){width:20%;}
    .page2 .con .tables .list:nth-child(3) .table-container table td:nth-child(3){width:40%;}



    .page2 .con .tables .list a{position:initial;width:4.92rem;height:0.6rem;line-height:0.6rem;border-radius:0.1rem;margin:0.36rem auto 0;font-size:0.3rem;display:block;}

    .page3 ul{flex-direction:column;margin-top:0.3rem;height:auto;}
    .page3 ul li{width:6.9rem;margin:0 auto;background-image:url(../images/m_1.png); background-size:contain;height:1.34rem;margin-bottom:0.1rem;padding:0 0.6rem;}
    .page3 ul li:nth-child(2){background-image:url(../images/m_2.png);background-size:contain;}
    .page3 ul li:nth-child(3){background-image:url(../images/m_3.png);background-size:contain;}
    .page3 ul li:nth-child(4){background-image:url(../images/m_4.png);background-size:contain;}
    .page3 ul li:nth-child(5){background-image:url(../images/m_5.png);background-size:contain;}
    .page3 ul li:nth-child(6){background-image:url(../images/m_6.png);background-size:contain;}
    .page3 ul li dl{padding-top:0.34rem;}
    .page3 ul li dl dt,
    .page3 ul li:nth-child(2) dl dt,
    .page3 ul li:nth-child(3) dl dt,
    .page3 ul li:nth-child(4) dl dt,
    .page3 ul li:nth-child(5) dl dt,
    .page3 ul li:nth-child(6) dl dt{width:0.34rem;height:0.38rem;background-size:cover;margin-right:0.1rem;}

    .page3 ul li dl dd{font-size:0.28rem;margin-top:-0.1rem;line-height:120%;}
    .page3 ul li.active{width:6.9rem;background-image:url(../images/m_1H.png);background-size:contain;height:4.74rem;padding:0 0.1rem 0 0.24rem;display:flex;justify-content:space-around;}
    .page3 ul li:nth-child(2).active{background-image:url(../images/m_2H.png);background-size:contain;}
    .page3 ul li:nth-child(3).active{background-image:url(../images/m_3H.png);background-size:contain;}
    .page3 ul li:nth-child(4).active{background-image:url(../images/m_4H.png);background-size:contain;}
    .page3 ul li:nth-child(5).active{background-image:url(../images/m_5H.png);background-size:contain;}
    .page3 ul li:nth-child(6).active{background-image:url(../images/m_6H.png);background-size:contain;}
    .page3 ul li.active dl{padding-top:0.32rem;width:1.6rem;}
    .page3 ul li .dec{width:4.6rem;position:initial;font-size:0.24rem;height:auto;display:none;}
    .page3 ul li .dec a{width:2.68rem;height:0.5rem;line-height:0.5rem;font-size:0.24rem;bottom:-100%;display:none;}
    .page3 ul li .dec .item{margin-top:0.24rem;}
    .page3 ul li .dec .item p{line-height:140%;}
    .page3 ul li.active .dec a{display:block;bottom:0.3rem;}
    .page3 ul li.active .dec{display:block;}
    .page3 ul li:nth-child(2) .dec .item{margin-top:0.12rem;}
    .page3 ul li:nth-child(3) .item::after{width:0.22rem;height:0.34rem;background-size:contain;bottom:-0.6rem;right:auto;left:0.4rem;}
    .page3 ul li:nth-child(3) .item,
    .page3 ul li:nth-child(4) .item, 
    .page3 ul li:nth-child(5) .item, 
    .page3 ul li:nth-child(6) .item{text-align:left;}
    .page3 ul li:nth-child(3) .item{margin-bottom:0.7rem;}

    .page4 .con{height:auto;background:none;}
    .page4 .con li{position:initial;width:100%;height:auto;margin-bottom:0.1rem;border-radius:0.2rem;box-shadow:0px 0.01rem 0.1rem 0.05rem #eaeaea;}
    .page4 .con li h3{font-size:0.3rem;line-height:0.62rem;padding:0.2rem 0 0.2rem 0.25rem;}
    .page4 .con li h3 b{font-size:0.28rem;width:0.46rem;height:0.46rem;line-height:0.46rem;margin-right:0.2rem;}
    .page4 .con li p{padding:0.2rem 0.9rem;border-radius:0.2rem;}

	/* 中部表单（M端隐藏） */
	.m-fm-center{background:url(../images/m_fmCenterBg.jpg) center top;position:relative;padding:.7rem 0 .5rem;background-size:cover;}
	.m-fm-center::after{content:'';width:3.96rem;height:3.65rem;background:url(../images/m_book.png);position:absolute;top:-0.6rem;right:0.6rem;background-size:cover;}
    .m-fm-center .fm_tit{font-size:.45rem;color:#f9c8a7;margin:0 0 0.52rem 0;font-weight:normal;line-height:0.5rem;padding-left:0.8rem;}
    .m-fm-center .fm_tit b{font-weight:bold;}
    .m-fm-center form{padding:0 .4rem;}
    .m-fm-center form .label{width:100%;margin:0;border:0;line-height:.86rem;height:.86rem;overflow:hidden;}
    .m-fm-center form .label input{height:.86rem ;}
    .m-fm-center form .label.phone{margin:.2rem 0;}
    .m-fm-center form .label.Code{width:100%;margin:0 0 .2rem;}
    .m-fm-center form .label.Code input{width:65%;}
    .m-fm-center form .label.Code .SmsCodeBtn{ margin:0; right:0; width:1.7rem; background:transparent; color:#1c3290; border-left:.01rem solid #1c3290; border-radius:0;height:.54rem;line-height:.54rem;margin:.17rem 0; }
    .m-fm-center form .tiaokuan{font-size:.22rem;text-align:left;margin:.2rem 0;}
    .form-wrap .xdf_formbtn{width:100%;margin:0;background:#309a91;font-size:.34rem;color:#ffffff;font-weight:bold;height:.86rem;line-height:.86rem;position:relative;border-radius:0.4rem;}
    .form-wrap .xdf_formbtn:hover{background:linear-gradient(#fddfaa,#f3d08f);}
    .form-wrap .previewPDF{text-align:center;color:#cb8e65;font-size:.34rem;line-height:.34rem;z-index:2;margin:.2rem 0 0;}
    .form-wrap .result {padding:0 .4rem;display:none;}
    .form-wrap .result .url-msg{font-size:.24rem;line-height:.6rem;color:#ffffff;}
    .form-wrap .result .url-txt{width:100%;height:2.18rem;background:#ffffff;padding:0 .3rem;box-sizing:border-box;}
    .form-wrap .result .url-txt p{text-align:center;}
    .form-wrap .result .url-txt p.download_url{font-size:.24rem;line-height:.4rem;color:#333333;width:100%;box-sizing:border-box;word-break:break-word; white-space:pre-line;}
    .form-wrap .result .url-txt .codeP{font-size:.28rem;color:#0242b5;margin:.2rem 0 0 0;}
    .form-wrap .result .copy_btn{width:100%;height:.86rem;color:#ffffff;background:#309a91;text-align:center;line-height:.86rem;margin:.2rem 0 0 0;font-size:.34rem;font-weight:bold;}
    .form-wrap .result .tip{font-size:.22rem;color:#b0c9f8;line-height:.6rem;text-align:center;}
    
    .page5 .m1200{width:100%;}
    .page5 .swiper-container-al{padding-bottom:0.8rem;}
    .page5 .swiper-container-al .swiper-wrapper{padding:0;}
    .page5 .swiper-container-al .swiper-slide{width:5.9rem;height:6.62rem;}
    .page5 .swiper-container-al .swiper-slide .top{height:1.3rem;}
    .page5 .swiper-container-al .swiper-slide .top img{width:1.16rem;bottom:-0.4rem;}
    .page5 .swiper-container-al .swiper-slide .bot{padding:0 0.56rem;}
    .page5 .swiper-container-al .swiper-slide .bot h3{font-size:0.36rem;margin:0.66rem auto 0.3rem;}
    .page5 .swiper-container-al .swiper-slide .bot h4{font-size:0.36rem;margin:0 auto 0.24rem;}
    .page5 .swiper-container-al .swiper-slide .bot .dec{padding-top:0.24rem;}
    .page5 .swiper-container-al .swiper-slide .bot .dec p{font-size:0.24rem;margin-bottom:0.1rem;}
    .page5 a.qt_53Btn{width:4.94rem;height:0.6rem;line-height:0.6rem;font-size:0.3rem;font-weight:bold;border-radius:0.1rem;margin:0 auto 0;}

    .page6 .m1200{width:100%;}
    .page6 .con{padding:0 0 0.5rem 0;display:flex;justify-content:space-between;background:url(../images/page6_swiper.jpg) no-repeat center top;background-size:cover;margin-top:0;position:relative;height:auto;}
    .page6 .table .swiper-container-hz{margin-top:0;padding:0;margin-left:2%;}
    .page6 .tabs{display:block;width:2.17rem;margin-left:3%;}
    .page6 .tabs span{width:100%;padding:0.16rem 0;font-size:0.24rem;border-radius:0.16rem;line-height:0.3rem;margin-bottom:0.1rem;}
    .page6 .table{width:4.6rem;height:100%;margin-right:3%;}
    .page6 .table .swiper-container-hz .swiper-slide{height:auto;}
    .page6 .table .swiper-container-hz .swiper-slide img{box-shadow:none;width:98%;}
    .page6 .tabs span.active::after{width:0.32rem;height:0.15rem;bottom:0;top:0;right:-0.2rem;left:auto;background-size:contain;transform:rotate(-90deg);}
    .page6 .con .dec{position:absolute;bottom:-0.2rem;left:3%;width:93%;font-size:0.24rem;margin-top:0;line-height:160%;height:0.6rem;box-sizing:border-box;}

    .page7{background:url(../images/m_page7Bg.jpg) no-repeat center top;background-size:cover;height:auto;}
    .page7 .con{display:flex;justify-content:space-between;margin-top:0;}
    .page7 .con .tabs{flex-direction:column;margin-top:0;width:3.35rem;}
    .page7 .con .tables .item{width:3.42rem;}
    .page7 .con .tabs dl{justify-content:space-between;margin-top:0.5rem;align-items:center;}
    .page7 .con .tabs dl.active dt,
    .page7 .con .tabs dl.active dd p{color:#cb8e65;}
    .page7 .con .tabs dl.active  dd span{background:#cb8e65;}
    .page7 .con .tabs dl dt{font-size:0.5rem;line-height:0.3rem;width:1.65rem;text-align:center;}
    .page7 .con .tabs dl dd{width:1.7rem;margin:0;}
    .page7 .con .tabs dl dd p{font-size:0.24rem;line-height:0.24rem;}
    .page7 .con .tabs dl dd span{font-size:0.24rem;margin-top:0.05rem;padding:0 0.1rem;line-height:0.32rem;border-radius:0.1rem;}
    .page7 .con .tables{position:initial;width:3.42rem;height:3.98rem;}
    .page7 .con .tables .item{width:100%;padding:0.1rem;box-sizing:border-box;height:100%;border-radius:0.1rem;}
    .page7 .con .tables .item.isWap{display:none !important;}
    .page7 .con .tables .isWap.active{display: block !important;}
    .page7 .con .tables .item1 img{width:100%;height:auto;margin-right:0;}
    .page7 .con .tables .item2{overflow:hidden;}
    .page7 .con .tables .item::after{width:0.33rem;height:0.15rem;transform:rotate(90deg);background-size:cover;left:-0.2rem;top:1rem;bottom:auto;}
    .page7 .con .tables .item2::after{top:2rem;right:auto;}
    .page7 .con .tables .item3::after{top:3.5rem;right:auto;}
    .page7 .con .tables .item1 .swiper-container .swiper-slide{width:100%;height:auto;}
    .page7 .con .tables .item1 img{width:100%;height:auto;margin-right:0;}
    .page7 .con .tables .item2 .swiper-container{width:100%;height:100000px;flex-direction:column;}
    .page7 .con .tables .item2 .swiper-container .swiper-wrapper2{flex-direction:column;}
    .page7 .con .tables .item2 .swiper-slide{height:0.42rem;font-size:0.24rem;width:100%;line-height:0.42rem;margin-bottom:0.06rem;}
    .page7 .con .tables .item3 p{font-size:0.24rem;padding:0;line-height:150%;}
    .qt_pop_trial_reading_wrap .trial_reading.active{width:92% !important;align-items:center;display:flex;}
	
	.page10 .con{padding-top:0rem;}
	.page10 .decListWrap{width:100%;height:auto;border-radius:0.1rem;float:initial;}
	.page10 .decListWrap .list{display:block;background:#fff5ee;}
	.page10 .decListWrap dl{padding-bottom:0.2rem;}
	.page10 .decListWrap dt{height:0.84rem;line-height:0.84rem;font-size:0.32rem;margin-bottom:0.2rem;}
	.page10 .decListWrap dd{line-height:0.36rem;font-size:0.28rem;color:#333333;}
	.page10 .decListWrap .btn{position:inherit;width:100%;font-size:0.28rem;line-height:0.36rem;padding:0.2rem 0 0;}
	
	
	.page10 .swiper-container{padding-bottom:0.6rem;}
	.page10 .swiper-pagination-bullet-active{background:#cb8e65;}
	.page10 .bgListWrap{width:100%;height:4rem;float:initial;}
	.page10 .bgListWrap p{font-size:0.28rem;}
	.page10 .bgListWrap p::before{width:0.32rem;height:0.32rem;}
	.page10 .bgListWrap p::after{width:0.18rem;height:0.18rem;}
	.page10 .bgListWrap p.ca{color:#ce3629;left:0;top:0.6rem;}
	.page10 .bgListWrap p.usa{color:#116ca9;left:0.2rem;top:1.0rem;}
	.page10 .bgListWrap p.uk{color:#16518c;left:2.0rem;top:0.4rem;}
	.page10 .bgListWrap p.oz{color:#9a7639;left:2.6rem;top:0.8rem;}
	.page10 .bgListWrap p.yz{color:#8d56a1;right:1rem;top:1.84rem;}
	.page10 .bgListWrap p.au{color:#3ca549;right:0.6rem;top:2.9rem;}
	.page10 .bgListWrap p.hk{color:#af185b;right:1.2rem;top:1.3rem;}
	.page10 .bgListWrap p.active{font-size:0.3rem;}
}