* {
    margin: 0;
    padding: 0
}

body {
    min-width: auto;
    width: 100%;
}

a,button {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

#leftTop {
    position: absolute;
    left: -142px;
    top: -200.67px;
    z-index: 199999;
    width: 568.09px;
    height: 505.01px;
    pointer-events: none;
    transform: rotate(-251deg)
}

/*header {
    width: 100%;
    position: sticky;
    top: 0;
    background: #ffffff;
    height: 90px;
    padding-top: 20px;
    z-index: 99999
}*/

/* ================== Header ================= */
header {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    z-index: 999999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: rgba(255,255,255);

}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
}

.slideInDown {
    /* -webkit-animation-name: slideInDown; */
    animation-name: slideInDown
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

header>div {
    max-width: 1500px;
    margin: 0 auto;
    height: 50px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    user-select: none
}

header>div .headerNav {
    display: flex;
    list-style: none;
    gap: 60px;
    margin-left: 140px
}

/* ------------------------新增代码------------------------------------------------- */
.menuToggle {
    display: none; /* 默认隐藏 */
    cursor: pointer;
}

.menuToggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #3D87DA;
    margin: 5px auto;
    transition: background-color 0.3s ease;
}

/* 当导航按钮被点击时显示图标 */
.menuToggle.open span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.menuToggle.open span:nth-child(2) {
    opacity: 0;
}

.menuToggle.open span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* 下拉菜单样式 */
.headerNavDropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255,255,255,.9);
    width: 100%;
    padding: 10px 0;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.headerNavDropdown.open {
    display: block; /* 当下拉菜单被打开时显示 */
}

.headerNavDropdown a {
    display: block;
    padding: 10px 20px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-weight: bolder;
}
/* ------------------------------------------------------------------------- */

header>div .toUse {
    margin-left: auto
}

header>div .toUse .use {
    width: 90px;
    height: 40px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background: #3D87DA
}

.s1 {
    position: relative;
    height: 890px;
    padding: 50px 50px;
    /* background-image: url(../images/bg2.png);
    background-size: cover;
    background-position: top left; */
    background-color: #FCFCFE;
    user-select: none
}

.s1>.s1-1 {
    position: relative;
    max-width: 1400px;
    margin: auto;
    transform: translateY(-30px)
}

.s1>.s1-1>.s1-1-1 {
    position: absolute;
    top: 209px;
    font-size: 63px;
    font-weight: bolder;
   color: #311F09
/* color: #ffffff */
}

.s1>.s1-1>.s1-1-h3 {
    position: absolute;
    top: 295px;
    font-size: 18px;
    font-weight: bold;
   color: #311F09
/* color: #aaaaaa */
}

.s1>.s1-1>.s1-1-2 {
    position: absolute;
    top: 350px;
    font-size: 20px;
   color: #383838
    /* color: #cbccc0; */
}

.s1>.s1-1>.s1-1-3 {
    position: absolute;
    top: 500px;
    font-size: 20px;
    color: #383838
}   

.s1>.s1-1>.s1-1-3 .useWeb {
    width: 464px;
    height: 74px;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 162px;
/*    background: #3D87DA*/
    background: #04BAAD
}

.s1>.s1-1 .s1-1-4 {
    position: absolute;
    left: 600px;
    top: 160px;
    height: 600px;
    width: 800px
}

.s1>.s1-1 .s1-1-4>img {
    border-radius: 8px;
    width: 100%;
    transition: opacity 1s ease-in-out
}


.visible {
    display: none !important;
    z-index: 1
}

.s2 {
   /* position: relative; */
    /* background-color: #ECF1F7; */
    background-color: rgba(236, 241, 247);
    height: 900px;
    width: 100%;
    /* background-image: url(../images/footer-bg.png); */
    /* background-image: linear-gradient(45deg, rgb(166, 222, 240), rgb(138, 246, 219));
    background-size: cover;
    background-position: top left; */
    user-select: none
}

