@charset "utf-8";

html { -ms-touch-action: none;}
body { font-family: Heiti, Heiti SC, DroidSans, DroidSansFallback, Arial, "Microsoft YaHei"; background-color: #f5f5f5;}
input { font-family: Arial, "Microsoft YaHei", sans-serif; }
a { text-decoration: none;  -webkit-touch-callout: none;-webkit-user-select: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, span, a { margin: 0; padding: 0 }
/*table { border-collapse: collapse; border-spacing: 0 }*/
fieldset, img, iframe { border: 0 }
:focus { outline: 0 }
i, address, caption, cite, code, dfn, em, strong, th, var { /*font-style: normal*/ }
ol, ul { list-style: none }
li { list-style: none }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
blockquote:before, blockquote:after, q:before, q:after { content: '' }
abbr, acronym { border: 0; font-variant: normal }
img { vertical-align: top; border: none;width: 100%;}
small{font-size:0.75em}

.row{display:table;box-sizing:border-box;}
.row > .cell{display:table-cell;box-sizing:border-box;}

sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
.hide { display: none !important;}
.show { display: block !important;}
/*clear float*/
.clearfix { zoom: 1 }
.clearfix:after { display: block; clear: both; content: '\20' }
:not(input) { -webkit-user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-text-size-adjust: none; }
textarea{ -webkit-user-select: text;}
.posr { position: relative !important; }
.posa { position: absolute; z-index: auto; }
.posf { position: fixed;}
.w20h li { width: 20%;}
.w33h li { width: 33.33%;}
.w50h li { width: 50%;}
.mt5 { margin-top: 0.5rem !important;}
.mt10 { margin-top: 1rem !important;}
.mt20 { margin-top: 2rem !important;}
.mt40 { margin-top: 4rem !important;}
.mr2 { margin-right: 0.2rem;}
.mb5 { margin-bottom: 0.5rem !important;}
.mb20 { margin-bottom: 2rem !important;}
.mb-20 { margin-bottom: -2rem !important;}
.mb25 { margin-bottom: 2.5rem !important;}
.pl5 { padding-left: 0.5rem;}
.pb5 { padding-bottom: 0.5rem;}
.bgc-t { background-color: transparent !important;}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .25rem;
}
.swiper-pagination-bullet {
    width: .35rem;
    height: .35rem;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: .8;
}

.seckill-container {width: 100%; height: 2.5rem;}
.seckill-container.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    max-width: 640px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 0.5px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 0.5px 0 rgba(0,0,0,.09);
}
.seckill-container::after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.seckill-container .seckill-price-wrap {
    float: left;
    width: 70%;
    height: 100%;
    font-size: 0;
    background: -webkit-linear-gradient(left,#ef3390,#ef3647);
    background: -o-linear-gradient(right,#ef3390,#ef3647);
    background: -moz-linear-gradient(right,#ef3390,#ef3647);
    background: linear-gradient(to right,#ef3390,#ef3647);
}
.seckill-container .seckill-time-wrap {
    float: left;
    width: 30%;
    height: 100%;
    background-color: #feeae9;
    text-align: center;
    font-size: 0;
}
.seckill-container .seckill-price-wrap .seckill-price {
    display: inline-block;
    font-size: .8rem;
    color: #fff;
    margin: .2rem 0 0 .4rem;
}
.seckill-container .seckill-price-wrap .seckill-price .seckill-big-price {
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.seckill-container .seckill-price-wrap .seckill-price .seckill-small-price {
    display: inline-block;
    color: #fff;
    font-size: .5rem;
    line-height: .5rem;
    text-decoration: line-through;
    vertical-align: middle;
    margin-left: 0.3rem;
}
.seckill-price-wrap .seckill-btm-div {
    margin: 0 0 0 0.4rem;
    font-size: 0.5rem;
    color: #fff;
}
.seckill-price-wrap .seckill-btm-div .skf-icon-pos {
    display: inline-block;
    margin-right: .2rem;
    font-size: .5rem;
}
.seckill-floor-icon {
    background: url(icons2.png) center top no-repeat;
    background-size: 10.7rem 2.3rem;
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    background-position-x: -1.1rem;
    background-position-y: 0;
    float: left;
    margin-right: .1rem;
}
.seckill-time-wrap .seckil-time-title {
    margin: 0.3rem 0 0.3rem;
    display: inline-block;
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: #e8063c;
}
.seckill-time-wrap .seckill-time-div .seckill-time-num {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 0.2rem;
    background-color: #ef3561;
    color: #fff;
    font-size: .5rem;
    line-height: 1rem;
    text-align: center;
}
.seckill-time-wrap .seckill-time-div .seckill-time-colon {
    display: inline-block;
    width: 5px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 16px;
    color: #ef3561;
}

.progress {
    height: .5rem;
    overflow: hidden;
    background-color: transparent;
    border-radius: .3rem;
    -webkit-box-shadow: inset 0 0 0 1px#fff;
    box-shadow: inset 0 0 0 1px #fff;
    display: inline-block;
    width: 5rem;
    vertical-align: middle;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: .35rem;
    line-height: .55rem;
    color: #ef3657;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-radius: 24px;
}
.progress > .progress-bar-success {
    background-color: #fff;
}

.title-container {
    background: #fff;
    font-size: 0.8rem;
    padding: .4rem;
}
.title-container .tips {
    color: #ef355d;
    font-size: .5rem;
    margin-top: .4rem;
}
.label-container {
    background: #fff;
    font-size: .5rem;
    border-top: 0.1rem solid #f5f5f5;
    padding: 0 .4rem .4rem;
    color: #81838e;
}
.label-container .label {
    float: left;
    margin-right: 1rem;
    padding-top: .4rem;
    line-height: .5rem;
}
.label-container .label i {
    color: #f34040;
    font-size: 0.6rem;
    background-image: url('icons2.png');
    background-repeat: no-repeat;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.1rem;
    display: inline-block;
    background-size: 7.1rem;
    vertical-align: middle;
}
.review-container {
    background: #fff;
    font-size: 0.6rem;
    color: #252525;
    border-top: .2rem solid #f5f5f5;
}
.review-container .review-title {
    font-size: .6rem;
    color: #666;
    padding: .4rem;
}
.review-container .review-items {
    padding: 0 .4rem;
}
.review-container .review-item {
    padding: .4rem 0;
    border-top: .1rem solid #f5f5f5;
}
.review-container .review-item .review-user {
    font-size: .55rem;
    color: #848689;
    float: right;
    margin-top: .1rem;
    margin-bottom: .3rem;
    line-height: 11px;
}
.review-container .review-item .review-stars {
    display: inline-block;
    overflow: hidden;
    width: 75px;
    height: 11px;
    margin-top: .1rem;
    margin-bottom: .3rem;
    background: url(../images/comment-star.png) repeat-x 0 -11px;
    background-size: 15px 22px;
}
.review-container .review-item .review-stars .real-star{
    display: inline-block;
    height: 22px;
    background: url(../images/comment-star.png) repeat-x 0 0;
    background-size: 15px 22px;
}
.comment-stars-width1 {
    width: 20%;
}
.comment-stars-width2 {
    width: 40%;
}
.comment-stars-width3 {
    width: 60%;
}
.comment-stars-width4 {
    width: 80%;
}
.comment-stars-width5 {
    width: 100%;
}
.review-container .review-footer {
    color: #999;
    margin-top: 0.4rem;
    text-align: right;
    font-size: .55rem;
}
.description-container {
    background: #fff;
    font-size: .6rem;
    border-top: .2rem solid #f5f5f5;
}
.description-container .description-header {
    font-size: .6rem;
    color: #666;
    padding: .4rem;
    border-bottom: .1rem solid #f5f5f5;
}
.description-container .description-body {
    padding: .4rem;
    /*margin-bottom: 2.6rem;*/
}
.images-container .images-item {
    width: 3.75rem;
    height: 3.75rem;
    overflow: hidden;
    position: relative;
    border-radius: 1px;
    float: left;
    display: inline-block;
    margin-right: 0.4rem;
    margin-top: .4rem;
}
.images-container .images-item:nth-child(4) {
    margin-right: 0;
}

#scrollTop {
    margin: 0 auto;
    width: 1.6rem;
    position: fixed;
    right: 0.3rem;
    bottom: 3rem;
    background: url(icons2.png) center top no-repeat;
    background-size: 8.1rem;
    height: 1.6rem;
    background-position-x: -2.05rem;
    display: none;
    border-radius: 100%;
    font-size: 1rem;
    text-align: center;
    line-height: 1.6rem;
    color: #fff;
}
#submit_order {
    margin: 0 auto;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    max-width: 640px;
    height: 2.6rem;
    line-height: 2.2rem;
    text-align: center;
    color: #fff;
    font-size: .8rem;
    border-top: 1px solid #f5f5f5;
}
#submit_order div {
    background: #ef3470;
    border-radius: 0.3rem;
    margin: 0.2rem .4rem;
}

.widgets-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s 80ms;
    will-change: opacity;
    bottom: var(--safe-area-inset-bottom);
    width: 100%;
    height: 100%;
    max-width: 640px;
    margin: auto;
}
.widgets-cover.show {
    pointer-events: auto;
    opacity: 1;
}
.widgets-cover .cover-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
}
.widgets-cover.show .cover-bg {
    background-color: rgba(0,0,0,.5);
}
.widgets-cover .cover-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20%;
    background-color: #fff;
    -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,100%,0);
    transform: translate3d(0,100%,0);
    will-change: transform;
    box-shadow: 0 -1px 40px rgba(0,0,0,.3);
}
.widgets-cover.widgets-cover-order .cover-content {
    top: 0;
}
.widgets-cover.show .cover-content {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.sku-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sku-wrap .header {
    padding: 10px 0 10px 126px;
    position: relative;
}
.widgets-cover-order .sku-wrap .header {
    padding-left: 100px;
}
.sku-wrap .header .img-wrap {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -28px;
    left: 10px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.1);
    padding: 1px;
    background-color: #fff;
}
.widgets-cover-order .sku-wrap .header .img-wrap {
    width: 72px;height: 72px;top: 5px;
}
.sku-wrap .header .img-wrap img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
}
.sku-wrap .header .main {
    color: #051b28;
    font-size: 13px;
    line-height: 18px;
    padding-right: 20px;
}
.sku-wrap .header .main .sku-info span {
    margin-right: 5px;
}
.sku-wrap .header .main .price {
    font-family: arial;
    font-size: 16px;
    color: #ef3470;
}
.sku-wrap .header .main .sku-info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    overflow: hidden;
    margin-top: .2rem;
}
.sku-wrap .header .sku-close {
    position: absolute;
    top: .5rem;
    right: .6rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url(icons2.png) center top no-repeat;
    background-size: 134px 27px;
    background-position-x: -63px;
}
.sku-wrap .body {
    padding: 0 15px 10px;
    position: absolute;
    bottom: 48px;
    top: 93px;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.sku-wrap .body:before {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
li, ol, ul {
    list-style: none;
}
li {
    clear: both;
}
.bundle-wrap li, .sku-list-wrap li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 10px;
}
.sku-wrap .body h2 {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
}
.bundle-wrap .items a, .sku-list-wrap .items a {
    position: relative;
    display: inline-block;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin: 0 8px 8px 0;
    color: #555;
}
.bundle-wrap .items .disabled, .sku-list-wrap .items .disabled {
    color: #cfcfcf;
}
.bundle-wrap .items .checked, .sku-list-wrap .items .checked {
    border-color: #ef3470;
    background-color: #ef3470;
    color: #fff;
}
.address-wrap .deliveryContent, .bundle-wrap .bundlesListTo, .number-wrap .number-line, .services-wrap .items {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.number-wrap .number-line {
    padding: 10px 0;
    line-height: 36px;
}
.number-wrap .number-line::after {
    content: '\20';
    height: 0;
    display: block;
    clear: both;
}
.number-wrap label {
    color: #666;
    font-size: .6rem;
    font-weight: 400;
}
.number-wrap .number {
    height: 36px;
    width: 100px;
    border-radius: 3px;
    float: right;
}
.number-wrap .number button {
    border: none;
    outline: 0;
    line-height: 32px;
    height: 34px;
    width: 30px;
    font-size: 24px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
}
.number-wrap .number .decrease {
    border-right: 1px solid #fff;
}
.number-wrap .number .increase {
    border-left: 1px solid #fff;
}
.number-wrap .number .disabled {
    color: #cfcfcf;
}
.number-wrap .number input[type=number] {
    line-height: 32px;
    height: 34px;
    width: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
}
.number-wrap .number button, .number-wrap .number input[type=number] {
    float: left;
    margin: 0;
    padding: 0;
}
img, input {
    vertical-align: middle;
}
.trade {
    min-width: 180px;
}
.sku-wrap .footer {
    height: 2.6rem;
    text-align: center;
    line-height: 2.2rem;
    color: #FFF;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #f5f5f5;
}
.trade .buy, .trade .cart {
    font-size: .8rem;
    line-height: 2.2rem;
}
.trade .buy, .trade .buy .disabled-box {
    display: block;
    background-color: #ef3470;
}
.trade .buy {
    color: #fff;
    margin: .2rem .4rem;
    border-radius: .3rem;
}

.bdbox {
    padding: 10px 0;
    line-height: 2;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 0.7rem;
}
.bdbox:last-child {
    border-bottom: none;
}
.bdbox::after {
    content: '\20';
    height: 0;
    display: block;
    clear: both;
}
.bdbox label {
    color: #666;
    font-size: .6rem;
    font-weight: 400;
    width: 35%;
    float: left;
}
.bdbox label em {
    color: #ef3470;
    vertical-align: middle;
    padding-right: .1rem;
    margin-top: 0.2rem;
    display: inline-block;
    line-height: 1;
}
.bdbox label+div {
    float: left;
    width: 65%;
    color: #ef3470;
    font-size: .6rem;
}
.bdbox input, .bdbox textarea {
    border: none;
}

.widgets-cover-sku .bdbox {
    display: none;
}
.widgets-cover-order .sku-list-wrap {
    display: none;
}

.widgets-cover-order .sku-buy {
    display: none;
}
.widgets-cover-sku .order-buy {
    display: none;
}

.text-l {
    text-align: left;
}
.text-r {
    text-align: right;
}
.text-c {
    text-align: center;
}
input[type=text], textarea {width: 100%;font-size: .6rem;}

/*弹窗提示*/
#Validform_msg{
    position: fixed;
    font: 0.7rem/1.5 "Microsoft YaHei",tahoma, arial, \5b8b\4f53, sans-serif;
    width: 70%;
    left: 15%;
    right: 15%;
    top: 35%;
    max-width: 450px;
    margin: 0 auto;
    background: #fff;
    z-index: 1000;
    display: none;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 0.6rem;
    padding: 1rem 0;
}
#Validform_msg .Validform_info{padding:20px;border-top:none; text-align:center;}

.layout-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.video-wrapper {
    position: relative;
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 5px 0;
    text-align: left;
}
.video-wrapper iframe, .video-wrapper video {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}
.description-body table {
    width: 100% !important;
}
.description-body ul {
    width: 100% !important;
}
.textbox select {
    font-size: 0.6rem;
    /*color: #7d7d7d;*/
    padding: 0.1rem .2rem;
    border-radius: 0.1rem;
    border: none;
}
iframe{
    width: 100% !important;
}