@charset "utf-8";
.banner a,
.banner img {
    display: block;
}

.banner img {
    max-width: 100%;
}

.time-sale-ul {
    width: 100%;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

.time-sale-ul li {
    float: left;
    width: 50%;
    background: #eaeaea;
    color: #aaaaaa;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}

.time-sale-ul li.active {
    background: #222222;
    color: #fafafa;
}

.topDate {
    margin-top: 2px;
    padding: 10px;
    background: #ffece0;
    font-size: 14px;
    color: #222;
    text-align: center;
}

.topDate span {
    display: inline-block;
}

#date-1,
#date-2,
#dateTwo {
    display: inline-block;
}

.starttime,
.endtime,
.nowtime {
    display: none;
}

.limit,
.limitTwo {
    position: relative;
    width: 100%;
    font-size: 12px;
    padding-top: 20px;
}

.limit strong,
.limitTwo strong {
    width: 48%;
    display: inline-block;
    color: #282828;
}

.limit span,
.limitTwo span {
    position: absolute;
    top: 0;
    left: 34%;
    width: 33px;
    padding: 2px 0;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}

.limit span {
    background: #f6999a;
    color: #fff;
}

.limit span:before,
.limitTwo span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 72%;
    border-width: 3px;
    border-style: solid;
    width: 0;
    height: 0;
    margin: 0;
    background: transparent;
}

.limit span:before {
    border-color: #f2b09e transparent transparent transparent;
}

.limitTwo span {
    background: #ddd;
    color: #fff;
}

.limitTwo span:before {
    border-color: #ddd transparent transparent transparent;
}

.limit p,
.limitTwo p {
    display: inline-block;
    width: 49%;
    border-radius: 10px;
}

.limit p i,
.limitTwo p i {
    display: block;
    height: 7px;
    width: 60%;
    border-radius: 10px;
}

.limit p {
    background: #f6f6f6;
    box-shadow: -1px 1px 1px #dadada inset;
}

.limit p i {
    background: #f6999a;
}

.limitTwo p {
    background: #ddd;
    box-shadow: -1px 1px 1px #dadada inset;
}

.limitTwo p i {
    background: #ddd;
}

ul.ulFour {
    clear: both;
    overflow: hidden;
}

ul.ulFour {
    padding: 0 2% 2% 0;
}

ul.ulFour li {
    float: left;
    width: 48%;
    margin-left: 2%;
    padding-top: 2%;
}

ul.ulFour li a {
    position: relative;
}

ul.ulFour li a,
ul.ulFour li img {
    display: block;
}

ul.ulFour li img {
    width: 100%;
    margin-bottom: 5px;
}

ul.ulFour li h3 {
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.ulFour li p {
    color: #222;
    font-size: 12px;
}

ul.ulFour li p span.ordPrice {
    text-decoration: line-through;
}

ul.ulFour li p span.ordPrice {
    font-size: 13px;
    color: #222;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
}

ul.ulFour li p span.price {
    font-size: 18px;
    color: #f6999a;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
}

.btn-time-sale {
    width: 100%;
    border: 2px solid #727171;
    background: #fff;
    margin-top: 10px;
    padding: 5px 0;
    color: #ff397e;
    font-size: 13px;
    text-align: center;
    border-radius: 23px;
}

.btn-disable {
    display: block;
    border: 1px solid #ddd;
    color: #666 !important;
    background: none;
    border-radius: 0;
    height: 18px;
}

.sell-out {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}


.time-sale-cont h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px dotted #000;
}

.time-sale-cont h2 img {
    width: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

.times {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
}

.times #sale-time em {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #f23a50;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    box-shadow: 0 2px 2px #000;
}

.times #ms-time em {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #f23a50;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    box-shadow: 0 2px 2px #000;
}


.index-tab ul li {
    box-sizing: border-box;
    text-align: center;
    width: 94px;
    height: 38px;
    line-height: 22px;
    border: 1px solid #727171;
    color: #727171;
    margin-bottom: 10px;
    border-radius: 11px;
    margin: 4px 2px 0;
}

.index-tab ul li.active {
    font-weight: 600;
    background: #727171;
    color: #fff !important;
}

.index-tab ul li.active a {
    color: #fff !important;
}