
/*格式化样式*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea,
p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑",Microsoft YaHei,sans-serif,Arial;
}

address, em, i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0
}

input, button {
    outline: none;
}

input {
    vertical-align: middle;
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #666;
}

    a:hover {
        text-decoration: none;
    }

    a:-webkit-any-link {
        text-decoration: none;
      /*  cursor: auto */
    }

.red {
    color: red
}

.relative {
    position: relative
}

.absolute {
    position: absolute;
}

.hidden {
    overflow: hidden;
}

.bgwhite {
    background: #fff
}

.left {
    float: left
}

.right {
    float: right
}

.t-r {
    text-align: right
}

.t-l {
    text-align: left;
}

.t-c {
    text-align: center
}

.bold {
    font-weight: bold;
}

.relative {
    position: relative;
}

.mt20 {
    margin-top: 20px;
}

.pb16 {
    padding-bottom: 16px;
}

.h398 {
    height: 398px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.f46 {
    font-size: 46px;
}

.f50 {
    font-size: 50px;
}

.f100 {
    font-size: 100px;
}

@media only screen and (max-width:768px) {
    /*--pc显示--*/
    .f12 {
        font-size: 12px;
    }

    .f14 {
        font-size: 14px;
    }

    .f16 {
        font-size: 16px;
    }

    .f18 {
        font-size: 18px;
    }

    .f20 {
        font-size: 18px;
    }

    .f22 {
        font-size: 20px;
    }

    .f24 {
        font-size: 22px;
    }

    .f26 {
        font-size: 24px;
    }

    .f28 {
        font-size: 26px;
    }

    .f30 {
        font-size: 28px;
    }

    .f32 {
        font-size: 30px;
    }

    .f34 {
        font-size: 32px;
    }

    .f36 {
        font-size: 34px;
    }

    .f40 {
        font-size: 38px;
    }

    .f46 {
        font-size: 44px;
    }

    .f50 {
        font-size: 48px;
    }

    a {
        font-size: 14px;
    }
}

@media only screen and (max-width:425px) {
    .f12 {
        font-size: 12px;
    }

    .f14 {
        font-size: 14px;
    }

    .f16 {
        font-size: 16px;
    }

    .f18 {
        font-size: 16px;
    }

    .f20 {
        font-size: 18px;
    }

    .f22 {
        font-size: 18px;
    }

    .f24 {
        font-size: 20px;
    }

    .f26 {
        font-size: 20px;
    }

    .f28 {
        font-size: 24px;
    }

    .f30 {
        font-size: 24px;
    }

    .f32 {
        font-size: 26px;
    }

    .f34 {
        font-size: 26px;
    }

    .f36 {
        font-size: 26px;
    }

    .f40 {
        font-size: 30px;
    }

    .f46 {
        font-size: 36px;
    }

    .f50 {
        font-size: 40px;
    }
}

/*loading*/
.loading-img {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 9999;
}

.loading-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9998;
    background-color: #fff; /*
    filter:alpha(opacity=60);
    -moz-opacity:0.6; 
    -khtml-opacity:0.6; 
    opacity: 0.6; */
}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 9999;
}

    .preloader span {
        display: block;
        bottom: 0px;
        width: 9px;
        height: 5px;
        background: #ffbd62;
        position: absolute;
        -webkit-animation: preloader_1 1.5s infinite ease-in-out;
        -moz-animation: preloader_1 1.5s infinite ease-in-out;
        -ms-animation: preloader_1 1.5s infinite ease-in-out;
        -o-animation: preloader_1 1.5s infinite ease-in-out;
        animation: preloader_1 1.5s infinite ease-in-out;
    }

        .preloader span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: .2s;
            -moz-animation-delay: .2s;
            -ms-animation-delay: .2s;
            -o-animation-delay: .2s;
            animation-delay: .2s;
        }

        .preloader span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: .4s;
            -moz-animation-delay: .4s;
            -ms-animation-delay: .4s;
            -o-animation-delay: .4s;
            animation-delay: .4s;
        }

        .preloader span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
        }

        .preloader span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: .8s;
            -moz-animation-delay: .8s;
            -ms-animation-delay: .8s;
            -o-animation-delay: .8s;
            animation-delay: .8s;
        }

@-webkit-keyframes preloader_1 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        background: #ffbd62;
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        background: #f39800;
    }

    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        background: #ffbd62;
    }

    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        background: #ffbd62;
    }
}