.s2>.s2-1 {
    position: relative;
    max-width: auto;
    margin: auto
}

.s2>.s2-1>h2 {
    padding-top: 80px;
    font-size: 66px;
    font-weight: 400;
    text-align: center
}

.s2>.s2-1 .s2-1-1 {
    margin: auto;
    margin-top: 40px;
    max-width: 1000px
}

.s2>.s2-1 .s2-1-1>p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #383838
}

.s2>.s2-1 .s2-1-2 {
    margin: 100px auto;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px
}

.s2>.s2-1 .s2-1-2>div {
    border-radius: 10px;
    /* height: 300px; */
    height: auto;
    background-color: #fff
}

.s2>.s2-1 .s2-1-3 {
    display: flex;
    flex-direction: column;
    align-items: center
}

/* 创建一个新的flex容器来包装图片和标题，保持它们垂直排列 */ 
.s2>.s2-1 .s2-1-3 .vertical-container {  
    display: flex;  
    flex-direction: column; /* 垂直排列子元素 */  
    align-items: center; /* 如果需要垂直居中 */  
    margin-right: 20px; /* 为文本内容添加一些右边距 */  
    margin-left: 10px; 
}  

.s2>.s2-1 .s2-1-3 .vertical-container >img {
    margin-top: 20px;
    width: 100px;
    height: 100px
}

.s2>.s2-1 .s2-1-3 .s2-1-4 {
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600
}

.s2>.s2-1 .s2-1-3 .s2-1-5 {
    padding: 15px;
    font-size: 16px;
    line-height: 25px;
    color: #67687B
}

/*.s3 {
    height: 550px;
    padding: 40px 0;
    user-select: none;
    background-color: #ECF1F7
}*/

.s3 {
    /* 设置宽度为浏览器宽度 */
    width: 100%;
    height: 730px;
    overflow: hidden;
    position: relative;
    background-color: #FCFCFE;
    /* background-image: linear-gradient(45deg, rgb(51, 9, 103), rgb(48, 205, 207)); */
}

.s3>.s3-1 {
    position: relative;
    max-width: 1400px;
    margin: auto
}

.s3>.s3-1>h2 {
    padding-top: 40px;
    font-size: 66px;
    font-weight: 400;
    text-align: center;
    color: #253647
    /* color: #93dd9d */
}

.s3>.s3-1 .s3-1-1 {
    margin: auto;
    margin-top: 40px;
    max-width: 1000px;
    margin-bottom: 40px;
}

.s3>.s3-1 .s3-1-1>p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #383838
    /* color: #afd8cf */
}

.s3-images {
    display: flex;
/*    width: 700px;
    height: 360px;*/
    width: 670px;
    height: 320px;
    /* 设置滚动速速率，持续滚动不停 */
    animation: rolling 10s linear infinite forwards;
    /* 添加动画暂停和继续播放的样式 */
    animation-play-state: running;
}

/* 当鼠标悬停时暂停动画 */
.s3-images:hover {
    animation-play-state: paused;
}

.s3-images img {
    flex: 0 0 auto;
    margin-right: 30px; 
    box-shadow:  4px 4px 10px rgba(0,0,0,0.2);
    border-radius: 22px;
}

/* 持续滚动不停 */
@keyframes rolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-3500px);
    }
}

