.index-banner-modules {
	background-size: cover;
}

.index-special-modules {
	margin: 0 auto;
	width: 100%;
	height: 430px;
	background-color: var(--color);
	background: url(../../images/newYearBg2.png) center no-repeat;
	background-size: 100%;
	box-sizing: border-box;
}

.eqCodeContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.eqCodeContainer .eqCodeContainerMasker {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}

.eqCodeContainer img {
	max-width: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*/*轮播图模块 S*/
.container {
	width: 96%;
	max-width: 1440px;
	min-width: 1200px;
	margin: 0px auto 25px;
	top: 1px;
}


.bannerLeftList {
	width: 280px;
	height: 300px;
	z-index: 2;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.bannerLeftList .bannerLeftListTitle {
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #333;
	background-color: #fafbfc;
	box-sizing: border-box;
	padding: 0 16px;
	border-radius: 8px 8px 0 0;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #e8eaed;
	display: flex;
	align-items: center;
}

.bannerLeftList .bannerLeftListTitle:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-right: 12px;
	background-color: var(--color);
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath fill='%23000' d='M0 0h20v2H0zm0 7h20v2H0zm0 7h20v2H0z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath fill='%23000' d='M0 0h20v2H0zm0 7h20v2H0zm0 7h20v2H0z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	vertical-align: middle;
}

.headerButton .headerNav .headerNavLine:first-child {
	display: none;
}

.bannerLeftList .productTypeList li {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 16px;
	position: relative;
	transition: all 0.2s ease;
	cursor: pointer;
}

.bannerLeftList .productTypeList li:hover {
	color: var(--color);
	border-right: none;
	background-color: #f5f7fa;
}

.bannerLeftList .productTypeList li:hover .productTypeTitle {
	font-weight: 600;
}

.bannerLeftList .productTypeList li:hover .productTypeTitle span {
	color: var(--color);
}

.bannerLeftList .productTypeList li:after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.2s ease;
}

.bannerLeftList .productTypeList li:hover:after {
	border-color: var(--color);
}

.bannerLeftList .productTypeList .now .productTypeItems {
	color: var(--color);
}

.bannerLeftList .productTypeList li:last-child {
	border: none;
}

.bannerLeftList .productTypeList {
	line-height: 22px;
	background: #fff;
	max-height: 252px;
	overflow-y: auto;
	padding: 4px 0;
}

.bannerLeftList .productTypeList.Firefox {
	scrollbar-width: thin;
}

.bannerLeftList .productTypeList::-webkit-scrollbar {
	width: 2px !important;
}

/* 滚动轨道的样式 */
.bannerLeftList .productTypeList::-webkit-scrollbar-track {
	background: rgba(255, 255, 255);
	/* 轨道背景颜色 */
}

/* 滚动滑块的样式 */
.bannerLeftList .productTypeList::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgb(143, 143, 143);
	/* 滑块背景颜色 */
}

.bannerLeftList .productTypeItems {
	font-size: 13px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 4px;
	line-height: 20px;
}

.bannerLeftList .productTypeItems span {
	margin-right: 8px;
	transition: color 0.2s ease;
}

.bannerLeftList .productTypeItems span:hover {
	color: var(--color);
	cursor: pointer;
}

.bannerLeftList .productTypeListTipsImg {
	width: 17px;
	height: 17px;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 3px;
}

.bannerLeftList .productTypeListRightArrow {
	font-size: 12px;
	color: #CCCCCC;
}


