*{outline: none}
.pro-detail {
    float: left;
    margin-top: 50px;
    width:100%;
}


/*图片轮播*/

.pro-slide a{position:absolute; top: 35%; opacity:0;z-index:1000;}
.pro-slide .big::before {padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.pro-slide .big  li img{width:100%;display:block;}
.pro-slide .big  li img{  cursor: url(./cursor-zoom-in.svg) 18 18,-webkit-zoom-in;
    cursor: url(./cursor-zoom-in.svg) 18 18,zoom-in;
    cursor: -webkit-image-set(url("./cursor-zoom-in.svg") 1x, url("./cursor-zoom-in-2x.svg") 2x) 18 18,-webkit-zoom-in;
    cursor: -webkit-image-set(url("./cursor-zoom-in.svg") 1x, url("./cursor-zoom-in-2x.svg") 2x) 18 18,zoom-in}

.pro-slide .prev{left:-10px;}
.pro-slide .next{right:-10px;}
.pro-slide .small{ position:relative;float:left; width:120px !important ; left:0 !important}
.pro-slide .small li { float:left; margin-right: 5px; width:100px; margin-bottom:18PX}
.pro-slide .small li:last-child {
    margin-right: 0;
}
.pro-slide .small li img{width:100%;display:block; opacity:0.5;}

.pro-detail .pro-infor {
    width: 360px;
    float:left;
}

.pro-detail .pro-infor h1 {
    font-size: 18px; font-family:黑体，SimHei
}

.pro-detail .pro-infor h1 span {
    font-size: 18px;
    line-height: 18px;
}

.pro-detail .pro-infor .pro-price {
    font-size: 16px;
    padding-top: 15px;font-family: Montserrat,sans-serif;
}

.pro-detail .pro-infor dl {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
}

.pro-detail .pro-infor dl dd {
    padding-bottom: 18px;
    line-height: 14px;
}


.pro-detail .pro-infor .pro-colors {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.pro-detail .pro-infor .pro-colors label {
    float: left;
    margin-right: 25px;
    line-height: 32px;
}

.pro-detail .pro-infor .pro-colors .pro-colors-list span {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    border: 1px solid #d5d5d5;
    padding:4px;
    border-radius: 50%;
    margin-right: 15px;
}

.pro-detail .pro-infor .pro-colors .pro-colors-list span em {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
}
.pro-detail .pro-infor .pro-colors .pro-colors-list span em.color-black {
    background-color: #000000;
}

.pro-detail .pro-infor .pro-colors .pro-colors-list span em.color-red {
    background-color: #ff5454;
}
.pro-detail .pro-infor .pro-colors .pro-colors-list span em.color-green {
    background-color: #00b591;
}


.pro-detail .pro-infor .pro-count-button {
    margin-top: 40px;
    /* float: left;  */
}

.pro-detail .pro-infor .pro-count-button:after{
    display: block;
    content: '.';
    visibility: hidden;
    font-size: 0;
    clear: both;
    line-height: 0;
}


.pro-detail .pro-infor .pro-count-button>div{
    /* float: left */
}

.pro-detail .pro-infor .pro-count-button .pro-count {
    width: 161px;
    overflow: hidden;
    /* float: left; */
    font-size: 24px;
    border: 1px solid #eaeaea
}


.pro-detail .pro-infor .pro-count-button .pro-count:after{

    display: block;
    content: '.';
    visibility: hidden;
    font-size: 0;
    clear: both;
    line-height: 0;
}

.pro-detail .pro-infor .pro-count-button .pro-count .less-icon {
    display: block;
    float: left;
    /* line-height: 45px; */
    cursor: pointer;
    /* line-height: 43px; */
    padding:0 20px;
    margin-top: 2px;
}


.pro-detail .pro-infor .pro-count-button .pro-count .less-icon  svg{
    width: 11px;
    height: 11px;
}

.pro-detail .pro-infor .pro-count-button .pro-count .pro-number {
    display: block;
    float: left;
    width: 57px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    /* border: 1px solid #b2b2b2; */
}

.svgIcon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none;
}



.pro-detail .pro-infor .pro-count-button .pro-count .pro-number input{height:100%;width:100%;border: none;text-align: center;display: block}
.pro-detail .pro-infor .pro-count-button .pro-count .add-icon {
    display: block;
    float: left;
    /* line-height: 45px; */
    padding:0 20px;
    cursor: pointer;
    margin-top: 2px;
}


.pro-detail .pro-infor .pro-count-button .pro-count .add-icon  svg{
    width: 11px;
    height: 11px;
}

.pro-detail .pro-infor .pro-count-button button.pro-addcart {

    width:220px;
    height: 45px;
    background-color: #333333;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 20px 0 0 0;
    font-size: 16px;
    padding: 0px 10px 0 40px;cursor: pointer;
    border: 1px solid #000;


    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.pro-detail .pro-infor .pro-count-button button.pro-addcart:hover{
    color: #000;
    background-color: #fff;
}


.pro-detail .pro-infor .pro-count-button button.pro-addcart:hover .cart-icon{
    background-image: url(../images/cart-black.png)
}



.pro-detail .pro-infor .pro-count-button button.pro-addcart span.cart-icon {
    position: absolute;
    display: block;
    width: 29px;
    height: 25px;
    background: url(../images/cart.png) no-repeat center;
    left: 10px;
    top: 9px;
}


.pro-widget {
    float: left;
    margin-top: 30px;
    border-bottom: 1px solid #eeeeee;
    height:605px;
    padding-bottom: 50px;
    overflow: hidden;
}

.recommend-wrap {
    float: left;
    margin-top: 48px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}


.recommend-item-left {
    width: 670px;
    border-right: 1px solid #eee;
    float: left;
    margin-bottom: 75px;
}
.recommend-item-left .recommend-add {
    float: left;
    font-size: 22px;
    margin: 0 20px;
    line-height:174px;
}
.recommend-item-left dl.recommend-product {
    width: 150px;
    float: left;
    margin: 0;
}
.recommend-item-left dl.recommend-product dd {
    line-height: 20px;
    text-align: center;
    color: #333333;padding: 10px 0;
}
.recommend-product img{width: 150px; height: 160px}

.recommend-item-right {
    float: left;
    margin: 10px 120px 0;
    width: 170px;
}

.recommend-item-right h2 {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 25px;
}
.recommend-price {
    padding-bottom: 25px;
}
.recommend-price .recommend-price-num {
    color: #e36a6a;
    font-size: 22px;
    line-height:22px;
    padding-right: 10px;
}
.recommend-price .recommend-price-save {
    color:#666666;
}
.recommend-add-button {
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #333333;
    cursor: pointer;
}


/* 产品- 10.30 */
.best-recommend {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.best-recommend-item {
    width: 23%;
    float:left;
    margin:0 1%;
    position: relative;
}
.best-recommend-item:nth-child(4){
    width: 23%;
    float:left;
    margin:0 0 0 1%  ;
    position: relative;
}

.best-recommend-item-img img{width: 100%; }
@media all and (max-width:1440px) {


    .best-recommend-item {
        width: 23%;
        float:left;
        margin:0 1%;
        position: relative;
    }

    .best-recommend-item:nth-child(4){
        width: 23%;
        float:left;
        margin:0 0 0 1%  ;
        position: relative;
    }
    .best-recommend-item-img img{width: 100%;}

}

.best-recommend-item .best-recommend-item-title {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 32px;height: 32px;overflow: hidden; padding-top:15px
}
.best-recommend-item .pro-list-item-hide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.best-recommend-item .pro-share-price {
    width: 100%;
    text-align: center;
    font-size: 16px;
    float: left;
    padding-top:10px; color:#6a6a6a
}

@media not all, (hover: hover){
    .ProductItem__PriceList--showOnHover{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}
    .best-recommend-item:hover .ProductItem__PriceList--showOnHover{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}

}
.best-recommend-item.active .pro-list-item-hide {
    display: block;
}
.best-recommend-item .pro-list-item-hide .pro-share-icons {
    width: 75px;
    float: right; padding:20px 0 10px 0px
}
.best-recommend-item .pro-list-item-hide .pro-share-icons .love-icon {
    display: block;
    width: 21px;
    height: 20px;
    float: right; margin-right:20px;
    background:url(../images/commodity_collect_default@2x.png) no-repeat center;
    background-size: cover;
}
.best-recommend-item .pro-list-item-hide .pro-share-icons .love-icon.active {
    background:url(../images/commodity_collect_light.png) no-repeat center;
    background-size: cover;
}
.best-recommend-item .pro-list-item-hide .pro-share-icons .cart-icon {
    display: block;
    margin-left: 10px;
    width: 22px;
    height: 20px;
    float: left;
    background:url(../images/commodity_shop_light@2x.png) no-repeat center;
    background-size: cover;
}
.best-recommend-item .pro-list-item-hide .pro-share-price {
    width: 100%;
    text-align: center;
    font-size: 18px;
    float: left;
    padding-top:150px;
}

.best-recommend-item .pro-list-item-hide .three-choic {
    width: 85px;
    height: 30px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    margin: 240px auto 0;
}

.service-promis {
    width: 100%;
    float: left;
    padding:40px 0;
    margin-top: 105px;
    background-image:url(../images/products_15.jpg) ;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}





.service-list {
    width: 1080px;
    margin: 0px auto 0;
}
.service-list .service-list-item {
    width: 110px;
    float: left;
    text-align: center;
    margin: 0 80px;
}
.service-list .service-list-item em {
    display: block;
    width: 100%;
    height: 80px;
}
.service-list .service-list-item span {
    display: block;
    padding-top: 10px;
    font-size: 22px;
    line-height: 22px;
}
.service-list .service-list-item.service-free em {
    background: url(../images/products_20.png) no-repeat center center;
    background-size:40%
}

.service-list .service-list-item.service-delivery em {
    background: url(../images/products_22.png) no-repeat center center;background-size:40%
}
.service-list .service-list-item.service-save em {
    background: url(../images/products_24.png) no-repeat center center;background-size:40%
}
.service-list .service-list-item.service-return em {
    background: url(../images/products_26.png) no-repeat center center;background-size:40%
}


.common-problems {
    width: 100%;
    float: left;
    margin-top:2px;
    padding-top: 54px;
    margin-bottom: 40px;
    border-top: 1px solid #eee;
}
.common-problems dl {
    width:1080px;
    margin: 0 auto;
}

.common-problems dl dd {
    margin-bottom: 25px;
    font-size: 22px;
    height: 35px;
    line-height: 35px;
}
.common-problems dl dd.answer {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}
.common-problems dl dd span {
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
}
.common-problems dl dd span.question-text {
    border: 1px solid #ff9090;
    color:#ff9090;
}

.common-problems dl dd span.answer-text {
    border: 1px solid #90bfff;
    color:#90bfff;
}

/*颜色选择 2018.8.31 soea*/
div.catt {}
div.catt ul{}


.div.catt ul:after{
    display: block;
    content: '.';
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;

}

div.catt ul.tag{}
div.catt.color a{display: block; width: 32px;height: 32px;float: left;border: 1px solid #d5d5d5;padding:4px;border-radius: 50%;margin-right: 15px; text-indent: -99999px}
div.catt.color a>div{width: 22px;height: 22px;border-radius: 50%;display: block; margin-left:5px; margin-top:5px}
div.catt.color a.cattsel{border:1px solid #f52648;}
.market-prices-spe{color: #e00;margin: 10px 0 0 6px}

#choose #choose-version{
    padding-bottom: 0px;
    display: inline-block;
}
#choose-version .dt {
    margin-top: 8px;
    min-width: 55px;
    width: auto;
    /* float: left; */
    color: #999;line-height: 32px;
}
#choose-version .dd {
    width: 375px;
    height: auto;
    padding-bottom: 0px;
    /* float: left; */
    overflow: hidden;
}
#choose-version A {
    display: block;
    white-space: nowrap;
    text-decoration: none
}
.catt {
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
}
.catt a {
    border: #c8c9cd 1px solid;
    text-align: center;
    margin-right: 5px;
    margin-top: 6px;
    padding: 4px 10px;
    display: block;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
    float: left;
    background:#ffffff;
}
.catt a:hover {
    border: #f52648 1px solid;
    margin-right: 5px;
    margin-top: 6px;
}
.catt a:focus {
    outline-style: none;
}
.catt .cattsel {
    border: #f52648 1px solid;
    background: url(../images/bg_attr_sel_zyh.png) no-repeat bottom right;
    margin-right: 5px;
    margin-top: 6px;
    background-color: #fff;
}
.catt .cattsel a:hover {
    margin: -1px;
}
.catt a.wuxiao {
    cursor: not-allowed;
    text-decoration: none;
    border: #999 1px dashed!important;
    margin-top: 6px;
    padding: 4px 10px;
    background: #eee;
}
.catt a.wuxiao:visited, .catt a.wuxiao:hover {
    cursor: not-allowed;
    text-decoration: none;
    border: #999 1px dashed;
}
.catt a .spec-img{
    float: left;
    cursor: pointer;
}
.catt a .spec-name{
    float: left;
    cursor: pointer;
    line-height: 40px;
    margin: 0 10px 0 10px;
    color: #000;
    text-decoration: none;
}
.catt a .value-label{
    padding:3px 7px;
}

@media screen and (min-width: 1240px){
    /*.pro-list-wrap{ padding:0 80px; margin :0 auto}
    */

    .prouduct-goods-large{
        max-width:1450px
    }
    .pro-image{ max-width: calc(100% - 550px);    margin-left: 0;
    }

    .pro-detail .pro-image {
        width: 960px;
        height: 715px;
        float: left;
        overflow: hidden;
        margin-right: 35px;
    }
    .pro-slide {position:relative; width:810px; height: 715px; overflow:hidden;}


}
@media screen and (min-width: 1008px){
    .pro-image{ max-width: calc(100% - 525px);    margin-left: 0;}
    .Product__Gallery {
        margin-left: 50px;
    }
    .pro-slide .big{ position:relative; overflow:hidden; width: 650px;height: 689px; left:0;top:0;  float:left; }
    .pro-slide .big li{float:left; width:650px; height: 689px;}
    .pro-box{ position:relative; width:650px !important; overflow:hidden; float:left;margin-left:35px}

}
.Product {
    position: relative;
    margin: 0 auto 50px auto;
}

.tb-social{ float:left; width:100%; margin-top:30px; position:relative; line-height:30px}
.tb-social-fav{ float:left}

.tb-social-fav a b{ width: 25px;
    height: 30px;
    float: left;
    background:url(../images/commodity_collect_default@2x.png) no-repeat center;
    background-size: 100%; margin-right:10px}
.tb-social-shared{ position:relative; float:left; padding-left:30px}
.shared{
    background: #000 url(../images/share.png) center center no-repeat;
    background-size:24px;
    opacity: .8;
    width:30px;
    height: 30px;
    border-radius: 5px;margin-right:5px;
    float:left

}

.shared-pannel-wrap{
    padding-top:20px;
    left:-110px;
    top:20px;
    position: absolute;
}
.shared-pannel{
    background: #fff;
    border:3px solid rgba(0,0,0,.7);
    padding: 20px 10px;
    background: #fff;
    width:350px;
    text-align: center;
    border-radius:3px;
}


.shared-pannel:after{
    display: block;
    content:'.';
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;

}

.shared-pannel li{
    width:70px;
    float: left;
    font-size: 12px;
}
.bsPlatIcon{
    background: url(../images/weixin-h.gif) no-repeat center top;
    color: #666;
    padding-top: 36px;
    width:70px;
    display: inline-block;

}
.bsPlatIcon:hover{
    background-image: url(../images/weixin.gif);
    color: #000;

}

.bsImg-facebook{
    background-image: url(../images/facebook-h.gif);

}
.bsImg-facebook:hover{
    background-image: url(../images/facebook.gif);

}

.bsImg-instapaper{
    background-image: url(../images/instapaper-h.gif);

}
.bsImg-instapaper:hover{
    background-image: url(../images/instapaper.gif);

}
.bsImg-pinterest{
    background-image: url(../images/pinterest-h.gif);

}
.bsImg-pinterest:hover{
    background-image: url(../images/pinterest.gif);

}
.bsImg-weixin{
    background-image: url(../images/weixin-h.gif);

}
.bsImg-weixin:hover{
    background-image: url(../images/weixin.gif);

}
.bsImg-sinaminiblog{
    background-image: url(../images/sinaminiblog-h.gif);

}
.bsImg-sinaminiblog:hover{
    background-image: url(../images/sinaminiblog.gif);
}