.s4 {
/*    position: relative;*/
    height: 700px;
    padding: 50px 50px;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: top left; 
    background-color: rgba(236, 241, 247);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.s4-content {
    display: flex;
    flex-direction: row;
    max-width: 1400px; /* 可根据需要调整最大宽度 */
    margin-bottom: 80px;
/*    margin: auto*/
}

.s4-image {
    flex: 1;
    margin-right: 300px; /* 可根据需要调整图片与文本之间的间距 */
    /* position: absolute;
    top: 160px;
    height: 600px;
    width: 800px */
}

.s4-image img {
    border-radius: 8px;
    max-width: 130%;
    height: auto;
}

.s4-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s4-text h1 {
    /* top: 209px; */
    font-size: 63px;
    font-weight: bolder;
    color: #311F09
}

.s4-text h3 {
    /* position: absolute; */
    /* top: 295px; */
    font-size: 18px;
    font-weight: bold;
       color: #311F09;
    /* color: #aaaaaa; */
    margin-bottom: 30px;
}

.s4-text p {
    /* position: absolute; */
    /* top: 350px; */
    font-size: 20px;
       color: #383838
    /* color: #6A84BE */
}

.s4-text a:hover {
    background-color: #0056b3; /* 可根据需要调整鼠标悬停时的背景颜色 */
}

.s4-footer-text {
    font-size: 14px; /* 可根据需要调整底部文字的大小 */
    color: #333; /* 可根据需要调整底部文字的颜色 */
}





footer {
    position: relative;
    width: 100%;
    background-color: #0B1024;
    color: #fff
}

footer>div {
    position: relative;
    max-width: 1400px;
    margin: auto;
    padding: 30px 0
}

footer>div>h3 {
    text-align: center
}

footer>div .helpfulLink {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px
}

footer>div .friendLink {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px
}

footer>div .line {
    width: 80%;
    height: 3px;
    margin: 30px auto 20px;
    border-radius: 5px;
    background-color: #ffffff13
}

.ps-1 {
    position: relative;
    height: calc(100vh - 90px);
    padding: 0 50px;
    user-select: none
}

.items-center-box {
    margin: auto;
    width: 100%
}

.creadItem {
    margin-top: 20px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 330px);
    column-gap: 20px;
    margin-bottom: 40px;
    justify-content: center
}

.creadItem>[class*=vip] {
    padding: 15px 25px;
    width: 100%;
    height: 650px;
    background-color: var(--background);
    border-radius: 15px;
    box-shadow: 0 6px 18px 0 rgba(29,41,57,0.14);
    transition: all .3s
}

.creadItem>[class*=vip]>h2 {
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
    font-weight: bold
}

.creadItem>[class*=vip]:hover {
    transform: translateY(-10px)
}

.creadItem>[class*=vip]>.priceInfo {
    text-align: center
}

.creadItem>[class*=vip]>.priceInfo>.rmb {
    font-size: 20px
}

.creadItem>[class*=vip]>.priceInfo>.price {
    font-size: 30px;
    font-weight: bold
}

.creadItem>[class*=vip]>.grade {
    margin-top: 15px;
    display: flex;
    justify-content: center
}

.creadItem>[class*=vip]>.grade>a {
    width: 100%;
    height: 40px
}

.creadItem>[class*=vip]>.grade .grade-button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: #2878ff;
    border-radius: 6px;
    color: #fff
}

.creadItem>[class*=vip]>.grade .grade-button[disabled] {
    cursor: no-drop;
    background: #cfcfcf
}

.creadItem>[class*=vip]>.rights {
    margin-top: 30px
}

.creadItem>[class*=vip]>.rights>ul>li {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    color: var(--textColor);
    font-weight: bold
}

.creadItem>[class*=vip]>.rights>ul>li:first-child {
    margin-top: 0
}

.creadItem>[class*=vip]>.rights>ul>li>span:nth-child(1) {
    font-size: 15px;
    color: #000000
}

.creadItem>[class*=vip]>.rights>ul>li>span:nth-child(2) {
    font-size: 13px;
    color: #6b6b6b
}

.creadItem>.vip1 {
    border-top: 10px #677282 solid
}

.creadItem>.vip1>.fgx {
    color: #677282
}

.creadItem>.vip2 {
    border-top: 10px #2878ff solid
}

.creadItem>.vip2>.fgx {
    color: #2878ff
}

.creadItem>.vip3 {
    border-top: 10px #f10000 solid
}

.creadItem>.vip3>.fgx {
    color: #f10000
}

.creadItem .fgx {
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto
}

.creadItem .fgx>.iconfont {
    font-size: 30px !important
}

