
/* main css */

/* ===== header ===== */
.header_icon {
	font-size: 28px;
}

.address_name {
	font-size: 16px;
	margin-left: 5px;
	font-weight: 600;
}

.isAddress_icon {
	margin-right: 0;
}

.address_select {
	text-align: left;
}

.language_icon {
	margin-left: 5px;
}

.language_select {
	font-size: 12px;
	padding: 4px 8px;
	height: 28px;
}

.language_selectBox {
	position: relative;
	width: 200px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 8px;
}

.language_describe {
	text-align: center;
	padding: 10px;
}

.language_describe h4 {
	font-weight: 600;
}

.language_describe p {
	font-weight: 500;
}

.language_selectBox a {
	display: block;
	width: 100%;
	text-align: center;
	color: #5bc0de;
	font-size: 16px;
	border-top: 1px solid #b3b3b3;
	padding: 5px;
}

.language_selectBox a:hover {
	color: #EE4D2D;
}

/* 选择语言模态框 */
.cartModal_Box {
	display: none;
}

.modalCover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 1px;
	background: #999;
	opacity: .4;
	z-index: 999;
}

.addCart_modalBox {
	width: 100%;
	display: flex;
	justify-content: center;
	position: fixed;
	top: auto;
	z-index: 9999;
	flex-flow: wrap;
}

.startChat_btnBox {
	text-align: center;
	margin-bottom: 15px;
}

.startChat_btn {
	margin: 0 auto;
}

.startChat_btn,
.startChat_btn:focus {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
	border-radius: 12px;
}

.startChat_btn:hover,
.startChat_btn:focus:hover {
	background-color: #31b0d5;
	border-color: #46b8da;
	color: #fff;
}

.cancel_btn {
	font-size: 12px;
	position: absolute;
	top: 3px;
	right: 8px;
	font-weight: 600;
	cursor: pointer;
}

.cancel_btn,
.cancel_btn:focus {
	color: #EE4D2D;
}

.cancel_btn:hover,
.cancel_btn:focus:hover {
	color: #EE4D2D;
}

/* 选择语言模态框 end */
/* ===== section ===== */
/* 轮播 */
.bannerBox,
.swiper-slide,
.swiper-slide a{
	border-radius: 8px;
}

.swiper-slide img {
	width: 100%;
	border-radius: 8px;
}

.swiper-pagination-bullet-active {
	opacity: 0.5;
	background: #000;
}

.banner_textBox {
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

/* tab切换 css */
.reservation_switchBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.switch_itemBox {
	/* padding: 0 15px; */
}

.switch_itemBox:nth-child(1) {
	padding-left: 0;
}

.switch_itemP {
	color: #000;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.switch_itemP:hover {
	color: #5a73a4;
	border-bottom: 2px solid #5a73a4;
}

.itemActive {
	color: #5a73a4;
	border-bottom: 2px solid #5a73a4;
}

/* 切换内容 */
.contentNone {
	display: none;
}

.Home_content {
	display: block;
}

.bannerBox {
	margin: 15px 0;
}

.swiper-slide {
	/* max-height: 150px; */
	/* min-height: 107px; */
}

.bannerBox img {
	width: 100%;
	height: 355px;
	object-fit: cover; /* 这将保持图片的纵横比并覆盖整个容器 */
}

/* 产品列表 */
.projectList {
	padding: 0;
	margin-bottom: 15px;
}

.projectList_itemBox {
	position: relative;
	border-radius: 8px;
	min-height: 130px;
	padding: 7.5px;
}

.projectList_itemImg {
	width: 100%;
	border-radius: 8px;
}

.projectList_itemSpan {
	position: absolute;
	bottom: 8%;
	left: 8%;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.isDescription_box {
	width: 92%;
	position: absolute;
	bottom: 8%;
	left: 8%;
}

.isDescription_box p {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	/* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

/* 好物推荐 */
.itemRecommendation_box h4 {
	color: #CC1919;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.recommend_box {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 15px;
}

.recommend_listBox {
	width: 48%;
}

.pendingOrders_listBox {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.recommendList_imgBox {
	/* width: 100px;
	height: 100px; */
	margin-bottom: 15px;
}

.recommendList_imgBox img {
	width: 100%;
	height: 100%;
}

.recommendList_otherBottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.recommendList_otherBox {
	padding-left: 10px;
}

.recommendList_otherBox h5 {
	font-weight: 600;
	margin-bottom: 15px;
	cursor: pointer;
}

.productList_otherBox h5 {
	font-weight: 600;
	margin-bottom: 10px;
}

.otherParameter {
	font-size: 14px;
}

.price_PV {
	color: #EE4D2D;
}

.Buy_btn,
.Buy_btn:focus {
	padding: 3px 6px;
	background-color: #EE4D2D;
	border-color: #EE4D2D;
	color: #fff;
	width: 100%;
	margin: 10px 0;
}

.Buy_btn:hover,
.Buy_btn:focus:hover {
	background-color: #c9302c;
	border-color: #d43f3a;
	color: #fff;
}

/* .recommend_list {
	width: 48%;
	border-radius: 4px;
	margin-bottom: 15px;
}

.recommend_listImg {
	width: 100%;
	height: 100px;
	border-radius: 13px 13px 0px 0px;
	overflow: hidden;
}

.recommend_listImg img {
	width: 100%;
	height: 100%;
}

.recommend_textInformationBox {
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
	border-radius: 0px 0px 13px 13px;
	padding: 15px;
}

.recommend_listTitle {
	height: 35px;
	display: flex;
	align-items: center;
}

.recommend_listTitle a {
	color: #000;
	font-weight: 600;
}

.hotSale_label {
	margin-bottom: 30px;
}

.hotSale_label p {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 10px;
	background: #CC1919;
	color: #fff;
}

.hotSale_icon {
	font-size: 12px;
	margin-right: 3px;
}

.isPrice {
	font-size: 18px;
	color: #CC1919;
	font-weight: 600px;
}

.isSales {
	color: #b3b3b3;
} */

/* 媒体查询css */
@media (max-width:768px) {
	.switch_itemP {
		font-size: 12px;
	}
	.bannerBox img {
		height: 107px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.bannerBox img {
		height: 230px;
	}
}

@media (max-height: 540px) {
	.bannerBox img {
		height: 260px;
	}
}

@media (min-width:1200px) {
	.projectList_itemBox {
		padding: 15px;
	}
}