html {
	overflow-x: hidden;
}

/* 隐藏滚动条 */
#scroll-item::-webkit-scrollbar {
	display: none
}

.header {
	visibility: hidden;
	position: fixed;
	height: 2.6rem;
	width: 10rem;
	background-color: rgb(243, 243, 243);
	z-index: 5;
}

.search_bg {
	position: fixed;
	width: 10rem;
	height: 1.6rem;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.4rem;
	color: #a9a9a9;
	background-color: #f3f3f3;
	z-index: 11;
	/* display: none; */
}

.search_text {
	width: 8.1rem;
	height: 0.9rem;
	line-height: 0.9rem;
	margin: auto;
	margin-top: 0.55rem;
	border-radius: 0.6rem;
	background-image: url('../img/search.png');
	background-size: 0.5rem 0.5rem;
	background-repeat: no-repeat;
	background-position: 5% 50%;
	border: #ffd43f solid 1.5px;
	padding-left: 1.3rem;
	box-sizing: content-box;
	font-size: 0.38rem;
}

.search_btn {
	float: right;
	width: 2rem;
	height: 0.9rem;
	line-height: 0.9rem;
	background-color: #ffd43f;
	color: #282828;
	text-align: center;
	border-radius: 0.5rem;
	font-size: 0.4rem;
}

#scroll-item {
	display: block;
	margin-top: 1.5rem;
	height: 1.2rem;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	z-index: 10;
}

#scroll-item .swiper-slide {
	width: auto !important;
}

.menu_btn {
	position: relative;
	display: inline-block;
	height: 1.2rem;
	line-height: 1.2rem;
	color: #333;
	font-size: 0.38rem;
	margin: 0 0.4rem;
	text-align: center;
}

.menu-active {
	font-weight: bold;
	color: #282828;
	font-size: .426667rem;
}

#data_list {
	float: left;
	margin-top: 2.5rem;
	overflow-x: hidden;
	display: flex;
	flex-wrap: wrap;
}

#bottom_load {
	height: auto;
	line-height: 0;
	margin-top: 0.8rem;
	font-size: 0.33rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
}

.tip-nodata {
	margin-top: 0.65rem !important;
}

.list_item_bg {
	width: 4.7rem;
	background-color: #ffffff;
	margin-left: 0.2rem;
	margin-bottom: 0.2rem;
	padding-bottom: 0.2rem;
}

.list_item_img {
	width: 4.4rem;
	height: 4.4rem;
	margin-top: 0.15rem;
	margin-left: 0.15rem;
	background-size: 4.4rem 4.4rem;
}

.list_item_title {
	width: 4.4rem;
	white-space: nowrap;
	padding-top: 0.13rem;
	padding-bottom: 0.08rem;
	margin-left: 0.15rem;
	font-family: '微软雅黑';
	font-size: 0.32rem;
	color: #3d3d3d;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_item_money {
	width: 4.4rem;
	margin-left: 0.15rem;
	padding-top: 0.13rem;
	font-size: 0.28rem;
	color: #ff5855;
}

.list_item_money span {
	font-size: 0.42rem;
	font-weight: bold;
}

.list_item_discount {
	float: right;
	display: inline-block;
	padding: 0.05rem;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	border-radius: 0.05rem;
	font-size: 0.28rem !important;
	background-color: #ff5855;
	color: #ffffff;
}

.list_item_sale {
	width: 4.4rem;
	padding-top: 0.13rem;
	margin-left: 0.15rem;
	color: #9a9a9a;
	font-size: 0.28rem;
}

.rob_item_bg {
	float: left;
	width: 9.4rem;
	background-color: #ffffff;
	margin-left: 0.3rem;
	margin-bottom: 0.2rem;
	padding-bottom: 0.2rem;

}

.rob_item_img {
	float: left;
	width: 3rem;
	height: 3rem;
	margin-top: 0.15rem;
	margin-left: 0.15rem;
	background-size: 100%;
}

