* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
}

a, a:hover, a:active, a:visited {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: '';
    line-height: 0;
}

.hidden {
    display:none;
}


.head-box {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 6;
}

#wrapper {
	width: 100%;
	height: 53px;
}

.cx-header {
    position: absolute;
	z-index: 5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 9999px;
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ca-list {
    list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
}
.ca-item {
    display: block;
	float: left;
	width: auto;
	background-color: #FFFFFF;
    font-size: 14px;
    position: relative;
}
.ca-item.current {
	background-color: #FF900C;
}
.ca-item .week{
    color: #666666;
    font-size: 17px;
    font-family: DIN;
    font-weight: bold;
    line-height: 19px;
    margin-top: 6px;
}
.ca-item.current .week {
    font-size: 19px;
    color: #fff;
}
.ca-item .day{
    font-size:12px;
    font-weight:400;
    color:#999999;
    text-align: center;
    display: inline-block;
    margin-top: 4px;
}
.ca-item.current .day{
    color: #fff;
}

.ca-item.current::after {
    content: "";
    height: 0;
    border: 5.5px solid;
    border-color: #FF900C transparent transparent;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

/** 列表 **/
.cx-content {
    margin-top: 63px;
}

.cx-desc {
    height: 35px;
    display: flex;
    background: #fff;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;  
}

.cx-desc .title {
    font-size: 12px;
    font-family: PingFang;
    font-weight: 500;
    color: #666666;
}

.cx-desc .countdown-module {
    display: inherit;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.cx-desc .countdown {
    margin-left: 3px;
}

.cx-desc .countdown span {
    width: 15px;
    height: 15px;
    background: #FF4313;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    margin: 0 3px;
    overflow: hidden;
    text-align: center;
}

.cx-desc .countdown span:first-child {
    margin-left: 0px;
}

.cx-desc .countdown span:last-child {
    margin-right: 0px;
}

.cx-inner-item {
    display: flex;
    position: relative;
    background: #ffffff;
    padding: 12.4px 11px;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
}

.cx-inner-item .goto {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.cx-inner-item img {
    width: 100px;
    height: 100px;
}

.cx-inner-item .info {
    flex: 1;
    position: relative;
    margin-left: 12px;
}

.cx-inner-item .tit {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    height: 19px;
    text-align: left;
    text-align-last: left;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.cx-inner-item .subtit {
    font-size: 13px;
    font-weight: 400;
    color: #FF4313;
    line-height: 15px;
    text-align: left;
    text-align-last: left;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}
.cx-inner-item .coupon {
    height: 15px;
    line-height: 15px;
    color: #FF4313;
    font-weight: 400;
    font-size: 11px;
    display: inline-block;
    border: 1px solid #FFB6A3;
    border-radius: 2px;
    text-align: center;
    padding: 0 9px;
    margin-top: 12px;
}
.cx-inner-item .price {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    display: flex;
    align-items: flex-end;
}

.cx-inner-item .price .nowprice {
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FF4313;
}
.cx-inner-item .price .nowprice .symbol {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FF4313;
}
.cx-inner-item .price .outprice {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    text-decoration: line-through;
    color: #999999;
    margin-bottom: 2px;
    margin-left: 7px;
}
.cx-inner-item .price .outprice .symbol{
    text-decoration: line-through;
}

.cx-inner-item .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 35px;
    text-align: center;
    background: #FF4313;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cx-inner-item .btn.presell {
    background: #3EB675;
}

.cx-inner-item .btn.over {
    background: #CACACA;
}

.cx-inner-item .btn .btn-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.cx-inner-item .btn .progress {
    width: 37px;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 1.5px;
}
.cx-inner-item .btn .progress-done {
    width: 0px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 1.5px;
}

