@CHARSET "UTF-8";

/* 禁用整个页面滚动，只允许商品描述盒子内部滚动 */
/* html, body {
    overflow: hidden;
    height: 100%;
} */

/* 当商品描述区域显示时，允许其内部滚动 */
body.goods-desc-active {
    overflow: hidden;
}

.wst-w{
    width:1200px;margin-left: auto;margin-right: auto;
}

.gd-page-wrap{
    width: 100%;
    background: #ffffff;
}
.gd-top-wrap{
    width: 100%;
    background: #ffffff;
    padding: 40px 0 30px;
}
.gd-inner{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.gd-main-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 0;
}
.gd-left{
    flex: 1;
    min-width: 0;
    max-width: 520px;
}
.gd-right{
    flex: 0 0 586px;
    width: 586px;
}
.gd-video-box{
    margin-bottom: 10px;
}
.gd-main-img{
    width: 100%;
    background: #333333;
    overflow: hidden;
}
.gd-main-img ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.gd-main-img ul li{
    width: 100%;
}
.gd-main-img ul li img{
    width: 100%;
    height: 420px;
    display: block;
    cursor: default;
}
.gd-thumb-row{
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 16px;
}
.gd-thumb-item{
    width: 130px;
    height: 80px;
    border: 2px solid transparent;
    overflow: hidden;
    cursor: pointer;
    background: #333333;
    flex-shrink: 0;
}
.gd-thumb-item.active{
    border-color: #C60119;
}
.gd-thumb-item img{
    width: 100%;
    height: 100%;
    display: block;
}
.gd-shop-row{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}
.gd-shop-avatar{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #d9d9d9;
    flex-shrink: 0;
}
.gd-shop-text{
    min-width: 0;
}
.gd-shop-name{
    display: block;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 6px;
}
.gd-shop-name:hover{
    color: #C60119;
}
.gd-shop-biz{
    margin: 0;
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
}
.gd-title{
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    line-height: 1.45;
    margin: 0 0 28px;
}
.gd-price-row{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}
.gd-price-label{
    font-size: 16px;
    color: #333333;
}
.gd-price{
    font-size: 34px;
    font-weight: 700;
    color: #C60119;
    line-height: 1;
}
.gd-market-price{
    font-size: 16px;
    color: #999999;
    text-decoration: line-through;
}
.gd-row-label{
    font-size: 15px;
    color: #333333;
    flex-shrink: 0;
    width: 72px;
    margin: 0;
}
.gd-option-row,
.gd-quantity-row,
.gd-delivery-row{
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}
.gd-quantity-row{
    align-items: center;
}
.gd-style-btn{
    padding: 8px 50px;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.gd-style-btn.active{
    border-color: #C60119;
    color: #C60119;
}
.gd-spec-box{
    margin-bottom: 18px;
}
.gd-spec-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.gd-spec-options{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gd-spec-option{
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.gd-spec-option.j-selected,
.gd-spec-option:hover{
    border-color: #C60119;
    color: #C60119;
}
.gd-quantity-box{
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 2px;
    overflow: hidden;
    background: #ffffff;
}
.gd-quantity-box .quantity-btn{
    width: 36px;
    height: 36px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #333333;
    line-height: 36px;
    text-align: center;
    padding: 0;
    background-color: #fff;
}
.gd-quantity-box .quantity-btn:hover{
    background: #eeeeee;
}
.gd-quantity-box .quantity-input{
    width: 50px;
    height: 36px;
    border: none;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: center;
    font-size: 14px;
    outline: none;
}
.gd-stock-text{
    margin-left: 16px;
    font-size: 13px;
    color: #999999;
}
.gd-delivery-info{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    padding-top: 2px;
}
.gd-delivery-line{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.gd-delivery-text{
    color: #333333;
}
.gd-delivery-edit{
    color: #C60119;
    text-decoration: none;
}
.gd-delivery-edit:hover{
    text-decoration: underline;
}
.gd-delivery-tip{
    color: #1AA844;
    font-size: 13px;
}
.gd-action-btns{
    display: flex;
    gap: 20px;
    margin-top: 36px;
}
.gd-btn-buy,
.gd-btn-cart{
    flex: 1;
    max-width: 260px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    box-sizing: border-box;
}
.gd-btn-buy{
    background: #C60119;
    color: #ffffff;
    border: 2px solid #C60119;
}
.gd-btn-buy:hover{
    background: #a50115;
    border-color: #a50115;
    color: #ffffff;
}
.gd-btn-cart{
    background: #ffffff;
    color: #333333;
    border: 2px solid #C60119;
}
.gd-btn-cart:hover{
    background: #fff5f6;
    color: #C60119;
}
.gd-detail-section{
    width: 100%;
    background: #ffffff;
}
.gd-detail-title{
    margin: 0 0 30px;
    padding-top: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: #333;
    line-height: 1.4;
}
.gd-detail-content{
    background: #ffffff;
    padding: 0 0 60px;
    min-height: 200px;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    text-align: left;
}
.gd-detail-content img{
    max-width: 100%;
    height: auto;
    display:block !important;
    vertical-align: top;
    margin: 0 auto;
}
.gd-detail-content .wst-attrs-list{
    text-align: center;
    margin: 0 auto 20px;
}
.gd-detail-content .wst-attrs-list li,
.gd-detail-content .brand_name{
    float: none;
    display: inline-block;
    text-align: center;
}
@media (max-width: 992px){
    .gd-main-box{
        flex-direction: column;
    }
    .gd-left{
        max-width: 100%;
    }
    .gd-right{
        flex: none;
        width: 100%;
    }
    .gd-main-img ul li img{
        height: auto;
        max-height: 420px;
    }
    .gd-thumb-row{
        justify-content: flex-start;
    }
    .gd-action-btns{
        flex-direction: column;
    }
    .gd-btn-buy,
    .gd-btn-cart{
        max-width: 100%;
    }
}