body {
	background-color: #F5F7F9;
	/*min-width: 1300px;*/
}

.temHeader {
	height: 94px;
}

* {
	padding: 0;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue',Inter,Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft YaHei', '微软雅黑', sans-serif;
} 

.red {
	color: red;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

.relative {
	position: relative;
}

.wrap {
	width: 96%;
	min-width: 1200px;
	max-width: 1440px;
	margin: 0 auto;
}

.welcome {
	max-width: 190px;
}

.iblock {
	display: inline-block;
}

.headerHide {
	display: none !important;
}

.hides {
	display: none;
}

.headerHide {
	display: none !important;
}

.flex,
.disFlex {
	display: flex;
}

.flexJcCt {
	justify-content: center;
}

.cursor {
	cursor: pointer;
}

.wd30 {
	width: 30px;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.logoImgs {
	width: 240px;
	height: 60px;
	/* margin-top: 20px; */
}

.logoImgs img {
	width: 100%;
	height: 100%;
}

.wp70 {
	width: 70% !important;
}

.wp100 {
	width: 100%;
}

.hp100 {
	height: 100%;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.block {
	display: block;
}

.defaultColor {
	color: var(--color);
}

.bg-f4 {
	background: #f4f4f4;
}

.bgf {
	background: #fff;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt24 {
	margin-top: 24px;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr10 {
	margin-right: 10px;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt50 {
	margin-top: 50px;
}

.mb30 {
	margin-bottom: 30px !important;
}

.pb10 {
	padding-bottom: 10px;
}

.pl20 {
	padding-left: 20px;
}

.p10 {
	padding: 10px;
}

.pt-0 {
	padding-top: 0 !important;
}

.priColor {
	color: var(--color);
}

.space-between {
	justify-content: space-between;
}

/* Language and Currency Select Dropdowns */
.languageSelectWrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.language-select,
.currency-select {
	padding: 4px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	font-size: 12px;
	color: #333;
	cursor: pointer;
	outline: none;
	min-width: 100px;
	height: 24px;
	line-height: 24px;
}

.language-select:hover,
.currency-select:hover {
	border-color: #1f78c8;
}

.language-select:focus,
.currency-select:focus {
	border-color: #1f78c8;
	box-shadow: 0 0 2px rgba(31, 120, 200, 0.3);
}

/* Bootstrap dropdown customization */
.languageSelectWrapper {
	display: inline-block;
}

.languageSelectWrapper .languageSelect {
	padding: 0;
	border: none;
	background: transparent;
	color: inherit;
	font-size: inherit;
}

.languageSelectWrapper .languageSelect .caret {
	margin-left: 4px;
	border-top-color: currentColor;
}

.language-drap.dropdown-menu {
	min-width: 160px;
	padding: 8px 0;
	right: 0;
	left: auto;
	font-size: 12px;
}

.language-drap .dropdown-header {
	padding: 6px 20px;
	font-size: 11px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
}

.language-list-container,
.currency-list-container {
	display: contents;
}

.language-list .language-item,
.currency-list .currency-item {
	padding: 6px 20px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	display: block;
	white-space: nowrap;
}

.language-list .language-item:hover,
.currency-list .currency-item:hover {
	background-color: #f5f5f5;
	color: #262626;
}

.language-list li.active .language-item,
.currency-list li.active .currency-item {
	background-color: #337ab7;
	color: #fff;
}

/* Legacy styles for backward compatibility */
.language-drap {
	position: absolute;
	right: 0;
	top: 35px;
	z-index: 3;
	width: 160px;
	background: #fff;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.language-drap dl {
	margin-top: 8px;
	margin-bottom: 8px;
}

.language-drap dl:first-child {
	margin-top: 0;
}

.language-drap dt {
	margin-bottom: 6px;
}

.language-drap dt h5 {
	font-size: 12px;
	color: #333;
	font-weight: 500;
	margin: 0;
	line-height: 1.5;
}

.language-drap dd {
	margin: 0;
}

.language-drap .language-select,
.language-drap .currency-select {
	width: 100%;
	padding: 4px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	font-size: 11px;
	color: #333;
	cursor: pointer;
	outline: none;
	height: 26px;
	line-height: 18px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 10px;
	padding-right: 24px;
}

.language-drap .language-select:hover,
.language-drap .currency-select:hover {
	border-color: #1f78c8;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231f78c8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}

.language-drap .language-select:focus,
.language-drap .currency-select:focus {
	border-color: #1f78c8;
	box-shadow: 0 0 2px rgba(31, 120, 200, 0.3);
	outline: none;
}

/* Style for select options */
.language-drap .language-select option,
.language-drap .currency-select option {
	padding: 6px 8px;
	font-size: 11px;
	color: #333;
	background: #fff;
	line-height: 1.5;
}

.language-drap .language-select option:hover,
.language-drap .currency-select option:hover {
	background: #f5f5f5;
}

.language-drap .language-select option:checked,
.language-drap .currency-select option:checked {
	background: #1f78c8;
	color: #fff;
}

/* Legacy styles for backward compatibility */
.language-drap p {
	line-height: 24px;
}

.language-drap p input,
.language-drap dd input {
	margin-right: 6px;
}

.language-drap p:last-child {
	border-bottom: 0;
}

.language-drap dt b {
	font-size: 12px;
	color: #1f78c8;
	cursor: pointer;
}

.language-drap dd li {
	line-height: 24px;
}

.language-drap dd li span,
.language-drap dd input {
	vertical-align: middle;
}

/*通用提示框，过2秒自动消失 S*/
.wangTipsModal,
.wangTipsModal1 {
	width: 360px;
	max-width: 90vw;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
	background-color: #fff;
	border: none;
	border-radius: 12px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	overflow: hidden;
	animation: wangTipsFadeIn 0.3s ease-out;
}

@keyframes wangTipsFadeIn {
	from {
		opacity: 0;
		transform: translate(-50%, -55%);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

.wangTips {
	display: flex;
	flex-direction: column;
}

.wangTipsTitle {
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 0 20px;
	margin: 0;
}

.wangTipsBtn {
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	transition: all 0.2s ease;
}

.wangTipsText {
	margin: 0;
	padding: 16px 20px;
	min-height: 50px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6;
	color: #64748b;
	text-align: center;
}

.wangTipsModal .wangTipsTitle,
.wangTipsModal1 .wangTipsTitle {
	background: linear-gradient(135deg, var(--color) 0%, var(--color) 100%);
	color: #fff;
	border-radius: 0;
	margin: 0;
}

.wangTipsModal .wangTipsBtn,
.wangTipsModal1 .wangTipsBtn {
	border: none;
	width: 120px;
	margin: 0 auto 20px;
	border-radius: 8px;
	box-shadow: none;
	cursor: pointer;
	background-color: #f1f5f9;
	color: #475569;
	font-weight: 500;
	transition: all 0.2s ease;
}

.wangTipsModal .wangTipsText,
.wangTipsModal1 .wangTipsText {
	box-sizing: border-box;
	padding: 20px 24px;
	text-align: center;
	font-size: 14px;
	color: #1e293b;
	line-height: 1.6;
}

.wangTipsModal .wangTipsBtn:hover,
.wangTipsModal1 .wangTipsBtn:hover {
	background-color: var(--color);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.wangTipsModal .wangTipsBtn:active,
.wangTipsModal1 .wangTipsBtn:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.wangTipsModal1 .wangTipsBtns {
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 15px;
}

.wangTipsModal1 .wangTipsBtns span {
	display: inline-block;
	height: 36px;
	width: 40px;
	border-radius: 2px;
	padding: 0 15px;
	cursor: pointer;
}

.wangTipsModal1 .wangTipsBtns .wangTipsCancel {
	color: #888;
	border: 1px solid #ddd;
}

.wangTipsModal1 .wangTipsBtns .wangTipsCancel:hover {
	color: #666;
	border: 1px solid #ccc;
}

.wangTipsModal1 .wangTipsBtns .wangTipsSure {
	color: #fff;
	border: 1px solid #FF4101;
	background-color: #FF4101;
	margin-left: 25px;
}

.wangTipsModal1 .wangTipsBtns .wangTipsSure:hover {
	border: 1px solid #f00;
	background-color: #f00;
}

/*通用提示框，过2秒自动消失 E*/

.clearfix {
	zoom: 1;
}

#backTop {
	cursor: pointer;
}

i {
	font-style: normal;
}

a {
	color: #000;
	outline-style: none !important;
	text-decoration: none !important;
}

input,
textarea {
	outline: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
	cursor: pointer;
}

.fz0 {
	font-size: 0;
}

.fz12 {
	font-size: 12px !important;
}

.fz14 {
	font-size: 14px;
}

.fz16 {
	font-size: 16px;
}

.fz18 {
	font-size: 18px;
}

.fz20 {
	font-size: 20px;
}

.fz24 {
	font-size: 24px;
}

.tipCf10000 {
	color: #f10000;
}

.cc70808 {
	color: #c70808;
}

.hoverPointer {
	cursor: pointer;
}

.re {
	position: relative;
}

.ab {
	position: absolute;
}

.c33 {
	color: #333;
}

.c-888 {
	color: #888;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.flex1 {
	flex: 1;
}

.style-tb-cl {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.two-overflow {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.one-overflow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

/*网页头部 S*/
/*头部上部分*/
.headerTop {
	width: 96%;
	margin: 0 auto;
	max-width: 1440px;
	min-width: 1200px;
	line-height: 32px;
	background-color: #fff;
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #eee;
	padding: 0;
	box-sizing: border-box;
}

.headerTop .headerTopContent {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.headerTop .toLogin {
	margin-left: 20px;
	cursor: pointer;
	color: var(--color);
}

.headerTop .toLogin:hover {
	color: #333;
	cursor: pointer;
}

.headerTop .toRegister {
	margin-left: 20px;
	color: var(--color);
	cursor: pointer;
}

.headerTop .toRegister:hover {
	color: #333;
	cursor: pointer;
}

.headerTopRight {
	position: relative;
}

.headerTopRight .line {
	margin: 0 10px;
	color: #ddd;
}

.headerTopRight span:hover {
	color: #222;
	cursor: pointer;
}

.headerTopRight .knowledgeCenterNav {
	color: #333;
	transition: color 0.2s ease;
}

.headerTopRight .knowledgeCenterNav:hover {
	color: var(--color);
}

.headerButton .address {
	display: none;
	opacity: 0;
}

.headerTopRight .toCellphone {
	z-index: 666;
	position: relative;
}

.loadAppBox {
	width: 190px;
	height: 42px;
	box-shadow: 0 3px 18px rgba(0, 0, 0, .3);
	background-color: #fff;
	z-index: 333;
	right: 0;
	top: 40px;
	padding-left: 5px;
	border-radius: 4px;
}

header {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	transition: transform 0.3s ease;
}

/* 向上滚动时隐藏顶部 */
header.scrolled-up {
	transform: translateY(0);
}

header.scrolled-up .headerTop {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.3s ease, opacity 0.3s ease;
}

/*头部上部分*/
.headerTop {
	max-height: 32px;
	overflow: visible;
	opacity: 1;
	transition: max-height 0.3s ease, opacity 0.3s ease;
}

/*头部下部分*/
.headerButton {
	background-color: #fff;
	transition: transform 0.3s ease;
}

.headerButtonSearch {
	width: 96%;
	max-width: 1440px;
	min-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	box-sizing: border-box;
	gap: 20px;
}

.headerButtonSearch .fl.logo_new {
	width: 280px;
	flex-shrink: 0;
}

.headerButtonSearch .fl .logoImage {
	width: 240px;
	height: 60px;
	transition: all 0.3s ease;
}

.headerButtonSearch .fl .logoImage:hover {
	transform: translateY(-1px);
}

.headerButtonSearch .fl .logoImage #logoSubtitle {
	transition: color 0.3s ease;
}

.headerButtonSearch .fl .logoImage:hover #logoSubtitle {
	color: rgb(37, 99, 235);
}

img[src=""],
img:not([src]) {
	opacity: 0;
}

.headerProvince,
.headerCity {
	display: inline-block;
	text-indent: 1em;
	width: 78px;
	height: 30px;
	border: 1px solid #888;
	border-radius: 2px;
	line-height: 30px;
	margin-left: 8px;
	color: #aaa;
}

.headerSearch {
	position: relative;
	flex: 1;
	margin-left: 0;
}

.headerSearchBox {
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center;
	border-radius: 6px;
	border: 2px solid var(--color);
}

.search-types {
	display: inline-block;
	min-width: 80px;
	position: relative;
	padding-left: 12px;
	box-sizing: border-box;
}

.search-types .iconfont {
	display: none;
}

/* 使用CSS创建向下箭头 */
.search-types p:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #666;
	margin-left: 12px;
	margin-right: 12px;
	vertical-align: middle;
	transition: all 0.2s ease;
	position: relative;
	top: -1px;
}

.search-types:hover p:after {
	border-top-color: var(--color);
	transform: translateY(2px);
}

.search-types p {
	position: relative;
	height: 100%;
	line-height: 38px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-types p:before {
	content: "";
	width: 1px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 6px;
	background: rgba(71, 71, 71, .1);
}

.search-types p span {
	font-size: 14px;
	padding: 0 3px;
	color: #333;
}

.search-types ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 2;
	background: #fff;
	min-width: 80px;
	text-align: center;
	padding: 10px 0;
}

.search-types ul li {
	padding: 6px 10px;
	font-size: 14px;
	color: #666;
}

.search-types ul li:hover {
	background: var(--color);
	color: #fff;
}

.searchShopProduct {
	padding-right: 30px;
	width: 100%;
	height: 36px;
	border: 0;
	text-indent: 1em;
	vertical-align: top;
	font-size: 16px;
	box-sizing: border-box;
}

.searchShopProduct:placeholder-shown {
	color: #c5c1c1;
	/* 灰色 */
	font-size: 16px;
}

.searchProductBtn {
	width: 50px;
	min-width: 50px;
}

.searchShopBtn {
	width: 96px;
}

.searchProductBtn,
.searchShopBtn {
	height: 100%;
	background-color: var(--color);
	border: 0;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.searchProductBtn .iconfont,
.searchShopBtn .iconfont {
	font-size: 20px;
	font-weight: bold;
}

.searchProductBtn span {
	display: none;
}

/* 推荐搜索悬浮框容器 */
.recommendBoxWrapper {
	position: absolute;
	top: calc(100% + 5px);
	left: 103px;
	right: 50px;
	width: calc(100% - 153px);
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	z-index: 999;
	padding: 12px 15px;
	max-height: 200px;
	overflow-y: auto;
	box-sizing: border-box;
}

.recommendBox {
	font-size: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	list-style: none;
}

.recommendBox li {
	margin: 0;
	padding: 0;
	display: block;
}

/* 隐藏竖线分隔符 */
.recommendBox .liLine {
	display: none !important;
}

/* 热门搜索标题 */
.recommendBox .recommend-title {
	display: block;
	padding: 0 12px 8px 12px;
	margin: 0 0 8px 0;
	background: transparent;
	color: #333;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	border: none;
	text-align: left;
	border-bottom: 1px solid #e8eaed;
	cursor: default;
}

/* 推荐词tag样式 */
.recommendBox .recommend {
	display: block;
	padding: 8px 12px;
	margin: 0 0 6px 0;
	background: transparent;
	color: #666;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	text-align: left;
}

.recommendBox .recommend:hover {
	background: transparent;
	color: var(--color);
	border: none;
	cursor: pointer;
}

.recommendBox .recommend:last-child {
	margin-bottom: 0;
}

.headerCartBox,
.headerCartBoxs,
.headerCartBoxsAi {
	width: 40px;
	margin-left: 20px;
	text-align: center;
	position: relative;
}

.headerCartBox i.iconfont,
.headerCartBoxs i.iconfont {
	color: var(--color);
	font-size: 32px;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	/* font-weight: bold; */
	/* box-shadow: 1px 1px 5px rgba(0, 0, 0, .3); */
	box-sizing: border-box;
}

.headerCartBox p,
.headerCartBoxs p,
.headerCartBoxsAi p {
	color: #333;
	font-size: 12px;
	letter-spacing: 2px;
}

.headerCartBox p,
.headerCartBoxs p {
	margin-top: 5px;
}

.headerCartBoxsAi .AIAssistant {
	width: 100%;
	display: block;
	/* height: 45px !important; */
	border-radius: 50%;
}

.bubble {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 12px;
	background: var(--color);
	color: #fff;
	border-top-left-radius: 25%;
	border-top-right-radius: 40%;
	border-bottom-right-radius: 40%;
	padding: 2px 5px;
}

.headerButtonNav {
	margin: 0 auto;
	line-height: 40px;
}

.headerEnter {
	display: flex;
	align-items: center;
}

.headerNav {
	box-sizing: border-box !important;
	margin-bottom: 0;
}

.headerNav li {
	margin-left: 18px;
	color: #000;
	font-size: 16px;
}

.headerNav li .nowSpan:hover {
	cursor: pointer;
	color: var(--color);
}

/* Request for Quotation 高亮样式 */
.headerNav li.rfq-highlight {
	position: relative;
	display: flex;
	align-items: center;
	height: auto;
	cursor: pointer;
}

.headerNav li.rfq-highlight .nowSpan {
	color: #fff;
	font-weight: 600;
	padding: 0 12px;
	background: #d32f2f;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	position: relative;
	line-height: 40px;
	height: 40px;
	min-height: 40px;
	vertical-align: middle;
	pointer-events: none;
}

.headerNav li.rfq-highlight .nowSpan:before {
	content: '\e8b8';
	font-family: 'iconfont';
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	vertical-align: middle;
	line-height: 1;
	font-style: normal;
}

.headerNav .now {
	color: var(--color);
}

.headerNav .headerNavLine {
	color: #ccc;
}

.headerNav .platformshop,
.headerNav .headerNavLine {
	width: auto !important;
}

#swiperHeaderNav {
	width: 100%;
	overflow: hidden;
}

.headerNav .reBgc {
	display: inline-block;
	width: 40px;
	height: 20px;
	background-color: #F25555;
	border-radius: 4px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.headerNav .hide {
	display: none;
}

/*网页头部 E*/

/*网页低部 S*/
footer {
	width: 100%;
	background-color: #152d47;
	/* border-top: 1px solid #ddd; */
}

.footer {
	width: 96%;
	max-width: 1440px;
	min-width: 1200px;
	margin: 0 auto;
	background-color: #152d47;
	padding: 40px 0 30px;
}

.footerTop {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footerTopUL {
	display: flex;
}

.footerTopUlLi {
	flex: 1;
}

.footerTopOL li {
	font-size: 13px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.85);
	box-sizing: border-box;
	padding-right: 10px;
	transition: color 0.2s ease;
}

.footerTopOL li:first-child {
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	margin-top: 10px;
	color: #fff;
}

.footerTopOL li:hover:not(:first-child) {
	color: #fff;
	cursor: pointer;
}

.footerBottom {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 25px;
}

.footerBottomUl {
	margin: 0 auto;
	width: 600px;
}

.footerBottomUlLi {
	margin-bottom: 15px;
}

.footerBottomOl {
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}

.footerBottomOlLi {
	flex: 1;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.85);
	transition: color 0.2s ease;
}

.footerBottomOlLi:first-child {
	border: none;
}

.footerBottomOlLi:hover {
	color: #fff;
	cursor: pointer;
}

.footerBottomUlLiLine {
	margin: 0 8px;
	color: rgba(255, 255, 255, 0.6);
}

.footerBottomUlLiBeian {
	margin-left: 18px;
}

.footerBottomUlLiLast {
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}

.footerHover:hover {
	color: #fff;
	cursor: pointer;
}

/*网页低部 E*/


/*分页 S*/
.pagesContainer {
	width: 100%;
	margin: 10px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pagesList {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
}

.pagesList li {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagesList li.hide {
	display: none;
}

.pagesList .pagesNumber {
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #475569;
	background: #ffffff;
	cursor: pointer;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pagesList .pagesNumber.hide {
	display: none;
}

.pagesList .pagesNumber:hover {
	background: linear-gradient(135deg, rgba(var(--rgba4), 0.1) 0%, rgba(var(--rgba4), 0.05) 100%);
	border-color: var(--color);
	color: var(--color);
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.pagesList .pagesNumber.now {
	background: var(--color);
	border-color: var(--color);
	color: #ffffff;
	font-weight: 600;
	box-shadow: 0 2px 6px rgba(var(--rgba4), 0.3);
	cursor: default;
}

.pagesList .pagesNumber.now:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(var(--rgba4), 0.4);
}

.pagesList .prevPages,
.pagesList .nextPages {
	min-width: 80px;
	height: 40px;
	padding: 0 16px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	color: #475569;
	background: #ffffff;
	cursor: pointer;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.pagesList .prevPages:hover,
.pagesList .nextPages:hover {
	background: linear-gradient(135deg, rgba(var(--rgba4), 0.1) 0%, rgba(var(--rgba4), 0.05) 100%);
	border-color: var(--color);
	color: var(--color);
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.pagesList .pagesPoint {
	min-width: auto;
	height: 40px;
	padding: 0 8px;
	color: #94a3b8;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: default;
}

.pagesList .pagesPoint.hide {
	display: none;
}

.pagesList li em,
.pagesList li span {
	font-style: normal;
	/* color: #64748b; */
	font-size: 14px;
}

.pagesList .totalPages {
	color: var(--color);
	font-weight: 600;
}

.pagesList input[type="text"] {
	width: 50px;
	height: 40px;
	padding: 0 8px;
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	box-sizing: border-box;
	vertical-align: middle;
	color: #475569;
	transition: all 0.2s ease;
	margin-left: 5px;
}

.pagesList input[type="text"]:focus {
	outline: none;
	border-color: var(--color);
	box-shadow: 0 0 0 3px rgba(var(--rgba4), 0.1);
}

.pagesList .sureJump {
	min-width: 60px;
	height: 40px;
	padding: 0 16px;
	background: var(--color);
	color: #ffffff;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.pagesList .sureJump:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(var(--rgba4), 0.3);
}

/*分页 E*/

/*提示登录模态框 S*/
.tipsModal {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.tipsModal .tipsModalMasker {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.tipsModal .tipsModalContainer {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	/*box-shadow: 0 0 2px 2px #f3f3f3;*/
}

.tipsModal .tipsModalContainer p {
	line-height: 25px;
	max-width: 350px;
	/* min-height: 50px; */
	padding: 10px;
}

.tipsModal .tipsModalContainer .tipsModalContainerText {
	padding: 0 20px;
	margin-top: 20px;
}

.tipsModal .tipsModalContainer .tipsModalContainerBTn span {
	display: inline-block;
	width: 50%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	list-style: 30px;
	cursor: pointer;
}

.tipsModal .tipsModalContainer .tipsModalContainerBTn .fr {
	background-color: var(--color);
	color: #fff;
}

.tipsModal .tipsModalContainer .tipsModalContainerBTn .fl {
	background-color: #eaeaea;
}

/*提示登录模态框 E*/

/*可复用模态框 S*/
.addCartModal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.addCartModal .addCartModalMasker {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.addCartModal .addCartModalContent {
	padding-top: 0 !important;
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 4px;
	width: 350px;
	overflow: hidden;
}

.addCartModal .addCartModalWarning {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 0 15px;
}

.addCartModal .addCartModalWarning .fr:hover {
	cursor: pointer;
	color: #FF0000;
}

.addCartModal .addCartModalBtns {
	height: 44px !important;
	line-height: 44px !important;
	display: flex;
	margin: 10px 0 0;
}

.addCartModal .addCartModalStop,
.addCartModal .addCartModalToCart {
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.addCartModal .addCartModalStop {
	background-color: #eaeaea;
	border-radius: 0 0 0px 4px;
}

.addCartModal .addCartModalToCart {
	background-color: var(--color);
	color: #fff;
	border-radius: 0 0 4px 0px;
}

/*可复用模态框 E*/



/*头部分类 S*/
.catType {
	box-sizing: border-box;
	border-radius: 0px 0 0 0;
	width: 250px;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	background-color: var(--color);
	color: #fff;
	left: -18px;
	bottom: 0;
	cursor: pointer;
}
.headerNav .catType {
	color: #fff;
}

.catType>span {
	/* text-indent: 2em; */
	display: inline-block;
}

.catType .xiala {
	width: 928px;
	/*height: 547px;*/
	background-color: #fff;
	top: 43px;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
}

.xialaLeft {
	border: 1px solid #ddd;
	width: 250px;
	box-sizing: border-box;
	height: 504px;
	max-height: 504px;
	overflow-y: auto;
}

.xialaLeft.Firefox {
	scrollbar-width: thin;
}

.xialaLeft::-webkit-scrollbar {
	width: 2px !important;
}

/* 滚动轨道的样式 */
.xialaLeft::-webkit-scrollbar-track {
	background: rgba(255, 255, 255);
	/* 轨道背景颜色 */
}

/* 滚动滑块的样式 */
.xialaLeft::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgb(143, 143, 143);
	/* 滑块背景颜色 */
}

.xialaLeft li {
	height: 72px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	line-height: 30px;
	text-indent: 1em;
}

.xialaLeft .now,
.xialaLeft li:hover {
	background-color: var(--rgba2);
	/* color: var(--color); */
}

.xialaLeft .xialaLeftTypes {
	font-size: 12px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0;
}

.xialaLeft .xialaLeftTips {
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xialaLeft .xialaLeftTypes span {
	cursor: pointer;
}

.xialaLeft .xialaLeftTypes span:hover {
	color: var(--color);
}

.xialaLeft img {
	width: 17px;
	height: 17px;
	/*vertical-align: top;*/
	vertical-align: middle;
}

.xialaRightListLeftText {
	display: inline-block;
	max-width: 150px;
	white-space: normal;
	word-wrap: break-word;
	overflow: visible;
	text-overflow: clip;
	transition: color 0.2s ease;
}

.secondCatalog .xialaRightListLeft:hover .xialaRightListLeftText {
	color: var(--color);
}

/*右侧*/
.xialaRightListLeft {
	margin-left: 0;
	width: 150px;
	text-align: left;
	height: auto;
	line-height: 28px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	padding: 8px 0;
	box-sizing: border-box;
	vertical-align: top;
}

.xialaRightListLeft .iconfont {
	margin-left: 8px;
}

.xialaRightListright {
	width: calc(100% - 150px);
	font-size: 14px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 8px 0;
}

.xialaRightListright span {
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
	padding: 4px 12px;
	color: #666;
	white-space: normal;
	word-wrap: break-word;
	transition: color 0.2s ease;
}

.xialaRightListright span:hover {
	color: var(--color);
}

/* 二级类目列表项布局优化 */
.secondCatalog .xialaRightList {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0;
	margin-bottom: 16px;
}

.secondCatalog .xialaRightList:last-child {
	margin-bottom: 0;
}

.xialaRight {
	box-shadow: 0 0 1px 2px #eaeaea;
	height: 500px;
	padding-top: 2px;
	margin-top: 2px;
	overflow: auto;
	width: 73%;
}

/*头部分类 E*/
/* 輪播 */
/* flexslider */
.flexslider {
	position: relative;
	height: 100%;
	overflow: hidden;
	background: url(../../images/loading.gif) 50% no-repeat;
}

.slides {
	position: relative;
	z-index: 1;
	height: 100%;
}

.slides li {
	height: 100%;
	background-position: left top !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.flex-control-nav {
	position: absolute;
	bottom: 12px;
	z-index: 15;
	width: 100%;
	text-align: center;
	height: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: transparent;
	gap: 8px;
}

.flex-control-nav li {
	display: block;
	width: auto;
	height: auto;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.flex-control-nav li:last-child {
	margin-right: 0;
}

.flex-control-nav a {
	display: block;
	width: 8px;
	height: 8px;
	line-height: 0;
	overflow: visible;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.flex-control-nav a:hover {
	background: rgba(255, 255, 255, 0.7);
	transform: scale(1.2);
}

.flex-control-nav li.flex-active a,
.flex-control-nav .flex-active a {
	width: 24px !important;
	height: 4px !important;
	background: rgba(255, 255, 255, 1) !important;
	border-radius: 2px !important;
	transform: none !important;
}

.flex-direction-nav {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../../images/next.png) center center no-repeat;
}

.overflow_one {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.overflow_two {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.loadCustomBox {
	width: 156px;
	box-shadow: 0 3px 18px rgba(0, 0, 0, .3);
	background-color: #fff;
	z-index: 333;
	right: 54px;
	top: 0;
	padding-left: 5px;
	border-radius: 4px;
	padding: 10px;
	line-height: 20px;
}

.customType .iconfont,
.shopCustomType .iconfont {
	font-size: 23px;
	color: #666;
	margin-right: 10px;
	margin-top: 12px;
}

.customType h4,
.shopCustomType h4 {
	font-size: 12px;
	color: #777;
	font-weight: normal;
	line-height: 20px;
}

.customType.type1 div span,
.customType.type3 div span,
.shopCustomType.type1 div span,
.shopCustomType.type3 div span {
	display: inline-block;
	padding: 0px 8px;
	background: var(--color);
	border-radius: 20px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
}

.customType.type2 div span,
.shopCustomType.type2 div span {
	font-size: 14px;
	font-weight: bold;
	color: #555;
}

.shopCustomIm .loadCustomBox {
	right: 10px;
	top: 35px;
}

.photo-search-btn {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(../../images/camera.png) 50% / contain no-repeat;
	cursor: pointer;
	display: none !important;
}

.photo-search-btn .upload-trigger {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	width: 500px;
	height: 500px;
	cursor: pointer;
	opacity: 0;
}

.photo-search-dropdown {
	position: absolute;
	z-index: 10;
	top: 42px;
	left: 0;
	width: 65%;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .2);
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
}

.photo-search-dropdown span {
	display: none;
	font-size: 12px;
	color: #666;
}

.photo-search-dropdown.loadding span.loadding,
.photo-search-dropdown.error span.error {
	display: block;
}

.photo-search-dropdown.loadding span.error,
.photo-search-dropdown.error span.loadding {
	display: none;
}

.countrySelCode2 {
	position: absolute;
	left: 163px;
	top: 0;
	cursor: pointer;
	height: 100%;
	line-height: 48px;
	padding: 0 5px;
	z-index: 20;
}

.countryListDialog {
	position: absolute;
	left: 0;
	top: 61px;
	z-index: 20;
	box-shadow: 0 0 2px 2px #eee;
	border: 1px solid #eee;
	padding: 10px 14px;
	width: 356px;
	height: auto;
	background: #fff;
	box-sizing: border-box;
}

.countryListDialog i {
	display: block;
	position: absolute;
	background-image: url(../../images/tips.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 9px;
	background-position: 0 0;
	overflow: hidden;
	top: -9px;
	right: 270px;
}

.searchModule {
	width: auto;
	height: auto;
	position: relative;
	background: #f7f7f7;
	margin-bottom: 12px;
}

.searchModule input {
	display: inline-block;
	margin-left: 0 !important;
	width: 100%;
	height: 38px !important;
	line-height: 38px;
	background: #f7f7f7;
	border: 1px solid #eee;
	padding-left: 42px;
	text-indent: 0 !important;
	box-sizing: border-box;
}

.search-icon {
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(../../images/search-icon.png) no-repeat;
	position: absolute;
	left: 17px;
	top: 13px;
}

.indexList {
	margin-bottom: 10px;
}

.indexList a {
	padding: 0 5px;
	color: #0563C1;
	line-height: 20px;
	font-size: 14px;
}

.indexList a.cur {
	color: #e4393c;
}

.countryIndexTitBox .tit {
	font-size: 14px;
	color: #666;
}

.countryIndexTitBox .line {
	display: inline-block;
	width: 208px;
	height: 1px;
	margin-left: 12px;
	background: #eee;
	vertical-align: middle;
}

.countryListConts dd .li {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	margin-top: 15px;
}

.countryListConts dd span,
.countryListConts dd em {
	font-size: 14px;
	color: #666;
}

.countryNoData {
	font-size: 14px;
	color: #666;
}

.countryListBox {
	max-height: 150px;
	overflow-y: auto;
}

.countryListDialog.style2 {
	width: 704px;
	left: 0;
	top: 70px;
	border-radius: 0 0 8px 8px;
}

/*可复用模态框 S*/
.addCartModal,
.askModal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.addCartModal .addCartModalMasker,
.askModalMasker {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.addCartModal .addCartModalContent,
.askModalContent {
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 4px;
	width: 350px;
	overflow: hidden;
}

.addCartModal .addCartModalWarning,
.askModalWarning {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 0 15px;
}

.addCartModal .addCartModalWarning .fr:hover {
	cursor: pointer;
	color: #FF0000;
}

.addCartModal .addCartModalText,
.askModalText {
	padding: 0 20px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	color: #FF7119;
	font-size: 16px;
}

.addCartModal .addCartModalBtns,
.askModalBtns {
	height: 44px;
	line-height: 44px;
	display: flex;
	margin: 10px 0 0;
}

.addCartModal .addCartModalStop,
.addCartModal .addCartModalToCart,
.askCancel,
.askSure {
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.addCartModal .addCartModalStop,
.askCancel {
	background-color: #eaeaea;
	border-radius: 0 0 0px 4px;
}

.addCartModal .addCartModalToCart,
.askSure {
	background-color: var(--color);
	color: #fff;
	border-radius: 0 0 4px 0px;
}

/*可复用模态框 E*/

.shopSelfSupport {
	padding: 0px 3px;
	border: 1px solid var(--color);
	font-size: 12px;
	color: var(--color);
	margin-left: 5px;
	min-width: 80px;
	text-align: center;
	border-radius: 2px;
}

/* 右侧固定定位内容样式 */
.jqr {
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 10;
}

/* 跳动动画 */
@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

.jqr img {
	width: 100%;
}

.jqr .icon {
	padding: 0;
	line-height: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jqr .icon .iconfont {
	font-size: 18px;
	color: var(--color);
	transition: color 0.3s ease;
}

.jqr .kjrk {
	background-color: #fff;
	color: var(--color);
	position: relative;
	transition: background-color 0.3s ease;
}

.jqr .kjrk:hover {
	background-color: var(--color);
	color: #FFFFFF;
}

.jqr .kjrk:hover .icon .iconfont {
	color: #fff;
}

.jqr li {
	margin-bottom: 10px;
	box-sizing: content-box;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: visible;
	transition: transform 0.3s ease;
}

.jqr li.hide {
	display: none;
}

/* 悬停时跳动 */
.jqr li:hover {
	animation: bounce 0.6s ease-in-out;
}

/* Tooltip 样式 - 默认隐藏，悬停时显示 */
.jqr .kjrk .jqr-tooltip {
	display: none;
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	z-index: 1000;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease;
}

/* Tooltip 箭头 */
.jqr .kjrk .jqr-tooltip::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.85);
}

/* 悬停时显示 Tooltip */
.jqr .kjrk:hover .jqr-tooltip {
	display: block;
	opacity: 1;
}