/* CSS Document */
/* CSS Document */
img{max-width: 100%;}
.addcart-header-image{
    width: 80px;
    display: inline-block;
}
.addcart-header-price{
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
}
#addcart .addcart-header .addcart-header-price .price{
    position: absolute;
    bottom: -2px;
}

#addcart .addcart-header .addcart-header-price .old-price{
    color:#999;
    text-decoration: line-through;
    font-size: 13px;
}
.addcart-header-price span{
    display: block;
}
.addcart-header-price .addcart-header-price-total,
.addcart-header-price .addcart-header-stock{
    color: #ff0000;
}
.addcart-header-price .addcart-header-number-total{
    margin: 3px 0 10px;
}
.addcart-specs-title .addcart-specs-descript{
    font-size: 12px;
    color: #999;
}
.addcart-specs-content{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.addcart-specs-content dt{
    font-size: 15px;
    margin: 10px 0;
}
.addcart-specs-content dd span{
    display: inline-block;
    border: 1px solid #a8a8a8;
    padding: 3px 15px;
    min-width: 55px;
    text-align: center;
    border-radius: 30px;
    font-size: 13px;
    margin: 0 8px 8px 0;
    color: #555;
    line-height: 22px;
    cursor: pointer;
}
.addcart-specs-content dd span.active{
    background: #e94820;
    border-color: #e94820;
    color: #fff;
}
.addcart-body{
    max-height: 240px;
    overflow: auto;
    margin-top: 10px;
}
#addcart-quantity-val{
    font-size: 14px;
    display: inline-block;
    border: none;
    background: #edeff1;
    height: 32px;
    vertical-align: middle;
    width: 36px;
    text-align: center;
    margin: 0 2px;
    padding: 0;
}
.addcart-quantity-content span{
    height: 32px;
    width: 32px;
    display: inline-block;
    background: #edeff1;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
    line-height: 31px;
}
.addcart-quantity-content{
    text-align: right;
    margin-top: 15px;
}
.addcart-footer{
    display: none;
}
#addcart{
    /*position: relative;*/
    padding-bottom: 60px;
}
#addcart .trade{
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 750px;
}
#addcart .trade div{
    display: flex;
    display: -webkit-flex;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
}
#addcart .trade a{
    flex: 1;
    -webkit-flex: 1;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}
