/*************product*************/
/*产品分类 开始*/
.classify-box .tc {
    margin: 30px 0;
    color: #39425f;
    line-height: 1.5;
}

.classify-box li,
.classify-box li .img img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.classify-box li {
    width: 24.2%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-right: 1.05%;
    margin-bottom: 30px;
    position: relative;
}

.classify-box li:nth-child(4n) {
    margin-right: 0;
}

.classify-box li .img,
.classify-box li .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all .5s; 
    -moz-transition: all .5s;
    transition: all .5s;
}

.classify-box li .title {
    color: #39425f;
    width: 90%;
    margin: 0.375rem auto 0.5rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0.125rem;
    line-height: 0.7rem;
    font-size: 0.4rem;
    text-decoration: none;
}
.classify-box li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.classify-box li:hover {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.classify-box li .select {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% - 1.75rem);
    z-index: 3;
    display: none;
}

.classify-box li .select .seltp {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.75rem;
    border-top: 1px solid #d2d2d2;
    padding: 0 15% 0 5%;
    border-bottom: 1px solid #d2d2d2;
    color: #e70012;
    background: #fff url(../image/point-d.png) 95% center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0.4rem;
}
.classify-box li .select .seltp2 {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.75rem;
    border-top: 1px solid #d2d2d2;
    padding: 0 15% 0 5%;
    border-bottom: 1px solid #d2d2d2;
    color: #e70012;
    background: #fff url(../image/point-r.png) 95% center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
}

.classify-box li .select .option {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    display: none;
    padding: 0.5rem 0;
}

.classify-box li .select .option a {
    display: block;
    line-height: 0.75rem;
    padding: 0 5%;
    color: #999999;
}

