.goods{
    margin-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
}

.goods-img{
    width: 440px;
    float:left;
}

.info{
    width: 600px;
    float:left;
    margin-left: 80px;
}

.info .goods-name{
    font-size: 26px;
    font-weight: 500;
}

.goods-price{
    margin-top: 10px;
    display: flex;
    align-items: center;

}

.goods-price .r-price{
    color: red;
}

.goods-price .unit{
    font-size: 16px;
}

.goods-price .number{
    font-size: 24px;
}


.goods-outline{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 12px;
}

.goods-outline .desc{
    font-size: 14px;
    color: #dfa627;
    background-color: #fff8e5;
    padding: 10px 20px;
    margin-top: 0;
    border-radius: 8px;
}


.attribute{
    margin-top: 20px;
    margin-bottom: 20px;
}

.attribute-item{
    margin-bottom: 15px;
}

.attribute-item .attribute-name{
    font-size: 14px;
    width: 50px;
    display: inline-block;
}

.attribute-item .attribute-activate{

    /*background-image:-webkit-linear-gradient(180deg, #FF9C00, #FFC231);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;*/
    /* background: linear-gradient(180deg, #FF9C00, #FFC231);*/
    border: none;
    color: #FF9C00!important;
}

.attribute-item .iconfont{
    font-size: 14px;
    color: #E6E6E6;
    /*margin-right: 8px;*/
}

.present{
    background: #F7F7F7;
    padding: 6px 29px;
    border-radius: 6px;
    margin-top: 12px;
}

.present p{
    font-size: 14px;
    line-height: 30px;
}

.safety{
    padding-left: 4px;
    margin-top: 20px;
}

.safety-item{
    display: flex;
    float: left;
    margin-right: 40px;
}

.safety-item img,.safety-item p{
    float:left;
    align-self: center;
}
.safety-item p{
    font-size: 14px;
    margin-left: 5px;
}
.safety-item img{
    width: 21px;
    height: 21px;
}


.goods-cart{
    margin-top: 40px;
}
.goods-attr{
    margin-top: 20px;
    font-size: 14px;
}
.goods-attr ul{
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    padding-left: 0;
    padding-right: 0;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;

}
.goods-attr .spec .spec-item{
    text-align: center;
}

.goods-attr .spec .spec-item .spec-btn{
    border: 1.5px solid #e6e6e6;
    border-radius: 6px;
    padding: 4px 12px;
    text-align: center;
    display: inline-block;
    min-width: 90px;
    color: #333;
    font-size: 14px;
}
.goods-attr .spec .spec-item .spec-price{
    margin-top: 2px;
    color: #B3B3B3;
    text-align: center;
    font-weight: 500;
}
.goods-attr .spec .spec-item .spec-price em{
    font-style: normal;
    font-size: 11px;
    padding-right: 2px;
}

.goods-attr .spec .spec-item.active .spec-btn{
    border-color: #26b44b;
    color: #26b44b;
}
.goods-attr .spec .spec-item.active .spec-price{
    color: #FA3737;
}

.cart-input{
    width: 160px;
    height: 48px;
    border: 1px solid #CCCCCC;
    border-radius: 99px;
    padding-left: 50px;
    padding-right: 50px;
    text-align:center;
    font-size: 16px;
}

.su-cart{
    position: relative;
    width: 160px;
    float:left;
}

.su-cart i{
    font-size: 16px;
    position: absolute;
    width: 50px;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}

.cart-add{
    right: 0;

}

.cart-reduce{
    left: 0;
}

.cart-disable{
    color: #B3B3B3!important;
    cursor: not-allowed!important;
}

.add-cart-btn{
    width: 320px;
    height: 48px;
    background: #26b44b;
    border-radius: 99px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    display: inline-block;
    margin-left: 24px;
}

.add-cart-btn i{
    margin-right: 8px;
}


.introduce{
    margin-top: 98px;
}

.introduce .separator{
    height: 1px;
    background: #ccc;
    width: 100%;
}

.introduce .carve{
    position: relative;
}

.introduce .carve p{
    font-size: 24px;
    position: absolute;
    z-index: 2;
    left:50%;
    top: -50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 140px;
    text-align: center;
}


.product-item {
    width: 300px;
    float: left;
    margin-left: 60px;
    margin-bottom: 60px;
    padding-bottom: 15px;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
    position: relative;
}


.product-item .marker-right{
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.product-item .marker-text{
    position: absolute;
    width: 95px;
    display: block;
    height: 95px;
    right: 3px;
    top: 0;
    color: #fff;
    font-size: 14px;
    text-align: right;

}

.product-item .marker-text .percentage img{
    text-align: right;
    width: 37px;
    height: auto;
    float: right;
    margin-top: 5px;
}

.product-item .marker{
    display: block;
    font-size: 14px;
    border-top: 0 solid #C69B6F;
    border-left: 0 solid transparent;
    color: #fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;


}

.product-item:hover .marker-right{
    right: 0;
    top: 0;
}

.product-item:hover .marker-right>.marker{


    border-top-width: 95px;
    border-left-width: 95px;
    /*border-left: 95px solid transparent;*/
}



.product-item:hover{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.product-item:hover > .product-info .product-name{
    /*color: #C69B6F;*/
}

.product-item:first-child{
    margin-left: 0;
}

.product-item img {
    width: 300px;

}

.product-desc {
    padding: 15px;
}

.product-title {
    font-size: 18px;
    font-weight: 500;
    width: 205px;
}

.attribute {
    margin-top: 20px;
    margin-bottom: 20px;
}

.attribute-item {
    margin-bottom: 15px;
}

.product-price {

}

.product-go-cart {
    width: 160px;
    height: 40px;
    background: #208b3b;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
}
.product-go-cart i{
    margin-right: 5px;
}

.product-price .unit {
    font-size: 16px;
}

.product-price .number {
    font-size: 32px;
}

.product-list{
    margin-top: 68px;
    display: flex;
    justify-content: center;
}

.product-item .product-name{
    font-size: 18px;

    font-weight: 500;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.product-item .product-name:hover{
    /*color: #C69B6F;*/
}

.product-info{

    text-align: center;
}

.goods-content img{
    max-width: 100%;
}

.product-item .attribute-item .attribute-activate2 {
    border: none;
    color: #b3b3b3;
}