@-moz-keyframes preloader_1 {
    0% {
        height: 5px;
        -moz-transform: translateY(0px);
        background: #ffbd62;
    }

    25% {
        height: 30px;
        -moz-transform: translateY(15px);
        background: #f39800;
    }

    50% {
        height: 5px;
        -moz-transform: translateY(0px);
        background: #ffbd62;
    }

    100% {
        height: 5px;
        -moz-transform: translateY(0px);
        background: #ffbd62;
    }
}

@-ms-keyframes preloader_1 {
    0% {
        height: 5px;
        -ms-transform: translateY(0px);
        background: #ffbd62;
    }

    25% {
        height: 30px;
        -ms-transform: translateY(15px);
        background: #f39800;
    }

    50% {
        height: 5px;
        -ms-transform: translateY(0px);
        background: #ffbd62;
    }

    100% {
        height: 5px;
        -ms-transform: translateY(0px);
        background: #ffbd62;
    }
}

@keyframes preloader_1 {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #ffbd62;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #f39800;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #ffbd62;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #ffbd62;
    }
}

/*弹出登录*/
.layui-layer-shade {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1989;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.layui-layer-iframe {
    display: none;
    position: fixed;
    z-index: 1990;
    width: 560px;
    height: 335px;
    top: 50%;
    margin-top: -180px;
    left: 50%;
    margin-left: -280px;
    background: #fff;
}

@media (max-width:640px) {
    .layui-layer-iframe {
        width: 300px;
        margin-left: -150px;
    }
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}

.layui-layer-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
    line-height: initial;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: url(../content/images/pwd-icons-new.png) -50px -144px no-repeat;
}


/*弹出微信二维码*/
.layui-layer-page {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    padding: 10px;
    width: 240px;
    height: 300px;
    margin-left: -130px;
    margin-top: -150px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
    display: none;
}

.weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

.layui-layer-page span {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

.layui-closewx-close {
    width: 23px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 8px;
    color: #999;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}

.weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}

.layui-layer-page img {
    width: 185px;
    display: block;
    margin: 0 auto;
}

.layui-layer-bg {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    z-index: 19891014;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

@media (max-width: 640px) {
    .layui-layer-page {
    }

        .layui-layer-page img {
        }
}

.index-picture {
    width: 100%;
    max-width: 1140px;
    clear: both;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
}

.sd-page-min-width {
    width: 100%;
}

#sd_pin_view_layer {
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 99994;
}

    #sd_pin_view_layer .close-layer {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 95;
        font-size: 46px;
        color: #666;
    }

        #sd_pin_view_layer .close-layer:hover i {
            background-position: 0 -50px;
        }

/*左右箭头*/
.layer-view {
    background-position: 0 0;
    height: 150px;
    margin-top: -75px;
    width: 60px;
    background: url("../content/images/pin_view_arrows.png") no-repeat scroll 0px 0;
    display: block;
    top: 50%;
    visibility: visible;
    position: fixed;
    left: 180px;
    z-index: 10;
}

    .layer-view.prev:hover {
        background-position: 0 -170px;
    }

    .layer-view.next {
        background-position: -80px 0;
        visibility: visible;
        right: 180px;
    }

    .layer-view.next {
        left: auto;
    }

        .layer-view.next:hover {
            background-position: -80px -170px;
        }



