/*头部*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    width:100%;
    height:auto;
}
input,button,select,textarea{ outline:none;} /*取消表单项聚焦时产生的边框*/
textarea{resize:none;}
.center_1200{
    width:1200px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.content_padd{
    padding-bottom:100px;
}
.nav_now{
    width:auto;
    height:16px;
    line-height:16px;
    font-size:12px;
    color:#666;
    margin:26px 0 35px;
}
.nav_now a{
    color:#666;
}
.nav_now a:hover{
    color:#FE8802;
}
.nav_now span:last-child{
    color:#FE8802;
}
.cate_block{
    width:1200px;
    height:auto;
    margin:0 auto;
    overflow:hidden;
    padding:0;
}
.cate_block .cate_lt{
    width:auto;
    height:auto;
    overflow:hidden;
}
.cate_block .cate_lt .cate_icon{
    width:61px;
    height:62px;
    overflow:hidden;
    float:left;
}
.cate_block .cate_lt .cate_icon_rt{
    width:498px;
    height:auto;
    float:left;
}
.cate_block .cate_lt .zh_cate{
    width:auto;
    height:auto;
    line-height:26px;
    font-weight:bold;
    font-size:26px;
    color:#333;
}
.cate_block .cate_lt .en_cate{
    width:auto;
    height:20px;
    line-height:20px;
    font-size:14px;
    color:#666;
}
.cate_block .cate_rt{
    width:auto;
    height:auto;
    overflow:hidden;
    color:#666;
    font-size:14px;
    line-height:24px;
    margin:15px 0 0px 0;
}
/* 分类开始 */
.cate_list{
    width:auto;
    height:auto;
    margin:40px auto 0 auto;
    overflow:hidden;
}
.cate_list ul{
    width:1200px;
    height:auto;
    margin:0 auto;
}
.cate_list ul li{
    width:243px;
    height:auto;
    float:left;
    margin:0 76px 20px 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.cate_list ul li:nth-child(4n){
    margin-right:0;
}
.cate_list ul li:hover{
    z-index: 2;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.cate_list ul li a{
    display:block;
    width:100%;
    height:100%;
}
.cate_list ul li .cate_img{
    width:243px;
    height:243px;
    line-height:243px;
    text-align:center;
    margin:0 auto;
    background:url('../images/cate_bg.png') no-repeat center;
    background-size:cover;
}
.cate_list ul li .cate_img img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.cate_list ul li .cate_name{
    width:auto;
    height:19px;
    line-height:19px;
    text-align:center;
    padding:16px 0;
    color:#333;
    font-weight:400;
    font-size:14px;
}
/* 分类结束 */
/* 筛选开始 */
.choose{
    width:172px;
    height:auto;
    overflow:hidden;
    float:left;
    padding:0px 15px 20px 15px;
    background:#fff;
}
.choose .choose_title{
    width:auto;
    height:24px;
    line-height:24px;
    text-align:left;
    color:#333;
    font-size:18px;
    font-weight:bold;
    padding:15px 0 16px 0px;
    border-bottom:1px solid rgba(112,112,112,0.15);
}
.choose .choose_title .iconfont{
    color:#FE8802;
    font-size:18px;
    width:20px;
    height:24px;
    float:left;
}
.choose .choose_title .iconfont svg{
    width:100%;
    height:100%;
}
.choose .choose_block{
    width:auto;
    height:auto;
    overflow:hidden;
}
.choose .choose_group{
    width:auto;
    height:auto;
    overflow:hidden;
}
.choose .choose_group .choose_one{
    width:auto;
    height:auto;
    line-height:21px;
    font-size:14px;
    font-weight:bold;
    color:#333;
    margin:22px 0 16px 0;
    overflow:hidden;
    cursor: pointer;
}
.choose .choose_group .choose_one span{
    width:151px;
    display:block;
    float:left;
}
.choose .choose_group .choose_one i{
    width:21px;
    height:21px;
    line-height:21px;
    text-align:center;
    display:block;
    float:right;
    cursor: pointer;
    color:#484848;
}
.choose .choose_group .choose_one i.act{
    transform:rotate(180deg);
    transition: all 0.3s
}
.choose .choose_group .choose_data{
    width:auto;
    height:auto;
    overflow:hidden;
}
.choose .choose_group .choose_data li{
    width:auto;
    height:auto;
    overflow:hidden;
    margin:0 0 12px 0;
    color:#333;
    font-size:14px;
    line-height:19px;
    font-weight:400;
}
.choose .choose_group .choose_data li:last-child{
    margin-bottom:0;
}
.choose .open_show{
    width:auto;
    height:16px;
    line-height:16px;
    font-size:12px;
    color:#FE8802;
    margin:10px 0 0;
    cursor: pointer;
    display:none;
}
/* 筛选结束 */
/* 筛选条件开始 */
.result{
    width:980px;
    height:auto;
    overflow:hidden;
    margin:0px 0 0 0;
    float:right;
}
.only_product{
    width:1200px !important;
    height:auto;
    overflow:hidden;
    float:none !important;
    margin:0 auto;
}
.only_product li:nth-child(5n){
    margin-right:0 !important;
}
.result .choose_show{
    width:auto;
    height:auto;
    overflow:hidden;
    background:#484848;
    border-radius:4px 4px 0 0;
    padding:10px 20px 10px 20px;
    position:relative;
}
.result .choose_show .cate_now{
    width:auto;
    height:26px;
    line-height:26px;
    font-weight:400;
    color:#fff;
    font-size:18px;
}
.result .choose_show .choose_list{
    width:auto;
    height:auto;
    overflow:hidden;
    margin:0px 0 0 0;
}
.result .choose_show .choose_list ul{
    width:auto;
    height:auto;
    overflow:hidden;
}
.result .choose_show .choose_list ul .terms_one{
    width:auto;
    height:auto;
    float:left;
}
.result .choose_show .choose_list ul .terms_one .par_name{
    width:auto;
    height:26px;
    line-height:26px;
    float:left;
    color:#fff;
    font-size:12px;
    margin-right:8px !important;
    border:none;
    padding:0;
}
.result .choose_show .choose_list ul .terms_one .close{
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}
.result .choose_show .choose_list ul li{
    width:auto;
    height:auto;
    float:left;
    margin:16px 16px 0px 0; 
    padding:0 24px 0 8px;
    font-size:12px;
    line-height:24px;
    border:1px solid #fff;
    border-radius:2px;
    color:#fff;
    position:relative;
}
.result .choose_show .choose_list ul .remove_terms{
    width:auto;
    height:26px;
    line-height:26px;
    text-align:center;
    padding:0 8px;
    border-radius:2px;
    font-size:12px;
    color:#FE8802;
    float:left;
    background:#fff;
    cursor: pointer;
    margin-top:16px;
}
.layui-form-checkbox[lay-skin="primary"] span{
    word-break:break-all; 
    word-wrap:break-word; 
    white-space:pre-wrap;
    font-size:12px;
}
.layui-form-checkbox[lay-skin="primary"] i{
    width:12px;
    height:12px;
    line-height:12px;
    top:2px;
}
.layui-form-checkbox[lay-skin="primary"] span:hover{
    color:#FE8802;
}
.layui-form-checkbox[lay-skin="primary"]:hover i{
    border-color:#FE8802 !important;
}
.layui-form-checked[lay-skin="primary"] i{
    border-color:#FE8802 !important;
    background-color:#FE8802 !important;
}
/* 筛选条件结束 */
/* 结果列表开始 */
.content{
    margin-top:40px;
}
.product_list{
    width:auto;
    height:auto;
    overflow:hidden;
    margin:0px auto 30px auto;
    padding-top:36px;
    background:#fff;
}
.product_list .no_data_txt{
    width:auto;
    height:30px;
    line-height:30px;
    color:#333;
    text-align:center;
    font-size:16px;
    padding-bottom:30px;
}
.product_list ul{
    width:auto;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.product_list ul li{
    width:200px;
    height:285px;
    overflow:hidden;
    margin:0 0px 20px 36px;
    float:left;
    position: relative;
}
.product_list ul li .new_tips{
    width:50px;
    height:22px;
    position:absolute;
    top:10px;
    left:10px;
    background:url('../images/new_tips.jpg') no-repeat center;
    background-size:contain;
}
.product_list ul li .discount_icon{
    width:50px;
    height:22px;
    position:absolute;
    top:10px;
    left:10px;
    background:url('../images/discount_icon.png') no-repeat center;
    background-size:contain;
}
.product_list ul li:nth-child(4n){
    margin-right:0;
}
.product_list ul li a{
    display: block;
    width:100%;
    height:100%;
}
.product_list ul li a:hover .product_name{
    color:#FE8802;
}
.product_list ul li .product_img{
    width:200px;
    height:200px;
    text-align:center;
    background:url('../images/cate_bg.png') no-repeat center;
    background-size:cover;
}
.product_list ul li .product_img img{
    width: 100%;
    height: 100%;
}
.product_list ul li .product_name{
    width:auto;
    height:44px;
    line-height:22px;
    color:#333;
    font-size:14px;
    margin:10px 0 5px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
}
.product_list ul li .num{
    width:auto;
    height:auto;
    line-height:16px;
    font-size:12px;
    color:#999;
    font-weight:400;
    margin-left:2px;
}
/* 结果列表结束 */

