@charset "UTF-8";

/*common*/
* {
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,table,th,tr,td {
	margin:0;
	padding:0;
}
body {
	font-size: 0.75rem;
	line-height: 1rem;
	font-family: Arial,PingFangSC-Regular,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeiti,SimSun,sans-serif;
	color:#222;
	background: #f5f5f5;
}
ul,li {
	list-style:none;
}
i,em {
	font-style: normal;
}
a {
	color: #222;
	text-decoration:none;
}
img {
	border: 0;
	vertical-align: middle;
}
h3,h4,h5 {
	font-weight: 400;
	font-size: 0.75rem;
}
.clear:after {
	content: "";
	display: table;
	clear: both;
}
.fr {
	float: right;
}
.relative {
	position: relative;
}

/*size*/
.size16 {
	font-size: 0.8rem;
}
.size29 {
	font-size: 1.45rem;
}

/*边距*/
.mr8 {
	margin-right: 0.4rem;
}
.mt10 {
	margin-top: 0.5rem;
}

/*color*/
.blue {
	color: #01a9f6;
}
.gray {
	color: #ababab;
}
.gray9 {
	color: #999;
}

/*content*/
.banner img {
	width: 100%;
}
.nav {
	overflow: hidden;
	border-radius: 0 0 0.5rem 0.5rem;
}
.nav li {
	float: left;
	width: 50%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	background: #fff;
}
.nav li + li:before {
	content: "";
	float: left;
	display: block;
	margin-top: 0.75rem;
	width: 0.05rem;
	height: 1rem;
	background: #ebebeb;
}
.nav > li a {
	display: block;
}
.nav > li a span {
	padding-left: 1.1rem;
	background: url(../img/ico_record@2x.png) 0 0 no-repeat;
	background-size: contain;
}
.list {
	padding: 1rem 0.7rem;
}
.list > h2 {
    padding-left: 0.5rem;
    height: 0.75rem;
    line-height: 0.8rem;
    border-left: 0.15rem solid #01a9f6;
    font-weight: normal;
    font-size: 0.75rem;
}
.list ul li {
	float: left;
	width: 50%;
	padding: 0.5rem 0 0 0.25rem;
}
.list ul li:nth-child(2n+1){
	padding: 0.5rem 0.25rem 0 0;
}
.list ul li > a {
	display: block;
	width: 8.5rem;
	height: 9rem;
	line-height: 1.2rem;
	text-align: center;
	background: #fff;
	border-radius: 0.25rem;
	overflow: hidden;
}
.list ul li > a img {
	width: 100%;
	height: 100%;
	border-radius: 0.25rem;
}

/*记录*/
.record li {
	position: relative;
	padding: 0.6rem 3.8rem 0.5rem 0.8rem;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}
.record {
	line-height: 1.1rem;
}
.time {
	margin-top: 0.25rem;
	font-size: 0.6rem;
	color: #ababab;
}
.record li > p:last-child {
	position: absolute;
	top: 50%;
	right: 0.8rem;
	transform: translateY(-50%);
	color: #f5a623;
}
.nomore {
	margin-top: 0.5rem;
	font-size: 0.6rem;
	text-align: center;
	color: #999;
}

/*详情*/
/*.goodstitle {
	padding: 0.55rem 1rem;
	font-size: 0.7rem;
	line-height: 1.6rem;
	background: #fff;
	overflow: hidden;
}
.goodstitle h2 {
	font-size: 0.8rem;
	font-weight: 400;
}
.deltxt {
	margin-left: 0.5rem;
	color: #999;
	text-decoration: line-through;
}
.sold {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #999;
}*/
.chargebox {
	padding-bottom: 1rem;
	background: #fff;
}
.chargebox input {
	margin: 0.8rem 0;
	padding: 0 1rem;
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 1.4rem;
	border: 0;
	caret-color: #4c6aea;
}
.gsd {
	position: absolute;
	top: 0;
	right: 1rem;
	width: 4.5rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 0.7rem;
	color: #666;
	text-align: right;
}
.icon-x {
	position: absolute;
	top: 0;
	right: 0;
	width: 3.2rem;
	height: 3.2rem;
}
.icon-x:after {
	content: "";
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../img/ico_edit@2x.png) 0 0 no-repeat;
	background-size: 100%;
}
.chargebox h3 {
	padding: 0.85rem 1rem 0.7rem;
	border-top: 1px solid #ebebeb;
}
.chargebtn {
	padding: 0 0.55rem;
	overflow: hidden;
}
.chargebtn li {
	float: left;
	display: block;
	width: 25%;
	padding: 0 0.2rem;
}
/*.chargebtn li:nth-child(n+4) {*/
/*	margin-top: 0.35rem;*/
/*}*/
.chargebtn li span {
	display: block;
	height: 3rem;
	line-height: 3rem;
	border: 1px solid #01a9f6;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 0.9rem;
	color: #01a9f6;
	cursor: pointer;
}
.chargebtn li span.active {
	background: #01a9f6;
	color: #fff;
}
.chargebtn.disabled {
	position: relative;
}
.chargebtn.disabled:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
}
.chargebtn.disabled li span {
	border: 1px solid #cccccc;
	color: #cccccc;
}
.detail {
	margin-bottom: 3.25rem;
	padding: 0.65rem 1rem;
	line-height: 1.25rem;
	background: #fff;
    color: #000;
}
footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3rem;
	background: #fff;
	box-shadow: 0 -4px 10px rgba(0,0,0,.08);
	z-index: 100;
}
footer div {
	padding: 0.5rem 6.5rem 0 1rem;
    line-height: 1rem;
    font-size: 0.7rem;
}
footer button {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 6.5rem;
	height: 100%;
	line-height: 2.2rem;
	border: 0;
	background: #ddd;
	color: #666;
	text-align: center;
	font-size: 0.85rem;
}
footer button.active {
	background: #01a9f6;
	color: #fff;
}

