:root {
	--all-bg-color:#e92d8b;
	--header-tip-bgcolor:#bfa187;
	--nav-bg-color:#fff;
	--header-right-color:#000;
}
img{max-width: 100%;}

.shadow_center {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	z-index: 1000;
	width: 50px
}

.click_shadow {
	background: #888;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}

.publicwidth{
	max-width: 1168px;
	margin: 0px auto;
	padding: 0px 0px;
}
.menu-label {
	position: absolute;
	bottom: 85%;
	z-index: 1;
	display: inline-block;
	margin-inline-start: -20px;
	padding: 2px 4px;
	border-radius: 0px;
	background-color: #D41212;
	color: #fff;
	vertical-align: middle;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 600;
	font-size: 9px;
	line-height: 12px;
}
.menu-label:before {
	content: "";
	position: absolute;
	top: 100%;
	inset-inline-start: 10px;
	border: 4px solid #D41212;
	border-bottom-color: transparent !important;
	border-inline-end-color: transparent !important;
	border-inline-end-width: 7px;
	border-inline-start-width: 0;
}

/*footer start*/


.subscribe-div{
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 100px;
	width: 75%;
	margin: 0px auto;
}
.subscribe-div-left-title{
	font-size: 16px;
	font-weight: bolder;
}
.subscribe-div-form{
	display: flex;
}
.subscribe-div-form .text{
	height: 45px;
	width: 200px;
	border-radius: 30px 0 0 30px;
	border: solid 1px #e8e8e1;
	text-indent: 15px;
}
.subscribe-div-form .subscribe-button{
	height: 45px;
	width: 100px;
	border-radius: 0 30px 30px 0;
	background: #1a2836;
	color: #fff;
	border: none;
	margin-left: -2px;
}
.subscribe-div-form .subscribe-button:hover{
	background: #314c67;
}
.subscribing-success{
	border: solid 1px rgb(86, 173, 106);
	background: rgb(236, 254, 240);
	color: rgb(86, 173, 106);
	padding: 5px 15px;
	display: none;
}
.subscribe-div-form .text.subscribe-error {
	border: 2px solid red;
}


.bestseller_content{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.best_seller_link{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-item-list .best_seller_link a{
	/*font-size: 14px;*/
}

.best_seller_list{
	/*width: 25%;*/
	/*display: flex;*/
	/*flex-direction: column;*/
	/*text-align: left;*/
	/*padding: 15px;*/
	/*background: #545655;*/
}
.best_seller_list img{
	max-width:100%;
}

.ratings-view-img img{
	width: 12px;
	height: 12px;
}

.best_seller_img{
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}
.best_seller_img:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.best_seller_img_hover{
	display: flex;
	justify-content: center;
	align-items: center;
}

.best_seller_img_hover:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.best_seller_img a{
	display: block;
	overflow: hidden;
}

.best_seller_textbox {
	position: relative;
	/*background: #f8f8f8;*/
	padding: 15px 5px ;
}

/*goods js code*/

.pro_hover{
	position: relative;
}
.product-list .best_seller_list{
	transition: box-shadow 0.4s ease; /* 这里定义了动画效果 */
}
.product-list .best_seller_list:hover{
	box-shadow: 0px 15px 30px rgba(0,0,0,.1);
}

.best_seller_img{
	opacity:1;
}
.best_seller_img_hover{
	position: absolute;
	opacity: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.best_seller_img,.best_seller_img_hover{
	transition: opacity 0.5s ease; /* 添加过渡动画 */
}

/*goods js code end*/

.topsearch{
	padding: 10px 15px;
	background-color: #000;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 15px 30px rgba(0,0,0,.1);
}
.topsearch input[type=text]{
	border: solid 1px #fff;
	width: 100%;
	background:#0f0f0f;
	color: #fff;
	text-indent: 0px;
}
.header-search-button{
	font-size: 20px;
	font-family: iconfont !important;
	color: #fff;
	font-style: normal;
	margin-right: 10px;
}
.header-search-button:before{
	content: "\e67d";
}

.best_seller_textbox .sale{
	position: absolute;
	left: 0px;
	height: 25px;
	line-height: 25px;
	top: -25px;
	background: #ba4444;
	display: block;
	color: #fff;
	border-radius: 2px;
	padding: 0px 10px;
}
.best_seller_textbox .fprice,.best_seller_textbox .fprice_box{
	text-decoration: line-through;
	color: #888888;
	font-weight: bolder;
}
.best_seller_textbox .pricesave {
	display: flex;
	justify-content: space-between;
}
.best_seller_textbox .pricesave .save_text {
	padding: 3px 10px;
	color: #fff;
	background: #ed3f32;
	display: flex;
	align-items: center;
	justify-content: center;
}
.best_seller_textbox .tprice{
	font-size: 16px;
	font-weight: bolder;
	color:rgb(232, 59, 59);
}
.bestsellerdiv{
	margin-top: 3%;
}

.product-list{
	padding-bottom: 10%;
}




.recently-title {
	font-size: 32.2px;
	text-align: left;
	font-weight: bolder;
	padding-bottom: 30px;
}
.recently-viewed{
	margin-top: 35px;
}

.product-list{
	padding-bottom: 3%;
}
.recently-product-item-list{
	width: 13%;
}
.recently-viewed-content .bestseller_content{
	-ms-overflow-style: none;  /* IE 和 Edge */
	scrollbar-width: none;  /* Firefox */
}
.recently-viewed-content .bestseller_content::-webkit-scrollbar {
	display: none;
}
.nav-menu i{
	font-size: 28px;
	cursor: pointer;
}