#addcart .trade a.toCart{
    background: #f9af01;
}
#addcart .trade a.toBuy{
    background: #e94820;
}
#addcart .trade.buy .toCart{
    display: none;
}
.addcart-specs-title{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.addcart-specs-title-image{
    width: 50px;
    display: inline-block;
    margin-right: 20px;
}
.addcart-specs-title-number{
    margin-left: 5px;
}
.addcart-float-buttons-block{
    text-align: center;
    margin: 10px 0;
}
.addcart-float-buttons-block-button{
    width: 100%;
    border-radius: 28px;
    line-height: 28px;
    background: #f5f5f5;
    border: none;
    color: #e94820;
    font-weight: bold;
}
.addcart-float-buttons-block-button:active{
    background: #f9af01;
    color: #fff;
}
.giikin-hide{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.giikin-on{
    opacity:1;
    visibility:visible;
}
#addcart_message_dialog{
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    /*bottom:35%;
    left:20%;
    */z-index:9999;
    width:60%;
    text-align:center;
    background:rgba(0,0,0,0.4);
    line-height: 40px;
    color:#fff;
    border-radius:40px;
    font-size:14px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.addcart-group-buttons .btn-binding{
    display: block;
    width: 100%;
    border-radius: 50px;
    margin: 10px auto;
    border: 1px solid #bbb;
    background: #eee;
    position: relative;
}
.addcart-group-buttons .btn-binding:after{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: url("../images/click_g.png") no-repeat center / 16px;
    right: 20px;
    bottom: -1px;
}
.addcart-group-buttons .btn-binding.active{
    background: #e94820;
    border-color: #e94820;
    color: #fff;
}
.addcart-group-buttons .btn-binding.active:after{
    background: url("../images/click_w.png") no-repeat center / 16px;
}

.suit-desc{
    display: none;
}

/*addcart修改*/
.icon-close:before{content: "\e725"!important;}
.anim-up .addcart-specs-content dt{width: 100%;}
.anim-up .addcart-specs-content dd{margin-left: 0;}
.addcart-bar-buynow{flex:1;line-height: 48px;background: #faa41a;border-color: #faa41a;font-size: 22px;color: #fff;}
.addcart-bar-add{flex: 1;background-color: #19181D;font-size: 20px;color: #fff;}
.addcart-header-close{position: absolute;right: 5px;top: 5px;font-size: 24px;}
.addcart-header-bar{width: 100%;height: 50px;line-height: 50px;position: fixed;top: 0;font-size: 16px;text-align: center;left: 0;border-bottom: 1px solid #e6e6e6;}
.addcart-header-bar .icon-fanhui{position: absolute;left: 8px;}
.addcart-header-bar:after{content: '';display: block;width: 100%;height: 3px; background: #f2f2f2;position: absolute;bottom: -4px;left: 0;z-index: 6;}
.addcart-mask{width: 100%;height: 100%;background-color: rgba(0,0,0,0.2);position: fixed;left: 0;top: 0;z-index: 999;}
.addcart-bar{width: 100%;position: absolute;left: 0;bottom: 0;display: flex;}
.anim-down{position: fixed;bottom: 0;top: 20%;background-color: #f8f8f8;-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms;-webkit-transform: translate3d(0, 300%, 0);transform: translate3d(0, 300%, 0);will-change: transform;box-shadow: 0 -1px 40px rgba(0, 0, 0, .3);z-index: 1000;max-width: 640px;width: 100%;}
.anim-down .addcart-header{height: auto;}
.anim-left{position: fixed;bottom: 0;top: 0;background-color: #f8f8f8;-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms;-webkit-transform: translate3d(300%, 0, 0);transform: translate3d(300%, 0, 0);will-change: transform;box-shadow: 0 -1px 40px rgba(0, 0, 0, .3);padding-top: 55px;z-index: 1000;max-width: 640px;width: 100%;}
.anim-up{-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}

#cartForm{padding-top: 0;}
.de-tan-box .wrap{padding: 0;}
.addcart-group-buttons:after{
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}
.addcart-float-buttons-block-button:after {content: ''; width: 23px;height: 23px;display: inline-block;position: relative;background:url(../images/hand.png) no-repeat center;top: 5px;background-size: 23px;}
.addcart-header, .addcart-group-buttons, .addcart-quantity , .addcart-specs{padding: 0 8px;}
.addcart-specs-title {
    margin-bottom: 0 !important;
    padding: 5px 0 8px;
    position: relative;
    border-bottom: 0!important;
}
.addcart-specs-content {
    border-bottom: 0px dotted #ddd !important;
    margin-bottom: 1px !important;
}
.addcart-specs-content dt {
    width: auto;
    margin: 0 !important;
    float: left;
    line-height: 27px;
    margin-right: 10px !important;
    font-weight: normal;
}
.addcart-header-number-total, .addcart-header-number-total * {
    /* color: #333!important; */
    font-weight: normal!important;
    font-size: 14px!important;
}
.addcart-specs-content dd {
    margin-left: 40px;
    line-height: 20px;
}
.addcart-specs {
    border-bottom: 3px solid #F2F2F2;
}
.addcart-header-image {
    bottom: 5px;
    position: absolute;
    width: 100px !important;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #ddd;
    left: 8px;
    margin-top: -70px;
}
.addcart-header-price {
    margin-left: 110px !important;
    padding: 5px 0;
}
.addcart-header-price .addcart-header-price-total i {
    font-size: 18px;
    color: #ff002a;
    font-weight: 600;
}
.addcart-header-price .addcart-header-number-total {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    word-break: break-all;
}
.addcart-header {
    position: relative;border-bottom: 1px solid #ddd;
}
.body-box .addcart-body{margin-top: 0;}
.addcart-body:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
}
.addcart-specs-content:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}
.addcart-body {
    margin-top: 0 !important;
    padding: 5px 0!important;
    max-height: 245px!important;
    position: static;
    -webkit-overflow-scrolling: auto;
    position: relative;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
}
.addcart-specs-group {
    border-bottom: 0px solid #ddd !important;
    position: relative;
}
.addcart-specs-group .addcart-specs:last-child{
    border-bottom: 0!important;
}
.addcart-specs-group .addcart-specs-arrow {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 13px;
    background: url(../images/arrow-up.svg) center no-repeat;
    background-size: 14px;
    font-size: 0;
    opacity: 0.6;
}
.addcart-specs-group .unfold .addcart-specs-arrow {
    background: url(../images/arrow-down.svg) center no-repeat;
    background-size: 14px;
}
.addcart-specs-group .addcart-specs-arrow.left-offset{right: 36px;}
.addcart-specs-group-close{position: absolute;right: 12px;z-index: 999;color:#999;background-color: #f1f1f1;width: 18px;height: 18px;line-height: 18px;display: inline-block;text-align: center;top: 13px;border-radius: 18px;font-size: 14px;}
.addcart-float-buttons-block-button{height: 36px;line-height: 36px!important;}
.addcart-float-buttons-block{margin: 10px 0;}

.addcart-specs-title{
    font-size: 13px;
}
.addcart-specs-title-gift{
    margin-left: 20px;
}

#promotion-yf span{color: #e51c23;margin-left: 5px;}
.suit-desc, .unava{
    display: none;
}

/*满减*/
.addcart-full-reduce{
    width: 100%;
    height: auto;
    min-height: 33px;
    padding: 5px 8px;
    background-color: #FBEAB6;
    color: #333;
    line-height: 23px;
    font-size: 14px;
    text-align: center;
}
.addcart-full-reduce .yhq{
	margin-left: 8px;
}
.addcart-spec-img img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.addcart-spec-img font {
    vertical-align: middle;
}

.addcart-specs-content dd .addcart-spec-img {
    padding: 2px;
    padding-right: 10px;
    overflow: hidden;
}

.addcart-specs-content dd .addcart-spec-noimg {
    height: 34px;
    line-height: 27px;
}

.AR-rtl .addcart-specs-group .addcart-specs-arrow{
    left: 15px;
    right: auto;
}
.add-cart-s{
    text-align: center;
    font-size: 14px;
}

.add-cart-s .iconfont{
    font-size: 45px;
    height: 50px;
    line-height:50px;
    display: inline-block;
    margin-bottom: 10px;
    display: block;
}