.el-popper {
	padding: 0px !important;
}

.headerSearch {
	box-sizing: border-box;
	padding: 30px 0;
	width: 922px;
	/* height: 600px; */
	background: #F8F8F8;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px 5px 5px 5px;
}

.headerSearch .hs_history {
	padding: 0 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}
.hs_clear{
	height: 18px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 18px;
	position: absolute;
	right: 30px;
	top:0;
	cursor: pointer;
}
.hs_title {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 30px;
	margin-bottom: 20px;
}

.hs_title .hs_title_logo {
	width: 15px;
	height: 15px;
	margin: auto 0;
	margin-right: 5px;
}

.hs_title .hs_title_logo>img {
	width: 100%;
	height: 100%;
}

.hs_title .hs_title_value {
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 19px;
}

.hs_items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.hs_items .hs_item {
	padding: 8px 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 34px;
	background: #EEEEEE;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.hs_hot {
	padding: 0 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

/* .hs_items .hs_item:hover {
 	background: #F8F8F8;
 } */

.headerSearch .hs_new {
	width: 922px;
	/* width: 100%; */
	padding: 0 30px;
	margin-top: 15px;
}
#newSwipe{
	width: 100%;
}

.hs_new .hs_new_main #newSwipe .swiper-wrapper {
	width: 100%;
}
.hs_new .hs_new_main #newSwipe  .swiper-wrapper .swiper-slide{
	width: 100%;
}

.hs_new_main {
	/* width: 100%; */
	width: 922px;
	display: flex;
	flex-direction: row;
	background: #EEEEEE;
	position: relative;
}

.hs_new_main_item {
	width: 100%;
	height: 185px;
	display: flex;
	flex-direction: row;
	padding: 0 54px;
}

.hs_new_main_item_left {
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}

.hs_new_main_item_left_title {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.hs_new_unit {
	width: 510px;
	padding: 15px 0;
	display: flex;
	flex-direction: row;
	border-top:1px solid #B9B9B9;
	overflow: hidden;
}
.hs_new_unit .hs_new_unitItems {
	display: flex;
	flex-direction: column;
}

.hs_new_unit .hs_new_unitItems .el-carousel__container{
	width: 302px;
}
.hs_new_unit .hs_new_unitItems2 .el-carousel__container{
	width: 208px;
}


.hs_new_unit .hs_new_unitItems2{
	display: flex;
	flex-direction: column;
}

 .hs_new_unitItem {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 12px;
	cursor: pointer;
	 -webkit-backface-visibility: hidden;
}

 .hs_new_unitItem2{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 12px;
	cursor: pointer;
	 -webkit-backface-visibility: hidden;
}

.hs_new_unitItem_value {
	width: 302px;
	height: 16px;
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #276EF0;
	line-height: 14px;
}
.hs_new_unitItem_name {
	height: 16px;
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	line-height: 14px;
}


.hs_new_main .hs_new_main_item_right {
	width: 271px;
	height: 171px;
	background: skyblue;
	border-radius: 5px 5px 5px 5px;
	margin-top: 7px;
}

.hs_new_main .el-carousel__container{
	width: 922px;
}

.hs_new_main_prev{
	position: absolute;
	top:87px ;
	left:25px ;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 3;
}
.hs_new_main_next{
	cursor: pointer;
	position: absolute;
	top:87px ;
	right:25px ;
	width: 16px;
	height: 16px;
	z-index: 3;
}
.hs_new_main_prev>img,
.hs_new_main_next>img{
	width: 100%;
	height: 100%;
}


.clear_img{
	width: 20px;
	height: 20px;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index:2;
}
.clear_img>img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}