/* banner开始 */
.banner {
    width: 100%;
    position: relative;
    padding: 140px 5% 42px;
    background: -webkit-radial-gradient(
            7% 77%,
            28% 52%,
            hsla(0, 0%, 100%, 0.66) 0,
            hsla(0, 0%, 100%, 0) 100%
        ),
        -webkit-linear-gradient(231deg, #bae2ff -9%, rgba(186, 243, 255, 0) 39%),
        #eaf3ff;
    background: radial-gradient(
            28% 52% at 7% 77%,
            hsla(0, 0%, 100%, 0.66) 0,
            hsla(0, 0%, 100%, 0) 100%
        ),
        linear-gradient(219deg, #bae2ff -9%, rgba(186, 243, 255, 0) 39%),
        #eaf3ff;
    overflow: hidden;
}

.banner > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner .text-content > h1 {
    color: #17181c;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-family: PingFang SC;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.banner .text-content > h1 .mo {
    display: none;
}

.banner .text-content > h1 img {
    margin-right: 12px;
}

.banner .text-content > .msg {
    color: #17181c;
    font-family: PingFang SC;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    opacity: 0.8;
    text-align: center;
    margin-top: 8px;
}

.banner .text-content > .btns {
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

.banner .text-content > .btns .free-use {
    webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    background: #476efa;
    border: 2px solid #4662c3;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 14px 22px;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    white-space: nowrap;
    width: 156px;
}

.banner .text-content > .btns .free-use:hover {
    background-color: #1b59d6;
}

.banner .text-content > .btns .free-use .text {
    color: #fff;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 22px;
    word-break: keep-all;
}

.banner .text-content > .btns .free-use .icon {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.banner .text-content > .btns .free-use:hover .icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.banner .text-content > .btns .appointment {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border: 1.39px solid rgba(107, 114, 148, 0.28);
    border-radius: 10px;
    box-shadow: 0 1.39px 2.77px 0 rgba(0, 0, 0, 0.06),
        inset 0 1.39px 0 1px hsla(0, 0%, 100%, 0.2);
    color: #17181c;
    color: #17181c;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: normal;
    line-height: 22px;
    outline-color: rgba(107, 114, 148, 0.28);
    padding: 14px 22px;
    vertical-align: bottom;
    white-space: nowrap;
    width: 124px;
    cursor: pointer;
}

.banner .text-content > .btns .appointment:hover {
    background-color: #f4f4f7;
}

.banner .tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 85px;
}

.banner .tabs > .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: transparent;
    border-radius: 18px;
    color: #171a1d;
    cursor: pointer;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    height: 36px;
    letter-spacing: normal;
    line-height: 24px;
    padding: 6px 16px;
    text-align: center;
    -webkit-transition: background 0.3s ease, color 0.3s ease,
        font-weight 0.3s ease, opacity 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, font-weight 0.3s ease,
        opacity 0.3s ease;
}

.banner .tabs > .tab:hover {
    background: hsla(0, 0%, 100%, 0.5);
}

.banner .tabs > .tab.active {
    background: #171a1d;
    color: #fff;
}

.banner .imgs-area {
    max-width: 1160px;
    width: 100%;
    margin-top: 40px;
    perspective: 3000px;
    -webkit-perspective: 3000px;
}

.banner .imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f8f9fc;
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0 30px 60px 0 rgba(23, 26, 29, 0.08),
        0 6px 16px 0 rgba(9, 9, 9, 0.04), 0 8px 48px 0 rgba(54, 112, 226, 0.04);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 12px;
    position: relative;
    -webkit-transform: scale(1.15) rotateX(30deg);
    transform: scale(1.15) rotateX(30deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    width: 100%;
    will-change: transform;
}

.banner .imgs > .img {
    display: none;
    aspect-ratio: 1135 / 725;
    border-radius: 14px;
    object-fit: cover;
    object-position: top center;
    overflow: hidden;
    width: 100%;
    height: 620px;
}

.banner .imgs > .img.active {
    display: block;
}

.banner .bottom-cover {
    background: -webkit-linear-gradient(
        top,
        rgba(248, 250, 252, 0) 8%,
        #f8fafc 41%,
        #f8fafc 102%
    );
    background: linear-gradient(
        180deg,
        rgba(248, 250, 252, 0) 8%,
        #f8fafc 41%,
        #f8fafc 102%
    );
    bottom: 0;
    height: 100px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 11;
}
/* banner结束 */

/* 图文区域开始 */
.graphic-text {
    width: 100%;
}

.graphic-text .item {
    align-items: center;
    background: linear-gradient(180deg, #fefeff 65%, #e8f5ff 101%);
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    height: 788px;
    justify-content: center;
    overflow-x: hidden;
    position: relative;
}

.graphic-text .item .bg {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.graphic-text .item > .container {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0 50px;
    position: relative;
    user-select: none;
    z-index: 1;
}

.graphic-text .item .text-content {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    width: 500px;
}

.graphic-text .item .text-content > h2 {
    color: #171a1d;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.53;
    margin-left: 20px;
}

.graphic-text .item .text-content > .tabs {
    margin-top: 38px;
}

.graphic-text .item .text-content .tabs .tab {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    padding: 20px 24px;
    width: 100%;
}

.graphic-text .item .text-content .tabs .tab:first-of-type {
    margin-top: unset;
}

.graphic-text .item .text-content .tabs .tab.active {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(202, 235, 255, 0.73);
}

.graphic-text .item .text-content .tab > h3 {
    color: #171a1d;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.graphic-text .item .text-content .tab.active > h3 {
    color: #007fff;
}

.graphic-text .item .text-content .tab > .msg {
    color: rgba(23, 26, 29, 0.6);
    font-size: 14px;
    line-height: 1.57;
    margin-top: 8px;
}

.graphic-text .item .text-content .msg-content {
    display: none;
    margin-top: 18px;
}

.graphic-text .item .text-content .msg-content .msg {
    display: none;
    max-width: 60%;
    color: #171a1d;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
}

.graphic-text .item .text-content .msg-content .msg.active {
    display: block;
}

.graphic-text .item .text-content .msg-content .msg .more {
    color: #007fff;
    font-size: 14px;
    line-height: 22px;
}

.graphic-text .item .text-content .tab > .more {
    color: #007fff;
    font-size: 14px;
    line-height: 1.57;
    margin-top: 8px;
}

.graphic-text .item .imgs {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    position: relative;
    width: 740px;
}

.graphic-text .item.reverse .imgs {
    order: -1;
}

.graphic-text .item .imgs .img {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    transition: opacity 0.8s ease-in-out;
    width: 100%;
}

.graphic-text .item .imgs .img:first-of-type {
    position: relative;
}

.graphic-text .item .imgs .img.active {
    opacity: 1;
}

.graphic-text .item .imgs .img > img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
/* 图文区域结束 */

/* 合作企业开始 */
.cooperative-enterprise {
    width: 100%;
    position: relative;
    padding: 60px 0;
    background: rgb(237, 247, 254);
}

.cooperative-enterprise > h2 {
    font-size: 48px;
    line-height: 58px;
    color: rgb(23, 26, 29);
    font-family: PingFangSC-Medium;
    font-weight: 500;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.cooperative-enterprise .swiper {
    margin-top: 65px;
    padding: 0 12px 55px;
}

.cooperative-enterprise .swiper .swiper-slide {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    color: #171a1d;
    cursor: pointer;
}

.cooperative-enterprise .swiper .swiper-slide:hover {
    box-shadow: 0 10px 20px 0 rgba(23, 26, 29, 0.12);
    transition: box-shadow 0.3s;
}

.cooperative-enterprise .swiper .swiper-slide .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.cooperative-enterprise .swiper .swiper-slide .img > img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.cooperative-enterprise .swiper .swiper-slide:hover .img > img {
    transform: scale(1.1);
    transition: 1.5s;
}

.cooperative-enterprise .swiper .swiper-slide .info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 280px;
    padding: 12px 24px 40px;
}

.cooperative-enterprise .swiper .swiper-slide .info > .logo {
    width: 100%;
}

.cooperative-enterprise .swiper .swiper-slide .info > .logo > img {
    height: 48px;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}

.cooperative-enterprise .swiper .swiper-slide .info > .text-content {
    height: 135px;
    position: relative;
    margin-top: 15px;
}

.cooperative-enterprise .swiper .swiper-slide .info h3 {
    font-family: PingFangSC-Medium;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    position: relative;
    z-index: 10;
    top: 0;
    transition: 0.3s;
}

.cooperative-enterprise .swiper .swiper-slide:hover .info h3 {
    position: absolute;
    opacity: 0;
}

.cooperative-enterprise .swiper .swiper-slide .info .detail {
    position: absolute;
    z-index: 10;
    top: 0;
    opacity: 0;
    transition: 0.3s;
}

.cooperative-enterprise .swiper .swiper-slide:hover .info .detail {
    position: relative;
    opacity: 1;
}

.cooperative-enterprise .swiper .swiper-slide .info .detail .title {
    color: #171a1d;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.cooperative-enterprise .swiper .swiper-slide .info .detail .msg {
    font-size: 18px;
    line-height: 32px;
    color: rgb(23, 26, 29);
    margin-top: 8px;
}

.cooperative-enterprise .swiper .swiper-slide .info-wrapper > .more {
    display: flex;
    align-items: center;
    color: #0089ff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

.cooperative-enterprise .swiper-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooperative-enterprise .swiper-button-wrapper .swiper-button-prev,
.cooperative-enterprise .swiper-button-wrapper .swiper-button-next {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid hsla(210, 7%, 53%, 0.24);
    border-radius: 22px;
    height: 44px;
    width: 44px;
    transition: background-color 0.3;
    margin: 0;
}

.cooperative-enterprise .swiper-button-wrapper .swiper-button-prev {
    margin-right: 25px;
}

.cooperative-enterprise .swiper-button-wrapper .swiper-button-prev:hover,
.cooperative-enterprise .swiper-button-wrapper .swiper-button-next:hover {
    background-color: hsla(0, 0%, 100%, 0.3);
}

.cooperative-enterprise
    .swiper-button-wrapper
    .swiper-button-prev.swiper-button-disabled,
.cooperative-enterprise
    .swiper-button-wrapper
    .swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
    pointer-events: all;
}

.cooperative-enterprise .swiper-button-wrapper .swiper-button-prev::after,
.cooperative-enterprise .swiper-button-wrapper .swiper-button-next::after {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
}

.cooperative-enterprise
    .swiper-button-wrapper
    .swiper-button-prev.swiper-button-disabled::after,
.cooperative-enterprise
    .swiper-button-wrapper
    .swiper-button-next.swiper-button-disabled::after {
    color: rgb(216, 216, 216);
}
/* 合作企业结束 */

/* 立即使用开始 */
.start-use {
    width: 100%;
    background: url('../static/start-use_bg.png') no-repeat center/cover,
        radial-gradient(
            332% 332% at 26% -159%,
            #b0f1fd 0,
            #0df 26%,
            #007fff 100%
        );
}

.start-use > .container {
    height: 320px;
    display: flex;
    align-items: center;
}

.start-use .text-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.start-use .text-content > h2 {
    color: #007fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.33;
}

.start-use .text-content > .btns {
    gap: 0 20px;
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.start-use .text-content > .btns .btn {
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
    height: unset;
    line-height: 28px;
    padding: 11px 33px;
    text-align: center;
    background: #ffffff;
    border: 1px solid transparent;
    border-color: hsla(210, 7%, 53%, 0.24);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    color: #171a1d;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.start-use .text-content > .btns .btn:hover {
    background: #ebebeb;
}

.start-use .text-content > .btns .btn:active {
    box-shadow: none;
    outline: 0;
    background: #d6d6d6;
}
/* 立即使用结束 */

/* 版本按需选择 */
.version-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.version-container .title {
    text-align: center;
    margin-bottom: 40px;
}

.version-container .title h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 600;
}

.version-container .title .subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.version-container .title .mo,
.start-use .text-content > .mo {
    display: none;
}

.version-tab-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    background: white;
    border-radius: 50px;
    padding: 5px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.version-tab {
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.version-tab.active {
    background: #1677ff;
    color: white;
}
.plans {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(30%, 1fr)); */
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}

.education-plans {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(30%, 1fr)); */
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    display: none;
}

.plan-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.plan-version-header {
    padding: 25px 20px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.plan-name {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.plan-description {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.plan-price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 15px;
}

.price-symbol {
    font-size: 1.2rem;
    color: #ff6200;
    margin-right: 2px;
}

.price-amount {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ff6200;
    line-height: 1;
}

.price-period {
    color: #999;
    margin-left: 4px;
    font-size: 0.9rem;
}

.plan-button {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 12px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.plan-features {
    padding: 25px 20px;
}

.feature-list {
    list-style: none;
}

.feature-item {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #f0f0f0;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-icon {
    color: #1677ff;
    margin-right: 10px;
    font-size: 0.9rem;
}

.feature-text {
    font-size: 0.95rem;
}

.plan-footer {
    padding: 20px;
    text-align: center;
    background: #f9f9f9;
}

.plan-link {
    color: #1677ff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.plan-link:hover {
    text-decoration: underline;
}

/* 免费版样式 */
.free-plan .plan-version-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.free-plan .plan-name {
    color: #495057;
}

.free-plan .plan-button {
    background: #6c757d;
    color: white;
}

.free-plan .plan-button:hover {
    background: #5a6268;
}

/* 会员版样式 */
.pro-plan .plan-version-header {
    background: linear-gradient(135deg, #e6f7ff 0%, #bae7ff 100%);
}

.pro-plan .plan-name {
    color: #0050b3;
}

.pro-plan .plan-button {
    background: #1677ff;
    color: white;
}

.pro-plan .plan-button:hover {
    background: #0e5cd4;
}

/* 企业版样式 */
.enterprise-plan .plan-version-header {
    background: linear-gradient(135deg, #f6e8ff 0%, #e2c2ff 100%);
}

.enterprise-plan .plan-name {
    color: #722ed1;
}

.enterprise-plan .plan-button {
    background: #722ed1;
    color: white;
}

.enterprise-plan .plan-button:hover {
    background: #6133a8;
}

/* 教育版样式 */
.education-plan .plan-version-header {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.education-plan .plan-name {
    color: #2e7d32;
}

.education-plan .plan-button {
    background: #2e7d32;
    color: white;
}

.education-plan .plan-button:hover {
    background: #1b5e20;
}

.discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff4d4f;
    color: white;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
}

.toggle-btn {
    display: flex;
    align-items: center;
    background: #ffffff;
    color: rgb(47, 47, 47);
    border: 1px solid #333;
    height: 40px;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    width: 160px;
    transition: background 0.3s;
    margin: 60px auto 20px;
    justify-content: center;
}

.toggle-btn:hover {
    background: #0e5cd4;
    color: #ffffff;
}

.toggle-btn i {
    margin-right: 8px;
}

.filter-btn {
    display: flex;
    align-items: center;
    background: #f0f0f0;
    color: #666;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.filter-btn:hover {
    background: #e0e0e0;
}

.filter-btn.active {
    background: #1677ff;
    color: white;
}

.filter-btn i {
    margin-right: 8px;
}

.version-content {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    /* max-height: 1000px; */
}
.version-content-but {
    display: flex;
    justify-content: flex-end;
}

.version-content.collapsed {
    max-height: 0;
    overflow: hidden;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.comparison-table td {
  width: 25%;
}

.comparison-table th {
    background: #f9f9f9;
    font-weight: 600;
    color: #333;
}

.comparison-table thead th {
    background: #f0f2f5;
    font-size: 1.1rem;
    padding: 20px 15px;
}

.feature-category {
    background: #f7f9fc;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.feature-name {
    text-align: left !important;
    color: #666;
    padding-left: 110px !important;
}

.feature-name.highlight {
    color: #333;
    font-weight: 500;
}

.plan-version-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.plan-button {
    padding: 8px 15px;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}

.free-btn {
    background: #6c757d;
    color: white;
}

.free-btn:hover {
    background: #5a6268;
}

.pro-btn {
    background: #1677ff;
    color: white;
}

.pro-btn:hover {
    background: #0e5cd4;
}

.enterprise-btn {
    background: #722ed1;
    color: white;
}

.enterprise-btn:hover {
    background: #6133a8;
}

.value-cell {
    font-weight: 500;
}

.free-value {
    color: #6c757d;
}

.pro-value {
    color: #1677ff;
}

.enterprise-value {
    color: #722ed1;
}

.same-value {
    color: #999;
}

.hidden {
    display: none;
}

@media (max-width: 480px) {
    .version-container {
        padding: 20px 10px;
    }

    .version-tab-container {
        flex-direction: column;
        border-radius: 12px;
    }

    .version-tab {
        width: 100%;
        text-align: center;
    }
}
/* 版本按需选择结束 */

/* 爆款 */
.brcontainer {
    margin: 0 auto;
    width: 1200px;
    background: white;
    border-radius: 12px;
    padding: 100px 24px 24px;
}

.brheader {
    text-align: center;
    margin-bottom: 32px;
}

.brheader h1 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 24px;
}

.base-tabs-container {
    position: relative;
    margin-bottom: 32px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 16px;
}

.base-tabs {
    display: flex;
    justify-content: center;
    gap: 24px;
    position: relative;
    flex-wrap: wrap;
}

.base-tab-slider {
    position: absolute;
    /* bottom: -18px; */
    height: 3px;
    background: #1e6fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.base-tab {
    padding: 12px 24px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.base-tab:hover {
    color: #1e6fff;
    background-color: rgba(219, 219, 219, 0.3);
}

/* .base-tab.oactive {
            color: #1e6fff;
            font-weight: 600;
        } */

.base-content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
    justify-content: center;
}

.baseModRoot-card {
    background: #f7f8fa;
    border-radius: 15px;
    padding: 40px 40px 20px 40px;
    transition: all 0.3s ease;
    cursor: pointer;
    /* position: relative; */
    overflow: hidden;
}

.baseModRoot-card:hover {
    /* transform: translateY(-4px); */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: white;
    border-color: #1e6fff;
}

.baseModRoot-top {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    padding-left: 0;
}
.baseModRoot-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.baseModRoot-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: flex;
}

.baseModRoot-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 16px;
}

.baseModRoot-price {
    font-size: 20px;
    font-weight: 600;
    color: #535353;
    margin-bottom: 16px;
}

.buy-button {
    /* padding: 12px 50px; */
    background: linear-gradient(
        105deg,
        #c676ff,
        #654cff 41%,
        #405eff 75%,
        #007fff 99%
    );
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    place-items: center;
    transform: translateY(100px);
    display: inline-block;
    /* width: 250px; */
    width: 100%;
    height: 20%;
    margin: 0 auto;
    /* display: none; */
    display: grid;
}

.baseModRoot-card:hover .buy-button {
    transform: translateY(-10px);
    display: grid;
    /* position: absolute;  */
    /* top: 50%; */
    /* left: 50%;  */
    /* transform: translatey(-50%); */
}

.baseModRoot-card:hover .baseModRoot-desc {
    display: none;
}

.baseModRoot-card:hover .baseModRoot-price {
    font-size: 24px;

    margin-bottom: 40px;
    transition: all 0.5s;
}

.buy-button:hover {
    /* background: #0d5bff; */
}

.baseModRoot-icon img {
    width: 100%;
}
/* 
.brheader h1:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #1e78ff, #29cccb);
    border-radius: 2px;
}

.brheader p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
} */

.seller-tabs-container {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.seller-tabs {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 4px;
    /* background: #F7F9FC; */
    border-radius: 10px;
    padding: 4px;
}

.seller-tab-slider {
    position: absolute;
    top: 4px;
    height: calc(100% - 25px);
    background: #f4f4f4;
    border-radius: 8px;
    transition: all 0.3s ease;
    z-index: 1;
}

.seller-tab {
    padding: 12px 20px;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    flex: 1;
    text-align: center;
}

.seller-tab:hover {
    color: #1677ff;
}

.seller-tab.sactive {
    color: #1677ff;
    font-weight: 600;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 20px;
}

.seller-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* height: 210px; */
    display: flex;
    flex-direction: column;
}

.seller-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border-color: #1677ff;
}

.seller-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.seller-brheader {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    gap: 14px;
}

.seller-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1e78ff, #29cccb);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    flex-shrink: 0;
}

.seller-icon img {
    width: 100%;
}

.seller-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.seller-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.seller-price {
    font-size: 20px;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.seller-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.seller-card:hover .seller-details {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
}

.feature-list {
    list-style: none;
    margin-bottom: 20px;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.feature-list li::before {
    content: '✓';
    color: #52c41a;
    font-weight: bold;
}

.detail-button {
    width: 100%;
    padding: 14px;
    background: linear-gradient(90deg, #1e78ff, #29cccb);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.detail-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 120, 255, 0.3);
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .content-grid,
    .base-content-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 18px;
    }

    .base-tab-slider {
        display: none;
    }
    .brcontainer {
        padding: 80px 20px 20px;
        margin: 20px auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .brcontainer {
        padding: 80px 20px 20px;
        margin: 20px auto;
        width: 100%;
    }
    /* .base-tab.oactive {
            color: #0099eb;
            font-weight: 400;
        } */

    .brheader h1 {
        font-size: 26px;
    }
    .base-tabs-container .base-tabs {
        display: flex;
    }
    .seller-tabs,
    .base-tabs {
        /* overflow-x: hidden; */
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .seller-tab,
    .base-tab {
        padding: 10px 16px;
        font-size: 13px;
        flex: 0 0 auto;
    }

    .seller-card,
    .baseModRoot-card {
        padding: 20px;
    }

    .seller-tab-slider {
        height: calc(100% - 100px);
    }
}

@media (max-width: 600px) {
  .content-grid,
    .base-content-grid {
        grid-template-columns: repeat(1, 1fr);

        gap: 15px;
    }
}

@media (max-width: 480px) {
    .brcontainer {
        padding: 76px 16px 16px;
        margin: 15px auto;
        border-radius: 12px;
    }

    .brheader h1 {
        font-size: 22px;
    }

    .brheader p {
        font-size: 14px;
    }

    .seller-tab,
    .base-tab {
        padding: 8px 14px;
        font-size: 12px;
    }

    .seller-card,
    .baseModRoot-card {
        padding: 18px;
    }

    .seller-brheader {
        margin-bottom: 14px;
    }

    .seller-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .seller-title {
        font-size: 16px;
        margin: 10px 0;
    }

    .seller-desc {
        font-size: 13px;
    }

    .seller-price {
        font-size: 18px;
    }

    .detail-button {
        padding: 12px;
        font-size: 14px;
    }
}
/* 爆款结束 */

/* ≤1680：中等桌面 */
@media (max-width: 1680px) {
    .cooperative-enterprise .swiper .swiper-slide .info h3 {
        font-size: 28px;
    }

    .graphic-text .item {
        height: 700px;
    }
}

/* ≤1440：窄屏桌面 */
@media (max-width: 1440px) {
    .banner .imgs {
        width: 86%;
        margin: 0 auto;
    }

    .banner .imgs > .img {
        height: 520px;
    }

    .graphic-text .item {
        height: 650px;
    }

    .graphic-text .item .text-content > h2 {
        font-size: 36px;
    }

    .graphic-text .item .imgs {
        width: 650px;
    }

    .cooperative-enterprise > h2,
    .start-use .text-content > h2 {
        font-size: 42px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info h3 {
        font-size: 24px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info .detail .title {
        font-size: 18px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info .detail .msg {
        font-size: 16px;
    }
}

/* ≤1280：超小桌面 */
@media (max-width: 1280px) {
    .banner .imgs {
        width: 90%;
    }

    .banner .imgs > .img {
        height: 400px;
    }

    .banner .text-content > h1 {
        font-size: 52px;
    }

    .banner .text-content > h1 img {
        width: 78px;
    }

    .banner .text-content > .msg {
        font-size: 26px;
    }

    .graphic-text .item .text-content {
        width: 330px;
    }

    .graphic-text .item .text-content > h2 {
        font-size: 28px;
    }

    .graphic-text .item .imgs {
        width: 500px;
    }

    .cooperative-enterprise > h2,
    .start-use .text-content > h2 {
        font-size: 36px;
    }
}

/* ≤1024：大平板/小笔电 */
@media (max-width: 1024px) {
    .banner {
        padding-left: 0;
        padding-right: 0;
    }

    .banner .imgs-area {
        margin-top: 80px;
    }

    .banner .imgs {
        padding: 8px;
    }

    .banner .imgs > .img {
        height: 300px;
    }

    .banner .bottom-cover {
        height: 60px;
    }

    .banner .text-content > h1 {
        font-size: 38px;
    }

    .banner .text-content > h1 img {
        width: 70px;
    }

    .banner .imgs {
        width: 100%;
    }

    .banner .text-content > .msg {
        font-size: 22px;
    }

    .banner .tabs {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 85px;
    }

    .feature-name {
      padding-left: 6vw !important;
    }

    .comparison-table thead th {
      font-size: 16px;
    }

    .comparison-table td {
      font-size: 14px;
    }

    .graphic-text .item {
        height: auto;
        padding: 50px 0;
    }

    .graphic-text .item > .container {
        flex-direction: column;
    }

    .graphic-text .item .text-content,
    .graphic-text .item .imgs {
        width: 100%;
    }

    .graphic-text .item.reverse .imgs {
        order: 1;
    }

    .graphic-text .item .text-content > h2 {
        text-align: center;
        margin: 0;
    }

    .graphic-text .item .text-content .tabs {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 28px;
    }

    .graphic-text .item .text-content .tabs .tab {
        width: max-content;
        border-radius: 16px;
        cursor: pointer;
        padding: 2px 12px;
        margin: 0;
    }

    .graphic-text .item .text-content .tabs .tab > h3 {
        color: #171a1d;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        white-space: nowrap;
    }

    .graphic-text .item .text-content .tabs .tab.active {
        background: #171a1d;
    }

    .graphic-text .item .text-content .tabs .tab.active > h3 {
        color: #ffffff;
    }

    .graphic-text .item .text-content .msg-content {
        display: block;
    }

    .graphic-text .item .text-content .tab > .msg,
    .graphic-text .item .text-content .tab > .more {
        display: none;
    }

    .graphic-text .item .imgs {
        margin-top: 12px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info-wrapper {
        height: 240px;
        padding: 12px 15px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info > .text-content {
        height: auto;
    }

    .cooperative-enterprise .swiper .swiper-slide .info h3 {
        font-size: 20px;
        line-height: 40px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info .detail .title {
        font-size: 16px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info .detail .msg {
        font-size: 14px;
        line-height: 28px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info-wrapper > .more {
        font-size: 16px;
    }

    .cooperative-enterprise > h2,
    .start-use .text-content > h2 {
        font-size: 34px;
    }

    .cooperative-enterprise {
        padding: 50px 0;
    }
}

/* ≤768：标准平板 */
@media (max-width: 768px) {
    .banner .text-content > h1 {
        font-size: 32px;
    }

    .banner .text-content > h1 img {
        width: 56px;
    }

    .banner .text-content > .msg {
        font-size: 20px;
    }

    .banner .text-content > .btns .free-use .text,
    .banner .text-content > .btns .appointment .text {
        font-size: 18px;
    }

    .banner .text-content > .btns .free-use .icon {
        width: 22px;
    }

    .graphic-text .item .text-content .tabs {
        gap: 16px;
    }

    .graphic-text .item .text-content .tabs .tab > h3 {
        font-size: 18px;
    }

    .cooperative-enterprise > h2,
    .start-use .text-content > h2 {
        font-size: 30px;
    }

    .comparison-table {
        display: block;
        overflow-x: auto;
    }

    .version-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .version-header-actions {
        display: flex;
        gap: 10px;
        width: 100%;
    }

    .toggle-btn,
    .filter-btn {
        flex: 1;
        justify-content: center;
    }
    /* .plans, .education-plans {
        grid-template-columns: repeat(3, 1fr);
        margin-left: 0;
        margin-right: 0;
        display: grid;
        min-width: none;
    } */
    .plan-card {
    }

    h1 {
        font-size: 1.8rem;
    }

    .version-tab {
        padding: 10px 20px;
    }

    .version-content .comparison-table {
        width: 100%;
        display: revert;
    }

    .item-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
        scrollbar-width: none; /* 隐藏滚动条 - Firefox */
        gap: 0;

        grid-template-columns: 1fr;
    }

    .item-container::-webkit-scrollbar {
        display: none; /* 隐藏滚动条 - Chrome/Safari */
    }

    .plan-card {
        min-width: 60%;
        scroll-snap-align: start;
        border-radius: 0;
        margin-right: 10px; /* 添加微小间隔 */
    }

    .plan-card:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .plan-card:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .comparison-table td {
      width: 23.33%;
      padding: 10px;
    }

    .comparison-table td:nth-of-type(1) {
      width: 30%;
    }
}

/* ≤640：小平板/横屏手机 */
@media (max-width: 640px) {
    .banner {
        padding: 120px 0 30px;
    }

    .banner .text-content > h1 {
        font-size: 26px;
    }

    .banner .text-content > h1 img {
        width: 46px;
    }

    .banner .tabs {
        margin-top: 30px;
    }

    .banner .imgs-area {
        margin-top: 30px;
    }

    .banner .imgs > .img {
        height: 260px;
    }

    .graphic-text .item,
    .cooperative-enterprise {
        padding: 30px 0;
    }

    .cooperative-enterprise .swiper {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info-wrapper {
        padding: 20px 15px;
    }

    .cooperative-enterprise > h2,
    .start-use .text-content > h2 {
        font-size: 28px;
    }

    .start-use .text-content > .btns .btn {
        font-size: 18px;
        padding: 10px 25px;
    }

    .version-container .plan-card h3 {
        font-size: 24px;
    }

    .version-container .plan-card p {
        font-size: 18px;
    }

    .version-container .plan-card span {
        font-size: 20px;
    }

    .version-container .plan-card ul li span {
        font-size: 16px;
    }

    .plan-price {
        line-height: 24px;
    }

    .version-container .plan-card .plan-price .price-period {
        display: none;
    }

    .version-container .plan-card ul li {
        margin-bottom: -10px;
    }

    .version-container .plan-card .plan-features {
        padding: 10px 20px;
    }
    .version-container .plan-card .plan-version-header {
        padding: 25px 0;
    }
    .version-container .plan-card .plan-button {
        width: 80%;
        font-size: 14px;
        height: 40px;
        display: block;
    }

    .version-container .plan-card .plan-but {
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: -10px;
    }

    .item-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
        scrollbar-width: none; /* 隐藏滚动条 - Firefox */
        gap: 0;

        grid-template-columns: 1fr;
    }

    .item-container::-webkit-scrollbar {
        display: none; /* 隐藏滚动条 - Chrome/Safari */
    }

    .plan-card {
        min-width: 60%;
        scroll-snap-align: start;
        border-radius: 0;
        margin-right: 10px; /* 添加微小间隔 */
    }

    .plan-card:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .plan-card:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}

/* ≤480：大屏幕手机 */
@media (max-width: 480px) {
    .banner .imgs > .img {
        height: 220px;
    }

    .banner .text-content > h1 {
        font-size: 32px;
        line-height: normal;
    }

    .banner .text-content > h1 img {
        width: 36px;
    }

    .banner .text-content > .msg {
        font-size: 18px;
    }

    .banner .text-content > .btns .free-use {
        width: 124px;
        height: 40px;
        padding: 14px;
    }

    .banner .text-content > .btns .appointment {
        width: 100px;
        height: 40px;
        padding: 14px;
    }

    .banner .text-content > .btns .free-use .text,
    .banner .text-content > .btns .appointment .text {
        font-weight: 400;
        font-size: 14px;
    }

    .banner .text-content > .btns .free-use .icon {
        width: 15px;
    }

    .banner .tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 60px;
        margin-top: 85px;
    }

    .banner .tabs > .tab,
    .graphic-text .item .text-content .tabs .tab {
        font-size: 13px;
        height: 30px;
        line-height: 18px;
        padding: 6px 10px;
        font-weight: 400;
    }

    .banner .text-content > h1 > span{
        display: none;
    }

    .banner .text-content > h1 .mo {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .graphic-text .item .text-content {
       align-items: center;
    }

    .graphic-text .item .text-content .tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .graphic-text .item .text-content .tabs .tab > h3 {
        font-size: 13px;
        line-height: 18px;
    }

    .version-container .title h2 {
        font-size: 26px;
        color: #171a1d;
        font-weight: 500;
    }

    .version-container .title h2,
    .start-use .text-content > h2 {
        display: none;
    }

    .version-container .title .mo {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        font-size: 32px;
        line-height: normal;
        color: #17181c;
        font-family: PingFang SC;
        font-weight: 600;
        letter-spacing: normal;
    }

    .start-use .text-content > .mo {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        font-size: 28px;
        color: #007fff;
        line-height: normal;
        font-family: PingFang SC;
        font-weight: 500;
        letter-spacing: normal;
    }

    .version-container .title .subtitle {
        color: #17181c;
        font-family: PingFang SC;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: normal;
        opacity: 0.8;
        text-align: center;
        margin-top: 8px;
    }
    
    .header .mo .company-name {
        font-size: 16px;
    }

    .header .mo .operation .btns .btn {
        font-size: 12px;
    }

    .graphic-text .item .text-content .msg-content .msg {
        max-width: 80%;
    }

    .start-use .text-content > .btns .btn {
        font-size: 16px;
        padding: 10px 15px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info h3 {
        height: 120px;
    }

    .cooperative-enterprise .swiper .swiper-slide .info-wrapper {
        height: 252px;
    }

    .version-container .plans {
        gap: 10px;
        /* display: flex; */
    }

    .version-container .plan-card .plan-price {
        margin-bottom: 0;
    }

    .version-content .comparison-table tr th {
        font-size: 16px;
    }

    .version-content .comparison-table tr td {
        font-size: 14px;
    }

    .toggle-btn, 
    .filter-btn{
      font-size: 16px;
    }

    .item-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
        scrollbar-width: none; /* 隐藏滚动条 - Firefox */
        gap: 0;

        grid-template-columns: 1fr;
    }

    .item-container::-webkit-scrollbar {
        display: none; /* 隐藏滚动条 - Chrome/Safari */
    }

    .plan-card {
        min-width: 80%;
        scroll-snap-align: start;
        border-radius: 0;
        margin-right: 10px; /* 添加微小间隔 */
    }

    .plan-card:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .plan-card:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}

/* ≤375：中小屏幕手机 */
@media (max-width: 375px) {
    .banner .imgs > .img {
        height: 200px;
    }
}
