.goods-img-box{
    margin-top: 50px;
    padding-left: 55px;
    position: relative;

}
.cover{
    width: 360px;
    height: 260px;
    float: left;
}

.goods-imgs{
    float:left;

    width: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 75px;
}

.goods-imgs img{
    width: 100%;
    height: 60px;
    margin-bottom: 20px;

    padding: 2px 2px;
}

.goods-imgs .activate{
    border: 1px solid #00A629;
    border-radius: 6px;
}

.goods-title{
    font-size: 18px;
    font-weight: 700;
}

.goods-price .r-price{
    font-size: 20px;
    color: #ff1924;
    font-weight: 700;
    
}
.goods-price .r-price .twd{
    font-size: 12px;

}

.goods-price .s-price{
    font-size: 12px;
    text-decoration: line-through;
    color: #808080;
}

.go-shopping-btn{
    display: inline-block;
    width: 240px;
    height: 48px;
    line-height: 48px;
    background: #00A629;
    border-radius: 24px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.goods-info-title-box{
    position: relative;
    margin-bottom: 10px;
}
/* .discount{
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #E6FAEB;
    border-radius: 16px;
    text-align: center;
    font-size: 20px;
    color: #00A629;
    position: absolute;
    right: -90px;
    top: 0;
} */
.goods-master{
    padding-left: 35px;
    padding-right: 35px;
}
.goods-info{
    margin-top: 40px;
}
.goods-info-left{
    float:left;
    position: relative;

}
.goods-info-right{
    float:right;
    margin-top: 36px;
    position: relative;
}

.conceal{
    color: #00A629;

    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.spec-item{
    margin-bottom: 14px;

}
.goods-spec{
    padding: 24px;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    margin-bottom: 30px;
}

.spec-title{
    font-size: 13px;
    font-weight: 500;
    color: #1A1A1A;
    width: 150px;
    display: inline-block;
}

.spec-value{
    font-size: 13px;
    color: #999999;
}

.details-header{
    height: 80px;
    background: #FAFAFA;
    color: #00A629;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
}
.details-content{
    margin-top: 30px;

}
.details-item{
    margin-top: 10px;
}

.details-label{
    border-bottom: 1px solid #E6E6E6;
}
.details-label span{
    display: inline-block;
    text-align: center;
    color: #00A629;
    font-size: 16px;
    width: 104px;
    height: 32px;
    line-height: 32px;
    background: #F9F9F9;
    border-radius: 10px 10px 0px 0px;
}

.details-value{
    padding: 16px 21px;
    font-size: 14px;
    color: #333;

}

.details-value img{
    width: 100%;
    display: block;
}