.ecart-addcart .easy-cart-dt a {
    display: block;
    font-size: 16px;
    margin-bottom: 10px
}

.ecart-addcart .easy-cart-dt dd {
    margin-bottom: 10px
}

.ecart-addcart .easy-cart-dt dd i {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    font-style: normal;
    line-height: 30px;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
    cursor: pointer
}

.ecart-addcart .easy-cart-dt dd .selected i {
    background: #ee2761;
    color: #fff;
    border-color: #ee2761
}

.ecart-addcart .easy-cart-dt dd img {
    display: none
}

.ecart-addcart .ecart-counter {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.ecart-addcart .ecart-counter .ecart-qty {
    padding: 0;
    border: none;
    width: 50px;
    height: 38px;
    background: #edeff1;
    color: #647484;
    text-align: center;
    font-size: 18px
}

.ecart-addcart .ecart-counter .ecart-label {
    margin: 0
}

.ecart-addcart .ecart-counter .ecart-dec,
.ecart-addcart .ecart-counter .ecart-inc {
    width: 18px;
    height: 18px;
    background: #edeff1;
    color: #647484;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: -21px;
    font-size: 16px;
    line-height: 18px
}

.ecart-addcart .ecart-counter .ecart-dec {
    bottom: 0
}

.ecart-addcart .ecart-buttons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px
}

.ecart-addcart .ecart-buttons .ecart-btn {
    min-width: 100px;
    border: none;
    background: red;
    color: #fff;
    padding: 0 15px;
    line-height: 38px
}

.ecart-addcart .ecart-buttons .ecart-btn.tocart {
    margin-right: 10px;
    background: #333
}

.ecart-addcart .ecart-oval.unava {
    cursor: not-allowed;
    opacity: .5
}

.giikin-hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.giikin-on {
    opacity: 1;
    visibility: visible
}

#addcart_message_dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 60%;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    line-height: 40px;
    color: #fff;
    border-radius: 40px;
    font-size: 14px
}

.anim-down,
.anim-left {
    background-color: #fff;
    will-change: transform;
    z-index: 1000;
    max-width: 640px
}

.add-cart-s {
    text-align: center;
    font-size: 18px
}

.add-cart-s .iconfont {
    font-size: 50px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 20px
}

.ecart-top,
.item-check {
    display: -webkit-flex;
    display: -ms-flexbox
}

.sku-price {
    font-style: normal
}

.item-check {
    color: #999;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px
}

.item-check.check {
    color: #F46761
}

.item-check .iconfont {
    font-size: 22px
}

.item-check.check .iconfont:before {
    content: "\e647"
}

.ecart-top {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    margin-bottom: 25px
}

.ecart-top .ecart-img {
    width: 80px;
    height: 80px;
    margin-right: 10px
}

.ecart-top .ecart-name {
    color: #333;
    font-size: 14px !important
}

.ecart-top .ecart-name * {
    color: #333
}

.ecart-top .ecart-price {
    font-size: 18px;
    line-height: 30px;
    color: #FF663D
}

.anim-down {
    position: fixed;
    bottom: 0;
    top: 20%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    -moz-transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -o-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    -webkit-transform: translate3d(0, 300%, 0);
    -moz-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
    -webkit-box-shadow: 0 -1px 40px rgba(0, 0, 0, .3);
    box-shadow: 0 -1px 40px rgba(0, 0, 0, .3);
    width: 100%
}

.anim-left {
    position: fixed;
    bottom: 0;
    top: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    -moz-transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -o-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    -webkit-transform: translate3d(300%, 0, 0);
    -moz-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
    -webkit-box-shadow: 0 -1px 40px rgba(0, 0, 0, .3);
    box-shadow: 0 -1px 40px rgba(0, 0, 0, .3);
    padding-top: 55px;
    width: 100%
}

.anim-up {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.easycart-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999
}

.anim-up .ecart-addcart .ecart-buttons {
    position: fixed;
    bottom: 5px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    left: 0;
    padding: 0 8px
}

.anim-up .ecart-addcart .ecart-buttons .ecart-btn:nth-child(2) {
    margin-left: 8px
}

.anim-up .ecart-addcart .ecart-buttons .ecart-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.anim-up .ecart-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    position: fixed;
    top: 10px;
    width: 100%;
    height: 90px;
    left: 0
}

.easycart-close {
    color: #999;
    position: absolute;
    right: 8px;
    cursor: pointer
}

.anim-up .ecart-group {
    padding-top: 15px;
    max-height: 80%;
    overflow-y: scroll
}

.anim-up .ecart-addcart .easy-cart-dt dd img {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 5px;
    width: 26px
}

.anim-up .ecart-oval {
    line-height: 34px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: inline-block;
    background-color: #F5F5F5;
    border: 1px solid #f5f5f5
}

.anim-up .tile-grid .ecart-oval {
    padding-left: 26px
}

.anim-up .ecart-oval.selected {
    background-color: rgba(255, 102, 61, .06);
    border-color: #FF663D
}

.anim-up .ecart-addcart .easy-cart-dt dd i {
    border: 0;
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 14px
}

.anim-up .ecart-addcart .easy-cart-dt dd .selected i {
    color: #FF663D;
    background: 0 0
}

.anim-up .ecart-addcart .ecart-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 15px
}

.anim-up .ecart-addcart .ecart-counter .ecart-dec,
.anim-up .ecart-addcart .ecart-counter .ecart-inc {
    position: inherit;
    right: auto;
    width: 34px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    float: left
}

.anim-up .ecart-addcart .ecart-counter .ecart-qty {
    float: left;
    margin: 0 1px;
    height: 32px;
    font-size: 18px
}

.anim-up .ecart-top .ecart-price {
    font-size: 22px
}

.anim-up .ecart-top .ecart-top-r {
    font-size: 13px
}

.anim-up .ecart-last {
    color: #ACACAC
}

.anim-up dt {
    font-weight: 500
}

.anim-up #addcart,
.anim-up #cartForm,
.anim-up .sku {
    height: 100%
}

.anim-up .ecart-addcart {
    padding: 100px 8px 58px;
    height: 100%
}

.big-img-swiper-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    z-index: 2000
}

.big-img-swiper-wrap>.swiper-container {
    width: 100%;
    height: -webkit-calc(50% + 50px);
    height: -moz-calc(50% + 50px);
    height: calc(50% + 50px)
}

.big-img-swiper-wrap .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px
}

.big-img-swiper-wrap .swiper-slide p {
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff
}

.big-img-swiper-wrap img {
    height: 100%
}

.big-img-swiper-wrap>i {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    z-index: 20
}

.big-img-swiper-wrap>.swiper-pagination {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: unset;
    left: 50%;
    padding: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dialog-sale-promotion-list .lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dialog-sale-promotion-list .gui-promotion-item {
    font-size: 12px;
    font-weight: 500;
    color: red;
    background: rgba(227, 28, 28, .1);
    border-radius: 2px;
    padding: 3px 7px;
    margin: 0 4px 3px 0
}

.anim-up.has-sale-prom .ecart-top .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

.anim-up.has-sale-prom .ecart-top .bottom {
    border-top: 1px solid #eee;
    padding: 10px 0
}

.anim-up.has-sale-prom .ecart-top {
    position: relative;
    top: 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0
}

.anim-up.has-sale-prom .ecart-addcart {
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ecart-addcart .min-toast+.ecart-buttons {
    margin-left: 0
}

.AR-rtl .min-toast+.ecart-buttons .ecart-btn.tocart {
    margin-right: 0
}