/* 价格-module1模块-开始 */
.price-page-module1 {
    position: relative;
    padding: 4rem 0;
    background: radial-gradient(circle at bottom right, #6859E2 0, #03031E 10rem, #03031E 100%);
    color: #fff;
    overflow: hidden;
    animation-duration: 4.5s;
}

.price-page-module1 .module1-container {
    max-width: 81rem;
    min-width: 81rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-page-module1 .module1-container .module1-title {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.price-page-module1 .module1-container .module1-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.price-page-module1 .module1-container .module1-cards .price-card {
    flex: 1;
    position: relative;
    max-width: 77rem;
    min-width: 77rem;
    margin-top: 4rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 0 2rem 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* 标题样式 */
.price-page-module1 .module1-container .price-card .price-table-title {
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    padding: 2rem 0;
}

.price-page-module1 .module1-container .price-card .price-table-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.26rem;
    background: linear-gradient(90deg, #36b4ff, #a599ff);
}

.price-page-module1 .module1-container .price-card .price-table-title span {
    background: linear-gradient(45deg, #2d7bff 0%, #9c4dff 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* 价格表格总体样式 */
.price-page-module1 .module1-container .price-card .price-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.5rem;
    color: #ffffff;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.3);
}

/* 表头样式 */
.price-page-module1 .module1-container .price-card .price-table-header {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 0.1rem solid #ffffff;
    background: linear-gradient(180deg, #0d1e4a, #091235);
}

.price-page-module1 .module1-container .price-card .price-table-header th {
    padding: 1.5rem 0;
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(180deg, rgba(20, 45, 95, 0.8), rgba(10, 25, 65, 0.8));
}

.price-page-module1 .module1-container .price-card .price-table-header th {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-header th:first-child {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-header th:last-child {
    border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
}

/* 表格内容行样式 */
.price-page-module1 .module1-container .price-card .price-table-row {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
}

.price-page-module1 .module1-container .price-card .price-table-row td {
    padding: 1rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(180deg, rgba(13, 30, 74, 0.7), rgba(9, 18, 53, 0.7));
}

.price-page-module1 .module1-container .price-card .price-table-row td:first-child {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-row td:last-child {
    border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-row:last-child td,
.price-page-module1 .module1-container .price-card .price-table-row .bottom-border {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-row .td-bgcolor {
    font-size: 1.1rem;
    font-weight: 600;
}

.price-page-module1 .module1-container .module1-note {
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
}

/* 价格-module2模块-开始 */
.price-page-module2 {
    position: relative;
    padding: 4rem 0;
    background: radial-gradient(circle at top right, #6859E2 0, #03031E 10rem, #03031E 100%);
    color: #fff;
    overflow: hidden;
    animation-duration: 4.5s;
}

.price-page-module2 .module2-container {
    max-width: 81rem;
    min-width: 81rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-page-module2 .module2-container .module2-title {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-page-module2 .module2-container .module2-content {
    max-width: 77rem;
    min-width: 77rem;
    margin-top: 4rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* 价格表格总体样式 */
.price-page-module2 .module2-container .module2-content .price-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.5rem;
    color: #ffffff;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.3);
}

/* 表头样式 */
.price-page-module2 .module2-container .module2-content .price-table-header {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 0.1rem solid #ffffff;
    background: linear-gradient(180deg, #0d1e4a, #091235);
}

.price-page-module2 .module2-container .module2-content .price-table-header th {
    padding: 1.5rem 0;
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(180deg, rgba(20, 45, 95, 0.8), rgba(10, 25, 65, 0.8));
}

.price-page-module2 .module2-container .module2-content .price-table-header th {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module2 .module2-container .module2-content .price-table-header th:first-child {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module2 .module2-container .module2-content .price-table-header th:last-child {
    border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
}

/* 表格内容行样式 */
.price-page-module2 .module2-container .module2-content .price-table-row {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
}

.price-page-module2 .module2-container .module2-content .price-table-row td {
    padding: 1rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(180deg, rgba(13, 30, 74, 0.7), rgba(9, 18, 53, 0.7));
}

.price-page-module2 .module2-container .module2-content .price-table-row td:first-child {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module2 .module2-container .module2-content .price-table-row td:last-child {
    border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module2 .module2-container .module2-content .price-table-row:last-child td {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module2 .module2-container .module2-content .price-table-row .td-bgcolor {
    font-size: 1.1rem;
    font-weight: 600;
}

/* 价格-module3模块-开始 */
.price-page-module3 {
    position: relative;
    padding: 4rem 0;
    background: #03031E;
    color: #fff;
    overflow: hidden;
    animation-duration: 4.5s;
}

.price-page-module3 .change-line {
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 0.02667rem;
    background: linear-gradient(90deg, #fff 40%, #0d2748 80%);
}

.price-page-module3 .module3-container {
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 合作企业标题 */
.price-page-module3 .module3-container .module3-title {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-page-module3 .module3-container .module3-content {
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 卡片行容器 */
.price-page-module3 .module3-container .module3-content .desc-row {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
}

/* 卡片内部滚动容器 */
.price-page-module3 .module3-container .module3-content .desc-row .desc-scroll {
    position: relative;
    display: flex;
    gap: 0.5rem;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* 向左滚动动画 */
.price-page-module3 .module3-container .module3-content .desc-row .scroll-left {
    animation-name: scrollLeft;
    animation-direction: alternate;
}

/* 向右滚动动画 */
.price-page-module3 .module3-container .module3-content .desc-row .scroll-right {
    animation-name: scrollRight;
    animation-direction: alternate-reverse;
}

/* 公司卡片样式 */
.price-page-module3 .module3-container .module3-content .desc-row .desc-card {
    position: relative;
    padding: 1rem 3rem;
    background-color: #1a1a1a;
    border-radius: 2rem;
    border: none;
    text-align: center;
}

.price-page-module3 .module3-container .module3-content .desc-row .desc-card svg {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
}

/* 公司名称文本样式 */
.price-page-module3 .module3-container .module3-content .desc-row .desc-name {
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    white-space: nowrap;
}

.serviceProcess {
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    background-clip: text;
    color: transparent;
    text-decoration: none;
}

.serviceProcess:hover {
    color: #fff;
    text-decoration: underline;
}

.priceSlider {
    position: relative;
    width: 300px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}

.nav-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    flex: 1;
    text-align: center;
    z-index: 2;
    font-size: 1.2rem;
    font-weight: 600;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    background-clip: text;
    color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.sliderBox {
    z-index: 1;
    position: absolute;
    width: calc(50% - 10px);
    height: 50px;
    background: linear-gradient(45deg, #4e96ff, #e066ff);
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

.slider {
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
}

.active {
    color: white;
    transition: all 0.3s ease-in-out;
}

/* 无重复卡片的无缝滚动动画关键帧 */
@keyframes scrollLeft {
    0% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(-30%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(30%);
    }

    100% {
        transform: translateX(-30%);
    }
}