header,
section {
	/* padding: 0 15px; */
}

a {
	color: #333;
}

a:hover {
	color: #5a73a4;
}

/* main css */
/* ===== header ===== */
.headerBox {
	position: fixed;
	top: 0;
	background: #5a73a4;
	z-index: 999;
}
.header_mainBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
}
.search_icon {
	font-size: 28px;
}

.headerBox img {
	width: 100px;
}

.rightLanguage_box {
	display: flex;
	align-items: center;
}

.dtIcon {
	font-size: 28px;
	/* margin-right: 5px; */
}

img.language_icon {
	width: 28px;
}

.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 {
	position: fixed;
	top: 1px;
	background: #999;
	opacity: .4;
	z-index: 999;
}

.addCart_modalBox {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 100px;
	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 ===== */
/* 轮播 */
.swiper-slide img {
	width: 100%;
}

.swiper-pagination-bullet-active {
	opacity: 0.5;
	background: #000;
}

.carousel_1 {
	border-radius: 8px;
	margin: 15px 0;
}

/* 菜单轮播样式 */
.menuOptionImg_box{
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuOptionImg_box img {
	width: 100%;
}

.menuOption_box .swiper-slide {
	display: flex;
	justify-content: center;
	margin: 0 !important;
	align-items: center;
}

.menuOption_box .swiper-button-next,
.menuOption_box .swiper-button-prev {
	width: 25px;
	height: 25px;
}

/* 菜单选项 */
.productAll_box {
	padding: 0;
	width: 100%;
	margin: 0;
}

.menuOption_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	padding-bottom: 10px;
	/* position: sticky; */
	top: 0;
	z-index: 99;
	background: #fff;
}

.split_line {
	width: 100%;
	margin: 0 auto;
	border: 1pt solid #c9c9c9;
	border-bottom: none;
	margin-bottom: 15px;
}

.menuOption_icon {
	width: 100%;
	margin-bottom: 10px;
}

.menuOption_a {
	margin: 10px;
	text-align: center;
}

.menuOption_a:hover .menuOption_name {
	color: #5a73a4;
}

.menuOption_name {
	font-size: 12px;
	color: #333;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.areaTitle{
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: 600;
	padding: 15px 0;
	margin-bottom: 15px;
}

/* 推广 */
.itemImg_box {
    width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	border: 1px solid #999;
}

.isPromotions_img {
    width: 100%;
}
.itemTitle_box{
	height: 36px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.isPromotions_title {
    font-size: 18px;
    font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.itemDescription_box{
	height: 35px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.isPromotions_description {
    font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.itemOther_box {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    margin-bottom: 15px;
}
.otherRating_box {
    display: flex;
    align-items: center;
	margin-right: 5px;
}
.starRating_icon {
    font-size: 18px;
    color: #ffaf00;
	margin-right: 5px;
}
.starRating_number,
.isTime_text,
.isDistance {
    font-size: 14px;
}
.otherTime_box{
	display: flex;
	align-items: center;
}
.isTime_icon{
	font-size: 18px;
	margin-right: 5px;
}
.isPoint{
	font-size: 18px;
	font-weight: 600;
	/* margin: 0 5px; */
}
.promotion_box,
.promotion_listBox{
    padding: 0;
}
/* 产品例子 */
.productList_box {
	background: #f6f6f6;
	padding: 7.5px;
}

.list_itemBox {
	padding: 7.5px;
	margin-bottom: 7.5px;
}

.list_itemImg {
	width: 100%;
	/* width: 165px; */
	/* height: 165px; */
}

.list_itemImg img {
	width: 100%;
	height: 100%;
}

.list_itemTitle {
	padding: 10px 0;
	height: 55px;
	display: flex;
	align-items: center;
}

.list_itemTitle a {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list_itemPrice p span {
	font-size: 14px;
	color: #ff0773;
}

.product_originalPrice {
	color: #999 !important;
	text-decoration: line-through;
}

.list_itemSubmit {
	margin-top: 15px;
}

.list_itemSubmit .Buy_btn {
	width: 100%;
}

/* 共创新生 */
/* 宣传视频 */
.promotionalVideo_box {
	padding: 0 15px;
}

.promotionalVideo_box h4 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	/* text-align: center; */
}

.videoBox {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 10px;
}

.my-video-dimensions {
	border-radius: 4px;
}

.vjs-poster {
	background-size: 100% 100%;
	border-radius: 4px;
}

/* 轮播2 */
.carousel_2 {
	margin-top: 15px;
	margin-bottom: 10px;
}

.carousel_2 h4 {
	color: #5a73a4;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

/* 好物推荐 */
.itemRecommendation_box {
	padding: 0 15px;
	margin-top: 20px;
}

/* .itemRecommendation_box h4 {
	color: #5a73a4;
	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: 100%;
}

.pendingOrders_listBox {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.recommendList_imgBox {
	width: 130px;
	height: 130px;
}

.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;
	font-size: 16px;
}

.productList_otherBox h5 {
	font-weight: 600;
	margin-bottom: 10px;
}

.otherParameter {
	font-size: 16px;
}

.price_PV {
	color: #fff;
	/* background: #a2bdf5; */
	font-size: 12px;
	padding: 3px;
	background-image: url(../images/label.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.Buy_btn,
.Buy_btn:focus {
	padding: 3px 6px;
	background-color: #5a73a4;
	border-color: #5a73a4;
	color: #fff;
}

.Buy_btn:hover,
.Buy_btn:focus:hover {
	background-color: #455f93;
	border-color: #455f93;
	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: #5a73a4;
	color: #fff;
}

.hotSale_icon {
	font-size: 12px;
	margin-right: 3px;
}

.isPrice {
	font-size: 18px;
	color: #5a73a4;
	font-weight: 600px;
}

.isSales {
	color: #b3b3b3;
} */

/* 最新动态 */
.latestNews_box {
	margin: 15px auto;
}

.latestNews_box h4 {
	/* color: #5a73a4; */
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.latestNews_imgBox {
	margin-top: 15px;
	margin-bottom: 10px;
}

.latestNews_imgBox img {
	width: 100%;
}

.latestNews_introduce {
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
}

.socialPlatforms_box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
}

.socialPlatforms_box a {
	width: 10%;
	height: 10%;
}

.socialPlatforms_box a img {
	width: 100%;
	height: 100%;
}

/* 加入我们 */
.joinUs_box {
	background: #FFDDDD;
	border-radius: 8px;
	padding: 15px 30px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.joinUs_box h4 {
	text-align: center;
	font-family: SimSong;
	font-weight: 600;
	color: #5a73a4;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.joinUs_title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ig_logo {
	margin-left: 10px;
}

.partnerBox {
	margin: 15px auto;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.partnerList_box {
	width: 31%;
	margin-bottom: 3.5%;
}

.partnerList_box img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

/* 最新css */
.language_icon {
	margin-right: 8px;
}

.cartIcon_box {
	width: 28px;
}

.cartIcon_box img {
	width: 100%;
	height: 100%;
}

.cart_num {
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: -12px;
	right: -8px;
	color: #5a73a4;
}

.swiper-wrapper {
	height: auto;
}

.cartIcon_a {
	margin-right: 15px;
	position: relative;
}

.language_icon {
	cursor: pointer;
}

img.notification_icon {
	width: 28px;
	margin-right: 23px;
	cursor: pointer;
}

.language_select {
	outline: none;
	border: none;
	box-shadow: none;
}

.language_select:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.socialPlatforms_box a {
	font-size: 32px;
}

.swiper-slide {
	/* height: 137px; */
}

/* 媒体查询css */
@media (max-width:768px) {
	.menuOptionImg_box {
	    width: 70px;
	    height: 70px;
	}
}