.search_box {
	top: 30px;
}

.search_box button {
	position: absolute;
	right: 145px;
	width: 40px;
	height: 40px;
}

.search_box .search {
	right: 185px;
	width: 210px;
	height: 40px;
	line-height: 40px;
}

.header_shopcart .shopcart_logo>a {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 0 15px;
}

.header * {
	font-size: 14px;
}

/* 跑马灯 */
.box {
	width: 300px;
	height: 45px;
	margin: auto;
	overflow: hidden;
	color: #b0b0b0;
	position: absolute;
	top: 0;
}

.box ul {
	position: absolute;
	top: 0;
	width: 300px;
	overflow: hidden;
}

.box ul li {
	line-height: 45px;
	height: 45px;
	list-style: none;
	padding: 0 10px 0 30px;
	box-sizing: border-box;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* 下拉店铺选择 */
.header_nav .shopcart_logo {
	position: relative;
	z-index: 4;
}

.header_nav .shopcart_logo a {
	transition: background 0.1s linear;
	position: relative;
	z-index: 3;
	display: block;
	color: #b0b0b0;
}

.header_nav .shopcart_logo:hover a {
	color: #fff;
}
.header_nav .shopcart_logo .store-info::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.header_nav .shopcart_logo .store-info {
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
  padding: 0 15px;
}

.header_nav .shopcart_logo:hover .store-info {
 /* padding: 15px; */
}

.store-info {
	position: absolute;
	min-width: 160px;
	height: 0;
	line-height: 30px;
	text-align: center;
	top: 45px;
	z-index: 2;
	left: 0;
	background: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	transition: height 0.2s linear;
	padding: 0 5px;
	overflow: auto;
}

.header_nav .shopcart_logo .store-info a {
	color: #757575;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 0;
}

.header_nav .shopcart_logo .store-info a:hover {
	color: #ff6700;
}

select:focus {
	outline: none;
}

.flashover_item_con .swiper-slide {
	background-color: #F5F5F5;
}

.body-pos a .pop-content {
	width: 130px;
	padding: 15px;
	left: -143px;
	top: 0;
	z-index: 4;
	position: absolute;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	display: none;
}

.body-pos a .pop-content img {
	width: 100px;
	height: 100px;
}

.body-pos a .pop-content span {
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 10px;
	color: #000 !important;
}

.body-pos a .pop-content:after {
	right: -18px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
	z-index: 2;
}

.body-pos a .pop-content:before {
	right: -19px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f5f5f5;
	z-index: 1;
}

.body-pos a .pop-content:after,
.pop-content:before {
	content: "";
	position: absolute;
	top: 21%;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	overflow: hidden;
}

.body-pos .AppDownload:hover .pop-content {
	display: block;
}