.icon-l {
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	background: url("../img/loading.gif") 0 0 no-repeat;
	background-size: 100%;
	vertical-align: text-bottom;
	margin-right: 0.3rem;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 0.9rem;
	text-align: center;
	color: #222;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	z-index: 6;
}

/* 轮播 */
.banner {
	position: relative;
}
.flex-direction-nav {
	display: none;
}
.flex-control-paging {
	position: absolute;
	left: 50%;
	bottom: 0.06667rem;
	transform: translateX(-50%);
}
.flex-control-paging li {
	margin: 0 0.1rem;
	display: inline-block;
	overflow: hidden;
}
.flex-control-paging li a {
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	display: block;
	height: 6px;
	width: 6px;
	border-radius: 100%;
	text-indent: -33.33333rem;
}
.flex-control-paging li a.flex-active {
	background: #fff;
}

.loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff url(../img/loading1.gif) center no-repeat;
	background-size: 6.7rem 0.83333rem;
	z-index: 100;
}

.goodstitle {
	padding: 0.9rem 1rem 0.8rem;
	font-size: 0.7rem;
	background: #fff;
}
.goodstitle h2 {
	margin-bottom: 0.7rem;
	font-size: 0.9rem;
}
.deltxt {
	color: #999;
	text-decoration: line-through;
}
.price {
	position: relative;
	top: 0.1rem;
	margin-right: 0.4rem;
	font-size: 1.4rem;
}
.sold {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #999;
}
.detail h3 {
	margin: 0.2rem 0 0.5rem;
	font-weight: bold;
}
.detail img {
	margin-bottom: 0.8rem;
	width: 100%;
}
.detail a {
	color: #01a9f6;
	word-break: break-all;
}
.btn-exchange {
	margin-top: 0.35rem;
	display: inline-block;
	width: 14.75rem;
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 0.8rem;
	text-align: center;
	color: #666;
	background: #ddd;
	border-radius: 2.3rem;
}
.btn-exchange.active {
	color: #fff;
	background: #01a9f6;
}
.success {
	padding: 1.2rem 1rem 1rem;
	background: #fff;
}
.ico-success {
	position: relative;
	top: -0.1rem;
	margin-right: 0.5rem;
	display: inline-block;
	width: 1.35rem;
	height: 1.35rem;
	vertical-align: middle;
	background: url("../img/mnd/ico_success.png") 0 0 no-repeat;
	background-size: cover;
}
.center {
	text-align: center;
}
.code-wrap {
	margin: 1rem 0 0;
	padding: 1.5rem 0 0.5rem;
	text-align: center;
	border-top: 1px dashed #eee;
}

/*新版里友福利*/
.pd-d75 {
	 padding: 0.375rem;
 }
