.main{
    margin-top: 50px;
}
.title{
    font-size: 32px;
    font-weight: 300;
}
.main-box{
    margin-top: 48px;
}
.cate-main{
    width: 140px;
}

.cate{
    border-top: 1px solid #c8c8c8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cate .p-name{
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;

}
.sub-cate{

    margin-top: 5px;
}
.sub-cate p{
    line-height: 40px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;

}

.sub-cate p:hover{
    background: #000;
    color: #fff;
    /*border-radius: 6px;*/
}


.cate-activate{
    background: #000;
    color: #fff;
}



.cate-main,.product-main{
    float:left;
}
.product-main{
    margin-left: 55px;
    width: 920px;
}

.product-row{

}


.product-item{
    width: 280px;
    float:left;
    margin-left: 40px;
    margin-bottom: 30px;
    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;
    overflow: hidden;
}

.product-item:nth-child(3n+1){
    margin-left: 0;
}

.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-text .percentage .num{
    font-size: 36px;
    font-weight: bold;
}*/

.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{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.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 > .product-desc .product-title{
   /* color: #C69B6F;*/
}

.product-desc{
    padding: 15px;
    text-align: center;
}

.product-item img{
    width: 280px;
    height: 280px;
}


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

    margin: 0 auto;
    -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-title:hover{
    /*color: #C69B6F;*/
}


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

.product-price{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-go-cart{
    width: 145px;
    height: 40px;
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    float: right;
    font-size: 16px;
}
.product-go-cart i{
    margin-right: 8px;
}

.product-bottom .cart_input{
    float:left;
    position: relative;
}

.product-bottom .cart_input .iconfont{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background: #F5F5F5;
    height: 40px;
    line-height: 40px;
    width: 24px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;

    -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}

.product-bottom .cart_input .raise-cart-num{
    right: 0;
}

.product-bottom .cart_input input{
    width: 90px;
    height: 40px;
    border: 1px solid #F0F0F0;
    text-align: center;
}

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


.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;
    border: none;
    color: #FF9C00!important;
}


.attribute-item .iconfont{
    font-size: 14px;
    color: #E6E6E6;

}
.attribute-item .attribute-activate2{

    border: none;
    color: #b3b3b3;
}
