.main{
    /*margin-bottom: 50px;*/
}
.product-item{
    position: relative;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 20px;
    padding-right: 20px;
}

.product-item:last-child{
    border-bottom: none;
}

.product-item:hover > .goods .product-info .product-btn a{
    color: #fff;
    background: #26A73C;
}

.product-item .goods{
    display: flex;
}

.product-img-box{
    width: 240px;
    float:left;
}

.product-img-box img{
    width: 100%;
}

.product-img{
    width: 100%;
}

.product-info-box{
    position: relative;
    margin-left: 10px;
    float:left;
    width: 360px;
}

.product-info{
    float:left;
    position: absolute;
    width: 378px;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

.product-title{
    font-size: 18px;
    position: relative;
    font-weight: 700;
}

.product-spec-box{
    color: #808080;
    text-indent: -6px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
}



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

.product-price-box .r-price{
    color: #ff1924;
    font-size: 20px;
    font-weight: 700;
}
.product-price-box .r-price .twd{
    font-size: 13px;
    margin-right: 4px;

}

.product-btn a{
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #F5F5F5;
    border-radius: 18px;
    font-size: 14px;
    color: #26A73C;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.conceal{
    font-size: 14px;
    color: #26A73C;
    text-align: center;
    margin-top: 10px;
}
.product-title-box{
    position: relative;
    width: 340px;
}
/* .discount{
    width: 72px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #26A73C;
    border-radius: 14px;
    font-size: 18px;
    color: #26A73C;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
} */
