.goods-title-background{
    min-width: 1200px;
    width: 100%;
    background: url('../images/cloud_banner06.png') no-repeat center;
    background-size: cover;
}
.goods-title-box{
    margin: auto;
    width: 1200px;
    padding: 90px 10px;
}
.tag-box{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.tag-box div{
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    text-align: center;
    background: linear-gradient(-90deg, #FB2D37 0%, #FF6052 100%);
    color: white;
    font-size: 12px;
    margin-right: 8px;
}
.goods-title{
    color: #293957;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 14px;
}
.goods-msg{
    color: #191919;
    font-size: 16px;
    line-height: 30px;
    max-width: 700px;
    margin-bottom: 30px;
}
.goods-title-btn{
    display: flex;
    align-items: center;
}
.goods-title-btn-buy,.goods-title-btn-contact{
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    cursor: pointer;
}
.goods-title-btn-buy{
    color: white;
    background: #006eff;
    margin-right: 20px;
}
.goods-title-btn-contact{
    color: #191919;
    background: white;
}
.gradient-background{
    padding-bottom: 60px;
    /* background: linear-gradient(0deg, #FFFFFF 0%, #DCE7F3 100%); */
    background: white;
}
.classify-title{
    margin: 60px 0 40px 0;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #191919;
}
.product-table{
    box-shadow: 0px 4px 12px 0px rgb(41 57 87 / 8%);
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.product-table-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
}
.product-table-head-item{
    text-align: center;
    font-size: 14px;
    color: #191919;
    font-weight: bold;
    height: 51px;
    line-height: 51px;
}
.product-table-head-processor{
    padding-left: 24px;
}
.product-table-row{
    position: relative;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}
.product-table-row:hover{
    box-shadow: 0px 4px 12px 0px rgb(41 57 87 / 8%);
    position: relative;
    z-index: 2;
}
.product-table-row-sale{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 50px;
    height: 36px;
}
.product-table-row-sale div:nth-child(1){
    position: absolute;
    left: -61px;
    top: -39px;
    height: 80px;
    font-size: 12px;
    background: linear-gradient(90deg, #ff9191 0, rgb(248, 54, 40) 100%);
    line-height: -44px;
    transform: rotate(-45deg);
    width: 80px;
}
.product-table-row-sale div:nth-child(2){
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 11px;
    color: white;
    transform: rotate(-45deg);
}
.product-table-row-item{
    text-align: center;
    font-size: 14px;
    color: #191919;
}
.product-table-row-processor{
    padding-left: 24px;
}
.product-table-row-item-processor{
    color: #293957;
    margin-top: 4px;
}
.product-table-row-item-price{
    font-size: 22px;
    color: #FF3B20;
}
.product-table-row-item-price .unit{
    font-size: 12px;
}
.product-table-row-item-buy{
    display: inline-block;
    width: 104px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: #006eff;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.product-table-row-item-soldout{
    display: inline-block;
    width: 104px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: linear-gradient( 90deg , #d2cfc9 0%, #ada7a1 100%);
    font-size: 14px;
    color: #fff;
    cursor: default;
}
.test-ip{
    width: 1200px;
    margin: 24px auto 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #3D485D;
    text-align: center;
    background: url('../images/cloud_img02.png') no-repeat;
    background-size: cover;
}
.test-ip span{
    color: #006eff;
}
.other-background{
    background: white;
    padding-bottom: 60px;
}
.help-container{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.help-box{
    width: 590px;
    background: #fff;
    border: 1px solid #fff;
    padding: 24px 0;
    box-shadow: 0px 4px 12px 0px rgba(41,57,87,0.08);
    margin-bottom: 60px;
}
.help-box:hover{
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}
.help-box-top{
    padding: 0 24px;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.help-box-top img{
    width: 48px;
    height: 48px;
    margin-right: 8px;
}
.help-box-top div{
    color: #191919;
    font-size: 18px;
    font-weight: 500;
}
.help-box-item{
    padding: 6px 24px;
    margin-bottom: 20px;
}
.help-box-item:hover .help-box-item-title div{
    color: #006eff;
}
.help-box-item-title{
    display: flex;
    justify-content: space-between;
    color: #191919;
    font-size: 16px;
    font-weight: 520;
    cursor: pointer;
}
.help-box-item-title .iconfont{
    color: #999;
    font-size: 22px;
}
.help-box-item-title .icon-guanbi{
    display: none;
}
.help-box-item-active{
    padding: 20px 24px;
    background: #f3f5f8;
    border-radius: 4px;
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%), inset -8px -8px 20px 0 #fff;
}
.help-box-item-active .help-box-item-title{
    margin-bottom: 14px;
}
.help-box-item-active .icon-tianjia{
    display: none;
}
.help-box-item-active .icon-guanbi{
    display: inline;
}
.help-box-item-active-show{
    width: 90%;
    color: #293957;
    font-size: 14px;
    line-height: 20px;
    display: none;
}
.help-box-item-active .help-box-item-active-show{
    display: block;
}
.help-box-item-active-show a{
    color: #006eff;
}
.guarantee-item{
    margin: 0 0 32px 24px;
    cursor: pointer;
}
.guarantee-item:hover .guarantee-title{
    color: #006eff;
}
.guarantee-title{
    font-size: 16px;
    color: #191919;
    margin-bottom: 10px;
}
.guarantee-msg{
    font-size: 14px;
    color: #293957;
}
.article-box{
    width: 1200px;
    background: #fff;
    border: 1px solid #fff;
    padding: 24px 24px 4px 24px;
    box-shadow: 0px 4px 12px 0px rgba(41,57,87,0.08);
    margin: auto;
}
.article-box-top{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.article-box-top div{
    color: #191919;
    font-size: 18px;
    font-weight: 500;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
}
.article-list-item{
    width: 33%;
    padding-right: 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #3D485D;
    margin-bottom: 20px;
}
.article-list-item:hover{
    color: #006eff;
}
.article-list-item span{
    color: #C0C0C0;
    margin-right: 4px;
}
.server-tab-box{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin: auto;
    width: 1200px;
    padding-top: 30px;
}
.server-tab-box>div{
    max-width: 100%;
    width: max-content;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    padding-bottom: 20px;
    justify-content: center;
}
.server-tab-box::-webkit-scrollbar{
    height: 7px;
}
.server-tab-box::-webkit-scrollbar-thumb{
    background: rgb(176, 202, 230);
    border: 1px solid #fff;
}
.server-tab-box::-webkit-scrollbar-button{
    display: none;
}
.server-tab{
    padding: 0px 9px 12px;;
    border-bottom: 4px solid #fff;
    font-size: 16px;
    color: rgb(73, 87, 112);
    margin-bottom: 26px;
}
.server-tab:hover{
    color: #538fdc;
}
.server-tab-active{
    border-color: #006eff;
    color: #006eff;
}
.product-mobile-box{
    display: none;
}
.product-price-origin{
    text-decoration: line-through;
    /* margin-left: 8px; */
    color: #999;
    font-size: 14px;
}
.product-rec .tab-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.product-rec .tab-wrapper .tab-container {
    position: relative;
    display: flex; /* 继续使用 flex */
    flex-wrap: wrap; /* 允许换行 */
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    overflow: hidden;
    background: #f8f9fa; /* 背景色 */
}
.product-rec .tab-wrapper .tab-container .tab-button {
    position: relative;
    padding: 12px 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    color: #181818;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 1;
    /*margin: 4px; !* 为每个按钮添加间距 *!*/
}
.product-rec .tab-wrapper .tab-container .tab-button:hover{
    color: #538fdc;
}
.product-rec .tab-wrapper .tab-container .active {
    position: relative; /* 改为相对定位 */
    background: #007BFF;
    border-radius: 8px;
    color: #fff;
    z-index: 2; /* 确保高亮按钮在其他按钮之上 */
}
.server-tab-box{
    padding: 10px 0 0 0;
}
.advantage-box,.scene-box{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 60px auto;
}
.advantage-item,.scene-item{
    width: 32%;
    height: 150px;
    padding: 10px;
    display: flex;
    transition: all .3s;
    border-radius: 12px;
    margin-bottom: 10px;
}
.scene-item{
    display: block;
    height: 190px;
    text-align: center;
}
.advantage-item:hover,.scene-item:hover{
    box-shadow: 0px 2px 12px 6px rgba(52, 65, 91, 0.08);
}
.advantage-item img{
    width: 52px;
    height: 52px;
    margin-right: 10px;
}
.advantage-item-msg div:nth-child(1),.scene-item-title{
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
}
.advantage-item-msg div:nth-child(2),.scene-item-msg{
    margin-top: 8px;
    font-size: 14px;
    color: #7a8ba6;
    text-align: left;
}
.scene-item img{
    width: 52px;
    height: 52px;
}
.compare-con {
    display: flex;
    align-items: center;
    transform: scale(100%);
    width: 1200px;
    margin: 0 auto 60px auto;
}
.compare-con .mini1 {
    position: relative;
    display: inline-block;
    flex: 1;
    padding: 24px;
    border-radius: 16px 0 0 16px;
    box-shadow: 0px 2px 24px 12px rgba(52, 65, 91, 0.08);
}
.compare-con .mini1 .title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}
.compare-con .mini1 .adv-list {
    padding-top: 15px;
    margin-top: 15px;
}
.compare-con .mini1 .adv-list:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
.compare-con .mini1 .adv-list .sub-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.compare-con .mini1 .adv-list .adv-item {
    color: #374151;
    margin-bottom: 16px;
}
.compare-con .mini1 .adv-list .adv-item .tick {
    background: url("../images/right.webp");
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
}
.compare-con .mini1 .adv-list .adv-item .info {
    font-size: 14px;
    line-height: 24px;
}
.compare-con .mini1 .adv-list .adv-item .info .desc {
    font-size: 14px;
    color: #dbeafe;
}
.compare-con .mini1 .adv-list .adv-item .info .check::before {
    position: absolute;
    left: -25px;
    top: 2px;
    content: "";
    background: url("../images/check2.webp") !important;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat !important;
    background-size: 70% !important;
    background-position: center !important;
    background-color: #F3F4F6 !important;
    border-radius: 50% !important;
}
.compare-con .mini1 .adv-list .adv-item .info .info-text {
    position: relative;
    margin-left: 30px;
    height: 28px;
    line-height: 28px;
}
.compare-con .mini1 .adv-list .adv-item .info .info-text::before {
    position: absolute;
    left: -25px;
    top: 2px;
    content: "";
    background: url("../images/close.webp");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-color: #F3F4F6;
    border-radius: 50%;
}
.compare-con .mini2 {
    flex: 1;
    position: relative;
    border-radius: 0 16px 16px 0;
}
.compare-con .wuyouyun {
    position: relative;
    display: inline-block;
    color: #fff;
    flex: 1.5;
    padding: 30px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(to bottom right, #3b82f6, #2563eb);
    top: -15px;
}
.compare-con .wuyouyun .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}
.compare-con .wuyouyun .tag {
    width: 52px;
    height: 28px;
    line-height: 28px;
    background-color: #FACC15;
    border-radius: 16px;
    color: #1E3A8A;
    text-align: center;
    font-weight: 600;
    position: absolute;
    right: 20px;
}
.compare-con .wuyouyun .adv-list {
    padding-top: 15px;
    margin-top: 15px;
}
.compare-con .wuyouyun .adv-list:not(:last-child) {
    border-bottom: 1px solid #60a5fa;
}
.compare-con .wuyouyun .adv-list .sub-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.compare-con .wuyouyun .adv-list .adv-item {
    margin-bottom: 16px;
}
.compare-con .wuyouyun .adv-list .adv-item .info {
    font-size: 16px;
    line-height: 24px;
}
.compare-con .wuyouyun .adv-list .adv-item .info .desc {
    font-size: 14px;
    color: #dbeafe;
}
.compare-con .wuyouyun .adv-list .adv-item .info .tick {
    vertical-align: text-top;
    margin-right: 10px;
    background: url("../images/check.webp");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-color: #5B90EC;
    border-radius: 50%;
}
.compare-con .wuyouyun .adv-list .adv-item .info .info-text {
    position: relative;
    margin-left: 30px;
    height: 28px;
    line-height: 28px;
}
.compare-con .wuyouyun .adv-list .adv-item .info .info-text::before {
    position: absolute;
    left: -25px;
    top: 2px;
    content: "";
    background: url("../images/check.webp");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-color: #5B90EC;
    border-radius: 50%;
}

/* 手机样式 */
@media (max-width: 1024px) {
    .goods-title-background{
        min-width: unset;
    }
    .goods-title-box{
        width: 92%;
        padding: 30px 0;
    }
    .goods-title{
        font-size: 18px;
        font-weight: 550;
    }
    .goods-msg{
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
        color: #333;
    }
    .tag-box div{
        border-radius: 4px;
    }
    .goods-title-btn-buy, .goods-title-btn-contact{
        width: fit-content;
        height: fit-content;
        line-height: unset;
        padding: 8px 18px;
        font-size: 14px;
        border-radius: 4px;
    }
    .gradient-background{
        padding-bottom: 30px;
    }
    .server-tab-box{
        overflow: hidden;
        overflow-x: scroll;
        width: 92%;
    }
    .server-tab-box>div{
        max-width: unset;
    }
    .server-tab{
        font-size: 14px;
        padding: 0 12px 16px;
    }
    .server-tab-box::-webkit-scrollbar{
        display: none;
    }
    .classify-title{
        margin: 30px 0;
        font-size: 16px;
        font-weight: 550;
    }
    .product-table{
        display: none;
    }
    .product-mobile-box{
        position: relative;
        display: block;
        width: 92%;
        background: white;
        box-shadow: 0px 4px 12px 0px rgb(41 57 87 / 8%);
        padding: 22px 6%;
        margin: 0 auto 12px auto;
        border-radius: 10px;
        overflow: hidden;
    }
    .product-mobile-box:last-child{
        margin-bottom: 0;
    }
    .product-table-row-sale-phone{
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(90deg, #ff9191 0, #FF1F11 100%);
        border-bottom-right-radius: 10px;
        color: white;
        font-size: 12px;
        padding: 3px 12px;
    }
    .product-mobile-item{
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .product-mobile-item:last-child{
        margin-bottom: 0;
    }
    .product-mobile-item-title{
        width: 86px;
        font-size: 13px;
        color: #293957;
    }
    .product-mobile-item-msg{
        flex: 1;
        font-size: 13px;
        color: #191919;
    }
    .product-table-row-item-buy{
        width: 100%;
        text-align: center;
    }
    .product-table-row-item-soldout{
        width: 100%;
        text-align: center;
    }
    .product-mobile-item-line{
        width: 100%;
        height: 1px;
        background: #F2F2F2;
        margin: 22px 0;
    }
    yyy-option-box{
        max-height: 180px;
    }
    yyy-option-box::-webkit-scrollbar{
        width: 6px;
    }
    .test-ip{
        width: 100%;
        padding: 0 4%;
    }
    .help-container{
        width: 100%;
        flex-wrap: wrap;
    }
    .help-box{
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
        margin-bottom: 30px;
    }
    .help-box-top{
        padding: 0;
    }
    .help-box-top img{
        width: 40px;
        height: 40px;
    }
    .help-box-top div{
        font-size: 16px;
    }
    .guarantee-item{
        margin: 0 0 20px 0;
    }
    .guarantee-title{
        font-size: 14px;
    }
    .guarantee-msg{
        font-size: 12px;
    }
    .help-box-item{
        padding: 6px 0;
    }
    .help-box-item-title{
        font-size: 14px;
    }
    .help-box-item-title .iconfont{
        font-size: 20px;
    }
    .help-box-item-active-show{
        font-size: 12px;
    }
    .help-box-item-active{
        padding: 12px;
    }
    .article-box{
        width: 100%;
        padding: 24px 4%;
    }
    .article-box-top img{
        width: 40px;
        height: 40px;
    }
    .article-box-top div{
        font-size: 16px;
    }
    .other-background{
        padding-bottom: 30px;
    }
    .product-rec .tab-wrapper .tab-container .tab-button{
        font-size: 14px;
        padding: 8px 16px;
    }
    .advantage-box,.scene-box{
        width: 92%;
    }
    .advantage-item,.scene-item{
        width: 100%;
        height: fit-content;
    }
    .advantage-item-msg div:nth-child(1),.scene-item-title{
        font-size: 14px;
        height: 42px;
        line-height: 42px;
    }
    .advantage-item-msg div:nth-child(2),.scene-item-msg{
        font-size: 12px;
    }
    .compare-con-title,.compare-con{
        display: none;
    }
}