body {
    padding-top: 86px;
}
@media (max-width: 992px){
    body {
        padding-top: 50px;
    }
}
.product-wrap {
    padding: 2rem 0 1.2rem 0;
    background-color: #f0f0f0;
}
.product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    
}
.product-left {
    width: 23.404255%;
    min-width: 300px;
    /* width: 330px; */
    padding: .4rem;
    background-color: #fff;
    box-sizing: border-box;
}
.left-nav {
    margin: 0;
}
.left-nav-item {
    border-bottom: 1px solid #fff;
}
.left-nav-item:last-child {
    border-bottom: none;
}
.left-nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 .2rem 0 .4rem;
    background-color: #f0f0f0;
}
.left-nav-title .left-text {
    height: 50px;
    width: 88.461538%;
    max-width: 230px;
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-nav-title .iconfont {
    font-size: 30px;
    color: #333333;
}
.left-sub-item {
    border-bottom: 1px solid #f0f0f0;
}
.left-sub-item:last-child {
    border-bottom: none;
}
.left-sub-item a {
    height: 40px;
}
.left-sub {
    display: none;
}
.left-sub-item .left-text {
    display: block;
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #666666;
    text-align: center;
}
.left-sub-item .iconfont {
    display: none;
    font-size: 12px;
}
/* .left-nav-title:hover,
.left-sub-item a:hover,
.left-sub-item.active a {
    color: #015788;
}
.left-nav-item.active .left-nav-title {
    background-color: #015788;
    color: #fff;
} */
.left-nav-item.active .left-sub {
    display: block;
}
.mobile-close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    display: none;
    /* -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
}
.mobile-close .iconfont {
    font-size: 32px;
    color: #fff;
}
.mobile-btn {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 9;
    display: none;
    width: 36px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #ED6C00;
    border-radius: 0 5px 5px 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1600px){
    /* .main-cont {
        padding: 0 0 0 calc(.6rem + 200px);
    }
    .product-left {
        left: .6rem;
    } */
}
@media (min-width: 769px){
    .product-left {
        display: block !important;
    }
}
@media (max-width: 768px){
    /* .main-cont {
        padding: 0 .6rem;
    } */
    .product-left {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
    }
    .product-left-inner {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
        width: 50%;
        min-width: 260px;
        height: 100%;
        padding: .3rem;
        background-color: #fff;
        overflow-y: auto;
    }
    .product-right {
        padding-left: 0;
    }
    .mobile-close,
    .mobile-btn {
        display: block;
    }
}

.product-right {
    width: 76.595745%;
}
.xlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.xitem {
    width: 30.555556%;
    margin-left: 2.777778%;
    margin-bottom: .6rem;
    background-color: #fff;
}
.xitem-pic {
    width: 100%;
    overflow: hidden;
}
.xitem-pic img {
    display: block;
    width: 100%;
    -webkit-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.xitem-text {
    padding: 0 .3rem;
}
.xitem-text,
.xitem-title {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.xitem-title {
    height: 40px;
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xitem-pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xitem:hover {
    box-shadow: 0 0 .2rem #eeeeee;
}
.xitem-text:hover .xitem-title {
    color: #ED6C00;
}
/* .goods-title:hover,
.goods-desc:hover {
    color: #c49562;
} */
/* .goods-item:hover .goods-text {
    background-color: #e71a3b;
}
.goods-item:hover .goods-title,
.goods-item:hover .goods-desc,
.goods-item:hover .goods-more {
    color: #fff;
} */
@media (max-width: 1100px){
    .xitem {
        width: 47.222222%;
    }
}
@media (max-width: 992px){
    .xitem {
        width: 100%;
    }
}
@media (max-width: 768px){
    .product-right {
        width: 100%;
    }
    .xitem {
        width: 48.611111%;
        margin-left: 0;
    }
    .xitem:nth-child(2n) {
        margin-left: 2.777778%;
    }
}
@media (max-width: 576px){
    /*.xitem {*/
    /*    width: 47.222222%;*/
    /*}*/
    .xitem-title{ font-size:16px;}
}