.mt-d75 {
	margin-top: 0.375rem;
}
.block {
	display: block;
}
.line-bottom:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #eee;
	transform: scaleY(0.5);
	transform-origin: 0 0;
}
.data-part {
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 100%;
	height: 7.45rem;
	font-size: 0.8rem;
	text-align: center;
	background: url("../img/goods/data_part.jpg") 0 0 no-repeat;
	background-size: cover;
	border-radius: 0.5rem;
	color: #fff;
}
.data-part p {
	width: 33.33333%;
}
.data-part p a {
	padding-top: 4.4rem;
	display: block;
	color: #fff;
}
.data-part p span {
	font-size: 0.7rem;
	color: rgba(255,255,255,0.5);
}
.income-item, .cost-item, .pay-item {
	background: url("../img/goods/ico_fl_sr.png") center 2.2rem no-repeat;
	background-size: 1.6rem;
}
.cost-item {
	background-image: url("../img/goods/ico_fl_lld.png");
}
.pay-item {
	background-image: url("../img/goods/ico_fl_zc.png");
}
.cell-part {
	position: relative;
	width: 100%;
	font-size: 0.7rem;
	background: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}
.cell-part.line-bottom:before {
	background: #fff;
	z-index: 3;
}
.cell-part h1 {
	position: relative;
	padding: 0 0.75rem;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 0.7rem;
	font-weight: normal;
	color: #555;
}
.cell-part ul {
	position: relative;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}
.cell-part ul:before, .cell-part ul:after {
	content: "";
	position: absolute;
	left: 33.33333%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #eee;
	transform: scaleX(0.5);
	transform-origin: 0 0;
}
.cell-part ul:after {
	left: 66.66667%;
}
.cell-part li {
	position: relative;
	width: 33.33333%;
	height: 5.75rem;
	line-height: 0.9rem;
	text-align: center;
	overflow: hidden;
}
.cell-part li a {
	padding-top: 1.6rem;
}
.cell-part li img {
	margin-bottom: 0.6rem;
	width: 1.2rem;
}
.cell-part li a span {
	font-size: 0.6rem;
}
.limit-ps {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0.1rem;
	line-height: 0.7rem;
	color: #fff;
	font-size: 0.4rem;
	z-index: 2;
}
.limit-ps i {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-color:#38404d transparent transparent transparent;
	border-style:solid solid dashed dashed;
	border-width:1.15rem 1.65rem 0 0 ;
	z-index: -1;
}

/*里友福利九宫格*/
.two-col.cell-part li {
	padding: 0;
	width: 50%;
	height: 4rem;
	text-align: left;
}
.two-col.cell-part ul:before {
	left: 50%;
}
.two-col.cell-part ul:after {
	content: none;
}
.two-col.cell-part a {
	padding: 0 0.5rem 0 0.75rem;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 1rem;
	color: #222;
}
.two-col.cell-part li img {
	margin: 0;
	width: 2.7rem;
	height: 2.4rem;
}
.gray9 {
	color: #999!important;
}

/* banner轮播 */
.s-banner > .swiper-pagination-bullets {
	bottom: 0.15rem;
}
.s-banner > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.1rem;
}
.s-banner .swiper-pagination-bullet {
	width: 0.25rem;
	height: 0.25rem;
	background: #fff;
	border-radius: 0.25rem;
	opacity: .5;
}
.s-banner .swiper-pagination-bullet-active {
	opacity: 1;
}

/* 每日必抢 */
.buy-list {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.75rem;
}
.buy-list a {
	position: relative;
	padding: 0.75rem 0.5rem 0;
	width: 33.3%;
	font-size: 0.6rem;
	color: #222;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.buy-list a img {
	margin-bottom: 0.3rem;
	max-width: 100%;
	height: 3rem;
}

/* notice */
.notice {
	position: fixed;
	top: 0;
	padding: 0 0.5rem;
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.6rem;
	color: #fff;
	background: orangered;
	z-index: 1000;
}

.cell-part h1.line-bottom a {
	display: inline-block;
	position: absolute;
	right: 0.7rem;
	width: auto;
	line-height: 2.2rem;
	font-size: 0.6rem;
}

/* 大字模式 */
#big_font .chargebtn li span, #big_font footer button {
	font-size: 1.1rem;
}

#big_font h3, #big_font .detail, #big_font .record li > p:last-child {
	font-size: 1rem;
}

#big_font .detail {
	line-height: 1.6rem;
}

#big_font footer div {
	font-size: 0.9rem;
}

#big_font .time, #big_font .nomore {
	font-size: 0.8rem;
}

#big_font .record li {
	padding-right: 4.2rem;
}