/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

.publication-item {
    background-color: rgba(255, 255, 255, 0.9);
}


@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Regular.woff2') format('woff2'), url('../fonts/Inter18pt-Regular.woff') format('woff'), url('../fonts/Inter18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt Light';
    src: url('../fonts/Inter/Inter_18pt-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter 18pt Medium';
    src: url('../fonts/Inter/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter 18pt Regular';
    src: url('../fonts/Inter/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* 
@font-face {
    font-family: 'gilroy-bold';
    src: url('../fonts/gilroy-semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
} */

@font-face {
    font-family: 'europa';
    src: url('../fonts/europa-grotesk-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neue';
    src: url('../fonts/neue-haas-grotesk-display-pro-65-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* 全局h1字体 */
h1{
    font-family: 'gilroy';
}
/* 全局h2字体 */
h2{
    font-family: 'gilroy';
}
/* 全局h3字体 */
h3{
    font-family: 'gilroy';
}
/* 全局h4字体 */
h4{
    font-family: 'gilroy';
}

body {
    font-size: 12px;
    font-family: 'Inter 18pt';
    color: #666;
}


.ins {
    width: 1.25rem;
    margin-top: .625rem;
}

    .ins img {
        width: 100%;
        display: block;
    }

a {
    color: #666;
}

p {
    line-height: 1.8em;
    padding: .3125rem 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.date-text {
    font-family: 'Inter 18pt Light', sans-serif;
    font-size: 12px;
    margin-top: 0; /* 移除顶部margin */
    margin-bottom: 2px; /* 保持底部间距一致 */
}

.wapper {
    width: 80%;
    max-width: 85rem;
    margin: 0 auto;
}

.head {
    width: 100%;
    position: fixed;
    background-color: #Fff;
    z-index: 1000;
    top: 0;
    left: 0;
}

    .head .wapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.logo {
    width: 12.5rem;
}

    .logo img {
        width: 100%;
        display: block;
    }

.menu ul li {
    line-height: 6.25rem;
    padding: 0 1.25rem;
}

    .menu ul li a {
        font-size: 1.125rem;
        font-weight: bold;
        color: #000;
    }

.menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banner {
    position: relative;
    overflow: hidden;
}

    .banner .swiper-container {
    }

    .banner .swiper-slide {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .banner .swiper-slide.swiper-slide-active {
            z-index: 2;
        }

        .banner .swiper-slide img {
            display: block;
            width: 100%;
            /*height: 33vw;*/
            background: #f9f9f9;
            transform: scale(1.1);
            transition: all 4s ease;
        }

        .banner .swiper-slide.swiper-slide-active img {
            transform: scale(1);
        }

        .banner .swiper-slide .txtbg {
            width: 50%;
            position: absolute;
            top: 20%;
            left: 5%;
            transform: none;
        }

        .banner .swiper-slide .txt {
            color: #fff;
            text-align: center;
        }

            .banner .swiper-slide .txt .h2 {
                font-size: 2.5rem;
                line-height: 1.2em;
                font-weight: bold;
                margin-bottom: 1.25rem;
                text-align: left;
            }

            .banner .swiper-slide .txt .h3 {
                font-size: 1.75rem;
                line-height: 1.4em;
                text-align: left;
                font-family: 'gilroy';
            }

            .banner .swiper-slide .txt .h4 {
                font-size: 1vw;
                line-height: 1.4em;
                text-align: left;
                font-family: 'gilroy';
            }
        
    .banner .swiper-pagination {
        height: .625rem;
        bottom: var(--2.5rem);
    }

        .banner .swiper-pagination span {
            display: inline-block;
            vertical-align: top;
            width: .625rem;
            height: .625rem;
            border-radius: .625rem;
            margin: 0 .5rem;
            background: #fff;
            opacity: 1;
            transition: all .3s ease;
        }

            .banner .swiper-pagination span.swiper-pagination-bullet-active {
                width: 1.25rem;
                background: #fff;
                opacity: 1;
            }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 3.75rem;
        height: 3.75rem;
        margin-top: -1.875rem;
        background-color: rgba(0, 0, 0, .5);
        background-size: .9375rem 1.875rem;
        opacity: 0;
        transition: all .3s ease;
        border-radius: .5rem;
    }
    .banner .swiper-button-prev {
        left: 5%;
        transform: translateX(-100%);
    }
    .banner .swiper-button-next {
        right: 5%;
        transform: translateX(100%);
    }


    .banner:hover .swiper-button-prev,
    .banner:hover .swiper-button-next {
        opacity: .7;
        transform: translateX(0) !important;
    }

    .banner .swiper-button-prev:hover,
    .banner .swiper-button-next:hover {
        opacity: 1;
    }

.con1 {
    width: 100%;
    padding: 6.25rem 0;
}

.bt {
    text-align: center;
    width: 100%;
    margin-bottom: 3.75rem;
    z-index: 2;
    position: relative;
}


    .bt h1 {
        font-size: 3rem;
        margin-top: 1.875rem;
        color: rgba(54, 112, 238, 1);
        position: relative;
        font-weight: 400;
    }

    .bt h1 strong {
        background-color: #fff;
        z-index: 999;
        display: inline-block;
        padding: 0 3rem;
    }

    /* .bt h1:after {
        width: 100%;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: .125rem;
        background-color: #000;
        content: "";
        z-index: -1;
    } */

.con1nr {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

    .con1nr .bd {
        width: 39%;
    }

        .con1nr .bd ul img {
            width: 100%;
            display: block;
        }

    .con1nr .hd {
        width: 70%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

        .con1nr .hd ul {
            width: 100%;
            height: 100%;
            display: flex;
            align-content: space-around;
            justify-content: flex-end;
            flex-wrap: wrap;
        }

            .con1nr .hd ul li {
                font-size: 1.875rem;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: left;
                /*color: #989898;*/
                color: #000;
                font-weight: bold;
            }

                .con1nr .hd ul li:nth-child(2) {
                    width: 90%;
                }

                .con1nr .hd ul li .img {
                    width: 4.6875rem;
                    height: 4.6875rem;
                    margin-right: 1.875rem;
                }

                    .con1nr .hd ul li .img img {
                        width: 100%;
                    }

.img1 {
    display: none;
}

.con5 ul li:hover .btn5 {
    background-color: #fff;
    color: rgba(54, 112, 238, 1);
}

.con1nr .hd ul li span {
    width: calc(100% - 6.5625rem);
    font-size: 1.3rem;
    line-height: 1.5;
    /*word-break: break-all;*/
}

.con1nr .hd ul li.on {
    font-weight: bold;
    color: #000;
}

    .con1nr .hd ul li.on .img1 {
        display: block;
    }

    .con1nr .hd ul li.on .img2 {
        display: none;
    }

.con2 {
    width: 100%;
    padding: 6.25rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pd35 {
    padding: 2.1875rem;
}

.con2 ul li {
    width: calc((100% - 7.5rem)/3);
    margin-right: 1px;
    margin-left: 1px;
    float: left;
    border-radius: 0;
    background-color: transparent;
}

    .con2 ul li:nth-child(3n) {
        margin-right: 0;
    }

.c2icon {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.25rem;
}

.c2bt {
    width: 100%;
    /*background-image: url(../images/btnbg.png); */
    /* background-color: #1302D8; */
    background-size: cover;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .625rem 0;
    border-radius: 0;
    margin-bottom: 1.25rem;
}

.con2 ul li:hover {
    transform: translateY(-1.25rem);
    transition: all 0.5s;
}

    .con2 ul li:hover .c2bt {
        /* background-color: #E05D1C */
    }

.c2bt h1 {
    width: 100%;
    font-size: 1.875rem;
    color: #fff;
    text-align: center;
    margin-bottom: .625rem;
    color: #000;
    line-height: normal;
}

.c2bt p {
    padding: 0;
    color: #000;
    font-size: .875rem;
    line-height: normal;
}

.c2flow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

    .c2flow ul li {
        margin: 0 .625rem;
        /*width: auto;*/
        padding: .625rem;
        background-color: transparent;
    }

        .c2flow ul li img {
            width: 100%;
            display: block;
            object-fit: contain;
        }

.c2nr p {
    font-size: 1.125rem;
    text-align: center;
    color: #999999;
}

.btn2 {
    padding: .625rem 1.875rem;
    background-color: #999999;
    border-radius: .625rem;
    color: #fff;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
}

.share {
    width: 100%;
    text-align: center;
    margin-top: 3.75rem;
}

.con3 {
    width: 100%;
    padding: 6.25rem 0;
}

.newscon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.newslf {
    width: 27%;
}

    .newslf ul li {
        width: 100%;
        margin-bottom: 1.8rem;
    }

        .newslf ul li span {
            font-size: 1rem;
            color: #97959E;
            margin-bottom: 1.25rem;
            display: block;
        }

        .newslf ul li .nr {
            margin-bottom: 1.25rem;
        }

            .newslf ul li .nr strong {
                color: rgba(54, 112, 238, 1);
                font-size: 1.0625rem;
            }

            .newslf ul li .nr p {
                display: inline-block;
                font-size: 1.125rem;
                font-weight: bold;
                color: #000;
                padding: 0;
                line-height: normal;
            }

        .newslf ul li:hover span {
            color: rgba(54, 112, 238, 1)
        }

        .newslf ul li:hover .newsnr h2 strong {
            color: #E05D1D
        }

        .newslf ul li:hover .time span {
            color: rgba(54, 112, 238, 1);
            text-decoration: underline
        }

.newspic {
    width: 40%;
}

.newsrt {
    width: 27%;
}

.time span {
    font-size: .875rem !important;
}

.newspic img {
    width: 100%;
    display: block;
}

.newsrt h1 {
    font-size: 1.125rem;
    color: rgba(54, 112, 238, 1);
    padding: .625rem 0;
    border-bottom: .25rem solid #F5F5F5;
    position: relative;
    margin-bottom: 1.25rem;
}

    .newsrt h1::after {
        width: 5rem;
        height: .25rem;
        background-color: rgba(54, 112, 238, 1);
        position: absolute;
        bottom: -0.25rem;
        left: 0;
        content: "";
    }

    /* 新增Company News样式 */
    .newslf .section-title {
        font-size: 1.5rem; /* 从1.125rem增大到1.5rem */
        color: rgba(54, 112, 238, 1); /* 蓝紫色 */
        padding: .625rem 0;
        border-bottom: .25rem solid #F5F5F5;
        position: relative;
        margin-bottom: 1.25rem;
    }

    .newslf .section-title::after {
        width: 5rem;
        height: .25rem;
        background-color: rgba(54, 112, 238, 1);
        position: absolute;
        bottom: -0.25rem;
        left: 0;
        content: "";
    }

.newsrt ul li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
}

    .newsrt ul li a {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .newsrt ul li img {
        width: 4.375rem;
    }

    .newsrt ul li .newsnr {
        width: calc(100% - 5.625rem);
    }

        .newsrt ul li .newsnr strong {
            color: rgba(54, 112, 238, 1);
            font-size: 1.0625rem;
        }

        .newsrt ul li .newsnr h2 {
            display: inline-block;
            font-size: 1.125rem;
            font-weight: bold;
            color: #000;
            padding: 0;
            line-height: normal;
            margin-bottom: 1.25rem;
        }

    .newsrt ul li:hover .nr p strong {
        color: #E05D1D
    }

    .newsrt ul li:hover .time span {
        color: rgba(54, 112, 238, 1);
        text-decoration: underline
    }

.con4 {
    width: 100%;
    padding: 6.25rem 0;
}



.con4 ul li {
    /* 保持原有样式 */
    width: calc(50% - 2rem);
    margin-right: 1.5rem;
    float: left;
    overflow: hidden;
    margin-bottom: 2rem;
    transition: background-color 0.5s ease-in-out;
    }

        .con4 ul li:nth-child(2n) {
            margin-right: 0;
        }

        .con4 ul li h2 {
            font-size: 1.5rem;
            margin: 0 0;
            color: #000;
        }

        .con4 ul li:hover {
            /* 使用半透明的淡蓝色，保持层次感 */
            background-color: rgba(230, 239, 251, 0.8) !important;
            /* 仅针对背景色设置过渡 */
            transition: background-color 0.5s ease-in-out;
        }

            .con4 ul li:hover h2 {
                /*color: #fff*/
                color: #000;
            }

            .con4 ul li:hover h1 {
                /*color: #fff;*/
                color: #000;
            }

            .con4 ul li:hover .time1 span {
                /*color: #fff;*/
                color: #000;
            }

.line {
    width: 5rem;
    height: .125rem;
    background-color: rgba(54, 112, 238, 1);
    display: block;
    margin: 1.25rem 0;
}

.time1 {
    display: flex;
    align-items: center;
}

    .time1 img {
        width: 1.5625rem;
        margin-right: .625rem;
    }

    .time1 span {
        font-size: 1.125rem;
        /*color: #989898;*/
        color: #000;
    }

.con5 {
    width: 100%;
    padding: 6.25rem 0;
}

    .con5 ul li {
        width: calc((100% - 2.5rem)/3);
        margin-right: 1.25rem;
        background-color: #F2F2F2;
        border-radius: 1.25rem;
        float: left;
        margin-bottom: 1.25rem;
    }

        .con5 ul li:nth-child(3n) {
            margin-right: 0;
        }

        .con5 ul li:nth-child(4) {
            width: calc((100% - 1.25rem) - ((100% - 2.5rem)/3));
            /*background-image: url(../images/btnbg.png);*/
            background-size: cover;
            background: rgba(54, 112, 238, 1);
        }

        .con5 ul li:nth-child(5) {
            margin-right: 0;
        }

        .con5 ul li:hover {
            transform: translateY(-1.25rem);
            transition: all 0.5s;
        }

.c5icon {
    width: 3.4375rem;
}

    .c5icon img {
        width: 100%;
        display: block;
        margin-bottom: .625rem;
        height: 3vw;
        object-fit: contain;
    }

.con5 ul li h1 {
    font-size: 1.875rem;
    color: #000;
    margin-bottom: 3.75rem;
}

.con5 ul li .nr {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    height: 6vw;
}

.btn5 {
    padding: .625rem 0;
    text-align: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: rgba(54, 112, 238, 1);
    border-radius: .625rem;
    width: 8.75rem;
}

    .btn5 img {
        display: block;
        margin-left: .3125rem;
        max-width: auto;
        height: auto;
        width: clamp(4px, 1.5vw, 24px);
    }

.con5 ul li:nth-child(4) h1 {
    color: #fff;
}

.con5 ul li:nth-child(4) .nr {
    color: #fff;
}

.con5 ul li:nth-child(4) .btn5 {
    background-color: #fff;
    color: rgba(54, 112, 238, 1);
}

.con5 ul li:hover {
    /*background-image: url(../images/btnbg.png);*/
    background: rgba(54, 112, 238, 1);
}

    .con5 ul li:hover h1 {
        color: #fff
    }

    .con5 ul li:hover p {
        color: #fff
    }

.con6 {
    width: 100%;
    padding: 6.25rem 0;
}

.ipt {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30PX;
}

.iptitem {
    width: 49%;
}

    .iptitem label {
        font-size: 1.5rem;
        color: #000;
        margin-bottom: .625rem;
        display: block;
    }

    .iptitem input {
        width: 100%;
        height: 3.75rem;
        line-height: 3.75rem;
        text-indent: 16px;
        border-radius: 1.25rem;
    }

.iptitem1 {
    width: 100%;
}

    .iptitem1 label {
        font-size: 1.5rem;
        color: #000;
        margin-bottom: .625rem;
        display: block;
    }

    .iptitem1 textarea {
    width: 100%;
    border-radius: 1.25rem;
    height: 11.25rem;
    border: 0;
    resize: none;
    font-family: 'Inter 18pt';
    font-size: 1rem;
    text-indent: 1rem;
    padding: 10px 0;
}

    .iptitem1 button {
        width: 100%;
        border-radius: 1.25rem;
        line-height: 3.75rem;
        /* background-color: rgba(54, 112, 238, 1); */
        background-color: rgba(54, 112, 238, 1);
        color: #fff;
        font-size: 1.25rem;
    }

.foot {
    width: 100%;
    padding: 6.25rem 0;
    padding-bottom: 0;
    background-color: #09090B;
}

.footlogo {
    width: 16.875rem;
}

    .footlogo img {
        width: 12.5rem;
        display: block;
        margin-bottom: 2.5rem;
    }

    .footlogo .nr {
        font-size: 1rem;
        color: #999999;
    }

.foot .wapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footitem {
    width: 15.625rem;
}

    .footitem h1 {
        font-size: 1.125rem;
        color: #fff;
        margin-bottom: 1.875rem;
    }

    .footitem p {
        font-size: 1.125rem;
        color: #999999;
    }

    .footitem a {
        font-size: 1.125rem;
        color: #fff;
        display: block;
        padding: 1.25rem 0;
    }

    .footitem span {
        font-size: 1.125rem;
        color: #fff;
        display: block;
    }

    .footitem ul li a {
        font-size: 1.125rem;
        padding: 0;
        color: #999;
    }

    .footitem ul li {
        line-height: 2.1875rem;
    }

.flow {
    display: flex;
    align-items: center;
}

    .flow a {
        padding: 0;
        margin: 0 .9375rem;
    }

.footbtm {
    width: 100%;
    padding: 1.25rem 0;
    border-top: .0625rem solid #999;
    margin-top: 3.75rem;
}

.sp_header {
    height: 3.125rem;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    display: none;
}

.sp_logo {
    padding: .625rem;
    float: left;
    height: 3.125rem
}

    .sp_logo img {
        margin: auto;
        max-height: 1.875rem;
    }

.sp_nav {
    width: 3.125rem;
    float: right;
    position: relative;
    cursor: pointer;
    height: 1.875rem;
    margin-top: .9375rem
}

    .sp_nav span {
        display: block;
        background: #c9141e;
        width: 1.875rem;
        height: .125rem;
        position: absolute;
        left: .625rem;
        transition: all ease 0.35s
    }

        .sp_nav span:nth-of-type(1) {
            top: 0rem
        }

        .sp_nav span:nth-of-type(2) {
            top: .625rem
        }

        .sp_nav span:nth-of-type(3) {
            top: 1.25rem
        }

.sp_nav_se span:nth-of-type(1) {
    top: .625rem;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: .625rem;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 6.5rem);
    font-size: .875rem;
    line-height: 2.5rem;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 3.125rem
}

.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0
}

    .sjj_nav > ul > li:first-child > a {
        float: left;
        width: calc(100% - 4.375rem)
    }

    .sjj_nav > ul > li:first-child .language {
        float: right;
        width: 4.375rem;
        overflow: hidden;
        line-height: 1.875rem;
        margin-top: .3125rem
    }

        .sjj_nav > ul > li:first-child .language a {
            width: 2.1875rem;
            float: left;
            border-left: .0625rem #ddd solid;
            text-align: center;
            color: #999;
        }

.sjj_nav ul li i {
    position: absolute;
    top: .3125rem;
    right: 0rem;
    border-left: .0625rem #ddd solid;
    height: 1.875rem;
    padding: 0rem .4375rem 0 .4375rem;
}

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: .0625rem #ddd solid;
    margin-left: 1.25rem;
    position: relative;
    line-height: 2.5rem;
    font-size: .875rem
}

.sjj_nav > ul > li:last-child {
    border-bottom: .0625rem #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li > ul {
    margin-left: .625rem
}

.con {
    width: 100%;
    padding: 6.25rem 0;
}


/* partnerships弹窗 */
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 1001; /* 确保在顶部 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* 半透明背景 */
    opacity: 0; /* 初始不透明度为0 */
    transition: opacity 0.3s ease; /* 透明度过渡 */
    pointer-events: none; /* 初始不可点击 */
    display: flex; /* 使用flex布局居中弹窗 */
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}

.modal.show {
    display: flex; /* 显示弹窗 */
    opacity: 1; /* 完全不透明 */
    pointer-events: auto; /* 可点击 */
}

.modal-content {
    background-color: #fefefe;
    padding: 40px; /* 内边距 */
    border: 1px solid #888;
    width: 50%; /* 横向占页面50% */
    height: 50%; /* 纵向占页面50% */
    border-radius: 12px; /* 圆角 */
    transform: scale(0.9); /* 初始缩放 */
    opacity: 0; /* 初始不透明度为0 */
    transition: transform 0.3s ease, opacity 0.3s ease; /* 缩放和透明度过渡 */
    overflow: auto; /* 内容溢出时可滚动 */
    position: relative; /* 新增：为关闭按钮提供定位参考 */
}

.modal.show .modal-content {
    transform: scale(1); /* 正常大小 */
    opacity: 1; /* 完全不透明 */
}

.close-btn {
    color: #aaa;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    transition: color 0.2s ease;
    z-index: 1002;
}

.modal-title {
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

/* 新增样式 */
.c2csnr {
    border-radius: 12px; /* 添加圆角效果 */
    overflow: hidden; /* 确保内容不会溢出圆角 */
    height: 70vh; /* 固定高度为视口高度的60% (新增) */
}

.pd30 {
    border-radius: 12px; /* 为内部容器也添加圆角，确保一致性 */
}

.tclose {
    /* 可选：为关闭按钮添加圆角 */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.1);
    transition: background-color 0.3s;
}

.tclose:hover {
    background-color: rgba(0,0,0,0.2);
}

/* 弹窗文本样式 */
.modal-content p {
    font-size: 18px; /* 字体大小 */
    line-height: 1.6; /* 行高 */
    color: #333;
    margin-bottom: 0;
}
