body {
    background: #fff;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*********************************pc  h2æ ‡é¢˜*********************************/
.page {
    padding: 60px 0 00px 0;
}

.page .title {
    margin-bottom: 45px;
    text-align: center;
}

.page .title img {
    display: block;
    margin: 0 auto;
}

.page .con .btn {
    font-size: 36px;
    color: #1f0a8d;
    font-weight: bold;
    width: 610px;
    height: 96px;
    background: url(../images/3.png) no-repeat center top;
    border-radius: 50px;
    text-align: center;
    line-height: 96px;
    display: block;
    margin: 60px auto 0;
    position: relative;
    background-size: contain;
}

.page .con .btn::after {
    content: '';
    width: 21px;
    height: 20px;
    background: url(../images/left.png) no-repeat center top;
    position: absolute;
    right: 35px;
    top: 16px;
}

/** header_banner **/
.header_banner {
    height: 495px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../images/bannerBg.jpg);
}

.header_banner .m1200 {
    display: flex;
    justify-content: space-between;
}

.header_banner .banner {
    text-align: center;
    margin: 0 auto;
}

.header_banner .banner img {
    margin: 72px auto 0;
}

/** nav **/
.navTopH {
    width: 100%;
    background: #1d16a3;
    height: 60px;
}

.navigation {
    width: 100%;
    background: #1d16a3;
    z-index: 20;
    top: 0;
    right: 0;
}

.navigation ul {
    width: 1200px;
    margin: 0 auto;
}

