.hotdeal_container {
	position: relative;
}

.hotdeal_container::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 350px;
	background: #f6f5fe url("/content/images/hotdeal/img_hotdeal_bg.png") no-repeat top center/ auto 100%;
	content: "";
}

.hotdeal_container .container {
	margin-bottom: 70px;
	padding-top: 45px;
	overflow-x: hidden;
	overflow-y: clip;
}

.hotdeal_container .hotdeal-swiper {
	margin-top: 10px;
}

.hotdeal_container .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 8px;
}

.hotdeal_container .swiper-pagination-bullet-active {
	width: 50px;
}

.hotdeal_container .swiper-pagination-bullet,
.hotdeal_container .swiper-pagination-bullet-active {
	background-color: #d9d9d9;
	opacity: 1;
}

.hotdeal_container .swiper-container-horizontal > .swiper-pagination-bullets {
	position: relative;
	bottom: 0;
	margin-top: 30px;
}

.hotdeal_container .swiper-slide {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	transform-origin: center;
}

.hotdeal_container .swiper-slide-next {
	transform: translateX(-30%);
}

.hotdeal_container .swiper-slide-prev {
	transform: translateX(30%);
}

.hotdeal_container .deal-box {
	width: 70%;
	max-width: 726px;
}

.deal_title {
	display: block;
	font-size: 48px;
	font-weight: bold;
}

.deal-box-head .countdown {
	margin: 0 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	height: 66px;
	background-color: #ff5353;
}

.deal-box-head .countdown li:first-child {
	margin-right: 10px;
}

.deal-box-head .countdown li span {
	line-height: 1;
}

.deal-box-head .countdown li:first-child img {
	margin: 0 10px;
}

.deal-box-head .countdown li:first-child span {
	font-size: 26px;
	font-weight: 700;
}

.deal-box-head .countdown span {
	font-size: 26px;
	font-weight: 700;
}

.deal-box-head .countdown .yellow_txt {
	font-size: 34px;
	color: #ffee00;
	letter-spacing: -0.2px;
}

.deal-box-head .countdown li.time span {
	font-size: 34px;
}

.deal-box-head .countdown img.ico {
	margin-right: 20px;
	margin-left: 4px;
}

.deal-box-body {
	padding: 3rem 3.6rem;
	box-shadow: 0 4px 20px rgba(105, 95, 191, 0.2);
	background-color: #fff;
	border-radius: 20px;
}

.deal-box-body .item_list {
	margin: 0;
}

.deal-box .deal-box-body .item_list .list_area {
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 0;
	width: 100%;
}

.deal-box-body .item_list .img_area,
.deal-box-body .item_list .txt_wrap {
	display: inline-block;
}

.deal-box-body .item_list .img_area {
	width: 254px;
	height: 254px;
	margin-right: 30px;
}

.deal-box-body .item_list .txt_wrap {
	flex: 1;
}

.deal-box-body .item_list .img_area:hover > a {
	background-color: rgba(0, 0, 0, 0.5);
}

.deal-box-body .item_list .img_area:hover > a > img {
	filter: brightness(0.3);
}

.ico_hot {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	line-height: 1;
}

/* @media  */

@media (max-width: 991px) {
	.hotdeal_container .swiper-slide-active + .swiper-slide {
		transform: translateX(0);
	}

	.hotdeal_container .swiper-slide-next {
		transform: translateX(0);
	}

	.hotdeal_container .swiper-slide-prev {
		transform: translateX(0);
	}

	.hotdeal_container::after {
		display: none;
	}

	.deal-box-body {
		padding: 16px;
		height: 200px;
		border-radius: 10px;
	}

	.deal_title {
		display: none;
	}

	.hotdeal_container .container {
		margin-bottom: 4rem;
		padding-top: 0;
		overflow-x: visible;
	}

	.deal-box-head .countdown {
		margin: 0 12px;
		height: 33px;
		border-radius: 15px 15px 0 0;
	}

	.deal-box-head .countdown li.seperator,
	.deal-box-head .countdown li:first-child span {
		font-size: 13px;
	}

	.deal-box-head .countdown li.seperator {
		margin: 0 3px;
	}

	.deal-box-head .countdown li span.yellow_txt {
		font-size: 16px;
	}

	.deal-box-head .countdown li.time span {
		font-size: 16px;
	}

	.deal-box-head .countdown img.ico {
		margin-right: 8px;
		margin-left: 2px;
		width: 16px;
	}

	.deal-box-body .item_list .img_area {
		margin-right: 10px;
		width: 108px;
		height: 108px;
		border-radius: 10px;
	}

	.hotdeal_container .swiper-slide-active + .swiper-slide {
		transform: translateX(0);
	}

	.hotdeal_container .swiper-container-horizontal > .swiper-pagination-bullets {
		margin-top: 14px;
	}

	.hotdeal_container .swiper-pagination-bullet-active {
		width: 40px;
	}

	.hotdeal_container .countdown li:first-child img {
		margin-right: 6px;
		margin-left: 2px;
		width: auto;
		height: 18px;
	}

	.hotdeal_container .deal-box {
		width: 100%;
	}

	.deal-box .btn_thumb_m {
		position: absolute;
		top: 112px;
		left: 0;
		width: 110px;
	}

	.deal-box .btn_thumb_m .wrap_btn_thumb_m {
		margin-top: 0;
	}

	.ico_hot img {
		height: 30px;
	}
}

@media (max-width: 480px) {
	.deal-box-body {
		padding: 12px 10px;
	}
}
