main {
    line-height: 1.8;
}


/** {*/
/*    outline: 1px dotted red !important;*/
/*}*/

.bold {
    font-weight: bold;
}

.banner {
    background: linear-gradient(to right, #1732BB, #416CCA);
    color: #eee;
}

.banner-container {
    display: flex;
    max-width: 1350px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 114px 0;
}

.banner .text {
    margin: 8rem 3rem;
    flex: 1;
}

.banner .text li {
    list-style: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAGZJREFUKFNj/LqLS4rhP4MkAwOTLwNW8G8zAyPDc8avO7mMoYokGRj+p6GqZZzFwMDwnIHh32bGrzt5GhgYQCb+T+O6YIai7pvBKQYGBohiqML/9eiKYDqgihsHXiFRniE2eIgMcACDUkbjPByUAQAAAABJRU5ErkJggg==);
    padding: 9px;
    margin-left: 10px;
    font-size: 16px;
}

.banner h1 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 2rem;
}

.banner-image-container {
    flex: 1.5;
}

.banner-image-container img {
    width: 95%;
    max-width: 756px;
    max-height: 385px;
    object-fit: scale-down;
}


.description {
    display: flex;
    flex-wrap: wrap;
    max-width: 1350px;
    width: 95%;
    margin: 10rem auto;
}

.description > * {
    flex: 1 1 400px;
}

.description > .img-div {
    margin: 20px;
}

.description img,.description video {
    max-width: 700px;
    width: 100%;
}

.description .text {
    margin: 0 0 70px 20px;
    /*width: 240px;*/
}

.description .text h2,
.function h2,
.function h3.active,
.function h4,
.advantage .card h3,
.compat h2,
.scene h2, .scene h3
{
    color: #162FB8;
    font-weight: bold;
    font-size: 22px !important;
}

