﻿body.product-page
{
    position: relative;
}
body.product-page .hd-breadcrumb
{
    background-color: transparent;
    margin: 1rem 0;
}
body.product-page .big-title
{
    margin: 2rem 0;
    text-align: center;
}
body.product-page .big-title .cn
{
    margin: 0;
    font-size: 1.5rem;
}
body.product-page .big-title .en
{
    font-size: 1.5rem;
    letter-spacing: .05rem;
    
    display: flex;
    align-items: center;
}
body.product-page .big-title .en span
{
    flex-shrink: 0;
    display: block;
    padding: 0 1rem;
}
body.product-page .big-title .en:after
{
    content: " ";
    width: 100%;
    display: block;
    border-top: thin solid #ccc;
}
body.product-page .big-title .en:before
{
    content: " ";
    width: 100%;
    display: block;
    border-top: thin solid #ccc;
}
body.product-page .topic-list
{
    overflow: hidden;
}
body.product-page .topic-list .topic
{
    float: left;
    width: 33.3%;
    padding: 15px;
}
body.product-page .topic-list .topic .box
{
    display: block;
    color: #000;
    cursor: pointer;
    height: 200px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 1px 5px #aaa;
    transition: all .2s;
    border-radius: 3px;
    padding: 15px;
    position: relative;
}
body.product-page .topic-list .topic .box .text
{
    position: relative;
    width: 50%;
    float: left;
}
body.product-page .topic-list .topic .box .text h3
{
    font-size: .8rem;
}
body.product-page .topic-list .topic .box .text p
{
    margin-top: 0rem;
    color: #777;
}
body.product-page .topic-list .topic .box .text .open
{
    margin-top: .3rem;
    color: #3e82b0;
}
body.product-page .topic-list .topic .box .img
{
    float: left;
    width: 50%;
    margin-top:22px;
}
body.product-page .topic-list .topic .box .img img
{
    transition: all .3s;
    max-width: 100%;
}
body.product-page .topic-list .topic .box:hover
{
    background-color: #3e82b0;
}
body.product-page .topic-list .topic .box:hover .text
{
    color: #fff;
}
body.product-page .topic-list .topic .box:hover .text p
{
    color: #ccc;
}
body.product-page .topic-list .topic .box:hover .img img
{
    transform: scale(1.1,1.1);
}
body.product-page .module .big-title
{
    margin: 2rem 0;
    text-align: center;
}
body.product-page .module .big-title .cn
{
    margin: 0;
    font-size: 1.5rem;
}
body.product-page .module .big-title .en
{
    font-size: .7rem;
    letter-spacing: .05rem;
    color: #aaa;
}
body.product-page .module-1
{
    width: 100%;
}
body.product-page .module-1 .zhuanti-box
{
    overflow: hidden;
    width: 100%;
    margin-top: -1rem;
    margin-bottom: .5rem;
}
body.product-page .module-1 .zhuanti-box .zhuanti-item
{
    width: 14.6rem;
    height: 4rem;
    padding: .5rem;
    float: left;
}
body.product-page .module-1 .zhuanti-box .zhuanti-item .wrap
{
    display: block;
    width: 100%;
    height: 3rem;
    overflow: hidden;
    position: relative;
}
body.product-page .module-1 .zhuanti-box .zhuanti-item .wrap img
{
    width: 100%;
    height: 3rem;
}
body.product-page .module-1 .zhuanti-box .zhuanti-item .wrap p
{
    position: absolute;
    top: 0;
    margin: 0;
    line-height: 3rem;
    width: 100%;
    background-color: #3e82b0;
    color: #fff;
    font-size: 1rem;
    letter-spacing: .1rem;
    text-align: center;
    transition: all .2s;
}
body.product-page .module-1 .zhuanti-box .zhuanti-item .wrap:hover p
{
    background-color: rgba(62,130,176,.7);
    transform: scale(1.05,1.05);
}
body.product-page .module-1 .tag-box
{
    overflow: hidden;
    margin-bottom: 2rem;
    padding-bottom: .5rem;
    border-bottom: thin dashed #777;
}
body.product-page .module-1 .tag-box .tag-item
{
    float: left;
    padding: .5rem;
}
body.product-page .module-1 .tag-box .tag-item a
{
    display: inline-block;
    padding: .3rem 1rem;
    background: linear-gradient(to bottom,#f7a420 0%,#f7892b 100%);
    border-radius: .2rem;
    color: #fff;
    transition: all .2s;
}
body.product-page .module-1 .tag-box .tag-item a:hover
{
    text-decoration: none;
    background: linear-gradient(to bottom,#f7a420 0%,#f7a92b 100%);
}
body.product-page .module-1 .cat-nav-box #top-cat-nav
{
    position: static;
    top: 0;
    height: 2.1rem;
    box-shadow: 2px 2px 10px #ccc;
    border-radius: .2rem;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav.fixed
{
    position: fixed;
    z-index: 99;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav.fixed + .space
{
    height: 2.1rem;
    width: 100%;
    position: static;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item
{
    float: left;
    width: 12.5%;
    position: relative;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item.active > a
{
    color: #fff;
    background-color: #3e82b0;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item > a
{
    background-color: #fff;
    border: thin solid #3e82b0;
    border-right: none;
    display: block;
    text-align: center;
    padding: .5rem 0;
    text-decoration: none;
    color: #222;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item > a i
{
    margin-left: .5rem;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item > a:hover
{
    text-decoration: none;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item > a.active
{
    color: #fff;
    background-color: #3e82b0;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item:first-child a
{
    border-radius: .2rem 0 0 .2rem;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item:last-child a
{
    border-radius: 0 .2rem .2rem 0;
    border-right: thin solid #3e82b0;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item .sub-cats
{
    z-index: 99;
    position: absolute;
    top: 2.15rem;
    width: 150%;
    box-shadow: 2px 2px 10px #777;
    border-radius: .3rem;
    overflow: hidden;
    display: none;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item .sub-cats > li
{
    background-color: #498fbf;
    text-align: left;
    width: 100%;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item .sub-cats > li > a
{
    color: #fff;
    padding: .8rem .6rem;
    display: inline-block;
    width: 100%;
    border-top: thin solid #6ea6cc;
    transition: all .2s;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item .sub-cats > li > a:hover
{
    text-decoration: none;
    background-color: #6ea6cc;
}
body.product-page .module-1 .cat-nav-box #top-cat-nav .cat-item .sub-cats > li:first-child > a
{
    border-top: none;
}
body.product-page .module-1 .cat-product-box
{
    margin-top: 1rem;
    position: relative;
}
body.product-page .module-1 .cat-product-box .cat-title
{
    overflow: hidden;
}
body.product-page .module-1 .cat-product-box .cat-title p
{
    float: left;
    padding: .5rem 0;
    color: #333;
    font-size: .8rem;
    letter-spacing: .1rem;
}
body.product-page .module-1 .cat-product-box .cat-title p:after
{
    margin-top: .4rem;
    content: "";
    display: block;
    width: 2rem;
    border-bottom: .2rem solid #ff4343;
}
body.product-page .module-1 .cat-product-box .cat-title a
{
    padding: .5rem;
    display: inline-block;
    float: right;
}
body.product-page .module-1 .cat-product-box .cat-product
{
    overflow: hidden;
}
body.product-page .module-1 .cat-product-box .cat-product .wrap
{
    float: left;
    width: 25%;
    padding: 1rem;
    opacity: 1;
    transition: all 1s;
}
body.product-page .module-1 .cat-product-box .cat-product .wrap .item-box
{
    display: block;
    overflow: hidden;
    border-radius: .3rem;
    border: thin solid #ccc;
}
body.product-page .module-1 .cat-product-box .cat-product .wrap .item-box .img
{
    float: left;
    height: 13rem;
    width: 100%;
}
body.product-page .module-1 .cat-product-box .cat-product .wrap .item-box .img img
{
    max-width: 100%;
}
body.product-page .module-1 .cat-product-box .cat-product .wrap .item-box .text
{
    color: #aaa;
    padding: .5rem;
    float: left;
    text-align: center;
    width: 100%;
    height: 4rem;
}
body.product-page .module-1 .cat-product-box .cat-product .wrap .item-box .text > p:first-child
{
    color: #000;
}
body.product-page .module-1 .cat-product-box .cat-product .wrap .item-box:hover
{
    border: thin solid #3e82b0;
}
body.product-page .module-1 .cat-product-box .cat-product .wrap.hide-wrap
{
    padding: 0;
    overflow: hidden;
    height: 0;
}
body.product-page .module-1 .cat-product-box .cat-product .more-btn-wrap
{
    float: left;
    text-align: center;
    width: 100%;
}
body.product-page .module-1 .cat-product-box .cat-product .more-btn-wrap a
{
    border-radius: .3rem;
    display: block;
    padding: .5rem 0;
    margin: auto;
    width: 50%;
    color: #fff;
    text-decoration: none;
    font-size: .75rem;
    background-color: #ff3636;
    transition: all .2s;
}
body.product-page .module-1 .cat-product-box .cat-product .more-btn-wrap a i
{
    margin-left: .5rem;
}
body.product-page .module-1 .cat-product-box .cat-product .more-btn-wrap:hover a
{
    background-color: #ff5151;
    text-decoration: none;
    color: #fff;
}
body.product-page .module-1 .cat-product-box .sub-cat-nav
{
    overflow: hidden;
}
body.product-page .module-1 .cat-product-box .sub-cat-nav li
{
    float: left;
    margin-right: .5rem;
}
body.product-page .module-1 .cat-product-box .sub-cat-nav li a
{
    display: inline-block;
    padding: .6rem 1rem;
    border: thin solid #aaa;
    color: #222;
    border-bottom: none;
    border-radius: .3rem .3rem 0 0;
    transition: all .2s;
}
body.product-page .module-1 .cat-product-box .sub-cat-nav li a:hover
{
    text-decoration: none;
    background-color: #3e82b0;
    color: #fff;
}
body.product-page .module-1 .cat-product-box .sub-cat-nav li.active a
{
    text-decoration: none;
    background-color: #3e82b0;
    border-color: #3e82b0;
    color: #fff;
}
body.product-page .module-1 .cat-product-box .sub-cat-product
{
    border: thin solid #ccc;
    padding: 1rem;
}
body.product-detail-page .hd-breadcrumb
{
    background-color: transparent;
    margin: 1rem 0;
}
body.product-detail-page .module .big-title
{
    margin: 2rem 0;
    text-align: center;
}
body.product-detail-page .module .big-title .cn
{
    margin: 0;
    font-size: 1.5rem;
}
body.product-detail-page .module .big-title .en
{
    font-size: .7rem;
    letter-spacing: .05rem;
    color: #aaa;
}
body.product-detail-page .module-1
{
    margin-bottom: 1rem;
}
body.product-detail-page .module-1 .top-box
{
    overflow: hidden;
}
body.product-detail-page .module-1 .top-box .top
{
    margin-bottom: 1.5rem;
}
body.product-detail-page .module-1 .top-box .top .zt-list
{
    overflow: hidden;
}
body.product-detail-page .module-1 .top-box .top .zt-list li
{
    width: 33%;
    float: left;
    padding: .5rem;
}
body.product-detail-page .module-1 .top-box .top .zt-list li a
{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    background-color: #3e82b0;
    transition: all .2s;
}
body.product-detail-page .module-1 .top-box .top .zt-list li a:hover
{
    background-color: #5c9bc5;
    text-decoration: none;
}
body.product-detail-page .module-1 .top-box .left
{
    width: 55%;
    float: left;
}
body.product-detail-page .module-1 .top-box .left .view
{
    width: 80%;
    margin-right: 2%;
    float: left;
}
body.product-detail-page .module-1 .top-box .left .view .swiper-container
{
    overflow: hidden;
}
body.product-detail-page .module-1 .top-box .left .view .swiper-container .swiper-slide img
{
    width: 100%;
}
body.product-detail-page .module-1 .top-box .left .preview
{
    width: 18%;
    float: left;
}
body.product-detail-page .module-1 .top-box .left .preview .swiper-container
{
    height: 520px;
}
body.product-detail-page .module-1 .top-box .left .preview .swiper-container .swiper-slide
{
    border: thin solid #ccc;
    overflow: hidden;
}
body.product-detail-page .module-1 .top-box .left .preview .swiper-container .swiper-slide img
{
    max-width: 100%;
}
body.product-detail-page .module-1 .top-box .left .preview .swiper-container .swiper-slide.active-nav
{
    border: thin solid #3e82b0;
}
body.product-detail-page .module-1 .top-box .right
{
    width: 45%;
    float: left;
    padding: 0 2rem;
    height: 520px;
    position: relative;
}
body.product-detail-page .module-1 .top-box .right > h3
{
    letter-spacing: .2rem;
    margin-bottom: 1rem;
}
body.product-detail-page .module-1 .top-box .right > p
{
    letter-spacing: .1rem;
}
body.product-detail-page .module-1 .top-box .right > .p5
{
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
body.product-detail-page .module-1 .top-box .right > .p5 > span
{
    width: 2.5rem;
    float: left;
    display: block;
}
body.product-detail-page .module-1 .top-box .right > .p5 > div
{
    width: 100%;
    float: left;
    margin-left: -2.5rem;
    padding-left: 2.8rem;
}
body.product-detail-page .module-1 .top-box .right > .p5 > div > p:before
{
    content: "";
    display: inline-block;
    margin-right: .3rem;
    width: .3rem;
    height: .3rem;
    border-radius: .15rem;
    background-color: #3e82b0;
}
body.product-detail-page .module-1 .top-box .right > .p6
{
    position: absolute;
    width: 90%;
    bottom: -1rem;
}
body.product-detail-page .module-1 .top-box .right > .p6 p
{
    font-size: .8rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    letter-spacing: .1rem;
}
body.product-detail-page .module-1 .top-box .right > .p6 a
{
    padding: .8rem 0;
    background-color: #fff;
    border: thin solid #ccc;
    color: #222;
    border-radius: .2rem;
    font-size: .9rem;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
}
body.product-detail-page .module-1 .top-box .right > .p6 a > i
{
    margin-right: .5rem;
    font-size: 1rem;
}
body.product-detail-page .module-1 .top-box .right > .p6 a:hover
{
    text-decoration: none;
}
body.product-detail-page .module-1 .top-box .right > .p6 a.sq-call
{
    font-size: .8rem;
    letter-spacing: .1rem;
    border: thin solid #ff4343;
    color: #fff;
    background-color: #ff4343;
}
body.product-detail-page .module-1 .top-box .right > .p6 a.sq-call:hover
{
    background-color: #ff5d5d;
}
body.product-detail-page .module-2
{
    margin:0 2rem;
}
body.product-detail-page .module-2 .product-desc-nav
{
    top: 0;
    z-index: 9;
    margin-bottom: 1rem;
    overflow: hidden;
}
body.product-detail-page .module-2 .product-desc-nav li
{
    text-align: center;
    float: left;
    border: thin solid #ccc;
    border-left: none;
}
body.product-detail-page .module-2 .product-desc-nav li:first-child
{
    border-left: thin solid #ccc;
}
body.product-detail-page .module-2 .product-desc-nav li a
{
    padding: .5rem 2rem;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
}
body.product-detail-page .module-2 .product-desc-nav li a:hover
{
    text-decoration: none;
}
body.product-detail-page .module-2 .product-desc-nav li.active
{
    border-color: #3e82b0;
}
body.product-detail-page .module-2 .product-desc-nav li.active a
{
    background-color: #3e82b0;
    color: #fff;
}
body.product-detail-page .module-2 .desc-box
{
    width: 100%;
    text-align: center;
}
body.product-detail-page .module-2 .pad-right
{
    padding-top: 0rem;
    padding-left: 1rem;
}
body.product-detail-page .module-2 .pad-right .cat-zhuanti .wrapper > a
{
    display: inline-block;
    width: 235px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    font-size: .7rem;
    font-weight: bold;
    overflow: hidden;
}
body.product-detail-page .module-2 .pad-right .cat-zhuanti .wrapper > a:hover, body.product-detail-page .module-2 .pad-right .cat-zhuanti .wrapper > a:focus, body.product-detail-page .module-2 .pad-right .cat-zhuanti .wrapper > a:visited
{
    text-decoration: none;
}
body.product-detail-page .module-2 .pad-right .cat-zhuanti .wrapper > a > p
{
    margin: 0;
    padding: .5rem 0;
    background-color: #3e82b0;
    text-align: center;
}
body.product-detail-page .module-2 .pad-right .cat-zhuanti .wrapper > a > div
{
    overflow: hidden;
    border: thin solid #b2b2b2;
}
body.product-detail-page .module-2 .pad-right .cat-zhuanti .wrapper > a > div img
{
    border-top: none;
    width: 100%;
    transition: all .2s;
}
body.product-detail-page .module-2 .pad-right .cat-zhuanti .wrapper > a:hover
{
    color: #ccc;
}
body.product-detail-page .module-2 .pad-right .cat-zhuanti .wrapper > a:hover img
{
    transform: scale(1.1,1.1);
}
body.product-detail-page .module-2 .pad-right .cat-zhuanti > .wrapper.fixed
{
    position: fixed;
    width: 235px;
    top: 15px;
}
body.product-detail-page .module-2 .pad-right .recommend-product
{
    margin-bottom: 1.5rem;
}
body.product-detail-page .module-2 .pad-right .recommend-product .title
{
    background-color: #3e82b0;
    border-bottom: thin solid #3e82b0;
    padding: .4rem 0;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
body.product-detail-page .module-2 .pad-right .recommend-product ul
{
    border: thin solid #b2b2b2;
    border-top: none;
    padding: 1rem;
    padding-bottom: 0;
    display: block;
}
body.product-detail-page .module-2 .pad-right .recommend-product ul li
{
    float: left;
    display: block;
    width: 100%;
    border: thin solid #e8e8e8;
    margin-bottom: 1.5rem;
}
body.product-detail-page .module-2 .pad-right .recommend-product ul li .item
{
    display: block;
    width: 100%;
}
body.product-detail-page .module-2 .pad-right .recommend-product ul li .item .wrapper
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
body.product-detail-page .module-2 .pad-right .recommend-product ul li .item .wrapper > i
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    line-height: 30px;
    font-size: 1rem;
    font-style: normal;
}
body.product-detail-page .module-2 .pad-right .recommend-product ul li .item .wrapper > i.color-1
{
    background-color: #ff4343;
}
body.product-detail-page .module-2 .pad-right .recommend-product ul li .item .wrapper > i.color-2, body.product-detail-page .module-2 .pad-right .recommend-product ul li .item .wrapper > i.color-3
{
    background-color: rgba(0,0,0,.8);
}
body.product-detail-page .module-2 .pad-right .recommend-product ul li .item img
{
    width: 100%;
    transition: all .2s;
}
body.product-detail-page .module-2 .pad-right .recommend-product ul li .item p
{
    background-color: rgba(0,0,0,.4);
    color: #fff;
    text-align: center;
    margin: 0;
    padding: .3rem .3rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
body.product-detail-page .module-2 .pad-right .recommend-product ul li .item:hover img
{
    transform: scale(1.1,1.1);
}
body.product-detail-page .module-2 .pad-right .qrcode-side-box a
{
    width: 235px;
    color: #222;
    text-align: center;
}
body.product-detail-page .module-2 .pad-right .qrcode-side-box a:hover, body.product-detail-page .module-2 .pad-right .qrcode-side-box a:focus, body.product-detail-page .module-2 .pad-right .qrcode-side-box a:visited
{
    text-decoration: none;
}
body.product-detail-page .module-2 .pad-right .qrcode-side-box a > div
{
    padding: 1.2rem;
    padding-top: 0;
}
body.product-detail-page .module-2 .pad-right .qrcode-side-box a > div img
{
    max-width: 100%;
}
body.product-detail-page .module-3
{
    margin: 2rem;
}
body.product-detail-page .module-3 h3:after
{
    content: "";
    border-bottom: .2rem solid #ff4343;
    display: block;
    width: 3rem;
    margin-top: .8rem;
}
body.product-detail-page .module-3 .swiper-xgcp .swiper-slide a
{
    display: block;
    color: #777;
}
body.product-detail-page .module-3 .swiper-xgcp .swiper-slide a:hover
{
    text-decoration: none;
    color: #3e82b0;
}
body.product-detail-page .module-3 .swiper-xgcp .swiper-slide a .img img
{
    width: 100%;
}
body.product-detail-page .module-3 .swiper-xgcp .swiper-slide a .text
{
    text-align: center;
}
