
.none{
    display:none !important;
}
.product-banner{
    width: 100%;
    height: 320px;
    background-color: #e3dfe6;
    position: relative;
    padding:35px 35px 35px 35px;
    box-sizing: border-box;
}
.product-banner .contain{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.product-banner  ul{
    width: 10000px;
}
.product-banner a{
    width: 224px;
    position: relative;
    height: 250px;
    float: left;
    background-color: #fff;
    margin-right: 2px;
}
.product-banner .content img{
    width: 180px;
    height: 180px;
    margin-left: 30px;
    transition: all 1s;
}
.product-banner a :hover img{
    transform: scale(1.1);
}
.product-banner .content h5{
    color:#373737;
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.product-banner .content p{
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.product-banner .content span{
    color:#f69421;
}
.product-banner .icon{
    position: absolute;
    right: 0;
    width: 85px;
    height: 22px;
    background-color: #ff4d4d;
    top: 26px;
    border-radius: 11px 0 0 11px;
    color:#fff;
    text-align: center;
    line-height: 22px;
}
h2{
    height: 42px;
    line-height: 42px;
    color:#393939;
    font-weight: 600;
}
.product-select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #39393d;
}
.product-select a{
    color:#ececed;
    float: left;
    margin-left: 30px;
}
.product-select a:hover{
    color:#f69421;
}
.product-select .li_active{
    color:#f69421;
    font-weight: 600;
}
.product-select span{
    display: inline-block;
    color:#ececed;
    position: relative;
}
.product-select span i{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 8px;
    border:1px solid #fff;
    position: absolute;
    font-style: normal;
    top: 12px;
    left: -26px;
    box-sizing: border-box;
}
.product-select span i:hover{
    border:1px solid #f69421;
}
.product-select span i em{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    display: none;
}
.product-select .clickActive{
    font-weight: 600;
}
.product-select .clickActive i{
    border:1px solid #f69421;
}
.product-select .clickActive i em{
    display:block;
}
.product-price{
    width: 100%;
    height: 40px;
    color:#39393d;
}
.product-price .left{
    height: 40px;
    line-height: 40px;
}
.product-price .left span{
    color:#39393d;
    font-weight: 600;
    margin-left: 32px;
}
.product-price .left a{
    color:#39393d;
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px
}
.product-price .left .priceActive{
    background-color: #39393d;
    color:#fff;
}
.product-price .right{
    height: 40px;
}
.product-price .right input{
    display: inline-block;
    width: 88px;
    height: 24px;
    box-sizing: border-box;
    border:1px solid #434343;
    border-radius: 12px;
    margin-top: 8px;
}
.product-price .right i{
   display: inline-block;
   height: 1px;
   width: 10px;
   background-color: #39393d;
   margin-top: 9px;
   margin-right: 3px;
   margin-left: 3px;
}
.product-price .right a{
    width: 52px;
    height: 24px;
    display: inline-block;
    border-radius: 12px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #39393d;
    color:#ececed;
    line-height: 24px;
    text-align: center;
}
.product-main{
    border-left:1px solid #e1e1e1;
    border-top:1px solid #e1e1e1;
    box-sizing: border-box;
    width: 1201px;
}
.product-main .content{
    width: 300px;
    height: 300px;
    position: relative;
    box-sizing: border-box;
}
.product-main .content .factoryVip{
    width: 44px;
    position: absolute;
    right: 22px;
    top: 20px;
}
.product-main .content a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    padding-left: 30px;
    padding-right: 24px;
    box-sizing: border-box;
    padding-top: 19px;
    border-bottom:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
}
.product-main .content a h3{
    font-size: 14px;
    color:#39393d;
    font-weight: 600;
}
.product-main .content a h3 span{
    font-size: 12px;
}
.product-main .content a .img{
    width: 180px;
    height: 180px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -90px;
}
.product-main .content a .img img{
    /* margin:0 auto; */
    cursor: pointer;
    transition: all 1s;
    width: 180px;
    height: 180px;
}
.product-main .content a:hover .img img{
    transform: scale(1.1);
}
.product-main .content a .left{
    position: absolute;
    bottom: 12px;
    left: 30px;
}
.product-main .content a .right{
    bottom: 12px;
    right: 24px;
    position: absolute;
}
.product-main .content a p{
    line-height: 16px;
    color:#6e6e70;
   margin-top: 200px;
}
.product-main .content a p:hover{
    text-decoration: underline;
}
.product-main .content a .left span{
    margin-top: 15px;
    display: inline-block;
    color:#6e6e70;
}
.product-main .content a .right span{
    margin-top: 15px;
    display: inline-block;
    color:#6e6e70;
}
.product-main .content a .left p{
    font-weight: 600;
    color:#f69421;
    text-decoration: none;
}
.product-page{
    width: 100%;
    height: 116px;
}
.product-hot{
    width: 100%;
    height: 32px;
}
.product-hot .left{
    color:#39393d;
    font-weight: 600;
    font-size: 18px;
}
.product-hot .right{
    height: 32px;
    line-height: 32px;
}
.product-hot .right a{
    color:#a3a3a3;
}
.product-hot-content{
    width: 100%;
    height: 278px;
    background-color: #fffbfb;
    margin-bottom: 30px;
}
.product-hot-content a{
    position: relative;
    display: inline-block;
    width: 299px;
    padding-left: 30px;
    padding-top: 40px;
    padding-right: 24px;
    height: 278px;
    box-sizing: border-box;
    float: left;
}
.product-hot-content a p{
    color:#373737;
}
.product-hot-content>img{
    height: 130px;
    width: 1px;
    float: left;
    margin-top: 74px;
}
.product-hot-content a h2{
    font-size: 14px;
    color:#39393d;
    font-weight: 600;
}
.product-hot-content a span{
    font-size: 12px;
}
.product-hot-content a .img{
    width: 200px;
    height: 160px;
    position: absolute;
    left: 50%;
    /* top: 50%; */
    margin-left: -100px;
    /* margin-top: -50px; */
    overflow: hidden;
    text-align: center;
    padding-left: 24px;
    box-sizing: border-box;
}
.product-hot-content a .img img{
    width: 160px;
    height: 160px;
    cursor: pointer;
    transition: all 1s;
}
.product-hot-content a:hover img{
    transform: scale(1.1);
}
.product-hot-content a p{
    margin-top: 173px;
}
.product-hot-content a p:hover{
    text-decoration: underline;
}
.product-hot-content a .left{
    position: absolute;
    bottom: 20px;
    left: 30px;
    color:#f69421;
    font-weight: 600;
}
.product-hot-content a .right{
    position: absolute;
    bottom: 15px;
    right: 24px;
}
.product-page{
    padding-top: 38px;
    box-sizing: border-box;
    text-align: center;
}
.product-page a{
   display: inline-block;
   width: 40px;
   height: 40px;
   border-radius: 8px;
   border: 1px solid #d9d9d9;
   text-align: center;
   line-height: 40px;
   color:#888888;
   margin-right: 10px;
}
.product-page a:hover{
    color:#fff;
    background-color: #ffae61;
}
.product-page .pre{
    width: 74px;
    margin-right: 20px;
}
.product-page .next:hover{
    background-color: #f8f8f8;
    color:#888;
}
.product-page .pre:hover{
    background-color: #f8f8f8;
    color:#888;
}
.product-page .adSure:hover{
    background-color: #f8f8f8;
    color:#888;
}
.pageActive{
    color:#fff !important;
    background-color: #ffae61 !important;
}
.page-active{
    background-color: #f8f8f8;
    color:#888;
}
.product-page .next{
    width: 74px;
}
.product-page input{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    text-align: center;
    line-height: 40px;
    color:#888888;
    margin-right: 10px;
}
.product-page .adSure{
    width: 74px;
}
.product-main .content a>p{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }
  .product-main .content a>p:hover{
    text-decoration: underline;
  }
  .product-main .content a>p {
    position:relative;
    line-height:1.4em;
    /* 3 times the line-height to show 3 lines */
    height:1.4em;
    overflow:hidden;
  }
  .product-main .content a>p::after {
    /* content:"..."; */
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    /* background:url(http://newimg88.b0.upaiyun.com/newimg88/2014/09/ellipsis_bg.png) repeat-y; */
  }