.creadItem .fgx::after {
    height: 1px;
    width: 40%;
    top: 50%;
    content: ' ';
    left: 0;
    background-color: var(--hover);
    position: absolute
}

.creadItem .fgx::before {
    height: 1px;
    width: 40%;
    top: 50%;
    content: ' ';
    right: 0;
    background-color: var(--hover);
    position: absolute
}

.mianze {
    margin: auto;
    width: max-content;
    max-width: 1300px
}

.greenText {
    color: #0984e3 !important;
    font-size: 15px !important
}

.card p {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #666
}

.card p.small {
    font-size: 14px
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans
}

.card1>h2 {
    font-size: 20px;
    font-weight: bold;
    transform: translateY(-20px)
}

.card1 {
    display: block;
    position: relative;
    width: 400px;
    background-color: #f2f8f9;
    border-radius: 14px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    user-select: text
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 100% 30%;
    transition: transform .25s ease-out
}

.card1:hover:before {
    transform: scale(21)
}

.card1:hover h2,.card1:hover p {
    transition: all .3s ease-out;
    color: rgba(255,255,255,0.8)
}

.card1:hover h3 {
    transition: all .3s ease-out;
    color: #fff
}

#ClientService {
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 60px;
    height: 60px
}

#ClientService>img {
    width: 100%;
    height: 100%
}

#ClientServiceBox {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000031;
    z-index: 10;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center
}

#ClientServiceBox>.ClientServiceItem {
    position: relative;
    width: 273px;
    height: 410px;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #d6d6d6;
    padding: 0
}

#ClientServiceBox>.ClientServiceItem>img {
    border-radius: 14px;
    height: 100%
}

#ClientServiceBox>.ClientServiceItem>.text {
    font-weight: bold;
    color: #292929
}

