.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;
}
.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: #333;
    height: 36px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    border-radius: 60px;
    border: 2px solid rgb(198, 25, 25);
    font-weight: bold;
    transition: all .3s;
}
.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;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.advantage-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.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;
}