.rob_item_tag {
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	line-height: 0.35rem;
	padding: 0.1rem;
	margin-left: 0.4rem;
	margin-top: 0.03rem;
	color: white;
	text-align: center;
	font-size: 0.33rem;
	background-image: url('../img/shape_miaosha.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform: scale(0.85)
}

.rob_item_title {
	float: left;
	width: 5.5rem;
	height: 1.3rem;
	margin-top: 0.15rem;
	margin-left: 0.3rem;
	font-family: '微软雅黑';
	font-size: 0.32rem;
	color: #3d3d3d;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rob_item_price {
	float: left;
	width: 5rem;
	transform: scale(0.85);

}

.rob_item_price_text {
	border: red solid 1px;
	border-radius: 0.15rem;
	padding: 0 0.1rem;
	color: #FF5855;
	background-color: #ff585530;
	;
}

.rob_item_price_num {
	font-size: 0.5rem;
	margin-left: 0.2rem;
	font-weight: bold;
	color: #FF5855;
}

.rob_item_code {
	float: right;
	width: 2.3rem;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-right: 0.3rem;
	margin-top: 0.2rem;
	color: #FF5855;
	text-align: center;
	border-radius: 0.5rem;
	font-size: 0.33rem;
	border: solid 1px #FF5855;
}

.rob_item_buy {
	display: none;
	float: right;
	width: 1.8rem;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-right: 0.3rem;
	margin-top: 0.2rem;
	background-color: #FF5855;
	color: white;
	text-align: center;
	border-radius: 0.5rem;
	font-size: 0.33rem;
	border: solid 1px #FF5855;
}

.kouling_copy_bg {
	display: none;
	position: fixed;
	width: 10rem;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9999;
}

.kouling_copy_con {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 8.5rem;
	height: 7rem;
}

.kouling_copy {
	height: 5.8rem;
	background-color: #ffffff;
	border-radius: 0.15rem;
}

.kouling_txt {
	width: 86%;
	height: 2.3rem;
	padding: 0.2rem;
	margin: auto;
	background-color: #f3f3f3;
	font-size: 0.33rem;
}

.kouling_txt span {
	color: #a8a8a8;
}

#kouling_code,
#detail_kouling_code {
	display: inline-block;
	color: #a8a8a8;
	width: 5rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.kouling_top {
	width: 100%;
	text-align: center;
	height: 1.3rem;
	line-height: 1.3rem;
	font-size: 0.4rem;
	color: #282828;
}

.kouling_copy_btn {
	width: 93%;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	background-color: #ffd43f;
	margin: auto;
	margin-top: 0.45rem;
	border-radius: 1rem;
	color: #fff;
	font-size: 0.38rem;
}

.kouling_copy_close {
	width: 0.826667rem;
	height: 0.826667rem;
	margin: auto;
	margin-top: 0.6rem;
}

.kouling_copy_close img {
	width: 100%;
	height: 100%;
}

#tips {
	font-size: 0.42rem;
	color: #333333;
	margin-top: 0.26rem;
	width: 9.44rem;
	margin-left: 1rem;
	position: fixed;
	z-index: 100;
	height: 0.7rem !important;
}

.str_move {
	height: 0.5rem !important;
}

.str_wrap {
	background: rgb(243, 243, 243) !important;
}

/* 秒杀banner */
#index #top_img {
	height: 5.4rem !important;
	margin-top: 2.7rem !important;
}

#index #top_img .swiper-pagination-bullet-active {
	width: .333333rem !important;
	height: .106667rem !important;
	background: #FFFFFF !important;
	border-radius: 3px !important;
	opacity: 1 !important;
}

#index #top_img .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}

.rob_item_bg {
	margin-top: 0;
}

.bannerloading {
	position: absolute;
	z-index: 5000;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	width: 1rem;
	height: 1rem;
}

.errorbanner {
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	font-size: 0.38rem;
	background-color: #ededed;
	color: #d9d9d9;
}

#adDiv {
	position: absolute;
	margin-top: 1.5rem;
	display: none;
}

.close_ad {
	width: 9.4rem !important;
	margin-left: 0.3rem !important;
}

.mescroll-upwarp {
	padding: 0 0 10px 0 !important;
}