body{
    background-color: #fff;
}
.wrapper{
    width: 1100px;
}
.goods{
    margin-top: 64px;

}
.img-box{
    position: relative;
    width: 400px;
    height: 400px;
    float: left;
}
.goods-img{
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.floor{
    position: absolute;
    z-index: 1;
    right: 23px;
    top: 60px;
    color: #fff;
}

.floor .floor-title{
    font-size: 36px;
    margin-bottom: 30px;
}
.floor .transfer{
    font-size: 14px;

    width: max-content;
    width: -moz-max-content;
    margin: 0 auto;
}
.floor .transfer li{
    margin-bottom: 16px;
}
.floor .transfer .s1{
    font-weight: 500;
    border-right: 2px solid #fff;
    width: 50px;
    display: inline-block;
    float: left;
}

.floor .transfer .s2{
    font-weight: 500;
    width: 50px;
    display: inline-block;
    text-align: right;
    float: left;
}

.attribute {

    position: absolute;
    z-index: 1;
    bottom: 12px;
    left: 20px;
    color: #fff;
}
.attribute .attribute-item {
    display: flex;
    margin-bottom: 4px;
}
.attribute .attribute-item .attribute-name {
    font-size: 14px;
    margin-right: 10px;
    width: 52px;
}
.attribute .attribute-item .attribute-val {
    display: inline-block;
}
.attribute .attribute-item .attribute-val i {
    display: inline-block;
    width: 7px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    height: 14px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 3px;
}
.attribute .attribute-item .attribute-val .on {
    background-color: #fff;
}


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

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

.goods-price{
    margin-top: 10px;
}

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

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


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

.goods-outline .desc{
    font-size: 14px;
}


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

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

.visit{
    font-size: 14px;
    margin-top: 8px;
}
.visit-number{
    background-color: #00594E;
    color: #fff;
    padding: 0 12px;
    margin: 0 4px;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.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 p i{
    vertical-align: middle;
    margin-right: 3px;
}
.safety-item img{
    width: 21px;
    height: 21px;
}


.goods-cart{
    margin-top: 32px;
}

.cart-input{
    width: 160px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 40px;
    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: 40px;
    background: var(--button-bg-color);
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    margin-left: 24px;
    border-radius: 40px;
}

.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;
    height: 300px;
}

.product-desc {
    padding: 15px;
}

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

.product-price {
    float: left;
}

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

.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;
    width: 205px;
    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{
    padding-left: 15px;
    padding-right: 15px;
}

.goods-content img{
    margin: 0 auto;
}

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