/* 滚动条 */
.tys-viewport {padding: 1px 20px 0; height: 100%; overflow: hidden; position: relative}
.tys-viewport .disable {display: none}
.tys-viewport .tys-overview {position: relative; width: 100%}
.tys-scrollbar {position: absolute; z-index: 999; right: 0; top: 0; width: 14px}
.tys-scrollbar .tys-track {width: 4px; margin: 0 auto;}
.tys-scrollbar .tys-thumb {position: relative; left: 0; width: 4px; border-radius: 2px; background-color: #929292}

.toolbar-mask {position: fixed; z-index: 99; width: 100%; height: 100%; left: 0; top: 0; background: #fff; opacity: 0; filter: alpha(opacity=0)}
.toolbar{ position: fixed; z-index: 100; top: 0; right: -301px; height: 100%; background: #f4f4f4;box-shadow: 0 0 5px rgba(0,0,0,.1); -webkit-transition: right .3s ease-in-out; -ms-transition: right .3s ease-in-out; transition: right .3s ease-in-out; }
.toolbar.visible {right: 0}
.hide {display: none}
html.noscroll, html.noscroll body {overflow: hidden}

/* 导航栏   */
.top {
    background: #f6f6f6;
    width: 100%;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #ededed;
    color: #888888;
}

.top a {
    color: #888888;
}

.top a:hover {
    color: #ff0036;
}

.nav li {
    float: left;
    font-size: 12px;
    padding-left: 10px;
}

.top .spliter {
    display: inline-block;
    height: 11px;
    width: 1px;
    background: #cccccc;
    vertical-align: middle;
    margin-left: 10px;
}

.nav .index {
    padding-left: 0;
}

.nav .index a {
    display: inline-block;
    padding-left: 27px;
    background: url(//icon.zol-img.com.cn/shop/20200601/home.png) no-repeat 4px 7px;
    background-size: 12px;
    vertical-align: middle;
}

.user {
    position: relative;
}

.user .shopping, .user .buyer {
    float: left;
    padding-left: 10px;
    cursor: pointer;
}

.user .buyer {
    border: 1px solid transparent;
}

.user .buyer.active {
    background: #fff;
    border: 1px solid #ededed;
}

.user .buyer img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    width: 8px;
}

.user .shopping a {
    display: inline-block;
    padding-left: 18px;
    background: url(//icon.zol-img.com.cn/shop/20200601/curt.png) no-repeat left center;
    background-size: 12px;
    vertical-align: middle;
}

.user .shopping em {
    padding-left: 5px;
    color: #fe1a4a;
}

.buyerLink {
    position: absolute;
    top: 30px;
    right: 0;
    width: 94px;
    background: #fff;
    border: 1px solid #ededed;
    z-index: 1;
}

.buyerLink::after {
    content: '';
    display: block;
    height: 2px;
    width: 82px;
    background: #fff;
    top: -2px;
    right: 0;
    position: absolute;
}

.buyerLink a {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #000;
    text-align: center;
}

.buyerLink a:hover {
    background: #f5f5f5;
    color: #ff0036;
}

/* 店铺信息 */

.shop {
    box-shadow: 0 1px 2px 0 #efefef;
    border-bottom: 1px solid #efefef;
}

.shop-top {
    padding: 20px 0;
    height: 60px;
}

.shop-top-icon {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #ededed;
    border-radius: 50%;
}

.shop-top-info {
    padding-left: 14px;
}

.shop-top-info p {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.shop-top-name {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding-right: 24px;
    background: url(//icon.zol-img.com.cn/shop/20200601/arrow_down_full.png) no-repeat right center;
    cursor: pointer;
}

.shop-top-notice {
    display: block;
    padding-left: 25px;
    background: url(//icon.zol-img.com.cn/shop/20200601/publicity.png) no-repeat left center;
    color: #ff0036 !important;
    height: 20px;
    line-height: 20px;
}

.shop-top-turn {
    margin-top: 15px;
    height: 32px;
    line-height: 32px;
    color: #000;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding-left: 33px;
    padding-right: 10px;
    background: url(//icon.zol-img.com.cn/shop/20200601/shop.png) no-repeat 10px center #f9f9f9;
}

.shop-top-turn:hover {
    color: #ff0036;
    border-color: #ff0036;
    background-color: #fff;
}

.shop-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    background: #fff;
    box-shadow: 0 1px 2px 0 #efefef;
    border-bottom: 1px solid #efefef;
    z-index: 3;
    zoom: 1;
}

.shop-fixed-msg {
    padding: 6px 0
}

.shop-fixed-icon {
    width: 34px;
    height: 34px;
    border: 1px solid #ededed;
    border-radius: 50%;
    vertical-align: middle;
}

.shop-fixed-name {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding-right: 24px;
    padding-left: 12px;
    background: url(//icon.zol-img.com.cn/shop/20200601/arrow_down_full.png) no-repeat right center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}

.goods {
    padding: 20px 0 52px;
}

.goods-descript {
    width: 980px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-left: 1px solid #dfdfdf;
    position: relative;
}

.goods-nav {
    overflow: hidden;
}

.goods-nav li {
    height: 47px;
    line-height: 47px;
    padding: 0 25px;
    border-top: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
    margin-left: -1px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
}

.goods-nav li span {
    position: absolute;
    right: -1px;
    top: 15px;
    height: 16px;
    width: 1px;
    background: #dfdfdf;
}

.goods-nav li.active {
    border-top-color: #ff0036;
    border-left-color: #dfdfdf;
    border-right-color: #dfdfdf;
    color: #ff0036;
}

.goods-nav li.active a {
    color: #ff0036;
}

.goods-nav li.active span {
    display: none;
}

.goods-nav li:hover {
    border-top-color: #ff0036;
    border-left-color: #dfdfdf;
    border-right-color: #dfdfdf;
    color: #ff0036;
}

.goods-nav li:hover a {
    color: #ff0036;
}

.goods-nav li:hover span {
    display: none;
}

.goods-nav .active span {
    display: none;
}

.goods-nav li:hover span {
    display: none;
}

.goods-qrcode {
    top: 0;
    right: 0;
    position: absolute;
    padding-right: 15px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.goods-qrcode p {
    padding-left: 17px;
    background: url(//icon.zol-img.com.cn/shop/20200601/qrcode_icon.png) no-repeat left center;
    display: inline-block;
}

.good-qrcode-wrap img {
    width: 10px;
    margin-left: 7px;
    vertical-align: middle;
}

.goods-qrcode-pic {
    position: absolute;
    z-index: 11;
    top: 50px;
    right: 0;
    background: #fff;
    padding: 20px;
    border: 1px solid #eeeeee;
}

.goods-qrcode-pic img {
    display: block;
    width: 144px;
    height: 144px;
    margin: 0;
}

.goods-qrcode-pic span {
    display: none;
    text-align: center;
    line-height: 20px;
}

.credit {
    position: relative;
}

.shop-credit {
    position: fixed;
    top: 90px;
    left: 0;
    width: 373px;
    padding: 12px 20px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ededed;
    z-index: 5;
}

.shop-credit img {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.shop-credit-each em {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #999999;
    vertical-align: top;
}

.shop-credit-cont {
    display: inline-block;
    width: 275px;
    line-height: 28px;
    padding-left: 8px;
    box-sizing: border-box;
}

.shop-credit-promise {
    margin-top: 14px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}

.shop-credit-promise img {
    display: block;
    margin: 9px auto;
}

.shop-credit-promise p {
    line-height: 21px;
}

.shop-credit-promise p em {
    color: #ff0036;
}

.shop-credit-btn {
    text-align: center;
    padding-top: 16px;
}

.shop-credit-btn a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    padding-right: 10px;
    border: 1px solid #e6e6e6;
}

.shop-credit-btn .toshop {
    background: url(//icon.zol-img.com.cn/shop/20200601/shop_gray.png) no-repeat 8px center #f9f9f9;
    background-size: 10px;
}

.shop-credit-btn .toshop:hover {
    background-color: #fff;
    border-color: #ff0036;
    background-image: url(//icon.zol-img.com.cn/shop/20200601/shop_red_ie.png);
    background-size: 10px;
}

/* 商品信息 */

.goods-connect {
    padding-top: 17px;
    position: relative;
}

.goods-connect p {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    color: #666666;
    padding-left: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.goods-connect-save {
    margin-right: 37px;
    background: url(//icon.zol-img.com.cn/shop/20200601/goods_save.png) no-repeat left center;
    background-size: 12px;
}

.goods-connect-save.saved {
    background-image: url(//icon.zol-img.com.cn/shop/20200601/goods_save_active.png);
}

.goods-connect-qrcode {
    background: url(//icon.zol-img.com.cn/shop/20200601/qrcode_icon.png) no-repeat left center;
    background-size: 12px;
}

.goods-connect-qrcode em {
    display: inline-block;
    padding-right: 7px;
    vertical-align: top;
}

.goods-connect-qrcode img {
    width: 9px;
    vertical-align: middle;
}

.qrcode-jumper {
    padding: 20px;
    border: 1px solid #eeeeee;
    background: #fff;
    position: absolute;
    top: 54px;
    left: 108px;
    z-index: 5;
}

.qrcode-jumper img {
    display: block;
    width: 144px;
    height: 144px;
}

.qrcode-jumper p {
    display: none;
    height: 30px;
    line-height: 30px;
    color: #666666;
}

/* 商品信息 */

.goods-middle {
    width: 570px;
    padding: 0 20px;
    box-sizing: border-box;
}

.goods-name {
    line-height: 22px;
    font-size: 16px;
    width: 100%;
    padding-top: 7px;
    padding-left: 10px;
    box-sizing: border-box;
}

.goods-subname {
    color: #ff0036;
    line-height: 25px;
    font-size: 12px;
    height: 25px;
    width: 90%;
    padding-left: 10px;
    box-sizing: border-box;
}

.goods-price {
    margin-top: 20px;
    width: 100%;
    background-size: cover;
}

.goods-price-normal, .goods-price-seckill, .goods-price-tuan {
    height: 90px;
    background: url(//icon.zol-img.com.cn/shop/20200601/price_bg.jpg) no-repeat top left;
    box-sizing: border-box;
}

.goods-price-normal {
    padding: 17px 10px 13px;
}

.goods-price-normal.noOrigin {
    height: 60px;
    padding: 12px 10px;
    background-image: url(//icon.zol-img.com.cn/shop/20200601/price_origin.png);
}

.goods-price-label {
    line-height: 23px;
    color: #999999;
    display: inline-block;
    vertical-align: bottom;
    width: 64px;
}

.goods-price-market {
    line-height: 23px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: bottom;
}

.goods-price-yuan {
    line-height: 23px;
    color: #ff0036;
    vertical-align: bottom;
    font-size: 16px;
}

.goods-price-sale {
    color: #ff0036;
    line-height: 36px;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
}

.goods-price-seckill-title {
    height: 34px;
    width: 100%;
    background: url(//icon.zol-img.com.cn/shop/20200601/price_seckill_bg.jpg) no-repeat top left;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.goods-price-seckill-title h3 {
    padding-left: 35px;
    background: url(//icon.zol-img.com.cn/shop/20200601/goods_seckill_icon.png) no-repeat 10px center;
    font-style: italic;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
}

.goods-price-seckill-title p {
    height: 34px;
    line-height: 34px;
    margin-right: 14px;
}

.goods-price-timer i {
    height: 23px;
    line-height: 23px;
    padding: 0 4px;
    background: #443b3b;
    border-radius: 2px;
    vertical-align: middle;
    margin: 0 3px;
}

.goods-price-timer .first {
    margin-left: 10px;
}

.goods-price-seckill-price {
    padding-top: 6px;
    padding-left: 10px;
}

.goods-price-seckill-price .goods-price-market {
    padding-left: 28px;
}

.goods-price-tuan {
    height: 100%;
}

.goods-price-tuan-price {
    width: 385px;
    padding-left: 10px;
    padding-top: 17px;
    box-sizing: border-box;
}

.goods-price-tuan-title {
    height: 100%;
    width: 144px;
    background: url(//icon.zol-img.com.cn/shop/20200601/price_tuan_bg.jpg) no-repeat top left;
    background-size: cover;
    color: #fff;
}

.goods-price-tuan-title h4 {
    padding-top: 15px;
    width: 100%;
    text-align: center;
    height: 22px;
    line-height: 22px;
}

.goods-price-tuan-title p {
    padding-top: 13px;
    text-align: center;
}

.goods-price-tuan-title p .first {
    padding-left: 10px;
}

.goods-price-save {
    margin-left: 25px;
    height: 21px;
    line-height: 21px;
    border-radius: 20px;
    color: #e93e01;
    border: 1px solid #e93e01;
    padding: 0 10px;
    vertical-align: middle;
}

.goods-item {
    width: 100%;
    position: relative;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.goods-item-title {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #666666;
    vertical-align: middle;
    width: 64px;
}

.goods-item-visible {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    box-sizing: border-box;
}

.goods-item-cont {
    width: 447px;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    box-sizing: border-box;
}

.goods-item-cont .goods-item-notice {
    font-size: 14px;
}

.goods-item-cont.hasArrow {
    cursor: pointer;
    padding-right: 10px;
}

.goods-item-cont.hasRightArrow {
    background: url(//icon.zol-img.com.cn/shop/20200601/arrow-right.png) no-repeat right center;
}

.goods-item-cont.hasBotArrow {
    background: url(//icon.zol-img.com.cn/shop/20200601/arrow_code_bottom.png) no-repeat right center;
}

.toolbar-switch-btn {
    position: absolute;
    top: 50%;
    left: -29px;
    margin-top: -35px;
    padding: 11px 5px;
    width: 18px;
    background: #ea0334;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.toolbar-switch-btn i {
    display: inline-block;
    width: 18px;
    height: 13px;
    background-position: 0 -146px;
    background: url(/images/coupon-icon1.png) no-repeat;
}

.toolbar .close {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 20px;
    height: 20px;
    background-position: 0 -159px;
    cursor: pointer;
    z-index: 5;
    background: url(//icon.zol-img.com.cn/shop/20200601/express_close.png) no-repeat;
}

.toolbar .hd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 4px 0 0;
    height: 46px;
    line-height: 46px;
}

.toolbar .hd h3 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.toolbar-plugins {
    width: 300px;
    height: 100%;
    background: #f4f4f4;
    border-top: 50px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tys-viewport {
    padding: 1px 20px 0;
    height: 100%;
    overflow: hidden;
    position: relative;
}
/* 可领取的优惠券 */
.tys-viewport .tys-overview {
    position: relative;
    width: 100%;
}

.goods-coupon {
    padding-top: 14px;
}

.goods-coupon-list {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    height: 22px;
    width: 380px;
    overflow: hidden;
}

.goods-coupon-list li {
    height: 22px;
    line-height: 20px;
    border: 1px solid #ffc8c8;
    background: #fff3f3;
    color: #ff0036;
    padding: 0 9px;
    box-sizing: border-box;
    margin-right: 5px;
}

.goods-coupon-handle {
    color: #ff0036;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
}

.coupons-list {
    padding: 11px 0;
}

.coupons-list li {
    position: relative;
    margin: 0 0 15px;
    height: 97px;
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.coupons-list li .coupons-list-left{
    width: 119px;
    height: 100%;
    background: url(../../images/red_coupon.jpg) no-repeat;
}

.coupons-list-left p{
    text-align: center;
    color: #fff;
}

.coupons-list-left .face-value{
    margin-top: 10px;
}

.coupons-list-left .face-value span{
    font-size: 34px;
    font-weight: 700;
    padding-right: 5px;
}

.coupons-list-left .face-value label{
    vertical-align: top;
    margin-top: 18px;
    display: inline-block;
}
.coupons-list li .coupons-list-right{
    width: 139px;
    height: 97px;
    background: #f8f8f8;
    padding: 10px 15px 0;
    box-sizing: border-box;
}
.coupons-list-right .use-goods{
    color: #ff0036;
}

.coupons-list-right .use-time{
    color: #929292;
    margin-top: 5px;
}

.coupons-list .btn {
    width: 105px;
    height: 25px;
    line-height: 25px;
    margin-top: 12px;
    color: #ff0036;
    text-align: center;
    cursor: pointer;
    border: solid 1px #ff0036;
    border-radius: 15px;
    background: #fff;
}

.goods-item-visible{
    position: relative;
}

.succeed-tips{
    position: absolute;
    width: 160px;
    height: 35px;
    line-height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.6);
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

/* .coupon-success i{
    height: 30px;
    padding-left: 40px;
    background: url(//icon.zol-img.com.cn/shop/20200601/connect_success.png) no-repeat top left;
} */

/* 赠品 */
.product-box{
    position: absolute;
    top: 0;
    left: -77px;
    width: 515px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    background: #fff;
    z-index: 999;
    display: none;
}

.product-box ul{
    margin-left: 64px;
}

.product-box ul li{
    width: 95%;
    border-bottom: solid 1px #eee;
    position: relative;
    padding: 5px 0 7px;
}

.product-box ul li .product-title span{
    padding: 0 5px;
}

.product-box ul li .product-title i{
    color: #a9a9a9;
}

.product-box ul li p.product-tip{
    color: #999;
}

.product-box ul li img{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    cursor: pointer;
}

.product-box .title-value{
    color: #666666;
    width: 64px;
}
.goods-item-cont{
    position: relative;
}
.open-btn{
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
}
.close-btn{
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

.activeCoupons{
    background: #ff4c72;  
}
.activeCoupons i{
    background: url(/images/coupon-icon2.jpg) no-repeat;
}

.toolbar.visible {
    right: 0;
}
.none{
    border-bottom: none!important;
}
.goods-gift {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.goods-gift-product {
    width: 400px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}

.goods-gift-product i {
    color: #999999;
}

.goods-onsale { /* 优惠券的话去掉 */
    padding-top: 14px;
}

.goods-express {
    padding-bottom: 8px;
}

.goods-express-cont {
    position: relative;
}

.goods-express-mix p {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.goods-express-selector {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding-left: 10px;
    cursor: pointer;
    padding-right: 7px;
}

.goods-express-selector em {
    display: block;
    height: 28px;
    line-height: 28px;
    background: url(//icon.zol-img.com.cn/shop/20200601/arrow_area_down.png) no-repeat right center;
    padding-right: 26px;
}

.goods-express-usable {
    margin-left: 13px;
}

.goods-express-usable.cannot {
    color: #ff0036;
}

.goods-express-cost {
    margin-left: 20px;
}

.goods-express-sold em {
    margin-left: 6px;
    color: #ff0036;
}

.goods-express-area {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #dddddd;
    z-index: 10;
    color: #000;
}

.goods-express-area {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}

.goods-express-area-title {
    height: 33px;
    border-bottom: 1px solid #dddddd;
}

.goods-express-area-title p {
    line-height: 32px;
    height: 32px;
    border-bottom: 2px solid transparent;
    padding: 0 4px;
    margin-right: 20px;
    color: #666666;
    cursor: pointer;
}

.goods-express-area-title .active {
    color: #fc002d;
    border-bottom-color: #fc002d;
}

.goods-express-area-list {
    padding-top: 10px;
}

.goods-express-area-list li {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    color: #666666;
    margin-right: 28px;
    cursor: pointer;
}

.goods-express-area-list .active, .goods-express-area-list li:hover {
    color: #fc002d;
}

.goods-express-area-close {
    width: 10px;
    height: 10px;
    background: url(//icon.zol-img.com.cn/shop/20200601/express_close.png) no-repeat center;
    margin-top: 10px;
    cursor: pointer;
}

.goods-express-area-close:hover {
    background-image: url(//icon.zol-img.com.cn/shop/20200601/express_close_hover.png);
}

.goods-sku {
    position: relative;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.goods-sku .goods-item-cont-active {
    margin-left: 4px;
}

.goods-sku.unselect {
    border-left-color: #dddddd;
    border-right-color: #dddddd;
}

.goods-sku-unselect-top {
    position: absolute;
    top: -55px;
    left: -1px;
    width: 100%;
    height: 55px;
    background: #fff;
    border: 1px solid #dddddd;
    border-bottom: none;
    z-index: 5;
}

.goods-sku-unselect-title {
    border-bottom: 1px solid #dddddd;
    background: #f6f5f5;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    position: relative;
}

.goods-sku-close {
    width: 10px;
    height: 10px;
    background: url(//icon.zol-img.com.cn/shop/20200601/express_close.png) no-repeat center center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.goods-sku-close:hover {
    background-image: url(//icon.zol-img.com.cn/shop/20200601/express_close_hover.png);
}

.goods-sku-unselect-bottom {
    position: absolute;
    height: 67px;
    bottom: -67px;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: none;
    width: 100%;
    left: -1px;
    z-index: 5;
}

.goods-sku-unselect-bottom button {
    margin-top: 14px;
    margin-left: 75px;
    height: 30px;
    line-height: 30px;
    width: 98px;
    text-align: center;
    border: none;
    background: #ff0036;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.goods-sku-unselect-bottom button:disabled {
    cursor: not-allowed;
    background: #ff7f9a;
}

.goods-sku-unselect-bottom button.disabled {
    cursor: not-allowed;
    background: #ff7f9a !important;
}

.goods-sku .goods-item {
    border: none;
}

.goods-sku .goods-item-title {
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    text-align: justify;
}

.goods-sku-list {
    padding-bottom: 8px;
}

.goods-sku-list li {
    display: inline-block;
    overflow: hidden;
    padding: 1px 11px;
    height: 28px;
    line-height: 24px;
    border: 1px solid #CCCCCC;
    margin-bottom: 6px;
    margin-right: 6px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background: #f9f9f9;
}

.goods-sku-list .active {
    border: 2px solid #ff0037;
    padding: 0 10px;
    background: url(//icon.zol-img.com.cn/shop/20200601/goods_sku_selected.png) no-repeat right bottom #fff;
}

.goods-sku-list li:hover {
    border: 2px solid #ff0037;
    padding: 0 10px;
    background: #fff;
}

.goods-sku-selected {
    padding: 7px 12px;
    background: #fafafa;
    border: 1px solid #ededed;
    line-height: 20px;
    position: relative;
}

.goods-sku-selected img {
    position: absolute;
    top: -5px;
    left: 100px;
    width: 7px;
}

.goods-sku-last .goods-item-visible {
    padding-bottom: 0;
}

.goods-item-visible.nonBot {
    padding-bottom: 0;
}

.goods-item-visible.nonTop {
    padding-top: 0;
}

.goods-number-edit {
    height: 30px;
    line-height: 30px;
}

.goods-number-handle {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #CCCCCC;
    background: #f8f8f8;
    color: #666666;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.goods-number-minus {
    border-right: 0;
    background: url(//icon.zol-img.com.cn/shop/20200601/num_minus.png) no-repeat center;
}

.goods-number-plus {
    border-left: 0;
    background: url(//icon.zol-img.com.cn/shop/20200601/num_add.png) no-repeat center;
}

.goods-number-handle.useless {
    color: #dddddd;
    cursor: not-allowed;
}

.goods-number-minus.useless {
    background-image: url(//icon.zol-img.com.cn/shop/20200601/num_minus_disabled.png);
}

.goods-number-plus.useless {
    background-image: url(//icon.zol-img.com.cn/shop/20200601/num_add_disabled.png);
}

.goods-number-input {
    height: 28px;
    line-height: 28px;
    border: none;
    border: 1px solid #CCCCCC;
    width: 44px;
    text-align: center;
}

.goods-number-input:focus {
    border-color: #ff0036;
    outline: none;
}

.goods-number-edit em {
    padding-left: 10px;
}

.goods-number-count {
    padding-left: 10px;
}

.goods-number-count i {
    color: #ff0037;
}

.goods-number-notice {
    margin-top: 6px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ffc8c8;
    background: url(//icon.zol-img.com.cn/shop/20200601/number_notice.png) no-repeat 10px center #fff3f3;
    color: #ff0036;
    padding-left: 28px;
    padding-right: 8px;
    width: auto;
    display: inline-block;
}

.goods-service {
    padding-top: 8px;
}

.goods-service .goods-item-title {
    height: 22px;
    line-height: 22px;
    vertical-align: top;
}

.goods-service-list li {
    display: inline-block;
    color: #6062a8;
    height: 20px;
    line-height: 20px;
    border: 1px solid #c8c9f1;
    padding: 0 5px;
    margin-bottom: 8px;
}

.goods-spliter {
    margin: 14px 0;
    height: 1px;
    width: 100%;
    background: #f2f2f2;
}

.goods-tel-number {
    padding-left: 20px;
    background: url(//icon.zol-img.com.cn/shop/20200601/goods_tel.png) no-repeat left 16px;
    /* height: 40px; */
    line-height: 40px;
    font-size: 14px;
}

.goods-tel-number i {
    font-size: 18px;
    color: #ff0036;
}

.goods-btn {
    display:inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 35px;
    color: #fff;
    background: #ff0037;
    border: 1px solid #ff0037;
    border-radius: 2px;
    cursor: pointer;
    font-size: 18px;
}
.goods-btn1 {
	background: #ffeded;
	color: #c00;
	border: 1px solid #ffd9d9;
    margin-left: 10px;
}
.goods-btn:hover {
    background: #ea0334;
}
.goods-btn1:hover {
	background: #ffd9d9;
}

.goods-btn:disabled {
    background: #c7c7c7;
    cursor: not-allowed;
    border: 1px solid #c7c7c7;
}

.goods-btn.disabled {
    background: #c7c7c7;
    cursor: not-allowed;
    border: 1px solid #c7c7c7;
}

.goods-order p {
    height: 35px;
    line-height: 35px;
    background: url(//icon.zol-img.com.cn/shop/20200601/goods_order_bg.png) no-repeat left bottom;
    color: #cc0000;
    padding: 0 10px;
    margin-top: 6px;
}

.goods-out {
    padding-top: 16px;
}

.goods-like {
    padding-top: 12px;
}

.goods-like h3 {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: normal;
}

.goods-like-each {
    display: inline-block;
    width: 150px;
    padding-bottom: 20px;
    margin-right: 35px;
}

.goods-like-each.nonRight {
    margin-right: 0;
}

.goods-like-each-pic {
    height: 150px;
    width: 150px;
    position: relative;
}

.goods-like-each-pic a {
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: block;
}

.goods-like-each-pic img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.goods-like-each p {
    padding-top: 8px;
    line-height: 20px;
    height: 40px;
    width: 100%;
    word-break: break-all;
    cursor: pointer;
}

.goods-like-each p a:hover {
    text-decoration: underline;
}

.goods-like-each span {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #ff0036;
    font-weight: bold;
}

.goods-right {
    width: 220px;
    padding: 0 10px 200px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    height: 100%;
}

.goods-right h2 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px dotted #e6e6e6;
    margin-bottom: 5px;
    width: 100%;
}

.goods-merchant-each {
    padding: 5px 0;
}

.goods-merchant-each span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    color: #999999;
    width: 60px;
}

.goods-merchant-cont {
    display: inline-block;
    width: 130px;
    line-height: 20px;
}

.goods-merchant-cont img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.goods-merchant-cont p {
    line-height: 20px;
    word-break: break-all;
}

.goods-merchant-service p {
    padding-top: 7px;
    width: 85%;
}

.goods-merchant-service p i {
    color: #ff0036;
}

.goods-merchant-spliter {
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    margin-top: 15px;
    margin-bottom: 5px;
}

.goods-merchant-code {
    margin: 13px auto 0;
    width: 120px;
    height: 120px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ececec;
}

.goods-merchant-code img {
    width: 103px;
    height: 103px;
    display: block;
}

/* 热卖推荐、商品详情 */

.bot {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.recommend {
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}

.recommend-title {
    width: 100%;
    height: 49px;
    background: #fafafa;
    border-bottom: 1px solid #eeeeee;
}

.recommend-title h2 {
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
}

.recommend-title p {
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 10px;
    background: url(//icon.zol-img.com.cn/shop/20200601/change.png) no-repeat left center;
    cursor: pointer;
}

.recommend-title p:hover {
    color: #ff0036;
    background-image: url(//icon.zol-img.com.cn/shop/20200601/change_active.png);
    text-decoration: underline;
}

.recommend-list {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}

.recommend-each {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.recommend-each.nonBorBot {
    border-bottom: none;
}

.recommend-each-pic {
    width: 180px;
    height: 180px;
    position: relative;
}

.recommend-each-pic a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.recommend-each-pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.recommend-each h4 {
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
    word-break: break-all;
    width: 100%;
    padding: 10px 4px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.recommend-each h4 a:hover {
    color: #ff0036;
    text-decoration: underline;
}

.recommend-each p {
    color: #ff0036;
}

.recommend-each p em {
    font-weight: bold;
}

.descript {
    width: 980px;
}

.descript-title {
    border: 1px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
}

.detail {
    padding: 20px 0 20px;
    width: 100%;
}

.detail-cont {
    width: 750px;
    margin: 0 auto;
}

.detail-cont img {
    max-width: 100%!important;
    display: block!important;
    margin: 0 auto!important;
}

.detail-cont p {
    line-height: 25px;
}
.params {
    padding: 20px 0;
}

.params table {
    width: 100%;
    color: #666666;
    border-right: 1px solid #f0f0f0;
}

.params table th {
    border: 1px solid #f0f0f0;
    border-right: none;
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    text-align: left;
    padding-left: 30px;
}

.params table td {
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    height: 43px;
    line-height: 43px;
}

.params table .params-table-name {
    padding-left: 30px;
    width: 190px;
    box-sizing: border-box;
}

.params table .params-table-cont {
    padding: 0 40px;
}

.comment {
    padding: 20px 0;
}

.comment-top {
    width: 100%;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}

.comment-title {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
}

.comment-selector {
    height: 48px;
    line-height: 48px;
    background: #f8f8f8;
    padding: 0 25px;
    box-sizing: border-box;
}

.comment-selector input {
    vertical-align: middle;
}

.comment-selector label {
    padding-right: 35px;
    padding-left: 7px;
    vertical-align: middle;
}

.comment-radio-each {
    display: inline-block;
    margin-right: 35px;
    cursor: pointer;
    padding-left: 23px;
    background: url(//icon.zol-img.com.cn/shop/20200601/radio_unselect.png) no-repeat left center;
}

.comment-radio-each.selected {
    background-image: url(//icon.zol-img.com.cn/shop/20200601/radio_selected.png);
}

.comment-none {
    /* padding-top: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center; */
    width: 504px;
    height: 260px;
    margin: 0 auto;
    background: url(//icon.zol-img.com.cn/shop/20200601/comment-nondata.png) no-repeat center;
}

.comment-each {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.comment-head {
    width: 125px;
}

.comment-head img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.comment-head p {
    width: 100%;
    padding: 5px 20px;
    line-height: 21px;
    box-sizing: border-box;
    text-align: center;
    word-break: break-all;
}

.comment-cont {
    width: 855px;
}

.comment-score span {
    display: inline-block;
    width: 40px;
    height: 17px;
    line-height: 17px;
    vertical-align: middle;
}

.comment-score-pic {
    display: inline-block;
    vertical-align: middle;
}

.comment-score-pic img {
    width: 15px;
    height: 15px;
}

.comment-text {
    padding-top: 11px;
    position: relative;
}

.comment-text p {
    line-height: 24px;
    color: #666666;
    text-align: left;
    font-size: 14px;
}

.comment-text em {
    color: #ff0036;
    cursor: pointer;
    padding-right: 15px;
    background: url(//icon.zol-img.com.cn/shop/20200601/arrow_down_red.png) no-repeat right center #fff;
    height: 24px;
    line-height: 24px;
    display: block;
    text-align: right;
}

.comment-pic {
    padding-top: 7px;
    overflow: hidden;
}

.comment-pic-each {
    position: relative;
    margin: 0 1px 2px;
}

.comment-pic-each img {
    display: block;
    width: 120px;
    height: 90px;
}

.comment-pic-each p {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url(//icon.zol-img.com.cn/shop/20200601/search.png) no-repeat center center #000;
    opacity: .5;
    border: 2px solid #ff0036;
    box-sizing: border-box;
    cursor: pointer;
}

.comment-pic-each:hover p {
    display: block;
}

.comment-tips {
    padding-top: 10px;
    color: #999999;
    height: 25px;
    line-height: 25px;
}

.comment-tips span {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.comment-reply {
    padding-top: 13px;
}

.comment-reply h3 {
    font-weight: normal;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
}

.comment-reply-box {
    padding-top: 12px;
    position: relative;
}

.comment-reply-box p {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    box-sizing: border-box;
    line-height: 24px;
    color: #666666;
    background: #fbfbfb;
    font-size: 14px;
}

.comment-reply-box img {
    position: absolute;
    top: 3px;
    left: 22px;
}

.comment-page {
    text-align: right;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: right;
}

.pagination>li {
    display: inline-block;
    margin: 0 2px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #fc002d;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    cursor: default;
    color: #fc002d;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #d0d0d0;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline-block;
    margin: 0 2px;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pageJump {
    display: inline-block;
    padding-left: 0;
    margin: 20px 10px;
    vertical-align: top;
}

.pageJump .button, .pageJump input {
    font-size: 16px;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pageJump input {
    width: 20px;
}

.pageJump-lg .button, .pageJump-lg input {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pageJump-sm .button, .pageJump-sm input {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.copyRight {
    background: #333333;
    height: 42px;
    line-height: 42px;
    color: #cccccc;
    text-align: center;
}

.copyRight.fixbot {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}

.layer {
    position: fixed;
    left: 50%;
    top: 40%;
    width: 300px;
    border: 5px solid #6b6b6b;
    margin: 0 0 0 -150px;
    background-color: #fff;
    z-index: 1003;
    /* display: none; */
}

.layer-hd {
    position: relative;
    height: 38px;
    line-height: 38px;
    background-color: #fafafa;
}

.layer-hd .tl {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

.layer-hd .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 32px;
    color: #999;
    cursor: pointer;
}

.layer-con {
    padding: 20px;
}

.layer-con .explain {
    line-height: 22px;
    font-size: 14px;
}

.layer-opertion {
    padding-top: 15px;
    text-align: center;
}

.layer-opertion .cancel, .layer-opertion .confirm {
    display: inline-block;
    width: 70px;
    height: 28px;
    margin: 0 8px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.layer-opertion .cancel {
    border: 1px solid #d8d8d8;
    color: #666;
}

.layer-opertion .confirm {
    border: 1px solid #3c8bf0;
    background-color: #3c8bf0;
    color: #fff;
}
.store-btns{margin-top: 10px;position:relative;z-index: 99;}
    .store-btns li{float: left;height: 40px;line-height: 40px;font-size: 14px;width:104px;text-align: center;margin-right: 10px;cursor: pointer;position: relative;}
    .store-btns li.online-consult{margin-right: 0;}
    .store-btns a{color:#fff}
    .store-btns a:hover{text-decoration:none;opacity: .9;}
    .promptly-buy{background: #bf0015;}
    .get-price{background: #e62222;}
    .examine-tel{background: #ffac53;}
    .examine-tel a{color: #fff}
    .online-consult{background: #d41616;padding:0;border:0 none;}
    .online-consult a{color: #fff !important;}
    .shop-sidebar-code{display:none;}
    .online-consult:hover .shop-sidebar-code{display: block;position: absolute;bottom:52px;box-shadow: 0 0 21px #ccc;background: #fff;left: -50%;margin-left: 30px;}
    .shop-sidebar-code::before{content: '';width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #fff;position: absolute;bottom: -8px;left: 50%;margin-left: -4px;}
    .zs-weixin-qrcode {width: 167px;position: absolute;height:auto;top: 0px;background-image:none;left: -180px;border: 1px solid #ccc;background: #fff;}
 