﻿@charset "utf-8";
/* CSS Document */

body, div, ol, p, span, ul {
    word-break: break-all;
}
body {
    padding-bottom:50px !important;
}



.actionBar-container {background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:11;
    max-width: 640px;
}
.action-bar {color: #999; border-top: 1px solid #E5E5E5;}
.mui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mui-flex, .mui-flex *, .mui-flex:after, .mui-flex:before {
    box-sizing: border-box;
}
.mui-flex.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.action-bar .cell a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}
.action-bar .cell {
    border-right: 1px solid rgba(0,0,0,.05); text-align:center;
}
.action-bar .cell i {width: 25px; height: 25px; line-height:25px; font-size:16px; display: block; margin: 1px auto 0;}
.action-bar .faved i {
    color: #FFE96E;
}
.mui-flex>.cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    display: block;
    padding: 0!important;
    position: relative;
}
.action-bar>button {
    border: none;
    color: #fff;
    font-size: 15px;
}
.action-bar .cell {
    height: 49px;
    text-align: center;
}
.action-bar .cart {
    background: #FF9500;
}
.action-bar .buy {
    background: #DD2727;
}

.action-bar .addfav, .action-bar .support, .action-bar .toshare, .action-bar .toCart{
    max-width: 50px;
    min-width: 26px;
    border-right: 1px solid rgba(0,0,0,.05);
}
.mui-flex>.cell em { position:absolute; top:2px; right:2px; background-color: #f23030; color:#fff;line-height: 11px; font-style: normal; border-radius: 8px; padding: 0 2px; font-size: 8px; color: #fff; border: 1px solid #fff;}


/**/
.mui-cover.show {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: 20%;
}
.mui-cover.show {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

html .mui-cover {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,105%,0);
}
.mui-cover {
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    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;
	font-size: 0.3184rem;
    padding-bottom: .6rem;
    max-width: 640px;
    margin: 0 auto;
}
.summary .main .priceContainer .prePayPrice, .summary .main .priceContainer .preSellPrice, .summary .main .priceContainer .price {
    display: block;
    vertical-align: middle;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.5rem;
}
.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);
    padding: .3rem;
    height: 2.1rem;
    box-sizing: border-box;
	z-index: 2;
}
.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: 2.1rem;
    width: 2.1rem;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}
.summary .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.summary .main {
    overflow: hidden;
}
.summary .main .priceContainer {
    font-size: 0.5rem;
    line-height: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}
.summary .main .priceContainer>span:first-child {
    color: #DD2727;
}
.summary .main .priceContainer .price {
    padding: 0 .1rem 0 0;
}
.stock-control .label {
    font-size: 0.35rem;
    margin-right: 5px;
}
.summary .main .sku-dtips {
    display: -webkit-box;
}
.summary .main .sku-dtips, .summary .main h1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
.summary .main .sku-dtips span {
    padding-left: 5px;
}
.summary .sback {
    position: absolute;
    width: .8rem;
    height: 0.6rem;
    display: block;
    top: 0;
    right: 0;
    font-size: 0.6rem;
    color: #b3b3b3;
}
.summary .sback em{
    font-size: 22px;
    color: #5f646e;
}

.mui-cover>.body {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
}

.decision-wrapper>.body {
    position: absolute;
    top: 2.1rem;
    bottom: 48px;
    left: 0;
    right: 0;
}
.decision-wrapper>.body section {
    background-color: #fff;
}
.s-decision .sku-control {
    border-bottom: none;
	-webkit-tap-highlight-color: transparent;
    margin: 0 0.3rem 1em;
}
.mui-sku {
    -webkit-tap-highlight-color: transparent;
}
.mui-sku li {
    padding: 1em 0 .5em;border-bottom: 1px solid #e5e5e5;
}
.mui-sku h2 {
    color: #999;
    margin-bottom: .6em;
}
.decision-wrapper h2 {
    color: #666;
    margin-bottom: .5em;
}