.bannerCenter {
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.bannerCenter .banner {
	background: #E8EAED;
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	overflow: visible;
	height: 100%;
	position: relative;
}

.container .bannerBox {
	/* padding-top: 40px; */
	background: transparent;
	position: relative;
	z-index: 2;
	height: 300px;
	padding: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.container .bannerBox > .bannerCenter {
	flex: 1;
}

.container .bannerBox .bannerContainer li {
	width: 100%;
	height: 100%;
}

.container .bannerBox .bannerContainer .bannerImg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bannerCenter .bannerLeftArrow,
.bannerCenter .bannerRightArrow {
	height: 68px;
	width: 22px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	line-height: 68px;
	text-align: center;
}

.bannerCenter .bannerLeftArrow {
	left: 0;
}

.bannerCenter .bannerRightArrow {
	right: 0;
}

.bannerCenter .bannerLeftArrow:hover,
.bannerCenter .bannerRightArrow:hover {
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.bannerCenter .bannerPoint {
	width: 100%;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	bottom: 0px;
	position: absolute;
	z-index: 10;
	left: 0;
	border-radius: 0 0 8px 8px;
}

.bannerCenter .bannerPoint li {
	height: 100%;
	flex: 1;
	background-color: rgba(255, 255, 255, 0.4);
	margin-right: 2px;
	border-radius: 0;
	transition: background-color 0.3s ease;
}

.bannerCenter .bannerPoint li:last-child {
	margin-right: 0;
}

.bannerCenter .bannerPoint .now {
	background-color: rgba(255, 255, 255, 0.9);
}

.bannerCenter .bannerCenterBottom {
	width: 100%;
	height: 170px;
	padding: 0;
	margin: 0;
}

.bannerCenter .bannerCenterBottom img {
	width: 50%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.bannerContainer {
	height: 333px;
}

.bannerRight {
	width: 20%;
	height: 300px;
	background: #fafbfc;
	border: 1px solid #e8eaed;
	/* margin-left: 20px; */
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
}

.bannerRight .bannerRightLogin,
.bannerRight .bannerRightFooter {
	width: 100%;
}

.bannerRight .bannerRightLogin {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 2px;

}

.bannerRight .bannerRightLogin:after {
	content: "";
	width: 166px;
	height: 1px;
	background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, #E8EAED 50%, rgba(204, 204, 204, 0) 100%);
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -83px;
}

/* .bannerRight .bannerRightFooter {
	height: 306px;
} */

.bannerRightLogin img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: 5px;
}

.bannerRightLogin .userNames {
	text-align: center;
	font-size: 12px;
	color: #000;
	margin: 10px 0;
}

.bannerRightLogin .userModalBtns span {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	padding: 0 10px;
	border-radius: 2px;
}

.bannerRightLogin .userModalBtns span:first-child {
	border-right: 1px solid #474747;
}

.bannerRightLogin .userModalBtns .userLogin {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--color);
}

.bannerRightFooter .bannerRightFooterTitle,
.bannerRightFooter .fasterGate {
	position: relative;
	font-size: 14px;
	color: #222;
	box-sizing: border-box;
	padding: 11px 6px 11px 12px;
}

.bannerRightFooter .bannerRightFooterTitle:before,
.bannerRightFooter .fasterGate:before {
	content: '';
	width: 2px;
	height: 12px;
	background: var(--color);
	border-radius: 0px 2px 2px 0px;
	position: absolute;
	left: 0;
	top: 16px;
}

.bannerRightFooterTitle span.fr {
	font-size: 12px;
	color: #999;
}

.bannerRightFooterTitle i {
	font-size: 20px;
	color: #999;
	margin-top: -2px;
}

.bannerRightFooter .papers {
	font-size: 12px;
	box-sizing: border-box;
	padding: 0 5px 0 12px;
	max-height: 90px;
}

.bannerRightFooter .papers .papersList {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
}

.bannerRightFooter .papers .papersList:hover {
	color: var(--color);
}

/* Knowledge Center Module Styles（方案二：三块） */
.knowledge-center-module {
    width: 100%;
    margin: 30px 0;
}

.knowledge-center-module.knowledge-center-three-parts {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
}

.knowledge-center-section {
    flex: 1;
    min-width: 0;
}

/* 三块不同背景色（偏浅） */
.knowledge-center-section:nth-child(1) .knowledge-center-banner {
    background: linear-gradient(145deg, rgba(59, 130, 246, 0.08) 0%, rgba(37, 99, 235, 0.05) 100%);
}
.knowledge-center-section:nth-child(2) .knowledge-center-banner {
    background: linear-gradient(145deg, rgba(34, 197, 94, 0.08) 0%, rgba(22, 163, 74, 0.05) 100%);
}
.knowledge-center-section:nth-child(3) .knowledge-center-banner {
    background: linear-gradient(145deg, rgba(168, 85, 247, 0.08) 0%, rgba(124, 58, 237, 0.05) 100%);
}

.floorBox .knowledge-center-floor {
    list-style: none;
    margin: 0;
    padding: 0;
}

.knowledge-center-banner {
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
    box-sizing: border-box;
}

.knowledge-center-content {
    text-align: center;
}

.knowledge-center-title-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
}
.knowledge-center-title-link:hover .knowledge-center-title {
    color: var(--color);
}
.knowledge-center-three-parts .knowledge-center-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.knowledge-center-three-parts .knowledge-center-title::before {
    content: '';
    width: 6px;
    height: 20px;
    border-radius: 3px;
    flex-shrink: 0;
}
.knowledge-center-section:nth-child(1) .knowledge-center-title::before {
    background: #3b82f6;
}
.knowledge-center-section:nth-child(2) .knowledge-center-title::before {
    background: #22c55e;
}
.knowledge-center-section:nth-child(3) .knowledge-center-title::before {
    background: #a855f7;
}

.knowledge-center-three-parts .knowledge-center-subtitle {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 20px;
    line-height: 1.4;
}

.knowledge-center-three-parts .knowledge-center-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.knowledge-center-three-parts .knowledge-center-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.knowledge-center-three-parts .knowledge-center-link .iconfont {
    font-size: 22px;
}

.knowledge-center-three-parts .knowledge-center-link span {
    font-size: 13px;
}

/* 保留非三块时的原有样式（如单块展示） */
.knowledge-center-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px;
    background: linear-gradient(135deg, var(--color) 0%, #0066cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.knowledge-center-subtitle {
    font-size: 16px;
    color: #64748b;
    margin: 0 0 30px;
}

.knowledge-center-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.knowledge-center-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 140px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.knowledge-center-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.knowledge-center-three-parts .knowledge-center-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.knowledge-center-link .iconfont {
    font-size: 32px;
    color: var(--color);
}

.knowledge-center-link span {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

/* 三块一行时小屏自动换行 */
@media (max-width: 1200px) {
    .knowledge-center-module.knowledge-center-three-parts {
        flex-wrap: wrap;
    }
    .knowledge-center-section {
        min-width: 280px;
        flex: 1 1 280px;
    }
}

.bannerRightFooter .fasterGateList {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	margin-top: 12px;
	padding-top: 12px;
	/* height: 166px; */
	/* border: 1px solid #ddd; */
}

.bannerRightFooter .fasterGateList li {
	box-sizing: border-box;
	padding: 5px 0;
	width: 33.33%;
	font-size: 12px;
	text-align: center;
	/* border-right: 1px solid #ddd; */
	cursor: pointer;
}

.fasterGateList li i {
	font-size: 26px;
}

.fasterGateList li p {
	margin-top: 8px;
	color: #000;
}

/* .fasterGateList li:nth-child(1) i {
	color: #F6AE47;
}

.fasterGateList li:nth-child(2) i {
	color: #FC7E75;
}

.fasterGateList li:nth-child(3) i {
	color: #73B9ED;
}

.fasterGateList li:nth-child(4) i {
	color: #FD6C61;
}

.fasterGateList li:nth-child(5) i {
	color: #6ADCD0;
}

.fasterGateList li:nth-child(6) i {
	color: #F6B862;
} */

.productTypeTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	color: #333;
	display: flex;
	align-items: center;
}

.productTypeTitle span {
	font-size: 15px;
	color: #333;
	cursor: pointer;
	word-wrap: break-word;
	font-weight: 500;
	transition: color 0.2s ease;
}

/**/
/*轮播图模块 E*/

/*热销产品 S*/
.hotSale h3 {
	padding: 16px 12px 10px;
	font-size: 0;
	text-align: center;
}

.hotSale h3 strong {
	font-size: 32px;
	color: var(--color);
}

.hotSale h3 b {
	margin-left: 10px;
	padding: 0 8px;
	font-size: 14px;
	color: var(--color);
	line-height: 28px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	margin-top: 19px;
	font-weight: normal;
}

.sale-price-tit {
	margin-right: 14px;
	margin-top: 3px;
	height: 25px;
}

.hotSale .moreCharacteristics {
	font-size: 14px;
	color: #888;
	font-weight: normal;
}

.hotSale ul {
	width: 100%;
	background-color: #fff;
	padding: 0 0 0;
	display: flex;
	border-radius: 8px;
}

.hotSale ul li {
	position: relative;
	padding: 20px 20px 30px;
	flex: 1;
	max-width: 20%;
	box-sizing: border-box;
}

.hotSale ul li:hover {
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
}

.hotSale ul li:after {
	content: '';
	width: 1px;
	height: 334px;
	background: linear-gradient(180deg, rgba(240, 242, 245, 0) 0%, #E8EAED 51%, rgba(232, 234, 237, 0) 100%);
	position: absolute;
	right: 0;
	top: 0;
}

.hotSale ul li:last-child {
	border: none;
}

.hotSale ul li:last-child:after {
	display: none;
}

.hotSale .hotSaleImgBox {
	width: 100%;
	height: 225px;
}

.hotSale .hotSaleImgBox img {
	max-width: 170px;
	max-height: 170px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hotSale .hotSaleImgBox img:hover {
	cursor: pointer;
}

.hotSale .hotSaleProductTitle {
	font-size: 14px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 36px;
	text-align: center;
}

.hotSale .hotSaleProductTitle:hover {
	color: var(--color);
	cursor: pointer;
}

.hotSale .hotSaleProductDesc {
	height: 24px;
	line-height: 24px;
	margin-top: 7px;
	text-align: center;
}

.hotSaleProductDesc i {
	position: relative;
	display: inline-block;
	padding: 0 3px;
	font-size: 10px;
	line-height: 18px;
	color: #fff;
	background: var(--color);
	border-radius: 2px;
}

.hotSaleProductDesc i:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid var(--color);
	position: absolute;
	right: -3px;
	top: 5px;
}

.hotSaleProductDesc b {
	margin-left: 6px;
	font-size: 16px;
	/* color:var(--color); */
}

.hotSale .hotSaleProductNowPrice {
	font-weight: bold;
	color: var(--color);
	font-size: 16px;
}

.hotSale .hotSaleProductOldPrice {
	font-size: 12px;
	color: #ccc;
}

.hotSale .hotSaleProductBuyItNow {
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	background-color: #FFA333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
}

.hotSale .hotSaleProductBuyItNow:hover {
	cursor: pointer;
	opacity: 0.8;
}

/*热销产品 E*/

/*地方特色馆 S*/
.characteristics {
	margin-top: 45px;
}

.characteristics .characteristicsTips {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	margin-left: 25px;
}

.characteristics h3 .moreCharacteristics {
	font-size: 14px;
	font-weight: normal;
	color: #aaa;
}

.characteristics ul {
	width: 100%;
	margin-top: 25px;
}

.characteristics ul li {
	width: 384px;
	height: 180px;
	background-color: #fff;
	margin-bottom: 12px;
}

.characteristics ul li:nth-child(3n-1) {
	margin: 0 12px;
}

.characteristics .characteristicsLiHeader {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.characteristics .characteristicsLiHeader img {
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.characteristics .characteristicsLiHeader img:hover {
	width: 120%;
	height: 120%;
	cursor: pointer;
}

.characteristics .characteristicsLiBody {
	height: 165px;
	padding: 13px;
}

.characteristics .characteristicsLiBody div {
	width: 50%;
	height: 90%;
	box-sizing: border-box;
	overflow: hidden;
}

.characteristics .characteristicsLiBody div:first-child {
	border-right: 1px solid #E8EAED;
}

.characteristics .characteristicsLiBody div img {
	width: 120px;
	height: 120px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.characteristics .characteristicsLiBody div img:hover {
	width: 135px;
	height: 135px;
	cursor: pointer;
}

/*地方特色馆 E*/

/*首页----地方特产等公共样式~~~~S*/
.itemsList {
	margin-top: 15px;
}

.itemsList .lis {
	margin-bottom: 15px;
}

.itemsList h3 .fr {
	margin-top: 6px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

.itemsList h3 .hoverPointer,
.itemsFloor h3 .hoverPointer {
	display: inline-flex;
	align-items: center;
	color: var(--color);
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-transform: capitalize;
}

.itemsList h3 .hoverPointer .i18n-mores {
	margin-right: 4px;
}

.itemsList h3 .hoverPointer:hover {
	color: var(--color);
	text-decoration-color: var(--color);
}

.itemsList h3 .hoverPointer:hover .icon-a-bianzu12,
.itemsList h3 .hoverPointer:hover .icon-youjiantou,
.itemsList h3 .hoverPointer:hover .icon-arrow-right {
	color: var(--color);
	transform: translateX(2px);
	transition: transform 0.3s ease;
}

.itemsList h3 .hoverPointer .icon-youjiantou,
.itemsList h3 .hoverPointer .icon-arrow-right {
	margin-left: 4px;
	font-size: 12px;
}

/* More按钮容器 */
.more-button-container {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding: 0;
}

/* More按钮样式 - 大蓝底按钮 */
.more-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: auto;
	min-width: 200px;
	max-width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: var(--color);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	padding: 0 32px;
	box-sizing: border-box;
}

.more-button .iconfont {
	font-size: 14px;
	line-height: 1;
	transition: transform 0.3s ease;
}

.more-button .iconfont:first-of-type {
	margin-left: 4px;
}

.more-button:hover {
	background-color: var(--color);
	opacity: 0.9;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.more-button:hover .iconfont {
	transform: translateY(2px);
}

.more-button:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.itemsList .itemsListDesc {
	width: 100%;
	max-width: 1440px;
	margin: 25px auto 0;
	height: 560px;
	border-bottom: 1px solid #E8EAED;
	background-color: transparent;
	box-sizing: border-box;
	padding: 0;
}

.itemsList .itemsListBtns .itemsListBtn {
	height: 26px;
	min-width: 60px;
	width: auto;
	flex: 0 0 auto;
	border: 1px solid #fff;
	color: #fff;
	margin: 0;
	padding: 0 12px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.itemsList .itemsListDesc .itemsListDescLeft h4 {
	width: 218px;
	color: #fff;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 26px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	margin-left: 30px;
}

.itemsList .itemsListBtns {
	width: 100%;
	bottom: 0;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px;
	box-sizing: border-box;
	background: transparent;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

.itemsListDesc .itemsListBanner {
	width: 100%;
	height: 330px;
	margin-top: 15px;
}

.itemsListDesc .itemsListBanner .itemsListBannerRightArrow:hover {
	background: rgba(210, 210, 210, 0.8);
	cursor: pointer;
}


.itemsListDesc .itemsListDescRight .itemsListDescRightList {
	height: 40px;
	line-height: 40px;
	display: flex;
}

.itemsListDesc .itemsListDescRight .itemsListDescRightList li {
	flex: 1;
	text-align: center;
	color: #888;
	height: 38px;
}

.itemsListDesc .itemsListDescRight .itemsListDescRightList li:hover,
.itemsListDesc .itemsListDescRight .itemsListDescRightList .now {
	color: #333;
	border-bottom: 2px solid #333;
	cursor: pointer;
}

.itemsList .itemsListDesc .itemsListDescRightItems {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: visible;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.itemsList .itemsListDesc .itemsListDescRightItems li {
	border: none;
	width: calc((100% - 80px) / 5);
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
	overflow: visible;
	flex-shrink: 0;
	margin-right: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.itemsList .itemsListDesc .itemsListDescRightItems li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid var(--color);
	border-radius: 8px;
	opacity: 0.2;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 2;
}

.itemsList .itemsListDesc .itemsListDescRightItems li:hover {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
	transform: translateY(-8px);
	z-index: 100;
}

.itemsList .itemsListDesc .itemsListDescRightItems li:hover:before {
	opacity: 0.4;
}

.itemsList .itemsListDesc .itemsListDescRightItems li:last-child {
	margin-right: 0;
}

.itemsListDescRightItemsDV {
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
	overflow: visible;
	display: flex;
	flex-direction: column;
	position: relative;
}

.itemsListDescRightItems li:last-child .itemsListDescRightItemsDV {
	border-right: none;
}

.borderNone {
	border: none;
}

.itemsListDescRightItemsTitle,
.itemsListDescRightItemsBuy {
	width: 90%;
}

.itemsListDescRightItemsTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* text-align: center; */
	top: 160px;
	font-size: 14px;
	color: #222;
}

.itemsListDescRightItemsTitle:hover {
	color: #333;
	cursor: pointer;
}

.itemsListDescRightItemsBuy {
	bottom: 0;
}

.itemsListDescRightItemsBuy .productPrice {
	margin-right: 5px;
	color: #000;
}

.itemsListDescRightItemsBuy .productPrice .pri {
	color: #000;
	font-weight: bold;
}

.itemsListDescRightItemsBuy > .pri {
	color: #666;
	font-weight: 500;
	font-size: 14px;
	font-style: italic;
}

.itemsListDescRightItemsBuy .productPrice .rmb,
.itemsListDescRightItemsBuy .rmb {
	color: #000;
	font-weight: bold;
}

.itemsListDescRightItemsBuy .productPrice .price-unit {
	color: #999;
	font-weight: normal;
	font-size: 13px;
	margin-left: 4px;
}

.itemsListDescRightItemsBuy .oldProductPrice {
	font-size: 12px;
	color: #ccc;
}

.itemsListDescRightItemsBuy .goToCart {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #FFA333;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}

.itemsListDescRightItemsBuy .goToCart:hover {
	opacity: 0.8;
	cursor: pointer;
}

.itemsListDescRightItems .itemsListDescRightItemsDV img {
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	height: 180px;
	top: 12px;
	transition: transform 0.3s ease;
}

.itemsListDescRightItems .itemsListDescRightItemsDV:hover img {
	transform: translateX(-50%) scale(1.05);
}

.luggageRooms .littleSwiper {
	padding: 15px 12px;
	width: 100%;
	height: 265px;
	box-sizing: border-box;
}


.luggageRooms .left h5 {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 21px;
}

.luggageRooms .left p .pri {
	font-size: 16px;
	font-weight: bold;
	color: var(--color);
}

.luggageRooms .left p del {
	margin-left: 15px;
	font-size: 12px;
	color: #999;
}

.luggageRooms .left .img-box {
	display: inline-block;
	margin-top: 32px;
	width: 130px;
	height: 130px;
}

.luggageRooms .left .img-box img {

	width: 130px;
	height: 130px;
}

.luggageRooms .itemsListBannerLeftArrow,
.luggageRooms .itemsListBannerRightArrow {
	width: 20px;
	height: 40px;
	line-height: 40px;
	background: rgba(230, 230, 230, 0.8);
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}

.luggageRooms .itemsListBannerLeftArrow {
	left: 0;
}

.luggageRooms .itemsListBannerRightArrow {
	right: 0;
}

/*右侧楼层管理 固定定位的选择*/
.container .stairs-module {
	position: fixed;
	width: 59px;
	background-color: #fff;
	right: 92%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	border-radius: 6px;
	overflow: hidden;
}

.container .stairs-module li {
	position: relative;
	width: 100%;
	height: 56px;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	color: #222;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.container .stairs-module li span {
	display: inline-block;
	overflow: hidden;
}

.container .stairs-module li:after {
	content: '';
	width: 44px;
	height: 1px;
	background: linear-gradient(180deg, rgba(240, 242, 245, 0) 0%, #E8EAED 51%, rgba(232, 234, 237, 0) 100%);
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -22px;
}

.container .stairs-module .now:after {
	display: none;
}

.container .stairs-module .now {
	background: linear-gradient(var(--rgba6) 0%, var(--color) 100%);
	color: #fff;
}

.container .stairs-module .backTop {
	background-color: #AAAAAA;
	color: #fff;
	padding-top: 8px;
}

.container .stairs-module .backTop:hover {
	opacity: 0.8;
	cursor: pointer;
}

.container .stairs-module .hoverLis:hover {
	color: var(--color);
	cursor: pointer;
}

.container .stairs-module .hoverLis.now:hover {
	opacity: 0.8;
	color: #fff;
	cursor: pointer;
}

/*头部hover效果样式*/
.secondCatalog {
	/* min-height: 100%; */
	background-color: #fff;
	top: 55px;
	/* right: -806px; */
	left: 280px;
	z-index: 999;
	width: 900px;
	padding: 20px 30px 25px 30px;
	-webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
	height: auto;
	min-height: 200px;
	max-height: 600px;
	overflow-y: auto;
	border-radius: 0 8px 8px 8px;
}

.secondCatalog::-webkit-scrollbar {
	display: none
}

.secondCatalog .secondCatalogDetails {
	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;
	transition: color 0.2s ease;
	white-space: normal;
	word-wrap: break-word;
}

.secondCatalog .secondCatalogDetails:hover {
	color: var(--color);
	cursor: pointer;
}

.secondCatalog .ThirdCatalog {
	width: calc(100% - 150px);
	font-size: 14px;
	line-height: 28px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 8px 0;
}

.secondCatalog .ThirdCatalog .ThirdCatalogList {
	padding: 4px 12px;
	font-size: 13px;
	color: #666;
	white-space: normal;
	word-wrap: break-word;
	transition: color 0.2s ease;
}

.secondCatalog .ThirdCatalog .ThirdCatalogList:hover {
	color: var(--color);
	cursor: pointer;
}

.sale-goods-more-li {
	background: linear-gradient(180deg, #FFFFFF 0%, #FFF2F2 100%);
}

.sale-goods-more {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 28px;
	border-radius: 25px;
	border: 1px solid var(--color);
	text-align: center;
	font-size: 0;
	cursor: pointer;
}

.sale-goods-more span {
	display: inline-block;
	font-size: 14px;
	color: var(--color);
}

.sale-goods-more i {
	display: inline-block;
	margin-top: 1px;
	font-size: 16px;
	color: var(--color);
	vertical-align: top;
}

.activity-modules {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.special-modules {
	display: inline-block;
	/* margin-right: 13px; */
	width: 24%;
	height: 360px;
	vertical-align: top;
	background: #fff;
	padding: 20px 0;
	box-sizing: border-box;
	border-radius: 8px;
}

.activity-modules .special-modules:last-child {
	margin-right: 0;
}

.special-modules h4 {
	padding: 0 12px;
}

.special-modules h4 span {
	font-size: 20px;
	color: #222;
}

.special-modules h4 .iconfont {
	font-size: 16px;
	font-weight: normal;
}

.new-publish-module ul li {
	text-align: center;
	cursor: pointer;
}

.new-publish-module ul li em.img-box {
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius: 6px;
	overflow: hidden;
}

.new-publish-module ul li em img {
	width: 100%;
}

.new-publish-module ul li h5 {
	margin-top: 28px;
	font-size: 14px;
	color: #222;
	font-weight: normal;
}

.new-publish-module ul li p {
	margin-top: 10px;
}

.new-publish-module ul li p b {
	font-size: 16px;
}

.new-publish-module ul li p em {
	font-size: 18px;
	font-weight: bold;
}

.special-modules .swiper-container {
	width: 100%;
	margin: 20px 0 0;
}



.new-publish-module .swiper-slide {
	transition: transform 1.0s;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.8);
}

.new-publish-module .swiper-slide-active,
.new-publish-module .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.find-goods-module ul {
	padding: 0 12px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition-property: transform;
	box-sizing: border-box;
}

.find-goods-module ul .conts {
	position: relative;
	display: inline-block !important;
	margin-bottom: 10px;
	text-align: left !important;
	cursor: pointer;
}

.find-goods-module ul li div.conts-text {
	padding-left: 82px;
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.find-goods-module .img-box {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 3px;
	overflow: hidden;
}

.find-goods-module ul li div h5 {
	font-size: 14px;
	color: #222;
	line-height: 20px;
	font-weight: normal;
}

.find-goods-module ul li div p {
	text-align: left;
}

.find-goods-module ul li div p b {
	font-size: 16px;
}

.find-goods-module ul li div p em {
	font-size: 16px;
	font-weight: bold;
}

.find-goods-module .swiper-container {
	height: 290px;
}

.find-goods-module .swiper-slide,
.find-good-store .swiper-slide {
	display: block !important;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.find-good-store ul {
	padding: 0 12px;
	height: 100%;
	box-sizing: border-box;
}

.find-good-store .swiper-container {
	height: 290px;
}

.find-good-store ul li .conts {
	position: relative;
	margin-bottom: 12px;
	padding: 16px;
	box-sizing: border-box;
	height: auto;
	border-radius: 8px;
	cursor: pointer;
}

.find-good-store ul .conts:nth-child(1) {
	background: url(../../images/store-bg1.png) no-repeat center;
	background-size: cover;
}

.find-good-store ul .conts:nth-child(2) {
	background: url(../../images/store-bg2.png) no-repeat center;
	background-size: cover;
}

.find-good-store ul .conts:nth-child(3) {
	background: url(../../images/store-bg3.png) no-repeat center;
	background-size: cover;
}

.find-good-store ul .conts:nth-child(4) {
	background: url(../../images/store-bg4.png) no-repeat center;
	background-size: cover;
}

.find-good-store ul .conts:nth-child(5) {
	background: url(../../images/store-5.png) no-repeat center;
	background-size: cover;
}

.find-good-store ul li h5 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #222;
}

.find-good-store ul li p label {
	display: inline-block;
	padding: 0 5px;
	line-height: 18px;
	border-radius: 2px;
	font-size: 12px;
	border: 1px solid var(--color);
	box-sizing: border-box;
}

.find-good-store .left {
	padding-right: 108px;
	min-height: 98px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.find-good-store p em {
	margin-left: 4px;
	font-size: 12px;
	color: #999;
}

.find-good-store p i {
	font-size: 12px;
	color: #999;
}

.find-good-store .img-box {
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 98px;
	height: 98px;
	overflow: hidden;
}

.introduce-lists ul {
	padding: 20px 12px 0;
	max-height: 280px;
	box-sizing: border-box;
}

.introduce-lists ul .conts {
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

.introduce-lists ul li .img-box {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 5px;
	overflow: hidden;
}

.introduce-lists .right {
	padding-left: 136px;
	min-height: 120px;
}

.introduce-lists .right h5 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #222;
	font-weight: normal;
}

.introduce-lists .right .icon-remen {
	font-size: 10px;
}

.introduce-lists .right b {
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
}

.introduce-lists .right .icon-shoucang-5,
.introduce-lists .right em {
	font-size: 12px;
	color: #999;
}

.introduce-lists .right em {
	color: #999;
}

.itemsList .style1,
.itemsFloor,
.characteristics {
	padding: 0;
	background: transparent;
}

.itemsList .style1 h3,
.itemsFloor h3,
.characteristics h3 {
	background: transparent;
	padding: 0px 12px;
	min-height: 36px;
	margin: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.itemsList .floorHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.itemsList .style1 .itemsListDesc,
.itemsFloor .itemsListDesc,
.module-floor,
.module-floor-goods {
	background: transparent;
	padding: 18px 0px 12px;
	margin-top: 0;
	border-radius: 8px;
	width: 100%;
	box-sizing: border-box;
	overflow: visible;
}

.itemsList .style1 h3 .tit,
.itemsFloor h3 .tit,
.characteristics h3 .tit {
	position: relative;
	color: #000;
	line-height: 36px;
}

.itemsList .style1 h3 .tit:before,
.itemsFloor h3 .tit:before,
.characteristics h3 .tit:before {
	content: '';
	width: 4px;
	height: 20px;
	background: var(--color);
	position: absolute;
	left: -12px;
	top: 8px;
}

.itemsList .style1 h3 .icon-a-bianzu12,
.itemsFloor h3 .icon-a-bianzu12,
.characteristics .icon-a-bianzu12 {
	/* color: var(--color); */
	color: #999;
}

.itemsList .style1 .itemsListDesc .itemsListDescLeft {
	flex: none;
	width: calc((100% - 80px) / 5);
	height: 360px;
	border: none;
	border-radius: 8px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	cursor: pointer;
	background-color: #fff;
	position: relative;
	z-index: 1;
	overflow: visible;
}

.itemsList .style1 .itemsListDesc .itemsListDescLeft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid var(--color);
	border-radius: 8px;
	opacity: 0.2;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 2;
}

.itemsList .style1 .itemsListDesc .itemsListDescLeft:hover {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
	transform: translateY(-8px);
	z-index: 100;
}

.itemsList .style1 .itemsListDesc .itemsListDescLeft:hover:before {
	opacity: 0.4;
}

.itemsFloor h3 {
	margin-bottom: 0;
}

.nav-menus {
	/* margin-right: 50px; */
	display: flex;
}

.nav-menus li {
	position: relative;
	margin-left: 30px;
	font-size: 16px;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.nav-menus li.now {
	color: var(--color);
}

.nav-menus li b {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 22px;
	height: 7px;
	background: url(../../images/current.png) no-repeat center;
	background-size: contain;
	margin-left: -11px;
}

.nav-menus li.now b {
	display: inline-block;
}

.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li,
.itemsList .style1 .itemsListDescRightItemsDV {
	border: 0;
	height: 360px;
}

.itemsList h3 .tit {
	font-size: 20px;
}

.itemsList .style1 .itemsListDesc {
	height: auto;
	border-bottom: 0;
	background-color: transparent;
}

.itemsList .style1 .littleBanner img {
	transform: translateX(19%);
	width: 154px;
	height: 180px;
}

.itemsList .style1 .itemsListDesc .littleBanner li {
	width: 210px;
}

.itemsList .style1 .itemsListDesc .littleBanner .itemTitle {
	width: 100%;
	margin: 10px 0;
	font-size: 14px;
	color: #222;
}

.itemsList .style1 .itemsListDesc .littleBanner li img:hover {
	width: 154px;
}

.itemsList .style1 .itemsListDesc .itemsListBanner {
	height: auto;
}

.itemsList .style1 .itemsListBtns {
	padding: 12px;
	background: #F4F4F4;
	height: auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

.itemsList .style1 .itemsListBtns .itemsListBtn {
	margin: 0;
	min-width: 60px;
	width: auto;
	flex: 0 0 auto;
	height: 20px;
	line-height: 20px;
	color: #999;
	border-color: #999;
	padding: 0 12px;
	box-sizing: border-box;
}

.itemsList .style1 .itemsListBannerLeftArrow,
.itemsList .style1 .itemsListBannerRightArrow {
	top: 50%;
	z-index: 2;
	width: 26px;
	height: 34px;
	line-height: 34px;
	background: rgba(0, 0, 0, .16);

}

.itemsList .style1 .itemsListBannerLeftArrow {
	border-radius: 0px 100px 100px 0px;
}

.itemsList .style1 .itemsListBannerRightArrow {
	border-radius: 100px 0 0 100px;
}

.itemsList .style1 .itemsListDescRight .itemsListDescRightItems {
	height: auto !important;

}

.itemsList .style1 .itemsListDescRightItemsTitle {
	top: 206px;
}

.itemsList .style1 .itemsListDescRightItems .itemsListDescRightItemsDV img {
	width: 180px;
	height: 180px;
}

.itemsList .style1 .itemsListDescRightItemsBuy {
	bottom: 70px;
}

.rmb {
	font-size: 16px;
	font-weight: bold;
	color: var(--color);
}

.itemsList .style1 .itemsListDescRightItemsBuy .pri {
	font-size: 22px;
	font-weight: bold;
}

.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li {
	position: relative;
}

.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li:after {
	content: '';
	width: 1px;
	height: 364px;
	background: linear-gradient(180deg, rgba(240, 242, 245, 0) 0%, #E8EAED 51%, rgba(232, 234, 237, 0) 100%);
	position: absolute;
	right: 0;
	top: 0;
}

.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li:last-child:after {
	display: none;
}

.itemsList .style1 .itemsListDescRightItemsTitle,
.itemsList .style1 .itemsListDescRightItemsBuy {
	width: 83%;
}

.itemsList .style1 .itemsListDesc {
	width: 100%;
}

.module-floor {
	float: left;
	width: 593px;
	height: 360px;
	background: #fff;
	padding: 0 12px 20px;
	box-sizing: border-box;
}

.module-floor h3 {
	margin-bottom: 12px;
	background: transparent;
	padding: 18px 12px;
	margin: 0 -12px 12px -12px;
}

.module-floor .left {
	padding: 0 12px;
	width: 180px;
	height: 280px;
	background: #fafbfc;
	box-sizing: border-box;
}

.module-floor .left .img-box {
	display: inline-block;
	margin-top: 32px;
	width: 130px;
	height: 130px;
}

.module-floor .left h5 {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 21px;
}

.module-floor .left p .pri {
	font-size: 16px;
	font-weight: bold;
}

.module-floor .left p del {
	margin-left: 15px;
	font-size: 12px;
	color: #999;
}

.module-floor .right {
	padding: 16px 14px;
	width: 388px;
	box-sizing: border-box;
}

.module-floor .right .item {
	float: left;
	width: 47%;
	display: flex;
}

.module-floor .right .item:nth-child(odd) {
	margin-right: 5%;
}

.module-floor .right .item:nth-child(1),
.module-floor .right .item:nth-child(2) {
	margin-bottom: 52px;
}

.module-floor .right .img-box {
	display: inline-block;
	margin-right: 12px;
	width: 87px;
	height: 87px;
}

.module-floor .right h5 {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	line-height: 18px;
}

.module-floor .right span {
	margin-bottom: 6px;
	font-size: 13px;
}

.module-floor .right span em {
	font-weight: bold;
}

.module-floor .right del {
	font-size: 10px;
	color: #999;
}

.floor-style-two {
	display: inline-block;
	margin-right: 14px;
	background: none !important;
	padding: 0 !important;
}

.floor-style-two:last-child {
	margin-right: 0;
}

.index-introduce-module h3 {
	background: transparent;
	padding: 18px 12px;
	margin: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.index-introduce-module h3 .tit {
	position: relative;
	color: #000;
	font-size: 20px;
	line-height: 36px;
}

.index-introduce-module h3 .tit:before {
	content: '';
	width: 4px;
	height: 20px;
	background: var(--color);
	position: absolute;
	left: -12px;
	top: 8px;
}

.intro-menus {
	padding: 7px 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 8px;
}

.intro-menus li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	cursor: pointer;
}

/* .intro-menus li:after {
	content: '';
	width: 1px;
	height: 46px;
	background: linear-gradient(180deg, rgba(240, 242, 245, 0) 0%, #E8EAED 51%, rgba(232, 234, 237, 0) 100%);
	position: absolute;
	top: 7px;
	right: 0;
} */

.intro-menus li:last-child:after {
	display: none;
}

.intro-menus li strong {
	display: inline-block;
	margin-bottom: 4px;
	padding: 0 20px;
	line-height: 28px;
	font-size: 16px;
	color: #222;
	border-radius: 16px;
	min-width: 80px;
	box-sizing: border-box;
}

.intro-menus li p {
	font-size: 13px;
	color: #999;
}

.intro-menus li.active strong {
	background: var(--color);
	color: #fff;
}

.index-goods-lists {
	padding: 12px 0;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(6, 1fr);
	border-radius: 8px;
	overflow: hidden;
}

.index-goods-lists li {
	float: left;
	/* margin-right: 12px; */
	/* margin-bottom: 14px; */
	padding: 20px 16px 0;
	/* width: 230px; */
	height: 300px;
	text-align: left;
	background: #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	border-radius: 8px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
}

.index-goods-lists li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid var(--color);
	border-radius: 8px;
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
	z-index: 1;
}

.index-goods-lists li:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.15);
	z-index: 10;
}

.index-goods-lists li:hover:before {
	opacity: 0.3;
}

.index-goods-lists li:hover .img-box {
	transform: scale(1.1);
}

.index-goods-lists li:hover h5 {
	color: var(--color);
}

.index-goods-lists li:nth-child(5n) {
	margin-right: 0;
}

.index-goods-lists li .img-box {
	display: inline-block;
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.index-goods-lists li h5 {
	margin-top: 15px;
	margin-bottom: 16px;
	font-size: 14px;
	color: #222;
	font-weight: normal;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: color 0.3s ease;
	position: relative;
	z-index: 2;
}

.index-goods-lists li p {
	text-align: left;
}

.index-goods-lists li p strong {
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

.index-goods-lists li p .rmb {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.index-goods-lists li p .price-unit {
	color: #999;
	font-weight: normal;
	font-size: 13px;
	margin-left: 4px;
}

.index-goods-lists li p del {
	margin-left: 6px;
	font-size: 12px;
	color: #999;
}

.index-goods-lists li .rmb {
	font-size: 16px;
}

.floor-style-lr .left {
	display: inline-block;
	width: 290px;
	height: 370px;
	background: #E8EAED;
	border-radius: 8px;
	overflow: hidden;
}

.floor-style-lr .right {
	padding-left: 14px;
	width: calc(100% - 304px);
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-content: flex-start;
}

.floor-style-lr {
	border-radius: 8px;
	overflow: hidden;
}

.floor-style-lr .right .img-box {
	flex: 0 0 calc((100% - 28px) / 3);
	margin: 0;
	margin-bottom: 10px;
	width: auto;
	height: 180px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	border-radius: 4px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floor-style-lr .right .img-box:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.floor-style-lr .right .img-box:nth-child(3n) {
	margin-right: 0;
}

.itemsList .style2 {
	padding: 0 !important;
	background: transparent !important;
}

.itemsList .style2 h3 {
	margin-bottom: 20px;
	padding-left: 12px;
}

.itemsListDescRightItems .shopName {
	font-size: 14px;
	position: absolute;
	bottom: 38px;
	color: #888;
}

.productCardActions {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	gap: 8px;
	padding: 0 12px 12px;
	box-sizing: border-box;
}

.productCardBtn {
	flex: 1;
	height: 32px;
	line-height: 32px;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.addToCartBtn {
	background-color: var(--color);
	color: #fff;
}

.addToCartBtn:hover {
	background-color: var(--color);
	opacity: 0.9;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.contactSupplierBtn {
	background-color: #fff;
	color: var(--color);
	border: 1px solid var(--color);
}

.contactSupplierBtn:hover {
	background-color: var(--color);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.productCardBtn:active {
	transform: translateY(0);
}

body {
	color: var(--color);
}

/* 新增限时折扣 1.31 */
.secakill {}

.secakill .container {
	padding: 0;
}

.secakill .floorHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 12px 12px;
}

.secakill .floorHeader .tit {
	position: relative;
	color: #000;
	line-height: 36px;
	font-size: 18px;
	font-weight: 600;
}

.secakill .floorHeader .tit:before {
	content: '';
	width: 4px;
	height: 20px;
	background: var(--color);
	position: absolute;
	left: -12px;
	top: 8px;
}

.secakill .floorHeader .more-link {
	color: #999;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
}

.secakill .floorHeader .more-link:hover {
	color: var(--color);
}

.secakill .floorHeader .more-link .icon-a-bianzu12 {
	color: #999;
	font-size: 14px;
}

.subjecthove ul {
	width: 100%;
	background-color: #fff;
	padding: 0 0 0;
	display: flex;
}

.subjecthove ul li {
	position: relative;
	padding: 0px 12px 5px;
	flex: 1;
	max-width: 20%;
	box-sizing: border-box;
}

.subjecthove ul li:hover {
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
}

.subjecthove ul li:after {
	content: '';
	width: 1px;
	height: 334px;
	background: linear-gradient(180deg, rgba(240, 242, 245, 0) 0%, #E8EAED 51%, rgba(232, 234, 237, 0) 100%);
	position: absolute;
	right: 0;
	top: 0;
}

.subjecthove ul li:last-child {
	border: none;
}

.subjecthove .hotSaleImgBox {
	width: 100%;
	height: 210px;
}

.subjecthove .hotSaleImgBox img {
	width: 170px;
	height: 170px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.subjecthove .hotSaleImgBox img:hover {
	cursor: pointer;
}

.subjecthove .hotSaleProductTitle {
	font-size: 14px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 36px;
	text-align: center;
}

.subjecthove .hotSaleProductTitle:hover {
	color: var(--color);
	cursor: pointer;
}

.subjecthove .hotSaleProductDesc {
	height: 24px;
	line-height: 24px;
	margin-top: 7px;
	text-align: center;
}

.hotSaleProductDesc i {
	position: relative;
	display: inline-block;
	padding: 0 3px;
	font-size: 10px;
	line-height: 18px;
	color: #fff;
	background: var(--color);
	border-radius: 2px;
}

.hotSaleProductDesc i:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid var(--color);
	position: absolute;
	right: -3px;
	top: 5px;
}

.subjecthove .hotSaleProductNowPrice {
	font-weight: bold;
	color: var(--color);
	font-size: 16px;
}

.subjecthove .hotSaleProductOldPrice {
	font-size: 12px;
	color: #ccc;
}

.subjecthove .hotSaleProductBuyItNow {
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	background-color: #FFA333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
}

.subjecthove .hotSaleProductBuyItNow:hover {
	cursor: pointer;
	opacity: 0.8;
}

.hotSalespan {
	width: 51px;
	height: 14px;
	font-size: 12px;
	font-family: ArialMT;
	color: #999999;
	line-height: 14px;
}

.hideer {
	display: none;
}

.fuzhuangGuan {
	display: flex;
	justify-content: space-between;
}

.hotInfos-box li i {
	margin-right: 7px;
	font-size: 12px;
	color: #666;
	width: 17px;
	height: 17px;
	display: inline-block;
	line-height: 17px;
	text-align: center;
}

.hotInfos-box div:nth-child(1) i,
.hotInfos-box div:nth-child(2) i,
.hotInfos-box div:nth-child(3) i {
	border-radius: 100%;
}

.hotInfos-box div:nth-child(1) i {
	background: #c0d6ff;
	color: #0c4191;
}

.hotInfos-box div:nth-child(2) i {
	background: #d2f1ff;
	color: #0ea5e9;
}

.hotInfos-box div:nth-child(3) i {
	background: #dbf1f6;
	color: #34caf1;
}

.hotInfos-box em {
	font-size: 12px;
	color: #4A4A4A;
}

.hotInfos-box li div {
	padding-bottom: 6px;
}

.product-module {
	width: 100%;
	padding: 20px 10px 0px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 8px;
}

.product-module .product-module-items {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
	padding: 20px 0px 20px;
	list-style: none;
}

.product-module-items .listItem a {
	/* height: 170px; */
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	transition: all 0.3s ease;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.product-module-items .listItem:hover a {
	border: 1px solid var(--color);
	border-radius: 20px;
	color: var(--color);
	transform: translateY(-4px);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.cate-text {
	text-align: center;
	width: 100%;
	font-size: 16px;
}

.product-module-items .listItem .product-module-img {
	width: 180px !important;
	height: auto;
	transition: transform 0.3s ease;
}

.product-module-items .listItem:hover .product-module-img {
	transform: scale(1.05);
}

/* Cookie Privacy Consent Mask */
.cookie-consent-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

/* Cookie Privacy Consent */
.cookie-consent {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	border-top: 1px solid #e5e7eb;
	box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
	z-index: 10000;
	padding: 20px 0;
}

.cookie-consent-content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.cookie-consent-text {
	flex: 1;
}

.cookie-consent-title {
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 8px 0;
}

.cookie-consent-desc {
	font-size: 14px;
	color: #64748b;
	line-height: 1.6;
	margin: 0;
}

.cookie-privacy-link {
	color: var(--color);
	text-decoration: underline;
	margin-left: 4px;
	transition: opacity 0.3s ease;
}

.cookie-privacy-link:hover {
	opacity: 0.8;
}

.cookie-consent-buttons {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
}

.cookie-btn {
	padding: 10px 24px;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cookie-btn-accept {
	background: var(--color);
	color: #ffffff;
}

.cookie-btn-accept:hover {
	opacity: 0.9;
}

.cookie-btn-reject {
	background: #f1f5f9;
	color: #64748b;
}

.cookie-btn-reject:hover {
	background: #e2e8f0;
}

/* AI Selection Center block (replaces Smart Recommendations) */
.ai-selection-center-block {
	margin: 24px 0;
	padding: 28px 32px;
	background: #f8fafc;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
}
.ai-selection-center-block .floorHeader {
	margin-bottom: 12px;
}
.ai-selection-center-block .floorHeader .more-link {
	text-decoration: none;
	color: var(--color);
	font-weight: 500;
}
.ai-selection-center-desc {
	margin: 0 0 20px;
	font-size: 14px;
	color: #64748b;
	line-height: 1.5;
}
.ai-selection-center-cta {
	display: inline-block;
	padding: 10px 24px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background: var(--color);
}
.ai-selection-center-cta:hover {
	opacity: 0.9;
	color: #fff;
}

@media (max-width: 768px) {
	.cookie-consent-content {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.cookie-consent-buttons {
		width: 100%;
	}
	
	.cookie-btn {
		flex: 1;
	}
}