.container{
    background: #fcfcfc;
}
.main{
    margin-top: 70px;
    margin-bottom: 30px;
}
.wrapper{
    width: 1000px;
}
.title{
    font-size: 32px;
    font-weight: 300;
    padding-left: 38px;
}
.main-box{
    margin-top: 48px;
}
.cate-main{
    width: 160px;
}

.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: #C69B6F;
    color: #fff;
    border-radius: 6px;
}


.cate-activate{
    background: #C69B6F;
    border-radius: 6px;
    color: #fff;
}



.cate-main,.product-main{
    float:left;
}
.product-main{

    width: 100%;
}


.product-item{
    padding: 20px 38px;
    border-top: 1px solid #e6e6e6;

    -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:first-child{
    border-top:none;
}

.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.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;


}

.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: 20px;
    float:left;
    width: 525px;
   /* position: relative;*/
    margin-left: 10px;
}
.product-img-box{
    width: 212px;
    float:left;
}
.product-item img{
    width: 100%;

}


.product-title{
    font-size: 16px;
    font-weight: 500;
/*    width: 205px;*/

    -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-bottom{
    width: 160px;
    position: absolute;
    right: 20px;
    top: 50px;
}

.product-price .unit{
    font-size: 14px;
    margin-right: 4px;
}

.product-price .number{
    font-size: 20px;
}
.product-price{
    text-align: center;
    margin-bottom: 26px;
    font-weight: 400;
}
.product-bottom .cart-num-box {
    position: relative;
    display: inline-block;
}

.product-bottom .cart-num-box .iconfont {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #1a1a1a;
    font-size: 18px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
}
.product-bottom .cart-num-box .cart-add {
    right: 4px;
}

.product-bottom .cart-num-box .cart-reduce {
    left: 4px;
}

.product-bottom .cart-num-box .cart-disable {

    background: #DADADA;
    color: #fff;
    cursor: not-allowed!important;
}

.product-bottom .cart-num-box .cart-num-input {
    width: 160px;
    height: 32px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #1a1a1a;
    font-size: 18px;
    text-align: center;
    outline: none;

}

.product-go-cart{
    width: 160px;
    height: 32px;
    background: #1a1a1a;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    display: block;

    font-size: 14px;
}
.product-go-cart i{
    margin-right: 8px;
}

.attribute{
    margin-top: 30px;
    margin-bottom: 10px;
}

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

.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;
}
.product-row{
    margin-bottom: 20px;
}
.product-row h2{
    font-weight: 100;
    font-size: 26px;
    padding-left: 38px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
.product-row:first-child h2{
    border-bottom:none;
    padding-bottom:0;
}