.arch {
    background: linear-gradient(to right, #1832BA, #325EDB);
    color: #eee;
}

.arch-container {
    width: 1350px;
    margin: 0 auto;
}

.arch-container h2,
.function h2,
.advantage h2,
.case h2,
.compat h2,
.scene h2
{
    text-align: center;
    font-weight: bold;
    padding-top: 56px;
    font-size: 22px !important;
}

.arch-container .info {
    display: flex;
}
.arch-container .info p {
    flex: 1;
    align-content: center;
    margin-right: 4rem;
}
.arch-container .info img {
    width: 650px;
    transform: translateX(36px);
    margin-bottom: 7rem;
}

.arch {
    background: linear-gradient(to right, #1832BA, #325EDB);
    color: #eee;
    padding: 40px 0; /* Add padding for better spacing */
}

.arch-container {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
}

.arch-container h2 {
    font-weight: bold;
    padding-top: 40px;
    font-size: 3rem;
}

.arch-container .info {
    display: flex;
    flex-wrap: wrap; /* Allows stacking on smaller screens */
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 20px;
}

.arch-container .info p {
    flex: 1;
    max-width: 600px;
    text-align: justify;
    margin: 0 auto;
}

.arch-container .info img {
    max-width: 100%; /* Makes image responsive */
    height: auto;
    transform: none;
    margin-bottom: 4rem;
    max-height: 500px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .arch-container .info {
        flex-direction: column; /* Stack elements */
        text-align: center;
    }

    .arch-container .info p {
        margin-right: 0;
    }

    .arch-container .info img {
        width: 80%;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .arch-container h2 {
        font-size: 1.75rem;
    }

    .arch-container .info img {
        width: 100%;
        max-width: 400px;
    }
}


.function {
    width: 1350px;
    margin: 0 auto;
}

.function img {
    width: 500px;
    margin: 0 6rem;
}

.function .info {
    display: flex;
    margin: 12rem auto;
}

.function .info .text {
    width: 587px;
    align-content: center;
}
@media (max-width: 1350px) {
    .function {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .nav2-title {
        display: none;
    }
    .function .info {
        display: flex;
        margin: 8rem auto;
    }
    .function img {
        width: 400px;
        margin: 0 6rem;
    }
}
@media (max-width: 850px) {
    .function .info {
        display: flex;
        margin: 8rem auto;
    }
    .function img {
        width: 300px;
        margin: 0 6rem;
    }
}
@media (max-width: 700px) {
    .function .info {
        display: flex;
        margin: 0 auto;
        align-items: center;
        flex-direction: column;
    }
    .function img {
        width: 300px;
        margin: 0 6rem;
        display: none;
    }
    .function .info .text {
        width: 80%;
        align-content: center;
        margin-top: 0;
        height: 220px;
    }
    .nav2-content {
        margin-top: 20px !important;
        text-align: left;
    }
}
.advantage {
    background: linear-gradient(to right, #1732BB, #416CCA);
    color: #eee;
    padding: 50px 0;
}

.advantage .adv-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

/* 标题优化 */
.advantage .adv-container h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 轮播盒子 */
.advantage .slideBox {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* 卡片布局 */
.advantage .cards {
    display: inline-flex;
    gap: 3rem;
    justify-content: space-around;
    /* display: flex; */
    width: 100%;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}

/* 每个卡片 */
.advantage .card {
    background: #fff;
    text-align: center;
    padding: 2rem;
    margin: 6rem 8px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
    flex: 1;
}

.advantage .card:hover {
    transform: translateY(-5px);
}

/* 卡片内部元素调整 */
.advantage .card > * {
    position: relative;
    top: -40px;
}

.advantage .card > img {
    max-width: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.advantage .card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.advantage .card p {
    font-size: 14px;
    color: #666;
    margin: 3rem 1rem;
}

/* 小圆点（导航） */
.hd {
    text-align: center;
    margin-top: 20px;
}

.hd ul {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
}

.hd ul li {
    width: 16px; /* 调整为小长条 */
    height: 8px;
    background: #ddd;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s;
}

.hd ul li.on {
    background: orange;
}

/* 🌟 响应式轮播 🌟 */
@media screen and (max-width: 1200px) {
    .advantage .cards {
        /* flex-wrap: nowrap; */
        width: 100%;
        flex: 1;
    }

    .advantage .card {
        width: 340px;
        margin: 3rem 0;
        flex: 1;
    }
}

@media screen and (max-width: 800px) {
    .advantage .card {
        width: 340px;
        flex: 1;
    }
}




@media (max-width: 800px){
    .section h2, .scene h2, .case-container  h2{
        font-size: 22px !important;
    }
    .section h3, .scene h3, .case-container  h3{
        font-size: 20px !important;
    }
}



.compat h2 {
    margin-bottom: 4rem;
}

.accordion {
    position: relative;
    height: 500px;
    margin: 0 auto;
    width: 1350px;
}

.accordion h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;
}

.accordion .item {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    transition: width 0.3s ease, left 0.3s ease;
}

.accordion .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
}
@media (max-width: 1200px) {
    .accordion {
        position: static; /* 取消绝对定位 */
        height: auto; /* 高度自适应 */
        width: 100%; /* 宽度自适应 */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .accordion .item {
        position: relative; /* 取消绝对定位 */
        width: 95%; /* 变为 80% 宽度 */
        height: 158px; /* 变为固定高度 */
    }

    .overlay {
        padding: 30px 24px;
    }
}

.scene {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.scene h3 {
    font-size: 18px;
}
.scene .cards {
    display: inline-flex;
    gap: 3rem;
    justify-content: space-around;
}

.scene>div {
    text-align: -webkit-center;
}

.scene .card img {
    width: 100%;
}
.scene .card {
    color: #333;
    flex: 1;
    width: 410px;
    justify-items: center;
    padding: 1rem;
    margin: 8rem 0;
    text-align: left;
}
.scene .prev, .scene .next {
    display: block;
    position: absolute;
    margin-top: -26px;
    top: 50%;
    z-index: 2;
}
.scene .prev {
    left: 3%;
}
.scene .next {
    right: 3%;
}
.scene .prev:hover, .scene .next:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.product .case {
    background: #02019F;
    color: #eee
}

.case-container {
    width: 80%;
    margin: 0 auto;
}
.case-container h3 {
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
}

.case-container h3::before {
    content: "";
    display: block;
    position: absolute;
    top: -85px; /* Adjust vertical positioning */
    left: -100px;
    width: 140px; /* Icon width */
    height: 107px; /* Icon height */
    background-image: url('/wp-content/themes/zCloud/img/products2025/backup/quote.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.case-container .text {
    padding: 4rem 0 11rem;
}

.case-container .pill-container {
    display: flex;
    gap: 15px;
    padding: 30px;
    justify-content: center;
}

.case-container .pill {
    width: 80px;
    height: 10px;
    background-color: #ddd7;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.case-container .pill.active {
    background-color: #eeee;
}

@media (max-width: 1000px) {
    .banner .text {
        flex: 1 1 500px;
    }
    .banner-image-container {
        flex: 1;
    }
}

@media (max-width: 750px) {
    .banner .text {
        margin: 1rem;
    }
}

@media (max-width: 400px) {
    .scene .card {
        color: #333;
        flex: 1;
        width: 330px !important;
        justify-items: center;
        padding: 1rem;
        margin: 8rem 0;
        text-align: left;
    }
}

.nav2-title {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 50%, rgba(51, 51, 51, 0) 100%);
    position: relative;
}

.nav2-title-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
}

.nav2-title-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.nav2-title-item {
    position: absolute;
    left: 400px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav2-title-one {
    position: absolute;
    left: 400px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav2-title-two {
    position: absolute;
    right: 400px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav2-title-three {
    position: absolute;
    right: 500px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav2-title-four {
    position: absolute;
    right: 180px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav2-title-five {
    position: absolute;
    right: 130px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nav2-title-six {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nav2-title-seven {
    position: absolute;
    right: 130px;
    top: 50%;
    transform: translate(-50%, -50%);
}

    text-align: center;
}

.nav2-title .title {
    font-size: 18px;
    color: #5a5a5a;
    margin-top: 22px;
    font-weight: bold;
    width: 240px;
    position: absolute;
    left: -50%;
    transform: translate(-33%, 0);
}

.nav2-title .title.active {
    color: #0d0ba3;
    font-weight: bold;
}

.nav2-content {
    margin-top: 120px;
    text-align: left;
}

.nav2-content>div {
    display: none !important;
}

.nav2-content>div.active {
    display: flex !important;
    /* text-align: justify;
    font-size: 14px;
    line-height: 19px;
    color: #fff; */
}

.nav2-content-box {
    width: 750px;
}

.nav2-title img{
    margin: 0;
    width: unset;
}
