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: 30px;
    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: 603px;
    background: url(../images/pc_bgc/1_01.jpg) no-repeat center top;
    overflow: hidden;
}

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

.header_banner img {
    margin: 0 auto;
    margin-top: 140px;
}

.page1 {
    background: url(../images/pc_bgc/1_02.jpg) no-repeat center top;
    height: 909px;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 0px;
}

.page1 .title {
    margin-top: 80px;
}

.page1 .con .tab {
    float: left;
}

.page1 .con .tab div {
    background: url(../images/4.png) no-repeat center top;
    background-size: 100% 100%;
    width: 432px;
    height: 92px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 28px;
    box-sizing: border-box;
}

.page1 .con .tab .active {
    background: url(../images/3.png) no-repeat center top;
    background-size: 100% 100%;
    width: 432px;
    height: 112px;
    padding: 30px 28px;
    font-weight: 700;
}

.page1 .con .tab_con {
    background: url(../images/5.png) no-repeat center top;
    background-size: 100% 100%;
    box-shadow: 1px 4px 40px 1px rgba(0, 0, 0, 0.1);
    width: 750px;
    height: 520px;
    padding: 40px 30px;
    box-sizing: border-box;
    overflow-y: auto;
    float: right;
}

.page1 .item {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    margin-bottom: 4px;
    border-radius: 6px;
}

/* 左侧布局 */
.page1 .left-content {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 15px;
}

.page1 .country-title {
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    position: relative;
    padding-right: 10px;
}

.page1 .country-title::after {
    content: "：";
}

.page1 .country-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.page1 .country-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.page1 .country-num {
    color: #999;
    text-align: right;
    padding-right: 8px;
}

.page1 .con .tab_con>div {
    display: none;
}

.page1 .con .tab_con .showBox {
    display: block;
}

.page1 .btn {
    margin: 40px auto 0;
    text-align: center;
}