.mui-sku label.checked { background:#DD2727; color:#fff;
}
.mui-sku label {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.mui-sku .mac-sku-group .mac-sku-more, .mui-sku label {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    min-width: 2em;
    padding: .5em 1.2em;
    margin: 0 .5em .5em 0;
    max-width: 100%;
    text-align: center;overflow: hidden;
}
.mui-sku label {
    display: inline-block; background:#f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px; color:#2e2e2e;
}
.mui-sku label.disabled {
    color: #d9d9d9;
}
.s-decision .number {
    display: none;
}
.decision-wrapper .number {
    padding-bottom: 20px;margin: 0 0.3rem 1em;
}
.decision-wrapper .number .content {
    /*overflow: hidden;*/
}
.decision-wrapper .number .number-control {
    float: left;
}
.mui-number {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 0;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden; box-sizing:border-box;
}
.mui-number .num {
    height: 100%;
    min-width: 1rem;
    max-width: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .2rem;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    color: #3d4245;
}
.mui-number .decrease, .mui-number .increase {
    font-style: normal;
    font-size: 0.5rem;
    font-weight: 700;
    border: none;
    display: inline-block;
    width:1rem;
    height: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: #fff;
    color: #5f646e;
}
.mui-number .decrease, .mui-number .increase, .mui-number .num {
    float: left;
    text-align: center;
}

.mui-number .decrease {
    border-right: 1px solid #b3b3b3;
}
.mui-number .increase {
    border-left: 1px solid #b3b3b3;
}
.mui-number .decrease.disabled, .mui-number .increase.disabled {
    color: #cfcfcf;
}




.option {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; z-index:2;
}
.option .ok {
    background: #DD2727;
}
.option .cart {
    background: #FF9500;
}
.option .buy {
    background: #DD2727;
}
.option .cell {
    height: 48px;
    border: none;
    font-size: 15px;
    color: #fff;
}





.cover-decision {
    width: 100%;
    opacity: .7;
    height: 100%;
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    max-width: 640px;
    margin: 0 auto;
}





.youhui-wrapper.mui-cover.show, .cuxiao-wrapper.mui-cover.show, .fuwu-wrapper.mui-cover.show { top:35% !important;}
/*优惠券*/
.youhui-wrapper .bd {
    top: 0;
    bottom: 48px;
}
.youhui-wrapper .content {
    padding: 5px 12px 30px; box-sizing:border-box;
}
.youhui-wrapper .tax-part .tax-title {
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
}
.youhui-wrapper .tax-box:nth-child(2) {
    margin-top: 0;
}
.youhui-wrapper .tax-box {
    background: #FFF1F1;
    border-radius: 6px;
    height: 90px;
    margin-top: 15px;
}
.youhui-wrapper .tax-box .mui-flex {
    height: 100%;box-sizing: border-box;display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.youhui-wrapper .tax-box .tax-main {
    padding: 0 0 0 12px;
    width: 66%!important;
}
.youhui-wrapper .tb {
    display: table;
    width: 100%;
    height: 90px; text-align:left;
}
.youhui-wrapper .tb .tcc {
    display: table-cell;
    vertical-align: middle;
}
.youhui-wrapper .tax-box .tax-main .c-main {
    line-height: 28px;
}
.youhui-wrapper .c-link, .youhui-wrapper .tax-box .tax-main .c-sub, .youhui-wrapper .tax-box .tax-main .c-sub:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;box-sizing: border-box;
}
.youhui-wrapper .tax-box .tax-main .c-main .rmb:first-child {
    font-size: 20px;
}
.youhui-wrapper .tax-box .tax-main .c-main i {
    font-size: 14px;
}
.youhui-wrapper .tax-box .tax-main .c-main .rmb {
    font-size: 30px;
    font-weight: 700;
}
.mui-flex>.cell-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}
.youhui-wrapper .tax-box .tax-split {
    position: relative;
    height: 90px;
    width: 1px;box-sizing: border-box;
}
.youhui-wrapper .tax-box .tax-split:after, .youhui-wrapper .tax-box .tax-split:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    left: -4px;
}
.youhui-wrapper .tax-box .tax-split:before {
    top: -5px;
    z-index: 1;
}
.youhui-wrapper .tax-box .tax-split:after {
    bottom: -5px;
}
.youhui-wrapper .tax-box .tax-split .line {
    border-right: 1px dotted #FFCDCD;
    opacity: .7;
    width: 100%;
    height: 100%; box-sizing: border-box;
}
.youhui-wrapper .tax-box .tax-operator {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.youhui-wrapper .mui-flex>.cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    display: block;
    padding: 0!important;
    position: relative;
}
.youhui-wrapper .tb {
    display: table;
    width: 100%;
    height: 90px; box-sizing: border-box;
}
.youhui-wrapper .tax-box .tax-operator {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.youhui-wrapper .tax-box .tax-operator .tb .tcc { text-align:center;}
.youhui-wrapper .tax-box .tax-operator .tb .tcc .c-dh { font-size:0.8rem;}

.fuwu-wrapper h5, .cuxiao-wrapper h5 {
    font-size: 16px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.fuwu-wrapper dt {
    font-size: 14px;
    padding-left: 10px;
}
.fuwu-wrapper dt img {
    width: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.fuwu-wrapper dd {
    padding: 0 10px 10px 0px;
    color: #999;
	margin-left:44px;
	margin-bottom:10px;
	border-bottom:1px dashed #ddd;
}