.closeBox {
    position: absolute;
    margin: auto;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.document {
    max-width: 1400px;
    margin: auto;
    padding: 0 50px
}

.document>h2 {
    text-align: center;
    font-size: 35px;
    margin-top: 40px;
    color: #0B1024
}

.document>.tips {
    font-size: 18px;
    margin-top: 5px;
    text-align: center
}

.document .docker-install {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 30px
}

.createOrder {
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    background-color: #00000018;
    display: flex;
    justify-content: center;
    align-items: center
}

.createOrder>.orderItem {
    position: relative;
    width: 450px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 3px #afafaf;
    padding: 20px 25px 25px
}

.createOrder>.orderItem>.orderTitle {
    font-size: 20px;
    font-weight: bold
}

.createOrder>.orderItem>.submitBtn>button {
    outline: none;
    padding: 8px 15px;
    background-color: orange;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    transition: all .1s
}

.createOrder>.orderItem>.submitBtn>button:hover {
    background-color: #ff9100
}

.createOrder>.orderItem>.payType {
    display: flex;
    gap: 20px;
    align-items: center
}

.createOrder>.orderItem>.payType>label {
    display: flex;
    align-items: center;
    gap: 10px
}

.createOrder>.orderItem>.payType>label>input {
    outline: none
}

.createOrder>.orderItem>.payType>label>img {
    height: 30px
}

.createOrder>.payOK>.status {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 25px
}

.createOrder>.payOK>.payTips {
    margin-top: 10px;
    text-align: center
}

.createOrder>.payOK>.payClose {
    margin-top: 20px;
    display: flex;
    justify-content: center
}

.createOrder>.payOK>.payClose>button {
    padding: 6px 30px;
    border-radius: 30px;
    background-color: #09a1e8;
    color: #fff
}

.createOrder>.payOK>.authCode {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.createOrder>.payOK>.authCode>b {
    font-size: 20px
}

.createOrder>.payOK>.authCode>div {
    margin-top: 10px;
    padding: 5px 20px;
    background-color: #09a1e8;
    color: #fff;
    border-radius: 60px;
    font-weight: bold;
    font-size: 16px
}

.closeItem {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer
}

.extInstall {
    position: absolute;
    width: max-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 120px;
    display: flex;
    gap: 30px
}

.extInstall>a {
    padding: 10px 20px;
    border-radius: 120px;
    color: #fff;
    display: flex;
    width: 180px;
    justify-content: center;
    align-items: center;
    background: #4c4f54;
    transition: all .4s
}

.extInstall>a>span {
    font-size: 14px
}

.extInstall>a>img {
    width: 25px;
    height: 25px;
    margin-right: 6px
}

.extInstall>a:hover {
    box-shadow: 0 4px 5px rgba(0,0,0,0.1);
    background: #838383
}








/* 媒体查询：当屏幕宽度小于等于 768 像素时应用以下样式 */
@media  screen and (max-width: 768px) {
    body {
        min-width: auto;
    }

    header {
        width: 100%;
        min-width: auto;
        padding: 10px 20px; /* 减少上下间距 */
    }

    header>div {
        max-width: 100%; /* 宽度充满屏幕 */
        padding: 0 0px; /* 减少左右间距 */
        height: auto; /* 自适应高度 */
        display: flex;
        align-items: center;
        justify-content: space-between; /* 调整导航位置 */
    }

    header>div .headerNav {
        display: none; /* 移动端默认隐藏导航 */
        list-style: none;
        gap: 20px; /* 调整导航项间距 */
        margin: 0;
    }

    .menuToggle {
        display: block; /* 显示导航按钮 */
    }

    header > div .toUse {
        display: none; /* 移动端默认隐藏 */
    }

    header > div .toUse .use {
        width: auto; /* 自适应宽度 */
        height: 40px;
        font-size: 14px; /* 减小字体大小 */
        padding: 0 15px; /* 调整内边距 */
        border-radius: 5px;
    }

    /* ================ Section 1 ================ */
    .s1 {
        height: auto; /* 自适应高度 */
        padding: 20px 5px; /* 调整内边距 */
        background-size: cover;
        background-position: center; /* 居中 */
    }

    .s1>.s1-1 {
        position: static; 
        min-width: auto;
        transform: none; /* 移除垂直偏移 */
        text-align: center;
        margin-top: 100px;
    }

    .s1>.s1-1>.s1-1-1 {
        position: static;
        font-size: 40px;
    }

    .s1>.s1-1>.s1-1-h3 {
        position: static; 
        font-size: 16px;
        padding-bottom: 25px; /* 调整下边距 */
    }

    .s1>.s1-1>.s1-1-2 {
        position: static; 
        font-size: 14px;
        padding-bottom: 40px; /* 调整下边距 */
    }

    .s1>.s1-1>.s1-1-3 {
        position: static; 
        font-size: 16px
    }

    .s1>.s1-1>.s1-1-3 .useWeb {
        width: 300px;
        height: 50px;
        font-size: 16px
    }

    .s1 > .s1-1 .s1-1-4 {
        position: static; /* 移除绝对定位 */
        height: auto; /* 自适应高度 */
        width: 100%;
        margin-top: 40px; /* 调整外边距 */
    }

    .s1 > .s1-1 .s1-1-4 > img {
        border-radius: 8px;
        width: 100%;
        height: auto; /* 自适应高度 */
        transition: opacity 1s ease-in-out;
    }

    .extInstall {
        position: static; /* 移除绝对定位 */
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
        gap: 20px; /* 调整链接之间的间距 */
        bottom: 60px; /* 调整底部间距 */
    }

    .extInstall > a {
        width: 100%;
        padding: 10px 60px;
        margin-bottom: 0px; /* 调整链接之间的间距 */
    }

    /* ================ Section 2 ================ */
    .s2 {
        height: auto; /* 自适应高度 */
        padding: 20px 5px; /* 调整内边距 */
    }

    .s2>.s2-1 {
        position: static; 
        max-width: auto;
        margin: auto;
    }

    .s2>.s2-1>h2 {
        padding-top: 50px;
        font-size: 40px
    }

    .s2>.s2-1 .s2-1-1>p {
        font-size: 16px
    }

    .s2>.s2-1 .s2-1-2 {
        margin: 50px 10px;
        grid-template-columns: none;
        grid-template-rows: repeat(2, 1fr);
        gap: 20px
    }

    .s2>.s2-1 .s2-1-2>div {
        height: 200px
    }
    
    /* 创建一个新的flex容器来包装图片和标题，保持.s2-1-3>img和.s2-1-4垂直排列，文本.s2-1-5水平 */
    .s2>.s2-1 .s2-1-3 {  
        display: flex;  
        flex-direction: row;  
        align-items: flex-start; /* 水平排列时顶部对齐 */  
    }

    .s2>.s2-1 .s2-1-3 .vertical-container >img {
        margin-top: 10px;
    }
  
    .s2>.s2-1 .s2-1-3 .s2-1-4 {  
        /* margin-top 不再需要，因为现在是垂直排列在 .vertical-container 中 */  
        font-size: 18px;  
        font-family: 'Poppins';  
        font-weight: 600;  
    }  
  
    .s2>.s2-1 .s2-1-3 .s2-1-5 {  
        padding: 15px 0; /* 调整padding以适应水平排列 */  
        font-size: 16px;  
        line-height: 25px;  
        color: #67687B;  
        flex: 1; /* 让 .s2-1-5 占据剩余空间 */  
        align-self: center; /* 垂直居中 */
        margin-right: 10px; 
    }  
    /* ================ Section 3 ================ */
    .s3 {
        height: auto; /* 自适应高度 */
        padding: 20px 5px; /* 调整内边距 */
    }

    .s3>.s3-1 {
        position: static; 
        max-width: auto;
        margin: auto
    }

    .s3>.s3-1>h2 {
        font-size: 40px
    }
    
    .s3>.s3-1 .s3-1-1>p {
        font-size: 16px
    }

    .s3-images {
        width: 280px;
        height: 135px;
        margin-bottom: 50px;
    }

    .s3-images img {
        margin-right: 10px; 
    }

    /* 持续滚动不停 */
    @keyframes rolling {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-1450px);
        }
    }

    /* ================ Section 4 ================ */
    .s4 {
        height: auto; /* 自适应高度 */
        padding: 50px 5px; /* 调整内边距 */
    }

    .s4-content {
        flex-direction: column;
        margin-right: 0;
        max-width: auto;
        margin-bottom: 30px;
    }

    .s4-image {
        margin-right: 0;
    }

    .s4-image img {
        max-width: 100%;
    }

    .s4-text {
        margin-top: 20px;
        align-self: center;
        text-align: center;
    }

    .s4-text h1 {
        font-size: 40px;
    }

    .s4-text h3 {
        font-size: 16px;
    }

    .s4-text p {
        font-size: 16px;
    }

    .s4-footer-text {
        font-size: 12px;
    }

    footer>div .helpfulLink {
        font-size: 12px
    }

    footer>div .friendLink {
        font-size: 12px
    }

    .ps-1 {
        padding: 0 20px
    }

    .creadItem {
        grid-template-columns: repeat(1, 330px)
    }

    .creadItem>[class*=vip] {
        height: 500px
    }

    .creadItem>[class*=vip]>h2 {
        font-size: 25px
    }

    .creadItem>[class*=vip]>.priceInfo>.rmb {
        font-size: 16px
    }

    .creadItem>[class*=vip]>.priceInfo>.price {
        font-size: 25px
    }

    .creadItem>[class*=vip]>.grade .grade-button {
        font-size: 14px
    }

    .creadItem>[class*=vip]>.rights>ul>li {
        font-size: 14px
    }

    .creadItem>[class*=vip]>.rights>ul>li>span:nth-child(1) {
        font-size: 12px
    }

    .creadItem>[class*=vip]>.rights>ul>li>span:nth-child(2) {
        font-size: 10px
    }


}