.page2 {
    background: url(../images/pc_bgc/1_03.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 869px;
    padding: 0;
}

.page2 .con .tab {
    width: 100%;
    height: 130px;
    cursor: pointer;
}

.page2 .con .tab div {
    width: 48%;
    height: 130px;
    line-height: 110px;
    text-align: center;
    border: 1px solid #fff;
    background: #f2f2f2;
    border-radius: 30px 30px 0 0;
    font-size: 26px;
    box-shadow: 1px 5px 20px 4px rgba(217, 230, 255, 1);
}

.page2 .con .tab div:first-child {
    float: left;
}

.page2 .con .tab div:last-child {
    float: right;
}

.page2 .con .tab .active {
    background: linear-gradient(to bottom, #d4e3ff, #e9effb);
}


.page2 .tab_con>div {
    background: url(../images/8.png) no-repeat center top;
    width: 1200px;
    height: 450px;
    margin-top: 30px;
    padding: 50px 28px 0;
    box-sizing: border-box;
    position: relative;
    top: -60px;
}

.page2 .item {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    margin-bottom: 4px;
    border-radius: 6px;
}

/* 左侧布局 */
.page2 .left-content {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 15px;
}

.page2 .country-title {
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    position: relative;
    font-size: 20px;
    padding-right: 10px;
}

.page2 .country-title::after {
    content: "：";
}

.page2 .country-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.page2 .country-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.page2 .country-num {
    color: #fff;
    text-align: right;
    padding-right: 8px;
}

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

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

.page2 .btn {
    margin: 20px auto 0;
    text-align: center;
}

.page3 {
    background: url(../images/pc_bgc/1_04.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 817px;
}

.page3 .con {
    width: 100%;
    cursor: pointer;
    margin-top: 60px;
}

.page3 .container {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.page3 .upper-part {
    padding: 15px;
    height: 24px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to bottom, #bffd9e, #93d470);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page3 .lower-part {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 15px;
    background: white;
    border-radius: 0 0 10px 10px;
}

.page3 .upper-part h3::before {
    content: "";
    float: left;
    background: url(../images/12.png) no-repeat center top;
    background-size: 100% 100%;
    width: 36px;
    height: 37px;
    margin-left: 45px;
    margin-right: 26px;
}

.page3 .upper-part h3 {
    line-height: 1.5;
    font-size: 24px;
}

.page3 .lower-part.active {
    max-height: 200px;
    /* 根据实际内容调整 */
    padding: 15px;
}

.page3 .arrow {
    transition: transform 0.5s;
}

.page3 .arrow.active {
    transform: rotate(180deg);
}

.page3 .con .tab .active {
    background: url(../images/3.png) no-repeat center top;
    background-size: 100% 100%;
    width: 432px;
    height: 112px;
    padding: 30px 28px;
    font-weight: 700;
}

.page3 .con .tab_con {
    background: url(../images/5.png) no-repeat center top;
    background-size: 100% 100%;
    box-shadow: 1px 4px 40px 1px rgba(0, 0, 0, 0.1);
    width: 750px;
    height: 520px;
    padding: 40px 30px;
    box-sizing: border-box;
    overflow-y: auto;
    float: right;
}

.page3 .item {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    margin-bottom: 4px;
    border-radius: 6px;
}

/* 左侧布局 */
.page3 .left-content {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 15px;
}

.page3 .country-title {
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    position: relative;
    padding-right: 10px;
}

.page3 .country-title::after {
    content: "：";
}

.page3 .country-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.page3 .country-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.page3 .country-num {
    color: #999;
    text-align: right;
    padding-right: 8px;
}

.page3 .country-title::before {
    content: "";
    float: left;
    background: url(../images/13.png) no-repeat center top;
    background-size: 100% 100%;
    width: 36px;
    height: 37px;
    margin-top: -6px;
    margin-left: 30px;
    margin-right: 26px;
}

.page3 .btn {
    margin: 60px auto 0;
    text-align: center;
}

.page4 {
    background: url(../images/pc_bgc/1_05.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 958px;
}

.page4 .con {
    width: 100%;
    cursor: pointer;
    margin-top: 60px;
}

.page4 .con .tab {
    overflow: hidden;
}

.page4 .con .tab p {
    width: 48%;
    height: 62px;
    font-size: 22px;
    line-height: 62px;
    border-radius: 10px;
    text-align: center;
    color: #595959;
    background: linear-gradient(to bottom, #dadada, #dadada);
}

.page4 .con .tab p:first-child {
    float: left;
}

.page4 .con .tab p:last-child {
    float: right;
}

.page4 .con .tab .active {
    background: linear-gradient(to bottom, #1b1773, #40849f);
    color: #a4fff8;
}

.page4 .tab_con {
    margin-top: 40px;
    width: 100%;
    height: 540px;
    padding: 36px 44px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #fff;
    background: linear-gradient(to bottom, #deeaff, #fffeff);
}

.page4 .tab_con>div {
    display: none;
}

.page4 .tab_con .showBox {
    display: block;
}

.page4 .leftBox_tab {
    width: 186px;
    float: left;
}

.page4 .leftBox_tab p {
    font-size: 24px;
    font-weight: 700;
    color: #2068d4;
    text-align: center;
    border-bottom: 1px solid #bfd7ff;
    padding: 56px 0;
}

.page4 .leftBox_tab .active {
    color: #fff;
    background-color: #2068d4;
    border-radius: 10px;
}

.page4 .leftBox_tab p:last-child {
    border: none;
}

.page4 .leftBox_tab p span {
    font-weight: 400;
    font-size: 18px;
}

.page4 .middleBox {
    float: left;
    margin-left: 26px;
    background: url(../images/16.png) no-repeat center top;
    background-size: 100% 100%;
    width: 25px;
    height: 440px;
    margin-top: 20px;
}

.page4 .rightBox {
    float: left;
    margin-left: 26px;
    width: 400px;
    margin-top: 20px;
}

.page4 .rightBox div p {
    width: 810px;
    padding: 16px 20px;
    border: 2px solid #8ca7d0;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.page4 .rightBox p span:first-child {
    width: 88px;
    height: 100%;
    float: left;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.page4 .rightBox p span:last-child {
    float: left;
    width: 722px;
    color: #3d67a6;
    font-size: 18px;
}

.page4 .rightBox>div {
    display: none;
}

.page4 .rightBox .showBox {
    display: block;
}

.page4 .btn {
    margin: 40px auto 0;
    text-align: center;
}

.page5 {
    background: url(../images/pc_bgc/1_06.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 1845px;
    padding-top: 0;
    margin-top: -10px;
}

.page5 .con {
    width: 100%;
    cursor: pointer;
    margin-top: 60px;
}

.page5 .container {
    background: linear-gradient(to bottom, #fcf2e2, #fbfaf7);
    width: 88%;
    padding: 20px 6% 30px;
    border-radius: 20px 20px 0 0;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: -20px;
}

.page5 .circle {
    width: 40px;
    height: 40px;
    background: #850091;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.page5 .header .title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #850091;
}

.page5 .country-list {
    margin-top: 6px;
    list-style-type: none;
    padding: 0;
    margin-left: 60px;
}

.page5 .country-list li {
    margin: 8px 0;
    color: #333;
    font-family: Arial, sans-serif;
}

.page5 .header .title {
    font-family: Arial, sans-serif;
}

.page5 .header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page5 .container.con_finish {
    background: linear-gradient(to bottom, #e7e7e7, #fffffe);
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.page5 .con_finish .header .title {
    margin-left: 50px;
}

.page5 .con>p {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #2a5297;
}

.page5 .btn {
    margin: 40px auto 0;
    text-align: center;
}

.page6 {
    background: url(../images/pc_bgc/1_07.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 483px;
    padding-top: 80px;
}

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

.page6 .con a {
    margin-right: 8px;
}

.page6 .con a:last-child {
    margin-right: 0;
}

/* 表单 开始 */
/* .page7 {
    background: url(../images/pc_bgc/1_04.jpg) no-repeat center top;
    width: 100%;
    height: 612px;
    overflow: hidden;
    cursor: pointer;
    padding-top: 60px;
}

.page7 .title {
    width: 100%;
    height: 69px;
}

.page7 .form-wrap form .label {
    border: 1px solid #474747;
} */

.xdf_bottomForm.form-wrap .m1200 {
    position: relative;
    border: none;
    width: 1200px;
    padding: 0px 0 0 14%;
    height: 80px;
    box-sizing: border-box;
}

.xdf_bottomForm.form-wrap form .label {
    border-radius: 0;
    width: 20%;
    margin: 20px 1.8% 0;
    padding-top: 6px;
    padding-left: 40px;
    box-sizing: border-box;
}

.xdf_bottomForm.form-wrap img.ax_img {
    position: absolute;
    left: 0px;
    bottom: -22px;
    z-index: -1;
    width: 228px;
}

.xdf_bottomForm.form-wrap .xdf_formbtn {
    width: 24%;
    float: left;
    color: #ffe868;
    background: linear-gradient(to bottom, #4f66c7, #2b92fd);
    border-radius: 50px;
    margin: 20px 18px 0;
    font-size: 18px;
    /* -webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;
    animation: ball-scale-multiple 1s 0s linear infinite alternate; */
    cursor: pointer;
}

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

    .m1200 {
        width: 94%;
        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 {
        height: 0.68rem;
        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: .4rem;
        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.5rem;
        background: none;
        overflow: hidden;
        width: 100%;
        background-size: 100% 100%;
        background-image: url(../images/m_bgc/1_01.jpg);
    }

    .header_banner p {
        font-size: 0.38rem;
        font-weight: 700;
        top: 2.14rem;
        margin-left: 2rem;
        color: #ebebeb;
        position: absolute;
    }

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

    .page1 {
        background: url(../images/m_bgc/1_02.jpg) no-repeat center top;
        height: 100%;
        padding-top: 0px;
    }

    .page1 .title {
        margin-top: 0.6rem;
    }

    .page1 .container {
        width: 100%;
        overflow: hidden;
        margin-top: 0.2rem;
    }

    .page1 .upper-part {
        background: url(../images/27.png) no-repeat center top;
        background-size: 100% 100%;
        height: 0.72rem;
        line-height: 0.72rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page1 .upper-part .arrow img {
        width: 0.23rem;
        height: 0.29rem;
        vertical-align: middle;
    }

    .page1 .lower-part {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        padding: 0 0.15rem;
        background: linear-gradient(to bottom, #fdfdfd, #fbe9d8);
        border-radius: 0 0 10px 10px;
    }

    .page1 .upper-part h3 {
        line-height: 1.5;
        font-size: 0.24rem;
    }

    .page1 .lower-part.active {
        max-height: 200rem;
        /* 根据实际内容调整 */
        padding: 0.15rem;
    }

    .page1 .arrow {
        transition: transform 0.5s;
    }

    .page1 .arrow.active {
        transform: rotate(180deg);
    }

    .page1 .country-title {
        font-weight: 600;
        color: #333;
        white-space: nowrap;
        position: relative;
        padding-right: 0;
    }

    .page1 .country-item {
        display: block;
        align-items: center;
        font-size: 0.22rem;
        color: #666;
    }

    .page1 .country-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .page1 .left-content {
        flex: 1;
        min-width: 0;
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: baseline;
        gap: 0px;
    }

    .page1 .item {
        display: flex;
        justify-content: space-between;
        padding: 0rem 0.16rem;
        margin-bottom: 0.04rem;
        border-radius: 0.1rem;
    }

    .page1 .btn {
        margin-top: 0.4rem;
    }

    .page1 .btn img {
        height: 0.8rem;
        margin: 0rem auto 0;
        text-align: center;
    }

    .page2 {
        background: url(../images/m_bgc/1_03.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 11.55rem;
        padding: 0;
    }

    .page2 .con .tab {
        width: 100%;
        height: 1.3rem;
        cursor: pointer;
    }

    .page2 .con .tab div {
        width: 48%;
        height: 1.3rem;
        line-height: 1.1rem;
        text-align: center;
        border: 1px solid #fff;
        background: #f2f2f2;
        border-radius: 0.2rem 0.2rem 0 0;
        font-size: 0.26rem;
        box-shadow: 1px 5px 20px 4px rgba(217, 230, 255, 1);
    }

    .page2 .con .tab div:first-child {
        float: left;
    }

    .page2 .con .tab div:last-child {
        float: right;
    }

    .page2 .con .tab .active {
        background: linear-gradient(to bottom, #d4e3ff, #e9effb);
    }


    .page2 .tab_con>div {
        background: url(../images/29.png) no-repeat center top;
        background-size: 100% 100%;
        width: 7.1rem;
        height: 7.3rem;
        margin-top: 0.8rem;
        margin-left: 0rem;
        padding: 0.5rem 0.28rem 0;
        box-sizing: border-box;
        overflow-y: auto;
        position: relative;
        top: -1.1rem;
    }

    .page2 .item {
        display: flex;
        justify-content: space-between;
        padding: 0.08rem 0.16rem;
        margin-bottom: 0.04rem;
        border-radius: 0.06rem;
    }

    /* 左侧布局 */
    .page2 .left-content {
        flex: 1;
        min-width: 0;
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: baseline;
        gap: 0.15rem;
    }

    .page2 .country-title {
        font-weight: 700;
        color: #fff;
        white-space: nowrap;
        position: relative;
        font-size: 0.22rem;
        padding-right: 0.1rem;
    }

    .page2 .country-title::after {
        content: "：";
    }

    .page2 .country-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.08rem;
    }

    .page2 .country-item {
        display: grid;
        grid-template-columns: 32px 1fr;
        align-items: center;
        font-size: 0.2rem;
        color: #fff;
    }

    .page2 .country-num {
        color: #fff;
        text-align: right;
        padding-right: 0.08rem;
    }

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

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

    .page2 .btn {
        margin-top: -0.4rem;
    }

    .page2 .btn img {
        height: 0.8rem;
        margin: 0rem auto 0;
        text-align: center;
    }

    .page3 {
        background: url(../images/m_bgc/1_04.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 9.33rem;
    }

    .page3 .con {
        width: 100%;
        cursor: pointer;
        margin-top: 0.6rem;
    }

    .page3 .container {
        width: 100%;
        overflow: hidden;
        margin-top: 0.2rem;
    }

    .page3 .upper-part {
        padding: 0.15rem;
        height: 0.24rem;
        border-radius: 10px 10px 0 0;
        background: linear-gradient(to bottom, #bffd9e, #93d470);
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page3 .upper-part .arrow img {
        width: 0.42rem;
        height: 0.42rem;
    }

    .page3 .lower-part {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        padding: 0 0.15rem;
        background: white;
        border-radius: 0 0 10px 10px;
    }

    .page3 .upper-part h3::before {
        content: "";
        float: left;
        background: url(../images/12.png) no-repeat center top;
        background-size: 100% 100%;
        width: 0.36rem;
        height: 0.36rem;
        margin-left: 0.45rem;
        margin-right: 0.26rem;
    }

    .page3 .upper-part h3 {
        line-height: 1.5;
        font-size: 0.24rem;
    }

    .page3 .lower-part.active {
        max-height: 5rem;
        /* 根据实际内容调整 */
        padding: 0.01rem;
    }

    .page3 .arrow {
        transition: transform 0.5s;
    }

    .page3 .arrow.active {
        transform: rotate(180deg);
    }

    .page3 .con .tab .active {
        background: url(../images/3.png) no-repeat center top;
        background-size: 100% 100%;
        width: 4.32rem;
        height: 112px;
        padding: 30px 28px;
        font-weight: 700;
    }

    .page3 .con .tab_con {
        background: url(../images/5.png) no-repeat center top;
        background-size: 100% 100%;
        box-shadow: 1px 4px 40px 1px rgba(0, 0, 0, 0.1);
        width: 750px;
        height: 520px;
        padding: 40px 30px;
        box-sizing: border-box;
        overflow-y: auto;
        float: right;
    }

    .page3 .item {
        display: flex;
        justify-content: space-between;
        padding: 0.08rem 0.16rem;
        margin-bottom: 0.04rem;
        border-radius: 0.06rem;
    }

    /* 左侧布局 */
    .page3 .left-content {
        flex: 1;
        min-width: 0;
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: baseline;
        gap: 0.15rem;
    }

    .page3 .country-title {
        font-weight: 600;
        color: #333;
        white-space: nowrap;
        position: relative;
        padding-right: 0.1rem;
        font-size: 0.2rem;
    }

    .page3 .country-title::after {
        content: "：";
    }

    .page3 .country-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.08rem;
    }

    .page3 .country-item {
        display: grid;
        grid-template-columns: 0.32rem 1fr;
        align-items: center;
        font-size: 0.18rem;
        color: #666;
    }

    .page3 .country-num {
        color: #999;
        text-align: right;
        padding-right: 8px;
    }

    .page3 .country-title::before {
        content: "";
        float: left;
        background: url(../images/13.png) no-repeat center top;
        background-size: 100% 100%;
        width: 0.36rem;
        height: 0.37rem;
        margin-top: 0rem;
        margin-left: 0.44rem;
        margin-right: 0.26rem;
    }

    .page3 .btn {
        margin-top: 0.4rem;
    }

    .page3 .btn img {
        height: 0.8rem;
        margin: 0rem auto 0;
        text-align: center;
    }

    .page4 {
        background: url(../images/m_bgc/1_05.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 10.7rem;
    }

    .page4 .con {
        width: 100%;
        cursor: pointer;
        margin-top: 0.4rem;
    }

    .page4 .title img {
        height: 0.5rem;
    }

    .page4 .con .tab {
        overflow: hidden;
    }

    .page4 .con .tab p {
        width: 48%;
        height: 0.62rem;
        font-size: 0.22rem;
        line-height: 0.62rem;
        border-radius: 10px;
        text-align: center;
        color: #595959;
        background: linear-gradient(to bottom, #dadada, #dadada);
    }

    .page4 .con .tab p:first-child {
        float: left;
    }

    .page4 .con .tab p:last-child {
        float: right;
    }

    .page4 .con .tab .active {
        background: linear-gradient(to bottom, #1b1773, #40849f);
        color: #a4fff8;
    }

    .page4 .tab_con {
        margin-top: 0.4rem;
        width: 100%;
        height: 6.4rem;
        padding: 0.36rem 0.24rem;
        box-sizing: border-box;
        border-radius: 20px;
        border: 1px solid #fff;
        background: linear-gradient(to bottom, #deeaff, #fffeff);

    }

    .page4 .tab_con>div {
        display: none;
    }

    .page4 .tab_con .showBox {
        display: block;
    }

    .page4 .leftBox_tab {
        width: 1.62rem;
        float: left;
    }

    .page4 .leftBox_tab p {
        font-size: 0.24rem;
        font-weight: 700;
        color: #2068d4;
        text-align: center;
        border-bottom: 1px solid #bfd7ff;
        padding: 0.56rem 0;
    }

    .page4 .leftBox_tab .active {
        color: #fff;
        background-color: #2068d4;
        border-radius: 10px;
    }

    .page4 .leftBox_tab p:last-child {
        border: none;
    }

    .page4 .leftBox_tab p span {
        font-weight: 400;
        font-size: 0.18rem;
    }

    .page4 .middleBox {
        float: left;
        margin-left: 0.26rem;
        background: url(../images/16.png) no-repeat center top;
        background-size: 100% 100%;
        width: 0.3rem;
        height: 5.4rem;
        margin-top: 0rem;
    }

    .page4 .rightBox {
        float: left;
        margin-left: 0.26rem;
        width: 4rem;
        height: 5.6rem;
        margin-top: 0rem;
        overflow-y: auto;
    }

    .page4 .rightBox div p {
        width: 3.7rem;
        padding: 0.16rem 0.1rem;
        border: 0.02rem solid #8ca7d0;
        margin-top: 0.2rem;
        border-radius: 10px;
        overflow: hidden;
    }

    .page4 .rightBox p span:first-child {
        width: 4rem;
        height: 100%;
        float: left;
        color: #000;
        line-height: 1.1;
        font-weight: 700;
        font-size: 0.22rem;
    }

    .page4 .rightBox p span:last-child {
        float: left;
        width: 3.8rem;
        color: #3d67a6;
        font-size: 0.2rem;
        line-height: 1.5;
    }

    .page4 .rightBox>div {
        display: none;
    }

    .page4 .rightBox .showBox {
        display: block;
    }

    .page4 .btn {
        margin-top: 0.4rem;
    }

    .page4 .btn img {
        height: 0.8rem;
        margin: 0rem auto 0;
        text-align: center;
    }

    .page5 {
        background: url(../images/m_bgc/1_06.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 18.36rem;
        padding-top: 0;
        margin-top: 0;
    }

    .page5 .title img {
        height: 1.2rem;
    }

    .page5 .conWap {
        width: 100%;
        cursor: pointer;
        margin-top: 0.6rem;
    }

    .page5 .circle {
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.24rem;
        background: #850091;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        flex-shrink: 0;
    }

    /* .page5 .circle {
        width: 40px;
        height: 40px;
        background: #850091;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
    } */

    .page5 .header .title {
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
        font-size: 0.26rem;
        color: #850091;
    }

    .page5 .module-container {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
        max-width: 5rem;
        margin: 0.2rem;
    }

    .page5 .module {
        background: linear-gradient(to bottom, #fdf2e2, #fff);
        border-radius: 12px;
        padding: 15px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .page5 .module.active {
        transform: scale(1.05);
        background: linear-gradient(to bottom, #fdf2e2, #fff);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        margin: 10px 0;
        z-index: 1;
    }

    .page5 .module-header {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .page5 .module-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding-left: 0.4rem;
        /* 对齐标题位置 */
    }

    .page5 .module.active .module-content {
        max-height: 5rem;
        /* 根据实际内容调整 */
        padding-top: 0.15rem;
    }

    .page5 .title {
        font-size: 1.2em;
        color: #333;
        margin: 0;
        font-family: Arial, sans-serif;
    }

    .page5 ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .page5 li {
        padding: 8px 0;
        color: #666;
    }

    .page5 .conWap>p {
        text-align: center;
        margin-top: 0.3rem;
        font-size: 0.2rem;
        color: #2a5297;
    }

    .page5 .btn {
        margin-top: 0.2rem;
    }

    .page5 .btn img {
        height: 0.8rem;
        margin: 0rem auto 0;
        text-align: center;
    }

    .page6 {
        background: url(../images/m_bgc/1_07.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 6.54rem;
        padding-top: 0.4rem;
    }

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

    .page6 .con a {
        float: left;
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .page6 .con a img {
        width: 3.4rem;
    }

    .page6 .con a:nth-child(2n) {
        margin-right: 0;
    }

    .page7 .title img {
        height: 0.6rem;
    }

    /* 表单 开始 */
    .page8 {
        background: url(../images/m_bgc/1_09.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 7.5rem;
        height: 7.3rem;
        overflow: hidden;
        cursor: pointer;
        padding-top: 0.6rem;
    }

    .page8 .title {
        width: 100%;
        height: 0.68rem;
        margin-bottom: 0rem;
    }

    .page8 .title img {
        height: 0.68rem;
    }

    .page8 .form-wrap {
        width: 90%;
        margin: 0.3rem auto 0;
    }

    .page8 .form-wrap form .label {
        border: 0.01rem solid #254097 !important;
    }

    .form-wrap form .label span {
        display: inline-block;
        width: 24%;
        font-size: 0.28rem;
        color: #fff;
        font-weight: 700;
        border-radius: 50px;
        background-image: linear-gradient(to right, #254097, #1f3182);
        text-align: center;
        margin-right: 0.1rem;
    }

    .qt_form .xdf_formbtn {
        background-image: linear-gradient(to right, #254097, #1f3182);
        width: 100%;
        height: 0.8rem;
        color: #fff;
        text-align: center;
        line-height: 0.5rem;
        border-radius: 50px;
        margin: 0.1rem auto 0;
        cursor: pointer;
        font-size: 0.28rem;
        font-weight: 700;
        margin-left: 0.1rem;
    }

    .page8 .qt_form .xdf_formbtn {
        background: linear-gradient(to right, #bdfb9e, #90d06e);
        width: 100%;
        height: 0.7rem;
        color: #4d4c4c;
        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;
    }

    .tiaokuan a {
        color: #fff;
    }
}