.goods-title-background{
    min-width: 1200px;
    width: 100%;
    background: url('../../images/server/art-bg.jpg') 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;
}
.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: 3px solid #fff;
    font-size: 16px;
    color: rgb(73, 87, 112);
    margin-bottom: 26px;
}
.server-tab:hover{
    color: #538fdc;
}
.server-tab-active{
    border-color: rgb(0, 123, 255);
    color: rgb(0, 123, 255);
}
.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; /* 确保高亮按钮在其他按钮之上 */
}
.product-list-box{
    width: 1200px;
    margin: auto;
    border: 1px solid rgb(242, 242, 242);
    background: white;
}
.product-list-title{
    background: rgb(235, 241, 252);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid rgb(242, 242, 242);
}
.product-list-title div{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.product-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid rgb(242, 242, 242);
}
.product-list-item{
    padding: 16px 0;
}
.cpu-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}
.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: #333;
    font-weight: bold;
}
.product-list-item-normal img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.product-list-item-price{
    font-size: 23px;
    color: rgb(245, 74, 0);
    font-weight: bold;
    text-align: right;
    margin-bottom: 16px;
}
.product-list-item-price span{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.product-list-item-buy{
    display: block;
    font-size: 14px;
    color: white;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    background: rgb(0, 86, 255);
    text-align: center;
    width: 100%;
}
.product-list-item-buy:hover{
    opacity: .8;
}
.advantage-box{
    width: 1200
}
.public-title{
    margin: 80px 0;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.advantage-box{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.advantage-item{
    width: 32.5%;
    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: rgb(15, 17, 21);
    margin-bottom: 20px;
}
.advantage-item-text div:nth-child(2){
    font-size: 13px;
    color: rgb(138, 140, 153);
    line-height: 24px;
}
.introduction-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 80px auto;
}
.introduction-left,.introduction-right{
    width: 47%;
}
.introduction-left-tag{
    width: fit-content;
    font-size: 12px;
    color: white;
    background: rgb(0, 123, 255);
    padding: 3px 9px;
    border-radius: 60px;
    margin-bottom: 16px;
}
.introduction-left-tag:hover{
    opacity: .8;
}
.introduction-left-title{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 26px;
}
.introduction-left-msg{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 16px;
}
.introduction-left-img-box{
    display: flex;
    align-items: center;
}
.introduction-left-img{
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 6px;
    background: rgb(234, 241, 255);
    margin-right: 76px;
}
.introduction-left-img div{
    position: absolute;
    bottom: 7px;
    left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    border-radius: 6px;
    background: linear-gradient(rgb(77, 77, 77) 2.15316e-14%, rgb(0, 0, 0) 100%);
}
.introduction-left-img img{
    width: 48px;
    height: 48px;
}
.introduction-right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.introduction-right-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 274px;
    height: 88px;
    border-radius: 6px;
    border: 1px solid rgb(222, 226, 230);
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.introduction-right-item img{
    width: 50px;
    height: 50px;
    margin-right: 18px;
}