* {
	margin: 0px;
	padding: 0px;
}

body {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	background-color: #F3F5F7;
	font-family: "微软雅黑";
}

.weui-tabbar__item:nth-child(1) i,
.weui-tabbar__item:nth-child(1) p {
	color: red;
}

.searchbox {
	display: -webkit-box;
	-webkit-box-align: center;
	height: 40px;
	width: 100%;
	background-color: rgba(255, 0, 0, 0.8);
}

.searchbox .logo {
	/*display: -webkit-box;*/
	width: 60px;
	height: 20px;
	margin-left: 10px;
	-webkit-box-align: center;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.searchbox .search {
	margin-left: 15px;
	/*display: -webkit-box;*/
	-webkit-box-flex: 1;
	height: 30px;
	border-radius: 15px;
	-webkit-box-align: center;
	background-color: #FFFFFF;
	color: #C3C3C3;
}

.searchbox .search input {
	display: -webkit-box;
	height: 30px;
	border: none;
	outline: none;
	margin-right: 15px;
	-webkit-box-flex: 1;
}

.searchbox .login {
	display: -webkit-box;
	width: 30px;
	height: 40px;
	color: #FFFFFF;
	-webkit-box-align: center;
	margin-right: 10px;
	font-size: 15px;
}

.searchbox .icon {
	width: 30px;
	font-size: 20px;
	text-align: center;
}

.footer {
	position: fixed;
	bottom: 0;
}

.header {
	position: fixed;
	top: 0;
	z-index: 1000;
}

.banner {
	margin-top: 40px;
}

.content {
	margin-bottom: 55px;
	overflow: hidden;
}

.content .bgcolor {
	text-align: center;
}

.content .bgcolor img {
	width: 40px;
	padding-top: 5px;
}

.content .bgcolor p {
	color: #666666;
	font-size: 14px;
}

.activity {
	display: -webkit-box;
	-webkit-box-flex: 1;
	margin-top: 10px;
	line-height: 0;
}

.buyone,
.limittime {
	display: -webkit-box;
	-webkit-box-flex: 1;
	margin-top: 5px;
}

.buyone .product,
.limittime .product {
	display: -webkit-box;
	-webkit-box-flex: 1;
	background-color: #ffffff;
	-webkit-box-orient: vertical;
	margin: 0 3px;
}

.buyone .product img,
.limittime .product img {
	width: 100%;
	display: block;
}

.buyone .product .title,
.limittime .product .title {
	display: -webkit-box;
	height: 30px;
	line-height: 15px;
	margin: 0 3px;
	white-space: normal;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.buyone .product .price {
	display: -webkit-box;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
}

.limittime .product .price {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position: relative;
}

.product .price div:nth-child(1) {
	color: rgba(255, 0, 0, 0.6);
	font-size: 16px;
	font-weight: bold;
	margin-left: 8px;
}

.buyone .price div:nth-child(2) {
	color: #999999;
	font-size: 12px;
	text-decoration: line-through;
	margin-right: 18px;
}

.limittime .price div:nth-child(2) {
	color: #999999;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 8px;
}

.limitlogo {
	width: 25px;
	height: 25px;
	background-size: 75%;
	background-color: #F02B2B;
	background-image: url(img/limit.png);
	background-repeat: no-repeat;
	border-radius: 5px;
	background-position: 3px 5px;
	position: absolute;
	top: 4px;
	right: 8px;
}

.activity img {
	width: 100%;
}

.adv {
	display: -webkit-box;
	-webkit-box-flex: 1;
	margin-top: 10px;
	line-height: 0;
}

.adv div {
	display: -webkit-box;
	-webkit-box-flex: 1;
}

.adv div img {
	width: 100%;
}

.settime {
	height: 30px;
	display: -webkit-box;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
	margin-top: 2px;
}

.settime .info {
	display: -webkit-box;
	-webkit-box-flex: 1;
	font-size: 14px;
	margin-left: 5px;
}

.settime .time {
	display: -webkit-box;
	-webkit-box-flex: 1;
	font-size: 12px;
	-webkit-box-pack: end;
	margin-right: 5px;
}

.settime .time span {
	border-radius: 3px;
	background-color: #FF3333;
	margin: 0 3px;
	color: white;
}

.productlist {
	margin: 0 5px;
	overflow: hidden;
	/*border: 1px solid;*/
}

.productlist .item {
	width: 49.2%;
	overflow: hidden;
	background-color: white;
	margin-top: 5px;
}

.productlist .item:nth-child(2n-1) {
	float: left;
}

.productlist .item:nth-child(2n) {
	float: right;
}

.productlist .item .pic {
	width: 100%;
	overflow: hidden;
}

.productlist .item .pic img {
	width: 100%;
	display: block;
}

.productlist .item .title {
	display: -webkit-box;
	height: 35px;
	line-height: 17px;
	margin-top: 3px;
	padding: 0 3px;
	font-size: 13px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.productlist .item .price {
	display: -webkit-box;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
	font-size: 14px;
}

.productlist .item .icon {
	color: #F02B2B;
	font-size: 20px;
	margin-right: 5px;
}

.stop{
	display: none;
}