.goods-title-background{
    min-width: 1200px;
    width: 100%;
    background: url('../../images/server/art-bg.png') no-repeat center;
    background-size: cover;
}
.goods-title-box{
    padding: 100px 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: rgb(237, 189, 175);
    color: rgb(181, 40, 0);
    font-size: 12px;
    margin-right: 8px;
    border-radius: 2.5px;
}
.goods-title{
    color: rgb(26, 26, 26);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 14px;
}
.goods-msg{
    color: rgba(102, 102, 102, 0.7);
    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: 14px;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    cursor: pointer;
    border-radius: 4px;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}
.goods-title-btn-buy:hover,.goods-title-btn-contact:hover{
    opacity: .8;
}
.goods-title-btn-buy{
    color: white;
    background: rgb(198, 25, 25);
    margin-right: 20px;
}
.goods-title-btn-contact{
    color: #191919;
    background: white;
}
.server-tab-box{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    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: 3px solid #fff;
    font-size: 16px;
    color: rgb(73, 87, 112);
    margin-bottom: 26px;
}
.server-tab:hover{
    color: rgb(199, 69, 69);
}
.server-tab-active{
    border-color: rgb(198, 25, 25);
    color: rgb(198, 25, 25);
}
.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; /* 允许换行 */
    border-radius: 22px;
    box-shadow: -1px 2px 21px 1px rgb(0 0 0 / .17);
    margin: 20px auto;
    overflow: hidden;
}
.product-rec .tab-wrapper .tab-container .tab-button {
    position: relative;
    padding: 10px 22px;
    border: none;
    background: white;
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    color: #2b2b2b;
    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: rgb(199, 69, 69);
}
.product-rec .tab-wrapper .tab-container .active {
    position: relative; /* 改为相对定位 */
    background: rgb(198, 25, 25);
    color: white;
    z-index: 2; /* 确保高亮按钮在其他按钮之上 */
}
.product-rec .tab-wrapper .tab-container .active:hover{
    color: rgb(255, 255, 255);
}
.product-list-box{
    background: white;
    box-shadow: -1px 2px 21px 1px rgb(0 0 0 / .17);
    border-radius: 35px;
    overflow: hidden;
}
.product-list-title{
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    border-bottom: 1px solid #f0f0f0;
}
.product-list-title div{
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #797979;
    font-weight: bold;
}
.product-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    border-bottom: 1px solid rgb(242, 242, 242);
}
.product-list:nth-child(2n-1) {
    background: rgb(255 249 249);
}
.product-list-item{
    padding: 16px 0;
}
.cpu-title{
    font-size: 15px;
    color: #2b2b2b;
    font-weight: bold;
    margin: 8px 0;
}
.cpu-msg{
    font-size: 12px;
    color: #2b2b2b;
}
.cpu-icon-box{
    display: flex;
    align-items: center;
    
}
.cpu-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    border-radius: 60px;
    padding: 4px 10px;
    margin-right: 10px;
    height: 30px;
}
.cpu-icon:hover{
    opacity: .8;
}
.cpu-icon img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.product-list-item-normal{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: bold;
}
.product-list-item-normal img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.product-list-item-price{
    font-size: 22px;
    color: rgb(28, 191, 137);
    font-weight: bold;
    text-align: right;
}
.product-list-item-price span{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.product-list-item-buy{
    display: block;
    font-size: 15px;
    color: #ffffff;
    height: 36px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    border-radius: 60px;
    font-weight: bold;
    transition: all .3s;
    background: #ff7005eb;
}
.product-list-item-buy1{
    display: block;
    font-size: 15px;
    height: 36px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    border-radius: 60px;
    font-weight: bold;
    transition: all .3s;
    background: #d9d9d9!important;
    color: #666!important;
    border-color: #ccc !important;
    cursor: not-allowed;
    width: 100%;
}
.product-list-item-buy:hover{
    color: white;
    background: rgb(198, 25, 25);
}
.advantage-background{
    padding: 60px 0 20px 0;
    background: rgb(18, 18, 18);
}
.public-title{
    margin: 80px 0 0  0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.public-text{
    margin:0 0 40px 0;
    font-size: 16px;
    color: #333;
    /* font-weight: bold; */
    text-align: center;
}
.advantage-box{
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: var(--feature-margin-bottom);
    margin-bottom: 0;
    padding: 20px;
}
.advantage{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.advantage-box-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.advantage-box-text{
    font-size: 14px;
    color: #818181;
    line-height: 1.6;
}
.advantage-box img{
    width: 50px;
    margin-bottom: 20px;
     filter: hue-rotate(180deg);
}
.section-control{
    background-color: #131418;
    margin-top: 70px;
}
.section-control1{
    background-color: #131418;
    display: flex;
    justify-content: space-between;
    padding: 50px ;
}
.section-control-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    line-height: 2;
}
.section-control-left-title{
    font-size: 16px;
    font-weight: bold;
    font-size: 35px
}
.section-control-left-text{
    font-size: 16px;
}
.section-control-right{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.section-control-right-item img{ 
    width: 25%;
    margin-bottom: 20px;
}
.section-control-right-item{
    background-color: #ffffff0a;
    padding: 20px 35px;
    border-radius: 8px;
    transition: background-color .25s ease;
    color: #a5a5a5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.advantage-item{
    width: 48%;
    display: flex;
    margin-bottom: 60px;
}
.advantage-item-img{
    width: 80px;
    height: 80px;
    margin-right: 18px;
}
.advantage-item-text div:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 30px;
}
.advantage-item-text div:nth-child(2){
    font-size: 13px;
    color: #777;
    line-height: 24px;
}
.register-box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.register-item{
    position: relative;
    width: 24%;
    height: 102px;
    border: 1px solid rgb(212, 214, 218);
    background: linear-gradient(222.825deg, rgb(245, 245, 249) 34.381%, rgb(170, 170, 172) 93.9048%);
    padding: 12px;
    display: flex;
}
.register-item::after{
    display: block;
    content: '';
    width: 130px;
    height: 100px;
    position: absolute;
    background: url('../../images/domain/5f4bb870-9522-11f0-b516-01273b10e6d1.png') no-repeat;
    background-size: cover;
    right: 0;
    bottom: 0;
}
.register-item-number{
    padding: 5px;
    background: white;
    border-radius: 50%;
    font-size: 16px;
    color: rgb(198, 25, 25);
    font-weight: bold;
    margin-right: 12px;
    height: fit-content;
}
.register-item-text div:nth-child(1){
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}
.register-item-text div:nth-child(2){
    font-size: 13px;
    line-height: 20px;
    color: #777;
}
.recommend-product-item{
        border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-style: solid;
    border-radius: 12.5px;
}
.recommend-product-card-title{
    display: flex;
    font-size: 20px;
    font-weight: bold;
    margin: 16px;
}
.recommend-product-card-text{
        font-size: 17px;
    font-family: "PingFang SC";
    text-align: left;
    color: rgb(198, 25, 25);
    font-weight: bold;
    margin: 16px;
}
.recommend-product-line hr{
    border-color: rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.recommend-product-body{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 16px;
}
.recommend-product-item-select{
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.452);
    border-style: solid;
    border-radius: 4.5px;
    text-align: center;
    padding: 4px;
    font-size: 12px;
}
.recommend-product-any{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    
}
.recommend-product-item-select-name{
    font-size: 12px;
    margin: 8px 0px;
}
.recommend-product-item-price{
    margin-top: 32px;
    margin-bottom: 24px;
    text-align: center;
}
.recommend-product-item-btn{
    background-color:rgb(198, 25, 25) ;
    border-bottom-left-radius:12.5px ;
    border-bottom-right-radius:12.5px;
}
.recommend-product-buy{
    padding: 10px 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recommend-product-item-btn:hover{
    background-color: rgb(242, 177, 56);
}
.phone-product-list{
    display: none;
}
.question-title{ 
    margin: 80px 0 40px 0;
    text-align: center;
    font-weight: bold;
    font-weight: bold;
    font-size: 25px;
}
.dropdown-container {
    margin:18px;
    color: #5e636e;
}

details {
    border: none;
    margin: 0;
    padding: 0;
}

summary {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 18px 20px;
    cursor: pointer;
    list-style: none; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    box-sizing: border-box;
    border: rgb(212, 214, 218) 1px solid;
}


summary::after {
    content: "^";
    font-size: 12px;
    transition: transform 0.3s ease;
}

details[open] summary::after {
    transform: rotate(180deg);
    
}
summary:hover {
    /* border: rgb(212, 214, 218) 1px solid; */
    color: #1062fe;
}
summary:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(91, 124, 181, 0.279);
}

.dropdown-content {
    border: 1px solid rgb(212, 214, 218);
    border-top: none;
    padding: 15px;
    margin-top: -1px; 
    background-color: white;
    box-sizing: border-box;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    box-shadow: -3px 17px 27px -7px rgba(91, 124, 181, 0.279);
   
}

.question-body{
    margin: 0px 0 100px 0;
}
.section-icon{
    width: 79%;
    height: 55%;
    margin-bottom: 20px;
}
.advantage-box-icon{
    width: 52%;
    height: 100%;
}
@media(max-width: 1200px){ 
    .goods-title-background{
        min-width: auto;
    }
    .recommend-product-any{
        grid-template-columns: repeat(1, 1fr);
    }
    .advantage-box{
        flex-direction: column;
    }
    .advantage-item{
        width: 100%;
    }
    .register-box{
        flex-direction: column;

    }
    .register-item{
        width: 100%;
    }
     .goods-title-box{
        width: 1024px;
    }
    .server-tab-box>div{
        padding-bottom: 0px;
    }
    .product-mobile-item-line {
        width: 100%;
        height: 1px;
        background: #F2F2F2;
        margin: 15px 0;
    }
    .product-list-box{
        display: none;
    }
    .phone-product-list{ 
        display: block;
        width: 92%;
        background: white;
        box-shadow: 0px 4px 12px 0px rgba(41, 57, 87, 0.342);
        padding: 22px 6%;
        margin: 0 auto 12px auto;
        border-radius: 10px;
        overflow: hidden;
    }
    .product-mobile-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        padding: 5px 0;
    }
    .product-list-item1{
        width: 80%;
        display: flex;
        width: 100%;
        justify-content: center;
    align-content: center;
    }
    .cpu-msg{
        align-content: center;
        /* justify-content: center; */
    }
    .product-list-title1 {
        font-family: sans-serif;
    color: #555353;
    width: 100px;

}
.phone-product-any{
    width: 80%;
    display: flex;
    justify-content: center;
    align-content: center;
    border: #6867673b 1px solid;
    padding: 5px 0;
}
.phone-product-list-name{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}
.advantage-item{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.advantage-item-text{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center; 
}
.product-list-btn{
    margin-top: 10px;
}
.advantage-item{
    width: 100%;
}
.register-box{
    flex-direction: column;
}
.register-item{
    width: 100%;
    margin-bottom: 20px;
}
.public-title{
    margin: 30px 0;
}
.advantage {
    grid-template-columns: repeat(1, 1fr);
}
.section-control1{
    flex-direction: column;
}
.section-control-right{
    margin-top: 20px;
}
}