.popup-mui-cover {
    background-color: #fff;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0, 0, .25, 1);
    transition: transform .2s cubic-bezier(0, 0, .25, 1);
    /*display: none*/
}

html .popup-mui-cover.show {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: 20%;
}

#popup-s-decision {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -webkit-transform-origin: 0px 0px 0px;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

#popup-s-decision-wrapper {
    font-size: 1rem;
    padding-bottom: .6rem;
}

#popup-s-decision-wrapper>.body {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
}
.popup-mui-cover>.body {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
}

#popup-s-decision-wrapper .summary {
    padding: .1rem;
    height: 78px;
}
#popup-s-decision-wrapper .summary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkitbox-shadow: 0 1px 0 rgba(0,0,0,.05),0 .5px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 0 rgba(0,0,0,.05),0 .5px 0 rgba(0,0,0,.09);
}

#popup-s-decision-wrapper .summary .img {
    position: relative;
    top: -32px;
    background-color: #fff;
    z-index: 10;
    padding: 2px;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left;
    margin-right: 1em;
    height: 100px;
    width: 100px;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

#popup-s-decision-wrapper .summary .img img {
    width: 90px;
    height: 90px;
}

#popup-s-decision-wrapper .summary .main {
    overflow: hidden;
}

#popup-s-decision-wrapper .summary .main .priceContainer {
    color: #c40000;
    font-size: .8rem;
    line-height: 1rem;
    display: inline-block;
    vertical-align: middle;
}
#popup-s-decision-wrapper .summary .main .priceContainer .price {
    height: .8rem;
    line-height: .8rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4rem 0 0;
}

#popup-s-decision-wrapper {
    font-size: .45rem;
    padding-bottom: .6rem;
}


#popup-s-decision-wrapper .summary .main .sku-dtips {
    margin-right: .38rem;
}

#popup-s-decision-wrapper .summary .sback {
    position: absolute;
    width: 24px;
    height: 28px;
    display: block;
    top: 32px;
    right: 1rem;
}

#popup-s-decision-wrapper .summary .sback::after {
    font-size: 22px;
    color: #5f646e;
}

#popup-s-decision-wrapper h2 {
    color: #666;
    margin-bottom: .5em;
}

.popup-mui-sku {
    padding: 0 .5rem 0;
    list-style: none;
}
.popup-mui-sku h2 {
    color: #999;
    margin-bottom: .6em;
}
.popup-mui-sku label.checked {
    border-color: #b10000;
    color: #000;
}
.popup-mui-sku label {
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    font-size: 14px;
    min-width: 2em;
    padding: .5em 1.2em;
    margin: 0 .5em .5em 0;
    max-width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#popup-s-decision-wrapper .number {
    padding: 0 .5rem .5rem;
    -webkit-box-sizing: border-box;
}

/*#popup-s-decision-wrapper .number .content {*/
    /*overflow: hidden;*/
/*}*/
/*#popup-s-decision-wrapper .number .number-control {*/
    /*float: left;*/
/*}*/
.popup-mui-number {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 0;
    height: 1.3rem;
    line-height: 1.3rem;
    overflow: hidden;
}
.popup-mui-number .increase, .popup-mui-number .decrease {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 700;
    border: 0;
    display: inline-block;
    width: 1.2rem;
    /*height: 100%;*/
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: #fff;
    color: #5f646e;
}
.popup-mui-number .increase, .popup-mui-number .decrease, .popup-mui-number .num {
    float: left;
    text-align: center;
}

.popup-mui-number .num {
    height: 100%;
    min-width: 1.5rem;
    max-width: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .02rem;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    color: #3d4245;
    font-size: .7rem;
}
.popup-mui-number .decrease {
    border-right: 1px solid #b3b3b3;
}
.popup-mui-number .increase {
    border-left: 1px solid #b3b3b3;
}

.popup-mui-cover h5 {
    font-size: 14px;
    color: #777;
    margin: .7rem 0 .2rem;
}


#popup-s-decision-wrapper .summary .popup-stock-control {
    margin-top: .3rem;
}

.popup-cover-decision {
    width: 100%;
    opacity: .7;
    /*height: 100%;*/
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    bottom: 50px;
    z-index: 100;
    display: none;
}

.popup_actionbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    height:50px;
}
.popup_actionbar .popup_action-list, .popup_actionbar .action-other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}
.popup_actionbar .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
    line-height: 50px;
    color: #666
}
.popup_actionbar .action-other .item {
    line-height: normal;
    display: block;
    height: 100%;
    border-right: 1px solid #ddd;
    font-size: 14px;
}
.popup_actionbar .action-other .item:last-child {
    border-right: 0
}


.popup_actionbar .action-other li i {
    font-size: 20px;
    line-height: 25px;
    color: #909090;
    margin-top: 3px;
    display: inline-block;
}

.popup_actionbar .addtocart, .popup_actionbar .buy {
    color: #fff;
    font-size: 14px
}
.popup_actionbar .addtocart {
    background-color: #d00
}
.popup_actionbar .buy {
    background-color: #ffc001
}
.popup_actionbar .button-disabled {
    background-color: #cacaca;
    color: #999
}
.popup_actionbar .action-other {
    width: 48%;
    height: 49px;
    line-height: 49px;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.popup_actionbar .action-other li .sales-num {
    font-size: 14px;
    line-height: 25px;
    color: #d00;
    margin-top: 3px;
    display: inline-block;
}