.feetp {
    left: 0;
    position: fixed;
    visibility: visible;
}
/*左边内容*/
.sd-main-part {
    float: left;
    width: 100%;
    max-width: 1200px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

    .sd-main-part .piece {
        background: #fff none repeat scroll 0 0;
        padding: 20px;
        position: relative;
    }
/*分享*/
.sd-tool-bar {
    width: 100%;
    clear: both;
}

.sd-share-unit {
    height: 30px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 10px;
}

.share-btns {
    height: 28px;
    width: 90px;
    background: #FAFAFA;
    border: 1px solid #EDEDED;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

    .share-btns .share-btn {
        background: #FAFAFA url("../images/share_icon.png") no-repeat scroll 6px 4px;
        display: block;
        float: left;
        height: 28px;
        position: relative;
        width: 30px;
        margin: 0;
        padding: 0;
    }

        .share-btns .share-btn::after {
            background: #ededed none repeat scroll 0 0;
            content: "";
            display: block;
            height: 16px;
            position: absolute;
            right: 0;
            top: 6px;
            width: 1px;
        }

    .share-btns .more {
        height: 28px;
        width: 24px;
        display: inline-block;
        background: url('../images/share_icon.png') -101px 9px no-repeat;
    }

.o2o-share-unit .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    border: 1px solid #EDEDED;
    width: 150px;
    text-align: left
}

    .o2o-share-unit .menu a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #333;
        background: none;
        font-size: 14px;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .o2o-share-unit .menu a i {
            position: relative;
            top: 13px;
            width: 18px;
            height: 18px;
            background: url('../images/share_icon.png') 0 -80px no-repeat;
            float: left;
            margin: 0 6px 0 12px;
        }

.no-svg .o2o-share-unit .menu a i {
    background-image: url('../images/share_icon.png')
}

.sd-share-unit span {
    padding: 3px 10px 0 0;
}

.o2o-share-unit .menu a.tqq:hover i {
    background-position: -40px -80px
}

.o2o-share-unit .menu a.sqq i {
    background-position: 0 -160px
}

.o2o-share-unit .menu a.sqq:hover i {
    background-position: -40px -160px
}

.o2o-share-unit .menu a.douban i {
    background-position: 0 -200px
}

.o2o-share-unit .menu a.douban:hover i {
    background-position: -40px -200px
}

.o2o-share-unit .menu a.renren i {
    background-position: 0 -240px
}

.o2o-share-unit .menu a.renren:hover i {
    background-position: -40px -240px
}

.o2o-share-unit .arr {
    width: 20px;
    height: 10px;
    position: absolute;
    top: -10px;
    right: 8px;
    background: url(../images/arrow_with_shadow.png) 0 0 no-repeat
}

.o2o-share-unit .menu a:hover {
    color: #221919;
    text-decoration: none;
    background-color: #F2F2F2
}

.weibo:hover {
    background-position: -34px 4px;
}

.sd-share-unit .share-btns .qzone {
    background-position: 6px -36px;
}

    .sd-share-unit .share-btns .qzone:hover {
        background-position: -34px -36px;
    }

.sd-share-unit .share-btns .weixin {
    background-position: 6px -276px;
}

    .sd-share-unit .share-btns .weixin:hover {
        background-position: -34px -276px;
    }

.pin-view .tool-bar .right-part .btn {
    margin-right: 0;
}

/*图片样式*/
.sd-main-image {
    background: #F3F3F3 url("../images/img_bg_2.png") repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 0;
    clear: both;
    margin-top: 70px;
}

@media (max-width: 640px) {
    .sd-share-unit {
        height: 55px;
        top: 60px;
        text-align: left;
        right: 0;
    }

    .sd-main-image {
        margin-top: 55px;
    }

    .sd-lbTitleBox-tielt {
        padding: 10px 0;
    }

    .sd-main-part .piece {
        padding: 16px 10px
    }
}
/*弹出层图库产品标签 */
.gallery-overlay {
    width: 240px;
    background: #FFF;
    z-index: 1000;
    float: left;
    padding: 0 8px 0 0;
}

.gallery-shangarrow {
    display: block;
    height: 6px;
    left: 28px;
    position: absolute;
    top: -6px;
    width: 11px;
    z-index: 99998;
    background: transparent url("../images/gouwuche.png") no-repeat scroll -72px -20px;
}

.coupon-summary {
    height: 30px;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
}

.gallery-ks-popup-close {
    display: block;
    height: 12px;
    line-height: 200px;
    overflow: hidden;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 12px;
    background: transparent url("../images/gouwuche.png") no-repeat scroll -52px -20px;
}

.gallery-cart-container {
    width: 100%;
    float: left;
    overflow: auto;
    margin: 5px 0 0 0;
    padding-bottom: 5px;
}
    /*.gallery-cart-container:before{
    border-top: 12px solid rgba(255,255,255, 0.9);
    border-left: 8px solid transparent;
    top: 8px;
    left: -8px;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
}*/
    .gallery-cart-container b {
        padding-left: 5px;
        color: #f84f0c;
        float: right;
        font-weight: normal;
        font-size: 16px;
    }

.gallery-img-sp {
    padding: 3px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 10px 0 5px;
}

.gallery-cart-container h1 {
    display: block;
    overflow: hidden;
    font-weight: normal; /* margin:5px 0 ;*/
    padding: 0px;
    line-height: 30px;
}

.gallery-cart-container p {
    padding-top: 3px;
    margin: 0px;
    line-height: 22px;
    font-size: 12px;
}

.gallery-Varieties {
    text-align: left;
    font: 14px;
}

    .gallery-Varieties a {
        color: #333;
        text-decoration: none;
        display: block;
        float: left;
        font-size: 14px;
        width: 50%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-align: left;
    }

        .gallery-Varieties a:hover {
            color: #ff9400;
        }

.sd-tool-bar-bottom {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    position: relative;
}

    .sd-tool-bar-bottom .source i {
        background: #F3F3F3 url("../images/website.png") no-repeat scroll 0 0;
    }

/*头像*/
.sd-space-owner {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.sd-user-image {
    border-radius: 50%;
    display: block;
    overflow: hidden;
}

.sd-space-owner span {
    margin-right: 10px;
    display: inline-block;
}

    .sd-space-owner span img {
        transition: -moz-transform 0.4s ease-out 0s;
    }

        .sd-space-owner span img:hover {
            box-shadow: 0 0 10px #fff;
            transform: rotateZ(360deg);
        }

.sd-username {
    font-size: 12px;
    top: -15px;
    position: relative;
}

    .sd-username span {
        cursor: pointer;
    }

    .sd-username a {
        color: #333;
        margin-left: 8px;
        text-decoration: none;
    }

        .sd-username a:hover {
            color: #ff9400;
        }

.sd-Cart {
    background-image: url("../images/label-cart.png");
    float: left;
    height: 25px;
    width: 25px;
}

.sd-orders {
    right: -47px;
    position: relative;
    float: right;
    top: 12px;
}

.sd-lbCart {
    height: 45px;
    right: 0px;
    position: relative;
    float: right;
    right: 55px;
    top: -2px;
    width: 25px;
}

    .sd-lbCart .cart-info {
        color: #666;
        font-size: 18px;
        position: absolute;
        top: 11px;
    }

        .sd-lbCart .cart-info .sd-cart-count {
            background: #e60012 none repeat scroll 0 0;
            border-radius: 50%;
            color: #fff;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            height: 20px;
            left: 6px;
            line-height: 20px;
            position: absolute;
            text-align: center;
            top: -6px;
            width: 20px;
        }

@media (max-width: 990px) {
    .gallery-img-sp {
        margin-left: 0;
        padding: 0px;
        border: none;
    }

    .gallery-overlay {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .sd-space-owner span {
        clear: both;
    }

    span.sd-lbCart {
        right: 0;
        top: 31px;
    }

    .sd-orders {
        right: 40px;
        top: 6px;
    }

    .sd-space-owner {
        overflow: hidden;
    }
}

.sd-noinfo {
    line-height: 35px;
    color: #595959;
}

.sd-lbInfoBox {
    position: relative;
    border-bottom: solid #e6e6e6 1px;
    margin-top: 13px;
}

    .sd-lbInfoBox h1 {
    }

        .sd-lbInfoBox h1 a {
            color: #333;
            text-decoration: none;
            cursor: pointer;
        }

            .sd-lbInfoBox h1 a:hover {
                color: #ff9400;
                text-decoration: none;
                outline: none;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear
            }

    .sd-lbInfoBox h2 {
        padding-bottom: 13px;
        color: #595757;
        font-weight: normal;
        padding-left: 10px;
    }

    .sd-lbInfoBox h3 {
        font-size: 14px;
        color: #ff9400;
        font-weight: normal;
    }

        .sd-lbInfoBox h3 b {
            font-weight: normal;
        }

            .sd-lbInfoBox h3 b.space-facets {
                font-weight: normal;
                border-right: 1px solid #e6e6e6;
                padding-right: 10px;
                margin-right: 10px;
                line-height: 5px;
            }

.sd-lbTitleBox {
    position: relative;
    border-bottom: solid #e6e6e6 1px;
    border-top: solid #e6e6e6 1px;
    padding: 10px;
}

    .sd-lbTitleBox h1 {
        padding: 0px;
        margin: 0px;
    }

.sd-lbTitleBox-tielt {
    position: absolute;
    width: 1100px;
    z-index: 999;
    border-bottom: solid #e6e6e6 1px;
    line-height: 25px;
    padding: 0px 10px 20px 10px;
    top: 18px;
}

    .sd-lbTitleBox-tielt h1 {
        font-size: 18px;
        font-weight: 100;
        padding: 0px;
        margin: 0px;
        color: #595757;
    }

.sd-lbTitleBox h1 a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

    .sd-lbTitleBox h1 a:hover {
        color: #ff9400;
        text-decoration: none;
        outline: none;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear
    }

.sd-lbTitleBox h2 {
    font-size: 18px;
    color: #595757;
    font-weight: normal;
    line-height: 30px;
}

.sd-lbTitleBox h3 {
    font-size: 14px;
    color: #ff9400;
    font-weight: normal;
    line-height: 30px;
}

    .sd-lbTitleBox h3 b {
        font-weight: normal;
    }

        .sd-lbTitleBox h3 b.space-facets {
            font-weight: normal;
            border-right: 1px solid #e6e6e6;
            padding-right: 10px;
            margin-right: 10px;
            line-height: 5px;
        }

.btn-with-icon {
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #595757;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0 8px 0 0;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 10px;
    background: url(../images/icon1.png) left no-repeat;
    padding-left: 30px;
}

    .btn-with-icon.good {
        right: 130px;
        background: url(../images/icon-view2.png) 10px center no-repeat;
    }

        .btn-with-icon.good.on {
            color: #ff9400;
            background: url(../images/icon-view1.png) 10px center no-repeat;
        }

.xg_infobox, .sp-xg-infobox {
    padding: 0px 10px 17px;
}

    .xg_infobox a {
        display: block;
        float: left;
        border: 1px solid #fff;
    }
        /*.xg_infobox img,.sp-xg-infobox a img{border:1px solid #fff;}*/
        /*.xg_infobox img:hover,.sp-xg-infobox a img:hover{ border:1px solid #999; }*/
        .xg_infobox a img {
            height: 90px;
            width: 120px;
        }

.sd-tool-bar-bottom .iconfont {
    font-size: 14px;
    color: #666;
    float: left;
    display: block;
    padding: 1px 3px 0 0;
}

.Related-Products {
    position: relative; /*  border-bottom: solid #e6e6e6 1px; */
}

    .Related-Products h2 {
        padding: 15px 0 15px 10px;
        color: #595757;
        font-weight: normal;
        line-height: 30px;
    }

    .Related-Products ul {
        margin: 0px;
        padding: 0px;
        margin-bottom: 18px;
        overflow: hidden;
    }

        .Related-Products ul li {
            list-style: none;
            display: block;
            float: left;
            width: 119px;
            overflow: hidden;
            margin-right: 30px;
            text-align: left;
            font-size: 14px;
            margin-bottom: 10px;
        }

            .Related-Products ul li a {
                color: #666666;
                text-decoration: none;
                cursor: pointer;
                display: block;
                overflow: hidden;
            }

                .Related-Products ul li a img {
                    height: 72px;
                    width: 119px;
                }

                .Related-Products ul li a:hover {
                    color: #ff9400;
                }

.phone-move-box {
    display: none;
}

.xg_infobox.owl-theme .owl-controls,
.sp-xg-infobox.owl-theme .owl-controls {
    position: absolute;
    top: -63px;
    right: 60px;
}

    .xg_infobox.owl-theme .owl-controls .owl-buttons .owl-next {
        position: absolute;
        top: 0;
        height: 30px;
        width: 30px;
        background: url(../images/go-right.jpg) center right no-repeat;
    }

    .xg_infobox.owl-theme .owl-controls .owl-buttons .owl-prev {
        display: none;
        ;
    }

    .sp-xg-infobox.owl-theme .owl-controls .owl-buttons .owl-next {
        position: absolute;
        top: 0;
        height: 36px;
        width: 58px;
        background: url(../images/go-right.jpg) center right no-repeat;
    }

    .sp-xg-infobox.owl-theme .owl-controls .owl-buttons .owl-prev {
        display: none;
    }

@media (max-width: 992px) {
    .btn-with-icon.good {
        right: 10px;
        top: -71px;
        z-index: 3000;
        background-size: 18px;
    }

        .btn-with-icon.good.on {
            background-size: 18px;
        }

    #piece-tool {
        padding-top: 16px;
    }

    .closetitle {
        display: none;
    }

    .pos.wrap {
        display: none;
    }

    .piece.fi {
        position: relative;
        padding: 0;
    }

    .sd-lbTitleBox-tielt {
        position: relative;
        left: 0;
        background: #fff;
        height: 50px;
        width: 100%;
        border: none;
        top: 0px;
    }

        .sd-lbTitleBox-tielt h1 {
            position: absolute;
            left: 0;
            background: #fafafa;
            top: 60px;
            width: 100%;
            padding: 10px;
        }

        .sd-lbTitleBox-tielt .sd-share-unit {
            position: absolute;
            left: 10px;
            top: 17px;
            text-align: left;
        }

    .sd-main-image {
        margin: 0;
        top: 0;
    }

    .Move-box.ip_img32 {
        position: relative;
        margin-top: 105px;
        padding: 0 10px;
    }

    .gallery-cart-container h1,
    p.gallery-Varieties.hidden {
        margin: 3px 0;
    }

    .gallery-Varieties.hidden a {
        display: none;
    }

    .Move-box {
        display: none
    }

    .roundBgW, .bgwhite.ltr-before:before {
        display: none;
    }

    .gallery-cart-container a {
        float: none;
    }

    .gallery-cart-container b {
        float: none;
        padding-left: 0px;
    }

    .sd-lbTitleBox {
        display: none;
    }

    .pin-view-arrows {
        display: none !important;
    }

    .phone-move-box a {
        display: block;
        overflow: hidden;
        margin: 0 10px;
        padding: 10px 0;
        border-bottom: 1px solid #ededed;
    }

    .phone-move-box {
        display: block;
        margin-top: 20px;
    }

        .phone-move-box img {
            height: 50px;
            width: 50px;
            float: left;
            display: block;
            margin-right: 10px;
        }

        .phone-move-box h1 {
            color: #000;
            font-size: 14px;
        }

        .phone-move-box p {
            color: #f00;
            font-size: 14px;
            padding-top: 7px;
        }

    .sd-main-part .piece {
        padding: 0 0 0 0;
    }

    .sd-lbInfoBox, .Related-Products {
        margin: 0 10px;
    }

    .xg_infobox, .sp-xg-infobox {
        padding: 0 0 17px;
    }

    .sd-lbInfoBox h2, .Related-Products h2 {
        padding: 15px 0 15px 0;
    }

    .xg_infobox.owl-theme .owl-controls, .sp-xg-infobox.owl-theme .owl-controls {
        right: 36px;
    }

    .sd-main-part {
        border: none;
        margin-bottom: 0px;
    }
}



/*弹出层导航*/
.sd-shop-nav {
    clear: both;
    margin-bottom: 10px;
}

    .sd-shop-nav li {
        display: block;
        float: left;
    }

    .sd-shop-nav ul {
        padding: 0px;
        margin: 0px;
        display: block;
        overflow: hidden;
    }

.shoprbtn {
    background: #F3F3F3 linear-gradient(#efefef, #efefef) repeat scroll 0 0;
    border: 1px solid #efefef;
    color: #555;
    margin-right: 10px;
}

.biankuang {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
}

.shoprbtn:hover {
    background: #F3F3F3 linear-gradient(#e3e3e3, #e3e3e3) repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    color: #555;
}

.sd-shop-nav li em.sd-home-ico {
    background-image: url("../images/label-home.png");
    height: 16px;
    width: 16px;
    float: left;
    margin: 6px 5px 0 0;
}

.sd-shop-nav li em.sd-shop-ico {
    background-image: url("../images/label-maill.png");
    height: 16px;
    width: 16px;
    float: left;
    margin: 6px 5px 0 0;
}


/*分享*/
.share-btns .bdshare-button-style2-16 .bds_more {
    background: none;
    height: 30px;
    width: 30px;
}

.sp-xg-infobox a {
    display: block;
    width: 119px;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
}

    .sp-xg-infobox a img {
        height: 72px;
        width: 120px;
        display: block;
    }

.sp-xg-infobox .introduction-lunbo {
    width: 1070px;
}

@media (max-width: 500px) {
    .xg_infobox a img {
        width: 110px;
        height: 82.5px;
    }

    .sp-xg-infobox a img {
        width: 100px;
        height: 66px;
    }
}

@media (max-width: 375px) {
    .xg_infobox a img {
        width: 100px;
        height: 75px;
    }

    .sp-xg-infobox a img {
        width: 100px;
        height: 60px;
    }
}