.navigation li {
    float: left;
    height: 60px;
    line-height: 60px;
    width: 16%;
    text-align: center;
    color: #ffffff;
    zoom: 1;
    font-family: 'Oswald', "Microsoft Yahei", sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.2s linear;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.navigation li span {
    color: #ffffff;
    z-index: 1;
    position: relative;
}

.navigation li:hover span,
.navigation li.current span {
    font-weight: bold;
    color: #fed56c;
    font-size: 20px;
}

.page1 {
    background: url(../images/page1.jpg) no-repeat center top;
    height: 1147px;
}

.page1 .schoolImg {
    margin-top: 70px;
    background: url(../images/2.png) no-repeat center top;
    height: 674px;
}

.page2 {
    background: url(../images/page2.jpg) no-repeat center top;
    height: 1231px;
    padding-top: 0;
}

.page2 .con {
    position: relative;
}

.page2 .con .tabCou {
    margin-top: 90px;
    background: url(../images/5.png) no-repeat center top;
    height: 500px;
    padding-top: 60px;
    box-sizing: border-box;
}

.page2 .con .tabCou p {
    width: 182px;
    height: 55px;
    color: #fff;
    font-size: 20px;
    background-color: #2818f8;
    opacity: 0.8;
    text-align: center;
    line-height: 55px;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 20px;
}

.page2 .con .tabContent {
    width: 998px;
    height: 800px;
    position: absolute;
    top: 24px;
    left: 220px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 5px #e7e7e7;
    overflow-y: auto;

}

.page2 .con .tabContent .moudleBox {
    box-sizing: border-box;
    padding: 40px 50px 30px;
}

.page2 .con .tabContent .moudleBox>span {
    width: 100%;
    background: linear-gradient(to right, #ec3dfc, #3d38f9);
    /* 将文字设置为透明，并使用背景渐变来显示文字 */
    color: transparent;
    /* 使用背景渐变填充文字背景 */
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 24px;
    font-weight: 700;
}

.page2 .con .tabContent .moudleBox>p {
    width: 430px;
    height: 2px;
    background: linear-gradient(to right, #d6c3f9, #fff);
    margin-top: 10px;
}

.page2 .con .tabContent .moudleBox.one .tipCon {
    display: flex;
    margin-top: 16px;
}

.page2 .con .tabContent .tipCon .smallbox {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.page2 .con .tabContent .moudleBox.two .tipCon p,
.page2 .con .tabContent .moudleBox.three .tipCon p {
    margin-top: 6px;
}

.page2 .con .tabContent .moudleBox.two {
    width: 50%;
    float: left;
    background-color: #f6efff;
}

.page2 .con .tabContent .moudleBox.two .tipCon {
    margin-top: 20px;
}

.page2 .con .tabContent .moudleBox.three {
    width: 50%;
    float: left;
    background-color: #f6efff;
}

.page2 .con .tabContent .moudleBox.three .tipCon {
    margin-top: 20px;
}

.page2 .con .tabContent .moudleBox.four {
    background-color: #ecddff;
    float: left;
    width: 100%;
}

.page2 .con .tabContent .moudleBox.four .programme>p {
    border: 1px solid #6e39fa;
    color: #000;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    padding-right: 6px;
    display: inline-block;
    margin: 16px 0 10px;
}

.page2 .con .tabContent .moudleBox.four .programme>p span {
    background: #6e39fa;
    color: #fff556;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 10px;
    margin-right: 6px;
}

.page2 .con .btn {
    margin-top: 360px;
}

.page2 .con .tabContent>div {
    display: none;
}

.page2 .con .tabContent .showBox {
    display: block;
}

.page2 .con .tabCou .tab_active {
    background-color: #1703bc;
    color: #fff558;
}

.page3 {
    background: #fff;
    padding-top: 0;
}

.page4 {
    background: #ffffff;
    padding-bottom: 0;
}

.page4 .con {
    position: relative;
}

.page4 .swiper-wrapper {
    padding-bottom: 20px;
}

.page4 .swiper-slide {
    width: 268px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 5px #e7e7e7;
    margin-right: 40px;
}

.page4 .swiper-slide .video_btn {
    width: 100%;
}

.page4 .swiper-slide:last-child {
    margin-right: 0;
}

.page4 .swiper-slide .activityTop {
    width: 100%;
    height: 196px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page4 .swiper-slide:hover .activityTop i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.page4 .swiper-slide .activityTop i::after {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/icon3.png) no-repeat center top;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    z-index: 2;
    position: absolute;
}

.page4 .swiper-slide:hover .activityTop i::after {
    display: block;
}

.page4 .swiper-slide .activityTop p {
    font-size: 20px;
    color: #18284c;
    padding-left: 20px;
}

.page4 .swiper-slide a {
    display: block;
    width: 178px;
    font-size: 14px;
    color: #160083;
    background: linear-gradient(to right, #dad6ff, #c6afff);
    border-radius: 20px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 26px auto 8px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page4 .swiper-slide .activityBot {
    height: 94px;
    overflow: hidden;
}

.page4 .swiper-slide .activityBot p {
    font-size: 12px;
    text-align: center;
    color: #333333;
    margin-top: 56px;
}

.page4 .swiper-slide .activityBot p span {
    color: #333333;
    font-weight: bold;
}

.page4 .swiper-button-prev {
    background: url(../images/left2.png) no-repeat center top;
    width: 37px;
    height: 37px;
    left: -50px;
}

.page4 .swiper-button-next {
    background: url(../images/right.png) no-repeat center top;
    width: 37px;
    height: 37px;
    right: -50px;
}

.advertisement {
    margin-top: 40px;
}

.page5 {
    background: #ffffff;
    padding-bottom: 0;
}

.page5 .con {
    margin-top: 40px;
}

.page5 .con>div {
    display: flex;
}

.page5 .con a {
    flex: 1;
}

.page9 {
    background: #ffffff;
    padding-bottom: 200px;
}

.page9 .con {
    margin-top: 40px;
}

.page9 .con>div {
    display: flex;
}

.page9 .con a {
    flex: 1;
}

.page6 {
    background: #ffffff;
    padding-bottom: 0;
}

.page6 ul li {
    float: left;
    width: 44%;
    height: 130px;
    padding: 32px 2% 0;
    margin: 0 0.6% 20px;
    background: url(../images/page6_li_bg.png) no-repeat top center;
    text-align: center;
}

.page6 ul li h4 {
    font-size: 26px;
    line-height: 160%;
    padding-bottom: 5px;
    color: #003308;
}

.page6 ul li p {
    font-size: 24px;
    color: #7f9aac;
    display: inline-block;
    line-height: 160%;
    padding: 0 5px;
}

.page10 {
    background: #ffffff;
    padding-bottom: 0;
}

.page10 ul li {
    float: left;
    width: 28%;
    height: 130px;
    padding: 32px 2% 0;
    margin: 0 0.6% 20px;
    background: url(../images/2.png) no-repeat top center;
    text-align: center;
}

.page10 ul li h4 {
    font-size: 30px;
    line-height: 260%;
    padding-bottom: 5px;
    color: #ffffff;
}

.page7 {
    background: linear-gradient(180deg, #ffffff, #e5ecf6);
}

.qt_lxjg_new .m1200 {
    background: url(../images/lxjg_new_bg.jpg) no-repeat center -50px;
    border-radius: 0 0 20px 20px;
}

.qt_lxjg_new .con {
    padding: 0 40px 28px;
}

.qt_lxjg_new .con .video {
    width: 638px;
    height: 358px;
    background: #b7b7b7;
    overflow: hidden;
    position: relative
}

.qt_lxjg_new .con .text_wrap {
    width: 482px;
}

.qt_lxjg_new .con .text_wrap h5 {
    height: 90px;
    font-size: 18px;
    text-align: right;
    color: #333333;
    line-height: 26px;
    background: url(../images/lxjg_new_bg_02.png) no-repeat center bottom;
}

.qt_lxjg_new .con .text_wrap h5 b {
    font-size: 24px;
}

.qt_lxjg_new .con .text_wrap .text_left {
    width: 150px;
    margin: 40px 0 0 60px;
}

.qt_lxjg_new .con .text_wrap .text_left dl:nth-of-type(1) {
    margin-bottom: 62px;
}

.qt_lxjg_new .con .text_wrap .text_right {
    margin: 40px 0 0 40px;
    width: 216px;
}

.qt_lxjg_new .con .text_wrap .text_right dl {
    margin-bottom: 20px;
}

.qt_lxjg_new .con .text_wrap .text_right dl:nth-last-of-type(1) {
    margin-bottom: 0;
}

.qt_lxjg_new .con .text_wrap dl {
    color: #333333;
}

.qt_lxjg_new .con .text_wrap dl dt {
    font-size: 18px;
    color: #32639f;
}

.qt_lxjg_new .con .text_wrap dl dt b {
    font-size: 32px;
}

.qt_lxjg_new .con .text_wrap dl dt .sm {
    font-size: 18px;
    color: #333333;
}

.qt_lxjg_new .con .text_wrap dl dd {
    font-size: 14px;
    line-height: 20px;
}

.qt_lxjg_new .con .text_wrap .tip {
    font-size: 12px;
    text-align: right;
    color: #3dc198;
    padding: 10px 0 0 0;
}


/* 底部样式 开始 */

.gys_bgc {
    background: url("../images/bgc/1_09.jpg") no-repeat center top;
    height: 569px;
    cursor: pointer;
}

.gys_bgc .title {
    text-align: center;
}

.form-wrap form label {
    border-radius: 40px;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 0;
    border: 1px solid #d4d2f4;
    background: #270285;
}

.form-wrap form label span {
    text-align: center;
    display: inline-block;
    width: 26%;
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 40px;
    background-color: #fc05dc;
    margin-right: 10px;
}

.form-wrap .xdf_formbtn {
    border-radius: 40px;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    background-image: linear-gradient(to right, #f8d700, #ff6636);
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}

/* 底部样式 结束 */

/** xdf_slide **/
.xdf_slide {
    width: 151px;
    height: 169px;
    bottom: 20px;
}

.xdf_slide .xdf_slidebtn {
    bottom: 10px;
    width: 112px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
    background: #b9341a;
}

.xdf_bottomForm_new .xdf_bottomForm.form-wrap .ax_img {
    background-image: url(../images/bottomFormImg.png);
    bottom: -40px;
}

.xdf_bottomForm_new .xdf_bottomForm.form-wrap {
    background: url(../images/footBg.png) no-repeat center top;
    height: 140px;
}

.qt_pop_video_wrap {
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: none;
    cursor: auto;
}

.qt_pop_video_wrap .video_wrap {
    width: 800px;
    height: 800px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qt_pop_video_wrap .video {
    vertical-align: middle;
    display: inline-block;
    max-width: 800px;
    max-height: 100%;
}

.qt_pop_video_wrap .close {
    width: 50px;
    height: 50px;
    background: url(//liuxue.xdf.cn/image/icon/close_white.png) no-repeat center center;
    background-size: 50px;
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}

.qt_pop_trial_reading_wrap .trial_reading .swiper-container .swiper-slide {
    text-align: center;
}

@media screen and (max-width:1000px) {
    body {
        padding-bottom: 0.8rem;
        background: #f4f5f9;
    }

    .m1200 {
        width: 90%;
        display: block;
    }

    .m100 {
        width: 100%;
    }

    .page {
        padding: 0.66rem 0 0.7rem 0;
    }

    .page .title {
        text-align: center;
        margin-bottom: 0.45rem;
    }

    .page .title img {
        width: 80%;
        margin: 0 auto;
    }

    .page .tit {
        font-size: .34rem;
        line-height: .5rem;
        margin: 0 0 .3rem 0;
        height: auto;
        text-align: center;
    }

    .page .tit .t1 {
        font-size: .36rem;
        line-height: .4rem;
        margin: 0 .05rem;
        padding: 0 .15rem;
        font-weight: normal;
    }

    .page .tit .t2 {
        font-size: .2rem;
        margin-top: .1rem;
        line-height: .2rem;
        letter-spacing: .2rem;
        font-weight: normal;
        text-align: center;
        display: block;
        color: #999999;
    }

    .page .con .btn {
        font-size: 0.26rem;
        width: 4.5rem;
        height: 0.8rem;
        border-radius: 0.5rem;
        line-height: 0.8rem;
        margin: 0.3rem auto 0;
        
    }

    .page .con .btn::after {
        content: '';
        width: 0.3rem;
        height: 0.3rem;
        background: url(../images/left.png) no-repeat center top;
        background-size: contain;
        position: absolute;
        right: 0.2rem;
        top: 0.25rem;
    }

    /** header_banner Start **/
    .header_banner .m1200 {
        display: block;
        width: 100%;
    }

    .header_banner {
        height: 4.4rem;
        background: none;
        overflow: hidden;
        width: 100%;
        background-size: contain;
        background-image: url(../images/mpage1.jpg);
    }

    .header_banner .banner img {
        width: 100%;
        margin: 0;
    }

    .navTopH {
        height: 1.2rem;
    }

    .navigation ul {
        width: 100%;
    }

    .navigation li {
        float: left;
        height: 0.6rem;
        line-height: 0.6rem;
        width: 33%;
        font-size: 0.24rem;
    }

    .navigation li:hover span,
    .navigation li.current span {
        font-size: 0.24rem;
    }

    .navTopH .m1200 {
        width: 100%;
    }

    .page1 {
        background: #ffffff;
        height: 17.4rem;
    }

    .page1 .schoolImg {
        margin-top: 0.7rem;
        background: url(../images/27.png) no-repeat center top;
        height: 13.81rem;
        background-size: contain;
    }


    .page2 .title img {
        width: 70%;
    }

    .page2 {
        background: url(../images/mpage2.jpg) no-repeat center top;
        height: 19.24rem;
        /* background-size: contain; */
    }

    .page2 .con {
        position: relative;
    }

    .page2 .con .tabCou {
        margin-top: 0.9rem;
        background: url(../images/28.png) no-repeat center top;
        height: 9.21rem;
        padding-top: 0.26rem;
        box-sizing: border-box;
        background-size: contain;
    }

    .page2 .con .tabCou p {
        float: left;
        width: 1.2rem;
        height: 0.5rem;
        color: #fff;
        font-size: 0.22rem;
        background-color: #2818f8;
        opacity: 0.8;
        text-align: center;
        line-height: 0.5rem;
        border-radius: 0.1rem;
        margin-top: 0.1rem;
        margin-left: 0.2rem;
    }

    .page2 .con .tabCou p:first-child {
        margin-left: 0.4rem;
    }

    .page2 .con .tabCou p:last-child {
        width: 2rem;
    }

    .page2 .con .tabContent {
        width: 6.34rem;
        height: 800px;
        position: absolute;
        top: 1.2rem;
        left: 0.4rem;
        background-color: #fff;
        border-radius: 0.1rem;
        box-shadow: none;
        overflow-y: auto;

    }

    .page2 .con .tabContent .moudleBox {
        box-sizing: border-box;
        padding: 0.3rem;
    }

    .page2 .con .tabContent .moudleBox>span {
        width: 100%;
        background: linear-gradient(to right, #ec3dfc, #3d38f9);
        /* 将文字设置为透明，并使用背景渐变来显示文字 */
        color: transparent;
        /* 使用背景渐变填充文字背景 */
        -webkit-background-clip: text;
        background-clip: text;
        font-size: 0.26rem;
        font-weight: 700;
    }

    .page2 .con .tabContent .moudleBox>p {
        width: 4.3rem;
        height: 0.02rem;
        background: linear-gradient(to right, #d6c3f9, #fff);
        margin-top: 0.1rem;
    }

    .page2 .con .tabContent .moudleBox.one .tipCon {
        display: flex;
        flex-flow: row wrap;
        margin-top: 0.16rem;
        font-size: 0.22rem;
        font-weight: 700;
        line-height: 1.5;
    }

    .page2 .con .tabContent .moudleBox.one .tipCon p {
        margin-top: 0.2rem;
    }

    .page2 .con .tabContent .tipCon .smallbox {
        flex: 0 0 50%;
        text-align: center;
        padding: 0 0.1rem;
        box-sizing: border-box;
    }

    .page2 .con .tabContent .moudleBox.two .tipCon p,
    .page2 .con .tabContent .moudleBox.three .tipCon p {
        margin-top: 0.06rem;
    }

    .page2 .con .tabContent .moudleBox.two {
        width: 100%;
        float: left;
        background-color: #f6efff;
    }

    .page2 .con .tabContent .moudleBox.two .tipCon {
        margin-top: 0.2rem;
        font-size: 0.22rem;
    }

    .page2 .con .tabContent .moudleBox.three {
        width: 100%;
        float: left;
        background-color: #f6efff;
    }

    .page2 .con .tabContent .moudleBox.three .tipCon {
        margin-top: 0.2rem;
        font-size: 0.22rem;
    }

    .page2 .con .tabContent .moudleBox.four .programme .pBox {
        font-size: 0.22rem;
    }

    .page2 .con .tabContent .moudleBox.four .programme>p {
        border: 1px solid #6e39fa;
        color: #000;
        overflow: hidden;
        height: 0.3rem;
        line-height: 0.3rem;
        border-radius: 0.1rem;
        padding-right: 0.06rem;
        display: inline-block;
        margin: 0.16rem 0 0.1rem;
        font-size: 0.22rem;
    }

    .page2 .con .tabContent .moudleBox.four .programme>p span {
        background: #6e39fa;
        color: #fff556;
        border-radius: 0.1rem;
        height: 0.3rem;
        line-height: 0.3rem;
        float: left;
        padding: 0 0.1rem;
        margin-right: 0.06rem;
        font-size: 0.22rem;
    }

    .page2 .con .btn {
        margin-top: 6.7rem;
    }

    .page3 {
        padding-bottom: 0;
    }

    .page3 .m1200 {
        width: 100%;
    }

    .page3 .con img {
        width: 100%;
        height: 8.38rem;
    }

    .page4 {
        padding-bottom: 0;
    }

    .page4 .title img {
        width: 70%;
    }

    .page4 .m1200 {
        width: 100%;
    }

    .page4 .swiper-slide {
        width: 4.86rem;
        border-radius: 0.2rem;
        margin-right: 0.16rem;
        box-shadow: 0 0.05rem 0.05rem #e7e7e7;
    }

    .page4 .swiper-slide .activityTop {
        height: 3.5rem;
        justify-content: center;
    }

    .page4 .swiper-slide .activityTop p {
        font-size: 0.4rem;
        color: #18284c;
        padding-left: 0;
        text-align: center;
    }

    .page4 .swiper-slide:hover .activityTop i {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: none;
        z-index: 1;
    }

    .page4 .swiper-slide .activityTop i::after {
        content: '';
        width: 0.8rem;
        height: 0.8rem;
        background: url(../images/icon4.png) no-repeat center top;
        display: block;
        background-size: contain;
    }

    .page4 .swiper-slide .activityBot {
        height: 1.68rem;
    }

    .page4 .swiper-slide a {
        width: 3.2rem;
        font-size: 0.26rem;
        border-radius: 0.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        text-align: center;
        bottom: 0.8rem;
        left: 0;
        right: 0;
    }

    .page4 .swiper-slide .activityBot p {
        font-size: 0.2rem;
        margin-top: 1rem;
    }

    .advertisement {
        margin-top: 0.4rem;
    }

    .advertisement img {
        width: 100%;
        height: 1.41rem;
    }

    .page5 .m1200 {
        width: 92%;
    }

    .page5 {
        background: #ffffff;
        padding-bottom: 0;
    }

    .page5 .title img {
        width: 40%;
    }

    .page5 .con {
        margin-top: 0.4rem;
    }

    .page5 .con img {
        width: 3.4rem;
    }

    .page5 .con>div {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
    }

    .page5 .con a {
        flex: 1;
        margin-top: 0.2rem;
    }

    .page9 {
        background: #ffffff;
        padding-bottom: 0.4rem;
    }

    .page9 .title img {
        width: 50%;
    }

    .page9 .con {
        margin-top: 40px;
    }

    .page9 .con img {
        width: 2rem;
    }

    .page9 .con>div {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
    }

    .page9 .con a {
        flex: 1;
        margin-top: 0.2rem;
    }

    .page8 {
        background: #ffffff url(../images/m_botBg.jpg) no-repeat center bottom;
        background-size: contain;
    }

    .page8 .video_wrap {
        height: auto;
        border-radius: 0.2rem;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 0.25rem;
        box-sizing: border-box;
    }

    .page8 .video_con {
        margin-bottom: 0.82rem;
    }

    .lxjg .lxjgH2 {
        padding-top: 0.4rem;
        font-size: 0.51rem;
        color: #333333;
        text-align: center;
        margin-bottom: 0.18rem;
    }

    .lxjg .lxjgH2 b {
        position: relative;
    }

    .lxjg .lxjgH2 b::before {
        content: '';
        display: block;
        width: 0.31rem;
        height: 0.23rem;
        background: url(https://qiantum.xdf.cn/image/icon/icon.png) no-repeat right top;
        position: absolute;
        top: 0.3rem;
        bottom: 0;
        left: -0.4rem;
        background-size: 7.9rem;
        background-position: -7.58rem -0.54rem;
    }

    .lxjg .lxjgH2 b::after {
        content: '';
        display: block;
        width: 0.31rem;
        height: 0.23rem;
        background: url(https://qiantum.xdf.cn/image/icon/icon.png) no-repeat right top;
        position: absolute;
        top: 0.3rem;
        bottom: 0;
        right: -0.4rem;
        background-size: 7.9rem;
        background-position: -7.58rem -0.54rem;
        transform: rotateY(180deg);
    }

    .lxjg .lxjgH3 {
        font-size: 0.28rem;
        color: #666666;
        text-align: center;
        font-weight: normal;
        margin-bottom: 0.4rem;
    }

    .lxjg .lxjgNum li {
        width: 33%;
        float: left;
        text-align: center;
        position: relative;
        padding-bottom: 0.22rem;
        margin: 0 0 0.35rem 0;
    }

    .lxjg .lxjgNum li:nth-child(4) {
        margin-left: 0rem;
    }

    .lxjg .lxjgNum li span {
        color: #32639f;
        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 ul li .lxjgSj {
        font-size: 0.2rem;
        color: #32639f;
        text-align: left;
        padding-left: 23%;
        line-height: 140%;
    }

    .page1 .con .form-wrap .tiaokuan {
        font-size: 0.2rem;
    }

    .tiaokuan .checked {
        width: 0.2rem;
        height: 0.2rem;
        background-size: contain;
    }

    .qt_pop_trial_reading_wrap .trial_reading .swiper-container.swiper-container-trial-reading {
        margin-top: 0 !important;
    }

    .qt_pop_trial_reading_wrap .trial_reading.active {
        width: 80% !important;
    }

    .page3 .con .listCon .swiper-slide .bottom .item .fanList h4 {
        font-size: 0.28rem;
    }

    /* 底部样式 开始 */

    .gys_bgc {
        background: #031964;
        height: 7.6rem;
        cursor: pointer;
    }

    .gys_bgc .title img {
        width: 2.29rem;
    }

    .gys_bgc .m1000 {
        margin-top: -0.6rem;
        padding-bottom: 1.1rem;
    }

    .form-wrap {
        width: 100%!important;
        margin: 0.1rem auto 0;
    }

    .form-wrap .form {
        width: 100%;
        padding: 0 0.6rem;
        box-sizing: border-box;
    }

    .form-wrap form .label {
        border: 1px solid #2d1bc9;
        float: left;
        width: 2.6rem;
        border-radius: 0px;
        padding-left: 0.2rem;
        padding-top: 0.06rem;
        margin-bottom: 0.1rem;
    }

    .form-wrap form .label.name {
        padding-left: 0.42rem;
    }

    .form-wrap form .label.phone {
        padding-left: 0.42rem;
    }

    .form-wrap form .label span {
        display: inline-block;
        width: 24%;
        font-size: 0.2rem;
        color: #fff;
        font-weight: 700;
        border-radius: 0px;
        background-image: linear-gradient(to right, #53e4ff, #d977fe);
        text-align: center;
        margin-right: 0.11rem;
    }

    .qt_form .xdf_formbtn {
        float: left;
        background-color: #ffb55e;
        width: 2.6rem;
        height: 0.76rem;
        color: #000;
        text-align: center;
        line-height: 0.5rem;
        border-radius: 0;
        margin: 0.12rem auto 0;
        cursor: pointer;
        font-size: 0.2rem;
        font-weight: 700;
        margin-left: 0.1rem;
        box-sizing: border-box;
    }
    .qt_form .xdf_formbtn {
        background: linear-gradient(to bottom ,#007fdf,#003d75)!important;
        width: 100%;
        height: 0.7rem;
        color: #fff;
        text-align: center;
        line-height: 0.7rem;
        border-radius: 0.5rem;
        margin: 0.2rem auto 0;
        cursor: pointer;
        font-size: 0.26rem;
        font-weight: 700;
    }
    .form-wrap form .label input {
        height: 0.6rem;
        line-height: 0.6rem;
        overflow: hidden;
        margin-top: -0.2rem;
        margin-left: 0.5rem;
    }

    .form-wrap .tiaokuan {
        width: 7.1rem;
        margin-left: -0.6rem;
        color: #fff;
    }

    .tiaokuan a {
        color: #fff;
    }
    .form-wrap form .label input, .form-wrap form .label select {
        width: 95%!important;
        padding: 0;
        border: none;
        outline: none;
        font-size: 0.24rem;
        background-color: transparent;
        color: #666;
        position: relative;
        z-index: 2;
    }
    .page .form-wrap form .label {
        position: relative;
        display: block;
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
        margin-bottom: 0.2rem;
        font-size: 0;
        border: 0.01rem solid #fff!important;
        background: #fff;
        border-radius: 0.5rem;
        padding-left: 0px;
        overflow: hidden;
    }

    /* 底部样式 结束 */
}