@charset "UTF-8"; /*!reset START*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

html,body {
    font-family: "Microsoft YaHei",Arial,Helvetica, sans-serif;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    background: #f2f2f2;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}

a {
    color: inherit;
    border: none;
    display: block;
}

img {
    border: none;
    display: block;
    width: 100%;
}

.clear:after, .clearfix:after, .clearfix:before {
    content: "";
    visibility: hidden;
}

.hidden {
    display: none;
}

.flex {
    display: flex;
}

.b-flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

/*!reset END*/
/* css reset */
html {
    color: #000;
    display: block;
    height: 100%;
}

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 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0 none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none;
}

body, select, input, button, textarea {
    font: 14px/1.2 tahoma, Helvetica, 微软雅黑, arial;
}

a, a:link, a:visited {
    text-decoration: none;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: transparent;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    font: 14px/1.2 tahoma, Helvetica, 微软雅黑, arial;
    color: #000;
    min-width: 320px;
    background: #fff;
    width: 100%;
    /*height: 100%;*/
    max-width: 640px;
    margin: 0 auto;
}

img {
    width: 100%;
    vertical-align: top;
}

.disabled {
    pointer-events: none;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.margin {
    margin: 0 auto;
}

.t_indent {
    text-indent: 2em;
}

.clearfix:before, .clearfix:after {
    content: "";
    width: 0;
    display: inline-block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; }

.flex {
    display: flex;
}

.b-flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.w95 {
    width: 95%;
}

.clearfix:before, .clearfix:after {
    content: '';
    line-height: 0;
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
/** 媒体查询 */
@media (min-width: 320px){html{font-size: 42.6667px;} }
@media (min-width: 360px){html{font-size: 48px;} }
@media (min-width: 375px){html{font-size: 50px;} }
@media (min-width: 384px){html{font-size: 51.2px;} }
@media (min-width: 414px){html{font-size: 55.2px;} }
@media (min-width: 448px){html{font-size: 59.7333px;} }
@media (min-width: 480px){html{font-size: 48px;} }
@media (min-width: 512px){html{font-size: 68.2667px;} }
@media (min-width: 544px){html{font-size: 72.5333px;} }
@media (min-width: 576px){html{font-size: 76.8px;} }
@media (min-width: 608px){html{font-size: 81.0667px;} }
@media (min-width: 640px){html{font-size: 85.3333px;} }
@media (min-width: 750px){html{font-size: 100px;} }
/*  内容页面 */

.bargain-con{
    display: block;
    width: 100%;
}
/* 导航 */
.bargain-con nav {
    display: block;
    width: 100%;
    height: .9rem;
}
.bargain-con nav ul {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.bargain-con nav ul li {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}
.bargain-con nav ul a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: .9rem;
    color: rgba(255,255,255,0.8);
    font-size: .3rem;
}
.bargain-con nav ul li.chck a {
    color: #fff;
}
.bargain-con nav ul li.chck:before {
    content: "";
    width: 24%;
    display: block;
    height: .04rem;
    position: absolute;
    left: 50%;
    bottom: .1rem;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bargain-con nav ul:before {
    content: "";
    width: 100%;
    display: block;
    height: .02rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
/* 砍价列表 */
.bargain-con .con {
    display: block;
    width: 100%;
}
.bargain-con .con .con-list,
.bargain-con .con .my-bar {
    display: block;
    width: 100%;
    font-family: "Microsoft YaHei";
}
.bargain-con .con .my-bar{
    display: none;
}
.bargain-con .con .con-list ul,
.bargain-con .con .my-bar ul {
    width: 100%;
}
.bargain-con .con .con-list ul li,
.bargain-con .con .my-bar ul li {
    width: 100%;
    height: 2.7rem;
    position: relative;
    background-color: #fff;
    border-radius: .18rem;
    margin-top: .1rem;
}
.bargain-con .con .con-list ul li .text,
.bargain-con .con .my-bar ul li .text {
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .26rem .18rem 0 .06rem;
    box-sizing: border-box;
}
.bargain-con .con .con-list ul li .text h3,
.bargain-con .con .my-bar ul li .text h3 {
    white-space: normal;
    font-size: .3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: .82rem;
    line-height: 1.4;
}
.bargain-con .con .con-list ul li .text p,
.bargain-con .con .my-bar ul li .text p {
    font-size: .24rem;
    color: #999;
}
.bargain-con .con .con-list ul li .text .p1,
.bargain-con .con .my-bar ul li .text .p1 {
    margin-top: .6rem;
    color: #e42222;
    margin-bottom: .1rem;
}
.bargain-con .con .con-list ul li .text .p1 span,
.bargain-con .con .my-bar ul li .text .p1 span {
    font-size: .36rem;
}
.bargain-con .con .con-list ul li .text .bar-stend{
    position: absolute;
    bottom: 1.08rem;
    width: 100%;
    right: 0;
}
.bargain-con .con .con-list ul li .text a,
.bargain-con .con .my-bar ul li .text a {
    display: block;
    font-size: .3rem;
    color: #fff;
    position: absolute;
    right: .18rem;
    bottom: .18rem;
    width: 1.8rem;
    height: .8rem;
    background-color: #e42222;
    border-radius: .16rem;
    text-align: center;
    line-height: .8rem;
}
.bargain-con .con .con-list ul li .text a.reom{
    background-color: #bfbfbf;
}
.bargain-con .con .con-list ul li .text .p2,
.bargain-con .con .my-bar ul li .text .p2 {
    margin-top: .12rem;
}
.bargain-con .con .con-list ul li .text .p2 span,
.bargain-con .con .my-bar ul li .text .p2 span {
    color: #e42222;
}
.bargain-con .con .con-list ul li .text .bar-end,
.bargain-con .con .my-bar ul li .text .bar-end {
    margin-top: .24rem;
}
.bargain-con .con .con-list ul li .text .bar-end p,
.bargain-con .con .my-bar ul li .text .bar-end p {
    color: #333;
    margin-bottom: .08rem;
}
.bargain-con .con .con-list ul li .text .bar-end span,
.bargain-con .con .my-bar ul li .text .bar-end span {
    display: inline-block;
    font-size: .24rem;
    background-color: #333;
    color: #fff;
    border-radius: .1rem;
    padding: .06rem;
    margin-right: .06rem;
    margin-left: .06rem;
}
.bargain-con .con .con-list ul li .text .bar-end span:nth-of-type(1),
.bargain-con .con .my-bar ul li .text .bar-end span:nth-of-type(1) {
    margin-left: 0;
}
.bargain-con .con .con-list ul li .text .chakan,
.bargain-con .con .my-bar ul li .text .chakan {
    border: 1px solid #e42222;
    color: #e42222;
    background: none;
}
.bargain-con .con .con-list ul li .img,
.bargain-con .con .my-bar ul li .img {
    width: 3rem;
    height: 100%;
    padding: .12rem .27rem;
    box-sizing: border-box;
}
.bargain-con .con .con-list ul li .img img,
.bargain-con .con .my-bar ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
}
/* 分享 */
.fenxiang {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    z-index: 2;
    max-width: 640px;
    left: auto;
    right: auto;
    font-family: "Microsoft YaHei";
}
.fenxiang .fen-box {
    width: 74%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 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%);
    padding-top: 1.1rem;
    border-radius: .18rem;
    padding-bottom: .46rem;
}
.fenxiang .fen-box h4 {
    text-align: center;
    font-size: .42rem;
}
.fenxiang .fen-box h4 span {
    color: #e42222;
    font-size: .48rem;
}
.fenxiang .fen-box p {
    margin-top: .4rem;
    text-align: center;
    color: #e42222;
    font-size: .3rem;
    line-height: 1.4;
}
.fenxiang .fen-box .fen-get {
    width: 100%;
    padding: .46rem .56rem 0;
    box-sizing: border-box;
}
.fenxiang .fen-box .fen-get a {
    float: left;
    width: 50%;
    display: block;
    padding-top: .9rem;
    text-align: center;
    font-size: .24rem;
    color: #333;
}
.fenxiang .fen-box .fen-get .fen-wx {
    background: url(//i0.ulecdn.com/i/event/2018/0511/bargain/b6.png) no-repeat center top;
    background-size: .74rem .74rem;
}
.fenxiang .fen-box .fen-get .fen-py {
    background: url(//i0.ulecdn.com/i/event/2018/0511/bargain/b7.png) no-repeat center top;
    background-size: .74rem .74rem;
}
.fenxiang .fen-box:before {
    content: '';
    display: block;
    width: 3.5rem;
    height: 2.32rem;
    background: url(//i0.ulecdn.com/i/event/2018/0511/bargain/ba5.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: -1.66rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* 规格选择 */
.pop-prod {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    z-index: 2;
    max-width: 640px;
    left: auto;
    right: auto;
    display: none;
}

.pop-prod .prod-items {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    transition: bottom .5s;
    -webkit-transition: bottom .5s;
}
.pop-prod.show .prod-items{
    bottom: 0;
}
.pop-prod .prod-items .prod-title {
    box-sizing: border-box;
    position: relative;
    padding-left: 2.48rem;
    margin-bottom: 15px;
    height: 1rem;
    line-height: 1rem;
}
.pop-prod .prod-items .prod-title .img-box {
    position: absolute;
    width: 2rem;
    background: #f2f2f2;
    left: .2rem;
    top: -1rem;
    overflow: hidden;
    height: 2rem;
    border: .01rem solid #ccc;
}
.pop-prod .prod-items .prod-title .img-box img {
    width: 100%;
    display: block;
}
.pop-prod .prod-items .prod-title .price {
    color: #EF3B39;
    font-size: .36rem;
    padding-right: .5rem;
    line-height: 1rem;
}
.pop-prod .prod-items .prod-title .ico-close {
    background: url(//i0.ulecdn.com/i/event/2018/0511/bargain/ba4.png) center center no-repeat;
    background-size: .3rem;
    position: absolute;
    right: .26rem;
    top: .35rem;
    height: .3rem;
    width: .3rem;
    display: inline-block;
    cursor: pointer;
}
.pop-prod .prod-items .prod-scroll {
    max-height: 5.6rem;
    position: relative;
    overflow: auto;
    padding-bottom: .3rem;
}
.pop-prod .prod-items .prod-scroll .scroll-box {
    padding-left: .2rem;
}
.pop-prod .prod-items .prod-scroll .scroll-box .prod-color,
.pop-prod .prod-items .prod-scroll .scroll-box .prod-size,
.pop-prod .prod-items .prod-scroll .scroll-box .prod-count {
    position: relative;
}
.pop-prod .prod-items .prod-scroll .scroll-box .prod-color .tit,
.pop-prod .prod-items .prod-scroll .scroll-box .prod-size .tit,
.pop-prod .prod-items .prod-scroll .scroll-box .prod-count .tit {
    font-size: .3rem;
    color: #333;
    margin-bottom: .26rem;
}
.pop-prod .prod-items .prod-scroll .scroll-box .prod-color ul,
.pop-prod .prod-items .prod-scroll .scroll-box .prod-size ul,
.pop-prod .prod-items .prod-scroll .scroll-box .prod-count ul {
    clear: both;
    overflow: hidden;
}
.pop-prod .prod-items .prod-scroll .scroll-box .prod-color ul li,
.pop-prod .prod-items .prod-scroll .scroll-box .prod-size ul li,
.pop-prod .prod-items .prod-scroll .scroll-box .prod-count ul li {
    position: relative;
    float: left;
    height: .6rem;
    line-height: .6rem;
    margin: 0 .2rem .2rem 0;
    padding: 0 .2rem;
    text-align: center;
    overflow: hidden;
    color: #323232;
    border-radius: .12rem;
    font-size: .28rem;
    border: 0.01rem solid #333;
    cursor: pointer;
}
.pop-prod .prod-items .prod-scroll .scroll-box .prod-color ul li.selected,
.pop-prod .prod-items .prod-scroll .scroll-box .prod-size ul li.selected,
.pop-prod .prod-items .prod-scroll .scroll-box .prod-count ul li.selected {
    color: #e42222;
    border: 0.01rem solid #e42222;
}
.pop-prod .prod-items .bottons {
    padding: 0 .2rem .3rem;
    box-sizing: border-box;
}
.pop-prod .prod-items .bottons a {
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    background-color: #e42222;
    display: block;
    border-radius: .16rem;
    text-align: center;
    font-size: .3rem;
    color: #fff;
}
/* 信息提示弹框 */
.tipBox {
    width: 80%;
    font-size: 16px;
    position: fixed;
    left: 10%;
    top: 30%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
    line-height: 40px;
    z-index: 99;
    border-radius: 5px;
}

.tips_overlay .tipBox.mask-in {
    background-color: rgba(0, 0, 0, 0.8);
}

.tips_overlay .tipBox.mask-out {
    background-color: black;
}

.tipBox .msg {
    padding: 20px 0;
}

.tipBox h2 {
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
}

.tipBox i {
    vertical-align: middle;
    display: inline-block;
    width: 0.1px;
    height: 100%;
}

.overlay, .tips_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all .2s ease-in-out;
    opacity: 0;
}

.tips_overlay {
    background-color: transparent;
}

.overlay-in {
    opacity: 1;
}

.overlay-out {
    opacity: 0;
}
.v-groupbuy .v-tabs .countdown{
    height: 40px;
}