.classify-box li .select .option a:hover {
    background: #e70012;
    color: #fff;
    text-decoration: none;
}
.classify-two-level li {
    float: left;
    width: 31.6%;
    height: auto;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 0.75rem;
}
.classify-two-level li a {
    text-decoration: none;
}
.classify-two-level li:nth-child(3n) {
    margin-right: 0px;
}
.classify-two-level li:nth-child(4n) {
    margin-right: 30px;
}
.classify-two-level li .title {
    color: #39425f;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px;
    line-height: 30px;
    background-color: #f4f4f4;
    position: relative;
    overflow: visible;
}
.classify-two-level li .title .icon-two {
    position: absolute;
    right: 20px;
    top: 6px;
    width: 26px;
    height: 18px;
}
.classify-two-level li .title .two-down {
    background: url(../image/two-down.png) center center no-repeat transparent;
}
.classify-two-level li:hover .title .two-down {
    background: url(../image/two-up.png) center center no-repeat transparent;
}
.classify-two-level li .title .two-right {
    background: url(../image/two-right.png) center center no-repeat transparent;
}
.classify-two-level li:hover .title {
    color: #e70012;
}
.classify-two-level li .select {
    top: calc(100%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
.classify-two-level li .select .option {
    display: block;
    -moz-box-shadow: 0 5px 10px transparent;
    -webkit-box-shadow: 0 5px 10px transparent;
    box-shadow: 0 5px 10px transparent;
}
.classify-two-level li .select .option a {
    font-size: 14px;
}
/*产品分类 结束*/

/** 产品列表 开始 **/
.product-list li {
    width: 24.2%;
    float: left;
    box-sizing: border-box;
    margin: 0 0.4% 0.75rem;
    position: relative;
    overflow: hidden;
}
.product-list li .img {
    border: 1px solid #ddd;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product-list li .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all .5s; 
    -moz-transition: all .5s;
    transition: all .5s;
}
.product-list li .title {
    color: #39425f;
    padding: 0.5rem 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.7rem;
    font-size: 0.55rem;
    text-decoration: none;
}
.product-list li .subtitle {
    color: #999999;
    line-height: 0.55rem;
    font-size: 0.35rem;
    height: 1.1rem;
}
.product-list li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.product-list li:hover .img {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.product-list li .img .icon-new {
    width: 1.275rem;
    height: 1.275rem;
    background: url(../image/icon-new.png) top center no-repeat transparent;
    display: block;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.product-list li .view-more {
    margin: 0.25rem 0 0.3rem;
}
.product-list li a:hover {
    text-decoration: none;
}
.product-list li .compare,
.product-list li .compare-empty {
    color: #999999;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 0 .3rem;
}
.product-list li .compare .compare-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: url(../image/icon-compare.png) center center no-repeat transparent;
}
.product-list li .compare.checked .compare-icon {
    background: url(../image/icon-compare-checked.png) center center no-repeat transparent;
}
.product-list li .compare.checked  {
    color: #e70012;
}
@media (max-width: 850px) {
    .classify-one-level {
        margin-top: 1rem;
    }
    .classify-box li {
        width: 48%;
        margin: 0 1% 0.5rem;
    }
    .classify-box li .title {
        width: 90%;
        margin: 0.8rem auto;
        padding-top: 0;
        line-height: 1rem;
        font-size: 0.75rem;
    }
    .classify-box li .select {
        top: calc(100% - 1.92rem);
        display: block;
    }
    .classify-box li .select.show {
        z-index: 9;
    }
    .classify-box li .select .seltp {
        background: url(../image/two-down.png) 95% center no-repeat #ffffff;
        background-size: auto;
        font-size: 0.75rem;
        line-height: 1rem;
        padding: 0.375rem 15% 0.5rem 5%;
        color: #39425f;
    }
    .classify-box li .select.show .seltp {
        background: url(../image/two-up.png) 95% center no-repeat #ffffff;
    }
    .classify-box li .select .option a {
        font-size: 0.7rem;
        line-height: 1.4rem;
    }
    .classify-box li .select .seltp2 {
        background: url(../image/two-right.png) 95% center no-repeat #ffffff;
        background-size: auto;
        font-size: 0.75rem;
        line-height: 1rem;
        padding: 0.375rem 15% 0.5rem 5%;
        color: #39425f;
    }
    .classify-two-level li {
        width: 96%;
        margin: 0 2% 1rem;
    }
    .classify-two-level li .title {
        color: #39425f;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 0 20px;
        line-height: 30px;
        background-color: #f4f4f4;
        position: relative;
        overflow: visible;
    }
    .classify-two-level li .title {
        line-height: 40px;
    }
    .classify-two-level li .title .icon-two,
    .classify-two-level li:hover .title .two-down {
        background: url(../image/two-down.png) center center no-repeat transparent;
        top: 11px;
    }
    .classify-two-level li .title.show .two-down {
        background: url(../image/two-up.png) center center no-repeat transparent;
    }
    .classify-two-level li .select {
        top: calc(100%);
        display: none;
    }
    .classify-two-level li .show .select {
        z-index: 9;
    }
    .product-list {
        padding: 0 0.5rem;
    }
    .product-list li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 1.8rem;
    }
    .product-list li .title {
        padding: 0.5rem 0;
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .product-list li .subtitle {
        line-height: 1rem;
        font-size: 0.7rem;
        height: 2rem;
    }
    .product-list li .compare {
        display: none;
    }
    .product-list li .img .icon-new {
        width: 2.5rem;
        height: 2.5rem;
    }
}
/** 产品列表 结束 **/


/** 产品详情页 开始 **/
.product-main {
    padding-top: 1.25rem;
    margin-bottom: 1rem;
}
.picture-info {
    overflow: hidden;
    position: relative;
}
.picture-box {
    width: 510px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
.picture-box .rotate-bg {
    display: block;
    width: 190px;
    height: 68px;
    background: url(../image/rotate-bg.png) no-repeat;
    position: absolute;
    top: 240px;
    left: 50%;
    margin: 0 0 0 -95px;
}
.picture-box .rotate {
    width: 100%;
    height: 348px;
    border: none;
    display: block;
}
.picture-box .mainphoto,
.picture-box .mainphoto img {
    display: block;
    width: 100%;
}
.picture-box .mainphoto img {
    display: block;
    width: 100%;
}
.picture-box .picture-list {
    position: relative;
    margin-top: 0.5rem;
}

.picture-box .picture-list .swiper-picture {
    width: 427px;
    margin: 0 auto;
    overflow: hidden;
}
.picture-box .picture-list .swiper-picture .img {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.picture-box .picture-list .swiper-picture .img img {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.picture-box .picture-list .swiper-picture .special-pic .img img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.picture-box .picture-list .swiper-picture .swiper-slide {
    cursor: pointer;
}

.picture-box .picture-list .swiper-picture .swiper-slide.current .img img {
    border: 1px solid #dcdcdc;
    width: 100%;
    box-sizing: border-box;
}
:root{
    --swiper-navigation-size:22px;
}
.picture-box .picture-list .picture-prev,
.picture-box .picture-list .picture-next {
    color: #e70012;
}
.maininfo-box {
    margin-left: 590px;
    min-height: 460px;
}
.maininfo-box .title {
    font-size: 52px;
    color: #282828;
    font-weight: bold;
    padding: 50px 0 10px;
    word-break:break-all;
}
.maininfo-box .subtitle {
    border-top: 1px solid #dcdcdc;
    padding-top: 10px;
    color: #282828;
    font-size: 18px;
}
.maininfo-box ul.list {
    padding: 1.2rem 1rem;
    overflow: hidden;
    background-color: #f2f2f2;
    margin-top: 20px;
    min-height: 250px;
}
.maininfo-box ul.list li {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 28px;
    color: #464646;
}
.product-tab {
    margin-top: 1rem;
}
.product-detail .product-content {
    width: calc(100% - 300px);
    float: left;
}
.product-detail .product-content .tab-iterm {
    display: none;
    position: relative;
}
.product-specification table {
    width: 100% !important;
    display: block;
    overflow: hidden;
    height: auto !important;
}
.product-specification table tr {
    border-bottom: 1px solid rgb(230, 230, 230);
    height: 60px !important;
}
.product-specification table tr td:first-child {
    width: 250px !important;
}
.product-specification .product-tip {
    color: #999;
    margin-top: 20px;
}

.product-accessories {
    margin-top: 1.5rem;
    padding: 0 .5rem;
}
.product-accessories li {
    width: 32.4%;
    float: left;
    box-sizing: border-box;
    margin-right: 1.3%;
    margin-bottom: 30px;
    position: relative;
}

.product-accessories li:nth-child(3n) {
    margin-right: 0;
    overflow: hidden;
}
.product-accessories li .img {
    border: 1px solid #ddd;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}
.product-accessories li .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all .5s; 
    -moz-transition: all .5s;
    transition: all .5s;
}
.product-accessories li .title {
    color: #39425f;
    padding: 0.5rem 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}
.product-accessories li .subtitle {
    color: #999999;
    line-height: 22px;
    font-size: 14px;
    height: 44px;
    text-align: center;
}
.product-accessories li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.product-accessories li:hover .img {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.product-accessories li a:hover {
    text-decoration: none;
}
.product-downlaod {
    padding: 20px 0px;
}
.product-downlaod a {
    padding: 15px 0;
    line-height: 28px;
    color: #39425f;
    display: block;
    font-size: 14px;
}
.product-downlaod a img {
    position: relative;
    top: -1px;
    width: 1.5rem;
    overflow: hidden;
}
.product-downlaod a span {
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
}
.product-downlaod a:hover {
    color: #e70012;
}
.side-tab {
    position: absolute;
    top:0;
    left: -120px;
    width: 110px;
    text-align: center;
}
.side-tab ul {
    width: 110px;
}
.side-tab ul.fixed {
    position: fixed;
    top: 1.95rem;
}
.side-tab ul li {
    background-color: #f2f2f2;
    margin-bottom: 0.15rem;
    line-height: 20px;
    padding: 5px 0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
}
.side-tab ul li:hover,
.side-tab ul li.current {
    background-color: #e70012;
    color: #ffffff;
}
@media (min-width: 1231px) and (max-width:1420px) {
    .container {
        width: 100%;
    }
    .product-detail .product-content {
        float: left;
    }
    .product-detail .product-content .product-specification {
        width: 90%;
        margin-left: 10%;
    }
    .side-tab {
        left: -110px;
        width: 100px;
    }
    .side-tab ul {
        width: 100px;
    }
    .side-tab ul li {
        font-size: 12px;
    }
    .product-downlaod a img {
        width: 2rem;
    }
}
@media (min-width: 1041px) and (max-width:1230px) {
    .product-detail .product-content .product-specification-tab {
        width: 86%;
        margin-left: 14%;
    }
}
@media (min-width: 851px) and (max-width:1040px) {
    .product-detail .product-content .product-specification-tab {
        width: 82%;
        margin-left: 18%;
    }
}
@media (max-width: 850px) {
    .product-main {
        padding-top: 0.5rem;
    }
    .picture-box {
        position: static;
        float: none;
    }
    .picture-box,
    .picture-box .picture-list .swiper-picture {
        width: 100%;
    }
    .picture-box .mainphoto,
    .picture-box .picture-list .picture-prev,
    .picture-box .picture-list .picture-next {
        display: none;
    }
    .pagination-picture .swiper-pagination-bullet-active {
        background-color: #e70012;
    }
    .picture-box .picture-list .swiper-picture .swiper-slide.current .img img {
        border: 0;
    }
    .maininfo-box {
        margin-left: 0;
        min-height:auto;
        width: 100%;
        padding: 0 0.5rem;
    }
    .maininfo-box .title {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: bold;
        padding: 1.2rem 0 0.5rem;
    }
    .maininfo-box .subtitle {
        border-top: 0;
        padding-top: 0;
        font-size: 0.7rem;
    }
    .maininfo-box ul.list {
        padding: 1rem;
        overflow: hidden;
        background-color: #f2f2f2;
        margin-top: 0.5rem;
        min-height: auto;
    }
    .maininfo-box ul.list li {
        font-size: 0.7rem;
        line-height: 1.7;
    }
    .product-detail .product-content {
        width: 100%;
        float: none;
    }
    .product-detail .product-content .product-specification-tab {
        width: 100%;
        margin-left: 0;
    }
    .sidebar-submt {
        display: none;
    }
    .product-content table {
        width: 100% !important;
        font-size: .65rem;
    }
    .product-accessories {
        margin-top: 0.5rem;
    }
    .product-accessories li {
        width: 100%;
        margin: 0 0 1rem;
    }
    .product-accessories li .title {
        line-height: 1.2rem;
        font-size: 0.85rem;
    }
    .product-downlaod {
        padding: 0 0.5rem;
    }
    .product-specification .product-tip {
        font-size: 0.65rem;
    }
    .product-downlaod a img {
        width: 2.5rem;
    }
    .picture-box .rotate-bg {
        top: 90px;
    }
    .picture-box .rotate {
        height: auto;
        min-height: 247px;
        border-bottom: 1px dashed #dcdcdc;
    }
    .picture-box .swiper-picture .pagination-picture {
        bottom: 0;
     }
}
/** 产品详情页 结束 **/

/** 比较询价 开始 **/
.classify-products-list {
    padding-bottom: 0;
}
.classify-products-list .product-list {
    padding-bottom: 1rem;
}
.compare-products {
    overflow: hidden;
    background-color: #282828;
    height: 250px;
    position: relative;
    display: none;
}
.compare-products .compare-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1rem;
    height: 1rem;
    background: url(../image/menu-close.png) center center no-repeat transparent;
    cursor: pointer;
}
.compare-products-float {
    width: 100%;
    overflow: hidden;
    background-color: #282828;
    height: 250px;
    position: static;
    bottom: 0;
    z-index: 12;
}
.compare-products-float.stop-float {
    position: fixed;
}
.compare-products-box {
    overflow: hidden;
    padding: 0.8rem 0;
}
.compare-products-box ul {
    overflow: hidden;
}
.compare-products-box li {
    width: 15%;
    float: left;
    margin: 0 2.5%;
    position: relative;
}
.compare-products-box li .img {
    border: 1px solid #c1c1c1;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.compare-products-box li .img img {
    display: block;
    width: 100%;
    overflow: hidden;
}
.compare-products-box li p {
    color: #ffffff;
    padding: 0.3rem 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.7rem;
    font-size: 0.45rem;
    text-align: center;
}
.compare-products-box li .icon-delete {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 0.5rem;
    height: 0.5rem;
    overflow: hidden;
    background: url(../image/search-close.png) center center no-repeat transparent;
    background-size: 150%;
    cursor: pointer;
}
.compare-products-box li .compare-bt {
    border: 1px solid #ffffff;
    background-image: none;
    background-color: transparent;
    font-size: 0.5rem;
    width: 80%;
    margin-top: 11%;
}
.compare-products-box li .compare-bt:hover {
    border: 1px solid #e70012;
}
.compare-products-box li .inquiry-bt {
    margin-top: 8%;
    width: 80%;
    border: 0;
    font-size: 0.5rem;
}
.all-products-list .li-add{
    display: none !important;
}
.compare-products-box li .button-add {
    width: 80%;
    height: 50%;
    border: 1px solid #c1c1c1;
    color: #c1c1c1;
    font-size: 1rem;
    display: block;
    margin: 10% auto;
    padding: 0.5rem 0;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
}
.compare-products-box li .button-add:hover {
    color: #e70012;
}
/** 比较询价 结束 **/

/**产品分类指定ID banner 开始**/
.product-id-ad {
    overflow: hidden;
    width: 100%;
    margin: 0.5rem 0 0 0;
}
.swiper-product-id-ad {
    position: relative;
    margin: auto;
}
.swiper-product-id-ad .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #ffff;
    background-color: #ffffff;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    cursor: pointer;
    margin: 0 10px;
    bottom: 20px;
}
.swiper-product-id-ad .swiper-pagination .swiper-pagination-bullet-active {
    background-color: transparent;
    border: 1px solid #e70012;
}
@media (max-width: 850px) {
    .product-id-ad {
        width: 96%;
        margin: 0.5rem 0 0 0.4rem;
    }
}
/**产品分类指定ID banner 结束**/