:root {
 --primary-color: #ffaa00;
}
.breadcrumb {
 --bs-breadcrumb-item-padding-x: .3rem;
}
* {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin: 0;
	font-family: 'Lato', sans-serif;
}
a {
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
}
h6 {
	line-height: 1.33;
}
 select:focus-visible {
 outline: none;
}
input:focus {
	box-shadow: none !important;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
/* Firefox */

input[type=number] {
	-moz-appearance: textfield;
}
/*=============================
	[02. Helper Classes]
===============================*/
.py-3{
    
}
.rounded-3px {
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
}
.rotate-90 {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/* Background */

.bg-silver {
	background-color: #eee;
}
.bg-light-silver {
	background-color: #f5f6f8;
}
.border-silver-light {
	border-color: #fffef1 !important;
	    background-color: #f5f5f5;
}
.border-silver {
	border-color: #eee !important;
}
.border-primary {
	border-color: var(--primary-color) !important;
}
.bg-image-center {
	background-size: cover;
	background-position: center;
}
/* Text */

.title-max-45 {
	max-height: 45px;
	overflow: hidden;
}
.text-dark-lead, .text-dark-lead a {
	color: #333 !important;
	font-size: 14px;
}
.footer-list.text-dark li a {
	color: #1d1d1d;
}
.text-silver-lead {
	color: #ddd !important;
}
.text-gray {
	color: #777;
}
.x-small {
 font-size:14px;
}
.xx-small {
 font-size:14px;
}
.smaller {
	font-size:14px;
}
.x-dropdown {
	min-width: 0;
}
.separator {
	height: 20px;
	border-left: 1px solid #ddd;
}
.line-height-1 {
	line-height: 1.5;
}
.small{
    line-height: 33px;
}
.rounded-3px {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.description blockquote {
	background-color: #fbfbfb;
	position: relative;
	margin: 0.85rem 0.85rem 0;
	color: #666;
	padding: 1rem;
	line-height: 2;
}
.description blockquote::before {
	content: '';
	background-color: var(--primary-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
}
.description ul {
	margin: 0.85rem 0;
}
.description ul li {
	line-height: 2;
	margin-left: 1.5rem;
	position: relative;
}
.description ul li::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:14px;
	position: absolute;
	top: 50%;
	left: -1.5rem;
	transform: translate(50%, -50%);
	color: #666;
}
.info-icon-biger {
	display: flex;
	gap: 0.5rem;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	padding-left: 1rem;
	margin: 0.5rem 0;
}
.info-icon-biger i {
	font-size: 1.8rem;
	color: var(--primary-color);
}
.info-icon-biger .info-content span {
	display: block;
}
.info-icon-biger {
	position: relative;
}
.info-content .title {
	font-size:14px;
	color: var(--primary-color);
	margin-bottom: 0.3rem;
}
.info-content .action {
	font-size:14px;
	color: #1d1d1d;
	font-size: 1.05rem;
}
.input-group-white .input-group-text, .form-control-primary {
	border-radius: 3px;
	border-color: #eee;
	background-color: #fff;
 font-size: 14px;
}
/* --- Buttons --- */

.btn-gray {
	background-color: #eee;
	border: 1px solid #eee;
	color: #333;
}
.btn-gray:hover {
	background-color: #ddd;
	border-color: #ddd;
}
.btn-outline-white {
	color: #fff;
	border-color: #fff;
	transition: all .3s;
}
.btn-outline-white:hover {
	background-color: #fff;
	color: #051b11;
}
.input-group-custom .form-control {
 padding-top: .8rem;
 padding-bottom: .8rem;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.input-group-custom button {
 padding: .8rem 1.5rem;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.input-group .custom-select {
	border: 0;
}
.quantity-group {
	width: 120px;
}
.center-line {
	position: relative;
	z-index: 1;
}
.center-line::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 55%;
	width: 100%;
	height: 1px;
	background-color: #E0E2E3;
	z-index: -1;
}
/* --- Icons --- */

.social-x-icon {
	width: 32px;
	height: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	color: #051b11;
 font-size:14px;
}
.social-sm-icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	color: #051b11;
	font-size:14px;
}
.icon-sm, .x-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
}
.icon-sm {
	width: 40px;
	height: 40px;
	font-size:14px;
}
.x-icon {
	width: 32px;
	height: 32px;
 font-size:14px;
}
.avater-md {
	width: 60px;
	height: 60px;
}
.after\:bottom-border-100, .after\:bottom-border-50 {
	position: relative;
}
.after\:bottom-border-100:after, .after\:bottom-border-50::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	left: 0;
	bottom: -2px;
	background-color: #006699;
}
.after\:bottom-border-50::after {
	width: 50px;
}
.nav-bg-white-title .nav-link {
	background-color: #fff;
	border-radius: 3px;
}
/* Tabs */

.title-tab .nav-link {
	color: #333;
	padding: 0;
}
.title-tab .nav-link:hover {
	color: var(--primary-color);
}
.title-tab .nav-link.active {
	background-color: transparent;
	color: var(--primary-color);
	font-weight: 600;
}
.filter {
	padding: 1.188rem 0;
}
.lc-form-check .form-check-input:checked {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .25);
}
.lc-form-check .form-check-input:checked[type=radio] {
	background-image: none;
}
.lc-form-check .form-check-input[type=radio] {
	border-radius: 50%;
	position: relative;
}
.lc-form-check .form-check-input:checked[type=radio]::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
	background-color: #333;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.color-radio input, .text-radio input {
	display: none;
}
.color-radio label {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	position: relative;
	cursor: pointer;
}
.color-radio input[type="radio"]:checked+label::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "\f00c";
	font-size:14px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.text-radio a {
	border-radius: 3px;
	display: block;
 padding: .4rem .6rem;
	border: 1px solid #eee;
 font-size:14px;
	font-weight: 600;
	color: #6c757d;
	cursor: pointer;
	margin-top: 0;
	margin-right: 0;
}
.zz-selected.zz-danger {
	color: var(--primary-color);
	background-color: transparent;
	border-color: var(--primary-color);
}
.zz-selected.zz-danger:hover {
	color: var(--primary-color);
	background-color: transparent;
	border-color: var(--primary-color);
}
.zz-selected:hover, .btn-selected:focus {
	color: var(--primary-color);
	background-color: transparent;
	border-color: var(--primary-color);
}
.text-radio input[type="radio"]:checked+label {
	border-color: var(--primary-color);
	color: var(--primary-color);
}
.overflow-x-scroll {
	overflow-x: scroll;
}
/* List Outline */

.list-outline, .list-outline li {
	border: none;
}
.list-outline.p-0 li {
	padding: 0
}
.list-outline li, .list-outline li a {
	color: #1d1d1d;
}
.list-outline li:hover a, .list-outline li:hover span {
	color: var(--primary-txt-color);
}
/*=============================
	[03. Hover CSS]
===============================*/

.hover\:bg-facebook:hover {
	background-color: #4267B2;
	color: #fff !important;
}
.hover\:bg-twitter:hover {
	background-color: #1DA1F2;
	color: #fff !important;
}
.hover\:bg-instagram:hover {
	background-color: #E1306C;
	color: #fff !important;
}
.hover\:bg-primary:hover {
	background-color: #333;
	color: #fff !important;
}
.hover\:top-line {
	position: relative;
	border-top: 3px solid transparent;
	transition: all .3s;
}
.hover\:top-line:hover, .hover\:top-line.active {
	color: var(--primary-color);
	border-top: 3px solid var(--primary-color);
}
.hover\:bottom-line {
	position: relative;
	border-bottom: 2px solid transparent;
	transition: all .1s;
}
.hover\:bottom-line:hover, .hover\:bottom-line.active {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
}
.hover\:text-primary:hover, .hover\:text-primary.active {
	color: var(--primary-color) !important;
}
.hover\:ml-100 .hover-container, .hover\:mr-100 .hover-container, .hover\:mb-100 .hover-container {
	overflow-y: hidden;
	min-height: 35px;
}
.hover\:ml-100 .hover-container li, .hover\:mr-100 .hover-container li, .hover\:mb-100 .hover-container li {
	opacity: 0;
	visibility: hidden;
	transition: all .8s;
}
.hover\:ml-100 .hover-container li {
	margin-left: -100px;
}
.hover\:ml-100:hover .hover-container li, .hover\:mr-100:hover .hover-container li, .hover\:mb-100:hover .hover-container li {
	opacity: 1;
	visibility: visible;
}
.hover\:ml-100:hover .hover-container li {
	margin-left: 0;
}
.hover\:mr-100 .hover-container li {
	margin-right: -100px;
}
.hover\:mr-100:hover .hover-container li {
	margin-right: 0;
}
.hover\:mb-100 .hover-container li {
	margin-bottom: -100px;
}
.hover\:mb-100:hover .hover-container li {
	margin-bottom: 0;
}
/* Positions */

.start-5 {
	left: 5%;
}
.start-10 {
	left: 10%;
}
.top-5 {
	top: 5%;
}
/* Heights & Width */

.max-width-180 {
	max-width: 180px;
}
.box-image {
	height: 470px;
}
.group-circle {
	border-radius: 50px;
}
.group-circle .form-control {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-right: 0;
	border: 0;
}
.group-circle .form-control:focus {
	box-shadow: none;
}
.group-circle button {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.group-py-3 {
 padding-top: .6rem;
 padding-bottom: .6rem;
}
.badge-circle {
	position: absolute;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #E1306C;
	border-radius: 50%;
	font-size:14px;
	font-weight: 500;
	top: -7%;
	left: 60%;
}
.w-85 {
	width: 85%;
}
.w-60 {
	width: 60%;
}
.w-40 {
	width: 40%;
}
.hidden {
	display: none;
}
.category-lg {
	width: 120px;
	height: 120px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.divider {
	position: relative;
}
.divider::before {
	content: '';
	background-color: #ddd;
	height: 1px;
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
}
/*=============================
	[01.Header Menus]
===============================*/

.dropdown-toggle::after {
	font-family: bootstrap-icons !important;
	content: '\F282';
	vertical-align: middle;
	margin-left: 0.35em;
	border: 0;
 font-size: .67rem;
}
.main-nav .nav-item .nav-link {
    font-size: 18px;
	color: #fff;
}
.main-nav .nav-item .nav-link:hover {
	color: #ddd;
}
.main-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	min-width: 200px;
	padding: 0;
 box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.185);
	top: calc(100% + 50px);
	opacity: 0;
	transition: all .3s;
	visibility: hidden;
	display: block;
}
ul li:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.main-nav .dropdown-menu .dropdown-item, .mega-menu .mega-link {
	font-size:14px;
	color: #55585B !important;
 padding: 0.5rem .85rem;
	font-weight: 400;
}
.mega-menu {
	position: absolute;
	top: 100%;
	left: 1%;
	right: 1%;
	width: 100%;
}
.mega-menu .child-meaga {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mega-menu .mega-title {
 padding: 0.5rem .85rem;
	font-size:14px;
	font-weight: 600;
}
.mega-menu .mega-link {
	display: inline-block;
}
.mega-menu .mega-link:hover {
	color: var(--primary-color) !important;
}
.mega-menu .mega-title a:hover {
	color: var(--primary-color) !important;
}
.mega-menu .child-meaga .mega-title a:hover {
	color: var(--primary-color) !important;
}
.categories-dropdown {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 200;
}
.hover-down {
	position: relative;
}
.hover-down::after {
	position: absolute;
	top: 50%;
	right: 0;
	font-family: bootstrap-icons !important;
	content: '\F285';
 font-size:14px;
	transform: translate(50%, -50%);
}
.left-menu {
	background-color: #fff;
	position: absolute;
	top: 0;
	right: calc(-107% - 100px);
	min-width: 200px;
	padding: 0;
 box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.185);
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}
.left-menu li a {
	font-size:14px;
	color: #55585B !important;
 padding: 0.5rem .85rem;
	font-weight: 400;
}
.submenu:hover .left-menu {
	visibility: visible;
	opacity: 1;
	right: -100%;
}
.left-menu .dropdown-item:hover {
	background-color: #eee;
}
.submenu .mega-menu {
	background-color: #fff;
	min-width: 750px;
	left: calc(100% + 70px);
	display: block;
	top: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.185);
	opacity: 0;
	transition: all .5s;
	visibility: hidden;
}
.submenu:hover .mega-menu {
	visibility: visible;
	opacity: 1;
	left: 110%;
}
.slide, .slide-min-500 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slide-min-500 {
	min-height: 600px;
}
/* .slider-arrow-rounded  */

.slick-arrow {
	background-color: transparent;
	border: 0;
	width: 32px;
	height: 32px;
	color: #4267B2;
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
	z-index: 1;
}
.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-next {
	right: 0;
}
.main-slider .slick-arrow {
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}
.main-slider:hover .slick-arrow {
	visibility: visible;
	opacity: 1;
}
.main-slider:hover .slick-arrow.slick-prev {
	left: 30px;
}
.main-slider:hover .slick-arrow.slick-next {
	right: 30px;
}
/* ------------------------------- */

.product-card {
	overflow: hidden;
}
.product-card .card-header {
	overflow: hidden;
	background-color: transparent;
}
/*--- Thumb Hover Affects ---*/

.product-card .thumb-left .hover-image, .product-card .thumb-right .hover-image, .product-card .thumb-fade .hover-image {
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all .6s;
}
.product-card .thumb-left .hover-image {
	left: -100px;
}
.product-card .thumb-right .hover-image {
	right: -100px;
}
.product-card .thumb-fade .hover-image {
	right: 0;
}
.product-card:hover .thumb-left .hover-image, .product-card:hover .thumb-right .hover-image, .product-card:hover .thumb-fade .hover-image {
	opacity: 1;
}
.product-card:hover .thumb-left .hover-image {
	left: 0;
}
.product-card:hover .thumb-right .hover-image {
	right: 0;
}
.card-btn-group {
	position: absolute;
}
.top-left-10, .center-left-10, .bottom-left-10 {
	left: 10px;
}
.top-left-10, .top-right-10, .top-center-10 {
	top: 10px;
}
.bottom-left-10, .bottom-right-10, .bottom-center-10 {
	bottom: 10px;
}
.top-right-10, .center-right-10, .bottom-right-10 {
	right: 10px;
}
.center-left-10, .center-right-10 {
	top: 50%;
	transform: translate(0, -50%);
}
.top-center-10, .bottom-center-10 {
	left: 50%;
	transform: translate(-50%);
	transition: all 0.6s;
}
.product-card [class$='right-10'] {
	opacity: 0;
	right: -20px;
	transition: all .5s;
}
.product-card:hover [class$='right-10'] {
	right: 10px;
	opacity: 1;
}
.product-card [class$='left-10'] {
	opacity: 0;
	left: -20px;
	transition: all .5s;
}
.product-card:hover [class$='left-10'] {
	left: 10px;
	opacity: 1;
}
.product-card .top-center-10 {
	opacity: 0;
	top: -20px
}
.product-card:hover .top-center-10 {
	top: 10px;
	opacity: 1;
}
.product-card .bottom-center-10 {
	opacity: 0;
	bottom: -20px
}
.product-card:hover .bottom-center-10 {
	bottom: 10px;
	opacity: 1;
}
.price-18px {
	font-size: 18px;
}
.box-absolute-01 {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 5px solid #fff;
	border-radius: 6px;
}
.absolute-bg {
	width: 96%;
	height: 96%;
	left: 3.5%;
	top: 3.5%;
	transform: translate(-1.5%, -1.5%);
}
.bg-blue-100 {
	background-color: #cfe2ff
}
.bg-blue-200 {
	background-color: #9ec5fe
}
.bg-blue-300 {
	background-color: #6ea8fe
}
.bg-blue-400 {
	background-color: #3d8bfd
}
.bg-blue-500 {
	background-color: #ffaa00
}
.bg-blue-600 {
	background-color: #006699
}
.bg-blue-700 {
	background-color: #084298
}
.bg-blue-800 {
	background-color: #052c65
}
.bg-blue-900 {
	background-color: #031633
}
.bg-indigo-100 {
	background-color: #e0cffc
}
.bg-indigo-200 {
	background-color: #c29ffa
}
.bg-indigo-300 {
	background-color: #a370f7
}
.bg-indigo-400 {
	background-color: #8540f5
}
.bg-indigo-500 {
	background-color: #6610f2
}
.bg-indigo-600 {
	background-color: #520dc2
}
.bg-indigo-700 {
	background-color: #3d0a91
}
.bg-indigo-800 {
	background-color: #290661
}
.bg-indigo-900 {
	background-color: #140330
}
.bg-purple-100 {
	background-color: #e2d9f3;
}
.bg-purple-200 {
	background-color: #c5b3e6
}
.bg-purple-300 {
	background-color: #a98eda
}
.bg-purple-400 {
	background-color: #8c68cd
}
.bg-purple-500 {
	background-color: #6f42c1
}
.bg-purple-600 {
	background-color: #59359a
}
.bg-purple-700 {
	background-color: #432874
}
.bg-purple-800 {
	background-color: #2c1a4d
}
.bg-purple-900 {
	background-color: #160d27
}
.bg-pink-100 {
	background-color: #f7d6e6
}
.bg-pink-200 {
	background-color: #efadce
}
.bg-pink-300 {
	background-color: #e685b5
}
.bg-pink-400 {
	background-color: #de5c9d
}
.bg-pink-500 {
	background-color: #d63384
}
.bg-pink-600 {
	background-color: #ab296a
}
.bg-pink-700 {
	background-color: #801f4f
}
.bg-pink-800 {
	background-color: #561435
}
.bg-pink-900 {
	background-color: #2b0a1a
}
.bg-red-100 {
	background-color: #f8d7da
}
.bg-red-200 {
	background-color: #f1aeb5
}
.bg-red-300 {
	background-color: #ea868f
}
.bg-red-400 {
	background-color: #e35d6a
}
.bg-red-500 {
	background-color: #dc3545
}
.bg-red-600 {
	background-color: #b02a37
}
.bg-red-700 {
	background-color: #842029
}
.bg-red-800 {
	background-color: #58151c
}
.bg-red-900 {
	background-color: #2c0b0e
}
.bg-orange-100 {
	background-color: #ffe5d0
}
.bg-orange-200 {
	background-color: #fecba1
}
.bg-orange-300 {
	background-color: #feb272
}
.bg-orange-400 {
	background-color: #fd9843
}
.bg-orange-500 {
	background-color: #fd7e14
}
.bg-orange-600 {
	background-color: #ca6510
}
.bg-orange-700 {
	background-color: #984c0c
}
.bg-orange-800 {
	background-color: #653208
}
.bg-orange-900 {
	background-color: #331904
}
.bg-yellow-100 {
	background-color: #fff3cd
}
.bg-yellow-200 {
	background-color: #ffe69c
}
.bg-yellow-300 {
	background-color: #ffda6a
}
.bg-yellow-400 {
	background-color: #ffcd39
}
.bg-yellow-500 {
	background-color: #ffc107
}
.bg-yellow-600 {
	background-color: #cc9a06
}
.bg-yellow-700 {
	background-color: #997404
}
.bg-yellow-800 {
	background-color: #664d03
}
.bg-yellow-900 {
	background-color: #332701
}
.bg-green-100 {
	background-color: #d1e7dd
}
.bg-green-200 {
	background-color: #a3cfbb
}
.bg-green-300 {
	background-color: #75b798
}
.bg-green-400 {
	background-color: #479f76
}
.bg-green-500 {
	background-color: #198754
}
.bg-green-600 {
	background-color: #146c43
}
.bg-green-700 {
	background-color: #0f5132
}
.bg-green-800 {
	background-color: #0a3622
}
.bg-green-900 {
	background-color: #051b11
}
.bg-teal-100 {
	background-color: #d2f4ea
}
.bg-teal-200 {
	background-color: #a6e9d5
}
.bg-teal-300 {
	background-color: #79dfc1
}
.bg-teal-400 {
	background-color: #4dd4ac
}
.bg-teal-500 {
	background-color: #20c997
}
.bg-teal-600 {
	background-color: #1aa179
}
.bg-teal-700 {
	background-color: #13795b
}
.bg-teal-800 {
	background-color: #0d503c
}
.bg-teal-900 {
	background-color: #06281e
}
.bg-cyan-100 {
	background-color: #cff4fc
}
.bg-cyan-200 {
	background-color: #9eeaf9
}
.bg-cyan-300 {
	background-color: #6edff6
}
.bg-cyan-400 {
	background-color: #3dd5f3
}
.bg-cyan-500 {
	background-color: #0dcaf0
}
.bg-cyan-600 {
	background-color: #0aa2c0
}
.bg-cyan-700 {
	background-color: #087990
}
.bg-cyan-800 {
	background-color: #055160
}
.bg-cyan-900 {
	background-color: #032830
}
.bg-gray-100 {
	background-color: #f8f9fa
}
.bg-gray-200 {
	background-color: #e9ecef
}
.bg-gray-300 {
	background-color: #dee2e6
}
.bg-gray-400 {
	background-color: #ced4da
}
.bg-gray-500 {
	background-color: #adb5bd
}
.bg-gray-600 {
	background-color: #6c757d
}
.bg-gray-700 {
	background-color: #495057
}
.bg-gray-800 {
	background-color: #343a40
}
.bg-gray-900 {
	background-color: #212529
}
.bg-white {
	background-color: #fff
}
.bg-black {
	background-color: #000
}
/*=============================
	[05. Carousel Slider]
===============================*/

.carousel-slider-2-items .item-slider, .carousel-slider-3-items .item-slider, .carousel-slider-4-items .item-slider, .carousel-slider-5-items .item-slider, .carousel-slider-6-items .item-slider {
 padding-right: calc(var(--bs-gutter-x) * .5);
 padding-left: calc(var(--bs-gutter-x) * .5);
	position: relative;
}
 [class*='carousel-slider-'] {
 margin-top: calc(-1 * var(--bs-gutter-y));
 margin-right: calc(-.5 * var(--bs-gutter-x));
 margin-left: calc(-.5 * var(--bs-gutter-x));
}
[class*='carousel-slider-'].top-50 .slick-arrow {
	background-color: transparent;
	color: #051b11;
	position: absolute;
	top: -45px;
	border: none;
	font-size:14px;
	text-align: center;
	z-index: 1;
	padding: 0;
}
[class*='carousel-slider-'].arrow-sm .slick-arrow {
	width: 36px;
	height: 36px;
	line-height: 35px;
	font-size: 16px;
}
[class*='carousel-slider-'].top-50 .slick-prev {
	right: 20px;
	left: auto;
}
[class*='carousel-slider-'] .slick-next {
	right: 0;
}
[class*='carousel-slider-'].box-arrow .slick-arrow {
	border-radius: 2px;
}
[class*='carousel-slider-'].m-arrow-1 .slick-prev {
	left: 20px;
}
[class*='carousel-slider-'].m-arrow-1 .slick-next {
	right: 20px;
}
[class*='carousel-slider-'] .slick-dots {
	display: flex;
	justify-content: center;
	margin: 1rem 0;
}
[class*='carousel-slider-'] .slick-dots li {
	width: 9px;
	height: 9px;
	background-color: #ddd;
	/* border: 1px solid #ddd; */
	border-radius: 50%;
	margin: 0 3px;
	cursor: pointer;
}
[class*='carousel-slider-'] .slick-dots .slick-active {
	background-color: var(--primary-color) !important;
}
[class*='carousel-slider-'] .slick-dots button, .carousel-dots-hidden .slick-dots, .carousel-arrow-hidden .slick-arrow {
	display: none !important;
}
.carousel-slider-nav .item-slider {
	opacity: 0.7;
}
.carousel-slider-nav .slick-current {
	opacity: 1;
}
.ads-box, .center-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	
}
/*=============================
	[17. Pagination]
===============================*/

.lc-pagination .page-item .page-link:not(.active) {
	color: #6f6f6f;
	border-radius: 2px;
}
.lc-pagination .page-item .page-link:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.lc-pagination .page-item:first-child .page-link, .lc-pagination .page-item:last-child .page-link {
	border-radius: 2px;
}
/*=============================
	[17. Nouislider]
===============================*/

.noUi-target {
	background-color: #eee;
	border: 0;
}
.noUi-horizontal {
	height: 4px;
}
.noUi-horizontal .noUi-handle {
	background-color: var(--primary-color);
	border: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: 50%;
	right: 0;
	transform: translateY(-40%);
	box-shadow: none;
}
.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
	content: '';
	height: 0;
}
.noUi-horizontal .noUi-handle::after {
	background-color: #fff;
	height: 9px;
	width: 9px;
	left: 50%;
	top: 50%;
	transform: translate(-55%, -55%);
	border-radius: 50%;
	border: 0;
}
.noUi-handle-lower {
	left: 100%;
}
/*=============================
	[17. Cart]
===============================*/

.cart-ovelay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}
.cart-offcanvas {
	background-color: #fff;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 3;
	right: -30%;
	visibility: hidden;
	transition: all .3s;
}
.cart-offcanvas.show {
	right: 0;
	visibility: visible;
}
.calculate-shipping {
	display: none;
}
/*=============================
	[14. User Rating]
===============================*/

.user-rate {
	transform: rotate(180deg);
}
.user-rate input {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	appearance: none;
}
.user-rate input::before, .user-rate input::after {
	content: "\f005";
	font-family: "Font Awesome 6 Free";
	transform: rotate(180deg);
	font-weight: 900;
}
.user-rate input::before {
	color: #ddd;
}
.user-rate input::after {
	color: #ffc107;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.2s;
}
.user-rate input:hover~input:after, .user-rate input:checked~input:after, .user-rate input:hover:after, .user-rate input:checked:after {
	opacity: 1;
}
.star-gold {
	color: #ffc107;
}
 @media (max-width: 1199.98px) {
.box-image {
	height: 500px;
}
}
 @media (min-width: 1399.98px) {
.box-image {
	height: 520px;
}
}
.silder-vertical-nav .slick-list {
	height: 492px !important;
}
.silder-vertical-nav .slick-current, .silder-horizontal-nav .slick-current {
	border-color: var(--primary-color) !important;
}
.silder-horizontal-nav .slider-item {
	margin: 0 5px;/* display: flex;
    gap: 0.7rem; */
}
.silder-horizontal-nav .slider-item {
	cursor: pointer;
}
.slider-zoom {
	cursor: zoom-in;
}
/*=============================
	[14. Recent Purchase]
===============================*/

.recent-purchase {
	background-color: #fff;
	display: flex;
	width: 300px;
	position: fixed;
	bottom: 1rem;
	left: 1rem;
	z-index: 3;
	transition: all .7s;
}
.recent-purchase.left {
	left: -100%;
}
.recent-purchase.left.show {
	left: 1rem;
}
.recent-purchase.bottom {
	bottom: -50%;
}
.recent-purchase.bottom.show {
	bottom: 1rem;
}
.recent-purchase img {
	width: 80px;
}
.recent-purchase .purchase-close {
	display: block;
	position: absolute;
 top: .3rem;
 right: .6rem;
	color: silver;
 font-size:14px;
	cursor: pointer;
}
/*=============================
	[14. Breadcrump]
===============================*/

.breadcrump-light .breadcrumb-item.active {
	display: flex;
	align-items: baseline;
	color: var(--primary-color);
}
.breadcrump-light .breadcrumb-item.active::before {
	content: '\F285';
	font-family: bootstrap-icons !important;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	float: none;
}
.orders td {
	padding: 2rem 0;
}
/*=============================
	[15. Footer]
===============================*/

.mobile-footer {
	background-color: #fff;
	border-top: 1px solid #e9ecef;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.footer-list li a {
	display: block;
	font-size: 14px;
	margin-bottom: 0.5rem;
}
footer .bg-dark h5, footer .bg-dark h6 {
	color: #E0E2E3;
}
footer .bg-dark p, footer .bg-dark .footer-list.text-dark li a, footer .bg-dark .footer-widget ul li {
	color: #b0b0b0;
	font-size: 14px;
}
footer .bottom-footer-dark {
	background-color: #1a1a1a;
	color: #E0E2E3;
}
footer .bottom-footer-dark ul li {
	background: #fff;
	padding: 0.3rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}
.offcanvas-border-light {
	border-bottom: 1px solid #f1f2f2;
}
.offcanvas-295 {
	width: 295px !important;
}
.mobile-menu .nav-item {
	border-bottom: 1px solid #f1f2f2;
}
.mobile-menu .eynav-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
 padding: 1rem .5rem;
	color: var(--bs-nav-link-color);
}
.mobile-menu ul {
 padding: .5rem;
	border-top: 1px solid #f1f2f2;
}
.mobile-menu .dropdown-item {
 padding: .5rem .8rem;
}
.mobile-menu .nav-link .arrow {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.zan_account {
	display: inline-block;
	position: relative;
	min-width: 50px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
}
.zan_account li>a {
	display: block;
	color: #444;
	font-weight: 400;
	height: 45px;
	font-size:14px;
}
.zan_account li:hover .currency_selection {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.zan_account li.currency>a {
	color: #d17474;
}
.zan_account .currency_selection {
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.zan_account .currency_selection li {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.zan_account .currency_selection li a {
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size:14px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.zan_account .currency_selection li a:hover {
	color: #b5aec4;
}
.zan_account .currency_selection li:last-child a {
	border-bottom: none;
}
.zan_account li:hover .account_selection {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.zan_account .account_selection {
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.zan_account .account_selection li {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.zan_account .account_selection li a {
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zan_account .account_selection li a:hover {
	color: #b5aec4;
}
.zan_account .account_selection li:last-child a {
	border-bottom: none;
}
.zan_account .account_selection li a i {
	margin-right: 10px;
}
.ad_btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid #CCC;
}
.ad_btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}
.tab-pane .evalute em {
	font-style: normal;
}
.tab-pane .evalute a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	font-weight: normal;
}
.tab-pane .evalute a:hover {
	color: #0f91ed;
}
.small .ey_coll {
	gap: 1.5rem!important;
	display: flex!important;
}
.border-bottom .fw-bold .nav-current {
	color: #ffaa00;
}
.border-bottom ul .nav-current {
	color: #ffaa00 !important;
}
.list-group .nav-current {
	color: #ffaa00;
}
.d-lg-block .main-nav>li.nav-current>a {
	color: #ffaa00 !important;
}
.offcanvas-body .mobile-menu>li.nav-current>a {
	color: #ffaa00;
}
@media (max-width: 767px) {
.main-slider .ads-box {
	min-height: 185px !important;
	font-size:14px;
}
.main-slider .ads-box h1 {
	font-size:14px;
}
.m_canshu {
	flex-wrap: wrap;
}
}



.menu-scroll {
  display: flex;
  overflow-x: auto;
  gap: 0; /* 这里gap设为0，border才会连贯，如需间距可用padding */
  padding: 20px 0;
  background: #fff;
  scrollbar-width: thin;
}
.menu-card {
  display: flex;
  align-items: center;
  min-width: 180px;
  background: #fff;
  
  text-decoration: none;
  color: #222;
  padding: 10px 12px;
  box-sizing: border-box;
 
}
.menu-card:not(:last-child) {
  border-right: var(--bs-border-width, 1px) var(--bs-border-style, solid) var(--bs-border-color, #eee) !important;
}
.menu-img {
  width: 44px;
  height: 44px;
  margin-right: 16px;
  flex-shrink: 0;
  display: block;
}
.menu-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  transition: color 0.2s, text-decoration 0.2s;
}
.menu-desc {
  font-size: 14px;
  color: #7a7a7a;
}
.menu-card:hover .menu-title {
  color: #ffaa00;
  text-decoration: underline;
}
/* 悬停时变蓝色，无下划线 */
.menu-card:hover .menu-title {
  color: #ffaa00;
  text-decoration: none;
}
.menu-blue {
  color: #ffaa00;
}
.menu-scroll::-webkit-scrollbar {
  height: 6px;
}
.menu-scroll::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 3px;
}
@media (max-width: 600px) {
  .menu-card { min-width: 160px; padding: 8px 10px; }
  .menu-title { font-size: 16px; }
  .menu-desc { font-size:14px; }
  .menu-img { width: 32px; height: 32px; margin-right: 10px; }
}





.childmeaga{width: 100%}


.custom-mega-menu .custom-mega-list {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.custom-mega-menu .custom-mega-list li {
  margin-bottom: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-mega-menu .mega-title {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 8px !important;
  color: #222 !important;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.custom-mega-menu .mega-title a {
  color: #222 !important;
  text-decoration: none !important;
}
.custom-mega-menu .mega-title a:hover {
  color: #ffaa00 !important;
}

.custom-mega-menu .mega-link {
  color: #222 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  display: inline-block;
}
.custom-mega-menu .mega-link:hover,
.custom-mega-menu .mega-link.active {
  color: #ffaa00 !important;
  text-decoration: underline !important;
}

/* 响应式：平板4列，手机2列 */
@media (max-width: 1200px) {
  .custom-mega-menu .custom-mega-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 800px) {
  .custom-mega-menu .custom-mega-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .custom-mega-menu .custom-mega-list {
    grid-template-columns: 1fr;
  }
  .custom-mega-menu .mega-title { font-size: 16px !important; }
}









.custom-quality-section {
  width: 100%;
  background: #fff;
}
.custom-quality-container {
  display: flex;
  gap: 24px;
  align-items: stretch;
     
}
.custom-quality-left {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex: 1.2;
}
.custom-quality-bigimg {
  position: relative;
  width: 50%;
  height: 100%;
  background: #eaf6f3 center center/cover no-repeat;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: box-shadow 0.3s;
}
.custom-quality-smallimg-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  width: 50%;
}
.custom-quality-smallimg {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f5f8fa center center/cover no-repeat;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0;
  transition: box-shadow 0.3s;
}
.custom-quality-img-btn {
    position: absolute;
    left: 20px;
    bottom: 18px;
    transform: translateX(0%);
    background: #ffffff00;
    border: 1px solid #ffaa00;
    color: #ffaa00;
    border-radius: 4px;
    padding: 4px 18px;
    font-size:16px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(24, 144, 255, 0.08);
}
.custom-quality-img-btn:hover {
  background: #ffaa00;
  color: #fff;
}
.custom-quality-bigimg.custom-quality-hover:hover,
.custom-quality-smallimg.custom-quality-hover:hover {
  box-shadow: 0 8px 32px rgba(24,144,255,0.15);
}
.custom-quality-bigimg.custom-quality-hover:hover,
.custom-quality-smallimg.custom-quality-hover:hover {
  cursor: pointer;
}
.custom-quality-bigimg.custom-quality-hover:hover::before,
.custom-quality-smallimg.custom-quality-hover:hover::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  filter: brightness(1.05) blur(0.5px);
  z-index: 1;
}
.custom-quality-bigimg.custom-quality-hover::before,
.custom-quality-smallimg.custom-quality-hover::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  z-index: 0;
  transition: transform 0.35s cubic-bezier(.4,2,.6,1);
}
.custom-quality-bigimg.custom-quality-hover:hover::before,
.custom-quality-smallimg.custom-quality-hover:hover::before {
  transform: scale(1.08);
}
.custom-quality-bigimg .custom-quality-img-btn,
.custom-quality-smallimg .custom-quality-img-btn {
  z-index: 2;
}
.custom-quality-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 18px;
  flex: 1;
  align-items: stretch;
}
.custom-quality-product {
  background: #fff;
  border-radius: 8px;
  
   
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 0;
  transition: box-shadow 0.3s, transform 0.3s;
}
.custom-quality-product img {
  width: 150px;
  height: 100%;
  object-fit: cover;
  
  border-radius: 6px;
  transition: transform 0.35s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
}
.custom-quality-product.custom-quality-hover:hover {
  box-shadow: 0 8px 32px rgba(24,144,255,0.18);
  transform: translateY(-6px) scale(1.03);
}
.custom-quality-product.custom-quality-hover:hover img {
   
  box-shadow: 0 8px 32px rgba(24,144,255,0.15);
}
.custom-quality-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffaa00;
  color: #fff;
  font-size:14px;
  border-radius: 3px;
  padding: 2px 8px;
  z-index: 2;
}
.custom-quality-product-title {
  font-size:16px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #222;
  text-align: center;
}
.custom-quality-product-price {
  color: #ffaa00;
  font-size:16px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .custom-quality-bigimg { width: 200px; height: 200px; }
  .custom-quality-smallimg-group { width: 140px; }
  .custom-quality-smallimg { height: 90px; }
}
@media (max-width: 1000px) {
  .custom-quality-container { flex-direction: row; flex-wrap: wrap; }
  .custom-quality-left { width: 50%; flex: none; }
  .custom-quality-bigimg { width: 50%; height: 180px; }
  .custom-quality-smallimg-group { width: 50%; gap: 10px; }
  .custom-quality-smallimg { height: 85px; }
  .custom-quality-products { width: 50%; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
 
  .custom-quality-left { width: 100%; flex-direction: column; align-items: stretch; }
  .custom-quality-bigimg { width: 100%; height: 180px; margin-bottom: 10px; }
  .custom-quality-smallimg-group { width: 100%; flex-direction: row; gap: 10px; }
  .custom-quality-smallimg { width: 50%; height: 100px; }
  .custom-quality-products { width: 100%;  }
  
}



.brand-partner-section {
  width: 100%;
  margin: 32px 0;
  background: #fff;
}
.brand-partner-container {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: stretch;
}
.brand-partner-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
  border: 1px solid #eee;
  flex: 1;
  min-width: 0;
  padding: 18px 18px 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.brand-partner-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.brand-partner-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-partner-title-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #ffaa00;
  border-radius: 2px;
  margin-right: 6px;
}
.brand-partner-desc {
  font-size:14px;
  font-weight: normal;
  color: #888;
  margin-left: 8px;
}
.brand-partner-more {
  font-size: 14px;
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}
.brand-partner-more:hover {
  color: #ffaa00;
}
.brand-partner-imgs {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.brand-partner-img-link {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 80px;
  background: #fff center center/cover no-repeat;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
}
.brand-partner-img-link span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  margin-bottom: 10px;
  letter-spacing: 1px;
  z-index: 2;
}
.brand-partner-img-link::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: background 0.2s;
}
.brand-partner-img-link:hover {
  box-shadow: 0 4px 18px rgba(24,144,255,0.13);
  transform: translateY(-3px) scale(1.04);
}
.brand-partner-img-link:hover::before {
  background: rgba(24,144,255,0.18);
}
@media (max-width: 900px) {
  .brand-partner-container { flex-direction: column; gap: 18px; }
  .brand-partner-card { width: 100%; }
  .brand-partner-imgs { gap: 8px; }
}
@media (max-width: 600px) {
  .brand-partner-card { padding: 12px 6px 10px 6px; }
  .brand-partner-title { font-size:16px; }
  .brand-partner-img-link { height: 60px; }
  .brand-partner-img-link span { font-size:16px; }
}
.custom-product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 32px 0;
}
.custom-product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 18px 16px 16px 16px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  min-width: 0;
  transition: box-shadow 0.2s, transform 0.2s;
}
.custom-product-card:hover {
  box-shadow: 0 6px 24px rgba(24,144,255,0.13);
  transform: translateY(-3px) scale(1.02);
}
.custom-product-imgblock {
  display: flex;
  flex-direction: column;
  align-items: center;
   
}
.custom-product-img-link {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 6px;
}
.custom-product-img-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.custom-product-icons {
  display: flex;
  gap: 4px;
  margin-bottom: 0;
  justify-content: center;
}
.custom-product-icons img {
  width: 22px;
  height: 22px;
  display: block;
}
.custom-product-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: space-between;
}
.custom-product-title {
  font-size: 16px;
  font-weight: bold;
  color: #ffaa00;
  text-decoration: none;
  margin-bottom: 2px;
  display: inline-block;
  word-break: break-all;
}
.custom-product-title:hover {
  text-decoration: underline;
}
.custom-product-brand {
  font-size:14px;
  color: #ffaa00;
  margin-bottom: 2px;
}
.custom-product-desc {
  font-size:14px;
  color: #444;
  margin-bottom: 6px;
  word-break: break-all;
}
.custom-product-btn {
  margin-top: 40px;
  align-self: flex-end;
  background: #ffaa00;
  color: #fff;
  border: none;
  border-radius: 18px;
  padding: 4px 18px;
  font-size:16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(24,144,255,0.08);
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  white-space: nowrap;
}
.custom-product-btn:hover {
  background: #df9500;
  color: #fff;
}
@media (max-width: 900px) {
  .custom-product-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .custom-product-list { grid-template-columns: 1fr; }
  .custom-product-card { flex-direction: column; align-items: stretch; }
  .custom-product-imgblock { flex-direction: row; width: 100%; min-width: 0; justify-content: flex-start; }
  .custom-product-img-link { margin-bottom: 0; margin-right: 10px; }
  .custom-product-btn { margin: 10px 0 0 0; align-self: flex-start; }
}
.custom-news-section {
  width: 100%;
  margin: 32px 0;
  background: #fff;
}
.custom-news-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.custom-news-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.custom-news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 0 0;
}
.custom-news-title-wrap {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.custom-news-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: 3px solid #ffaa00;
  display: inline-block;
}
.custom-news-title-en {
  font-size:16px;
  color: #bbb;
  font-weight: normal;
  margin-left: 0;
  padding-bottom: 0;
}
.custom-news-more {
  font-size:16px;
  color: #ffaa00;
  text-decoration: none;
  margin-left: 16px;
  margin-bottom: 2px;
  transition: color 0.2s;
}
.custom-news-more:hover { color: #df9500; }
.custom-news-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1.5px solid #e5e5e5;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 0 30px 0;
  margin-bottom: 0;
  transition: box-shadow 0.2s;
  position: relative;
  margin-top: 18px;
}
.custom-news-card:hover {
  box-shadow: 0 6px 24px rgba(24,144,255,0.10);
}
.custom-news-img-wrap {
  width: 100%;
   
  box-sizing: border-box;
}
.custom-news-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
   
  display: block;
}
.custom-news-list {
  list-style: none;
  margin: 0;
  padding: 0 32px;
  
}
.custom-news-list li {
  border-bottom: 1px solid #e5e5e5;
  font-size:14px;
  color: #333;
  padding: 12px 0 10px 0;
  line-height: 1.5;
  transition: color 0.2s;
}
.custom-news-list li:last-child { border-bottom: none; }
.custom-news-list a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
}
.custom-news-list a:hover { color: #ffaa00; }
.custom-news-btn-out {
    margin: 0;
    position: absolute;
    left: 30px;
    bottom: -20px;
    background: #ffaa00;
    color: #fff;
    padding: 10px 32px 10px 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    border: none;
    box-shadow: 0 2px 8px rgba(24, 144, 255, 0.08);
    transition: background 0.2s;
    cursor: pointer;
    min-width: 0;
    z-index: 2;
}
.custom-news-btn-out:hover { background: #df9500; }
.custom-news-card-ency {
  background: #fafbfc;
  border-radius: 18px;
  border: 1.5px solid #e5e5e5;
  box-shadow: none;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-news-ency-list {
  padding: 24px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.custom-news-ency-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0 25px 0;
}
.custom-news-ency-item:last-child { border-bottom: none; }
.custom-news-ency-title {
  font-size:14px;
  font-weight: bold;
  color: #222;
  margin-bottom: 6px;
}
.custom-news-ency-desc {
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  word-break: break-all;
}
@media (max-width: 1100px) {
  .custom-news-row { flex-direction: column; gap: 18px; }
  .custom-news-card, .custom-news-card-ency { border-radius: 12px; }
  .custom-news-img-wrap { padding: 18px 18px 0 18px; }
  .custom-news-list { padding: 0 18px; }
  .custom-news-ency-list { padding: 12px 12px 0 12px; }
  .custom-news-title { font-size:18px; }
  .custom-news-btn-out { padding: 8px 18px 8px 12px; font-size: 14px; }
}
@media (max-width: 700px) {
  .custom-news-section { margin: 12px 0; }
  .custom-news-row { flex-direction: column; gap: 12px; }
  .custom-news-img { height: 100px; border-radius: 8px; }
  .custom-news-title { font-size:16px; padding-bottom: 4px; }
  .custom-news-btn-out { padding: 8px 12px 8px 8px; font-size:14px; }
}



.custom-productlist-section {
  width: 100%;
  background: #fff;
  border-radius: 12px;
   
  padding: 18px 0 18px 0;
  margin: 2px 0;
  overflow-x: auto;
}
.custom-productlist-table {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 1100px;
}
.custom-productlist-header {
  display: flex;
  background: #f5f6fa;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  color: #888;
  font-weight: bold;
  padding: 10px 0 10px 0;
  margin-bottom: 2px;
  border-bottom: 1.5px solid #e5e5e5;
}
.custom-productlist-header-cell {
  flex: 1;
  text-align: left;
  padding: 0 18px;
  min-width: 0;
}
.custom-productlist-header-cell.imgcell { flex: 0 0 140px; padding: 0; }
.custom-productlist-header-cell.info { flex: 1.4; }
.custom-productlist-header-cell.desc { flex: 1.2; }
.custom-productlist-header-cell.tags { flex: 1.2; }
.custom-productlist-header-cell.price { flex: 1.3; }
.custom-productlist-header-cell.stock { flex: 1.1; }
.custom-productlist-header-cell.action { flex: 1.1; }
.custom-productlist-row {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  border: 1.5px solid #e5e5e5;
  padding: 0;
  margin-bottom: 0;
}
.custom-productlist-col {
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
  min-width: 0;
  gap: 2px;
}
.custom-productlist-col:last-child {
  border-right: none;
}
.custom-productlist-col.imgcell {
  flex: 0 0 140px;
  align-items: center;
  justify-content: flex-start;
  background: #fafbfc;
  border-radius: 12px 0 0 12px;
  padding: 18px 0 0 0;
  border-right: 1.5px solid #e5e5e5;
}
.custom-productlist-imgbox {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 12px;
}
.custom-productlist-imgbox img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.custom-productlist-row-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
.custom-productlist-iconbtn {
  background: #f5f6fa;
  border: none;
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size:14px;
  color: #ffaa00;
}
.custom-productlist-iconbtn:hover {
  background: #e3f1fd;
}
.custom-productlist-iconbtn img {
  width: 18px;
  height: 18px;
  display: block;
}
.custom-productlist-col.info { flex: 1.4; }
.custom-productlist-col.desc { flex: 1.2; }
.custom-productlist-col.tags { flex: 1.2; justify-content: center; }
.custom-productlist-col.price { flex: 1.3; }
.custom-productlist-col.stock { flex: 1.1; }
.custom-productlist-col.action { flex: 1.1; align-items: flex-start; }
.custom-productlist-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 2px;
}
.custom-productlist-meta {
  font-size:14px;
  color: #888;
}
.custom-productlist-params {
  font-size:14px;
  color: #555;
}
.custom-productlist-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}
.custom-productlist-tag {
  display: inline-block;
  background: #f2f4f8;
  color: #ffaa00;
  border-radius: 4px;
  padding: 2px 10px;
  font-size:14px;
  margin-bottom: 2px;
}
.custom-productlist-tag.blue { background: #e3f1fd; color: #ffaa00; }
.custom-productlist-tag.light { background: #e0f7fa; color: #ffaa00; }
.custom-productlist-tag.red { background: #fff0f0; color: #e53935; }
.custom-productlist-tag.orange { background: #fff7e0; color: #ff9800; }
.red { color: #e53935; }
.custom-productlist-price-title {
  font-size: 14px;
  color: #e53935;
  font-weight: bold;
}
.custom-productlist-price-tip {
  font-size:14px;
  color: #888;
  margin-left: 6px;
}
.custom-productlist-price-list {
  font-size:14px;
  color: #333;
  line-height: 1.6;
}
.custom-productlist-stock-title {
  font-size:14px;
  color: #ffaa00;
  font-weight: bold;
  margin-bottom: 2px;
}
.custom-productlist-stock {
  font-size:14px;
  color: #333;
  margin-bottom: 2px;
}
.custom-productlist-stock b { color: #ffaa00; }
.custom-productlist-buy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.custom-productlist-qty {
  width: 48px;
  padding: 4px 6px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 4px;
}
.custom-productlist-cart {
  background: #ffaa00;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 18px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 4px;
  transition: background 0.2s;
}
.custom-productlist-cart:hover { background: #1256a3; }
.custom-productlist-total {
  font-size:14px;
  color: #e53935;
  margin-bottom: 2px;
}
.custom-productlist-link {
  font-size:14px;
  color: #ffaa00;
  text-decoration: underline;
  margin-right: 8px;
}
@media (max-width: 1200px) {
  .custom-productlist-table { min-width: 900px; }
}
@media (max-width: 1000px) {
  .custom-productlist-table { min-width: 700px; }
  .custom-productlist-header { display: none; }
  .custom-productlist-row { flex-direction: column; align-items: stretch; }
  .custom-productlist-col.imgcell { width: 100%; border-radius: 12px 12px 0 0; border-right: none; border-bottom: 1.5px solid #e5e5e5; flex-direction: row; justify-content: flex-start; padding: 12px 0 0 0; }
  .custom-productlist-imgbox { margin-bottom: 0; margin-right: 12px; }
  .custom-productlist-row-actions { flex-wrap: wrap; justify-content: center; margin-bottom: 8px; }
  .custom-productlist-col { border-right: none; border-bottom: 1px solid #e5e5e5; padding: 8px 8px; }
  .custom-productlist-col:last-child { border-bottom: none; }
  .custom-productlist-col.action { align-items: center !important; justify-content: center !important; padding: 12px 0 !important; }
  .custom-productlist-buy { align-items: center !important; }
  .custom-productlist-cart { width: 100%; }
}
@media (max-width: 700px) {
  .custom-productlist-section { padding: 8px 0 8px 0; margin: 12px 0; }
  .custom-productlist-table { min-width: 0; }
  .custom-productlist-row { border-radius: 8px;         margin-left: 10px;        margin-right: 10px; }
  .custom-productlist-col.imgcell { padding: 8px 0 0 0; }
     .custom-productlist-imgbox {
        width: 82px;
        height: 82px;
        margin-left: 28px;
    }
  .custom-productlist-imgbox img { width: 82px; height: 82px; }
  .custom-productlist-title { font-size:16px; }
  .custom-productlist-meta, .custom-productlist-params, .custom-productlist-price-list, .custom-productlist-stock, .custom-productlist-stock-title { font-size:16px; }
  .custom-productlist-btn, .custom-productlist-cart { padding: 4px 8px; font-size:16px; }
  .custom-productlist-qty { width: 32px; font-size:14px; padding: 3px 4px; }
  .custom-productlist-row-actions { gap: 8px; padding-left: 0; }
  .custom-productlist-col.action { align-items: center !important; justify-content: center !important; padding: 8px 0 !important; }
  .custom-productlist-buy { align-items: center !important; }
}


.pglist {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    clear: both;
}.pglist * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}.pglist a {
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}.pglist .active a{
    display: inline-block;
    color: #fff;
    background: #0056a8;
    border-color: #0056a8;
}.pglist span{
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}
.pglist .current{  background: #0056a8; color: aliceblue; }
.pglist .hover{  background: #0056a8; color: aliceblue; }

    .hero-header {
      max-width: 1280px;
      margin: 40px auto 0 auto;
      display: grid;
      grid-template-columns: 240px 1fr 320px;
      gap: 32px;
      align-items: flex-start;
    }
    /* 左侧分类菜单 */
    .category-menu {
    background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.06);
      padding: 18px 0 18px 0;
    position: relative;
      z-index: 20;
    }
    .category-title {
      font-weight: bold;
      font-size:18px;
      color: #ffaa00;
      padding: 0 24px 12px 24px;
      letter-spacing: 1px;
    }
    .category-list {
      list-style: none;
      margin: 0;
      padding: 0 0 0 0;
    }
    .cat-item {
      position: relative;
    }
    .cat-item.has-submenu {
      position: static;
    }
    .cat-link {
      display: block;
      padding: 7px 24px;
      color: #222;
      font-size:16px;
      border-radius: 6px;
      text-decoration: none;
      transition: background 0.18s, color 0.18s;
    }
    .cat-link:hover, .cat-item:hover > .cat-link {
      background: #f2f6ff;
      color: #ffaa00;
    }
    /* 悬浮子菜单 */
    .cat-item.has-submenu:hover .submenu-panel {
      display: block;
    }
    .submenu-panel {
      display: none;
      position: absolute;
      top: 0;
      left: 232px;
      min-width: 1020px;
      max-width: 1020px;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 4px 32px rgba(0,0,0,0.10);
      border: 1.5px solid #e3e6ed;
      padding: 32px 36px 28px 36px;
      z-index: 99;
      margin-left: 8px;
      overflow: visible;
	      height: 630px;
    }
    .submenu-columns {
      display: flex;
      gap: 48px;
      flex-wrap: wrap;
      align-items: flex-start;
      width: 100%;
    }
    .submenu-group {
      
      margin-bottom: 0;
    }
    .submenu-title {
      font-weight: bold;
      color: #222;
      font-size:14px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .submenu-title span {
      color: #bbb;
      font-size: 14px;
      margin-left: 2px;
    }
    .submenu-links {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 18px;
    }
    .submenu-links a {
      color: #000;
      font-size: 14px;
      text-decoration: none;
      padding: 0 2px;
      line-height: 1.9;
      border-radius: 3px;
      transition: background 0.18s, color 0.18s;
    }
    .submenu-links a:hover {
      color: #ffaa00;
    }
    /* 幻灯片轮播容器 */
    .main-banner-slider {
      position: relative;
      width: 100%;
      min-height: 320px;
      overflow: hidden;
      border-radius: 18px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.10);
      background: linear-gradient(135deg, #eaf2fb 0%, #f8fbff 100%);
      margin-bottom: 0;
    }
    .main-banner-slide {
    display: none;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      height: 100%;
      
    position: absolute;
      top: 0; left: 0;
      transition: opacity 0.4s;
    }
    .main-banner-slide.active {
      display: flex;
      position: relative;
      opacity: 1;
      z-index: 2;
    }
    .main-banner-slider .banner-dots {
      position: absolute;
      left: 50%;
      bottom: 18px;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 10;
    }
    .main-banner-slider .banner-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #dbeafe;
    cursor: pointer;
      transition: background 0.2s;
    }
    .main-banner-slider .banner-dot.active {
      background: #ffaa00;
    }
    /* 右侧分组卡片区 */
    .side-panel {
      background: none;
      border-radius: 0;
      box-shadow: none;
      padding: 0;
      min-height: unset;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .side-card {
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.06);
      padding: 22px 20px 18px 20px;
      margin-bottom: 0;
    }
    .side-card + .side-card { margin-top: 0; }
    .side-card-title {
      font-size:14px;
      font-weight: bold;
      color: #ffaa00;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .side-card .notice-list {
      margin: 0; padding: 0; list-style: none;
    }
    .side-card .notice-list li {
      font-size: 14px;
      color: #ffaa00;
      margin-bottom: 6px;
      display: flex;
      align-items: center;
    }
    .side-card .notice-list li .tag {
      background: #ffeaea;
      color: #ffaa00;
      border-radius: 4px;
      font-size:14px;
      padding: 1px 6px;
      margin-right: 4px;
    }
    .side-card .func-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px 10px;
      margin-top: 8px;
    }
    .side-card .func-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size:14px;
      color: #444;
      text-align: center;
      gap: 4px;
      cursor: pointer;
      transition: color 0.18s;
    }
    .side-card .func-item:hover {
      color: #ffaa00;
    }
    .side-card .func-icon {
      width: 28px;
      height: 28px;
      background: #f2f6ff;
      border-radius: 8px;
      margin-bottom: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #ffaa00;
    }
    .side-card .user-box {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 10px;
    }
    .side-card .user-avatar {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #f2f6ff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #ffaa00;
    }
    .side-card .user-info {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
    .side-card .user-info .user-name a{
      font-weight: bold;
      color: #222;
      font-size:16px;
    }
    .side-card .user-info .user-action {
      font-size:14px;
      color: #ffaa00;
      cursor: pointer;
    }
    .side-card .user-info .user-action:hover {
      color: #ffaa00;
    }
    /* 响应式自适应 */
    @media (max-width: 1100px) {
      .hero-header { grid-template-columns: 1fr; gap: 0; }
      .side-panel, .category-menu { display: none; }
      .main-banner-slider, .main-banner-slide { border-radius: 0; }
    }
    @media (max-width: 800px) {
      .hero-header { grid-template-columns: 1fr; gap: 0; }
      .side-panel, .category-menu { display: none; }
      .main-banner-slider, .main-banner-slide { border-radius: 0; }
      .main-banner-slide {   min-height: 220px; }
      .main-banner-title { font-size: 16px; }
      .main-banner-highlight { font-size:16px; }
      .main-banner-desc { font-size:14px; }
      .main-banner-btn { font-size:14px; padding: 8px 22px; }
	  .main-banner-slider {
    position: relative;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    margin-bottom: 0;
}
    }
    .main-center-panel {
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .main-center-panel .side-card {
      margin-left: 0;
      margin-right: 0;
    }
	.side-card1{
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    
    margin-bottom: 0;
}
.side-card1 img{border-radius: 10px;}

.mt-15 {
    margin-top: 0.75rem;
}
/*filter*/
.filter {
	background: #fff;
    padding:.5rem 1rem 1rem 0;
	font-size: 14px;
}
.filter .sx-fl {
	text-align: right;
    padding-top:.9rem;
	font-size: 14px;
	color: #999;
}
.filter .sx-fr {
padding-left:.5rem;
}
.filter .sx-fr a {
    padding:.4rem .25rem;
    border-radius:.1rem;
    margin:.5rem .5rem 0 0;
	display: inline-block;
	font-size: 14px;
	color: #999;
}
.filter a:hover {
	border-color: #ff6f06;
	color: #ff6f06;
    cursor: pointer;
}
.filter a.active {
	color: #ff6f06;
}
.filter-red a:hover, .filter-red a.active {
	border-color: #ED4014;
	color: #ED4014;
}
.filter-yellow a:hover, .filter-yellow a.active {
	border-color: #F37B1D;
	color: #F37B1D;
}
.filter-blue a:hover, .filter-blue a.active {
	border-color: #1890FF;
	color: #1890FF;
}
.filter-green a:hover, .filter-green a.active {
	border-color: #19BE6B;
	color: #19BE6B;
}
.filter-info a:hover, .filter-info a.active {
	border-color: #2DB7F5;
	color: #2DB7F5;
}
.filter-black a:hover, .filter-black a.active {
	border-color: #666;
	color: #666;
}
.filter .sx-fr-pic {/*margin-right:-1px;*/
}
.filter .sx-fr-pic a {/*margin-right:0;margin-left:-1px;border-radius:0;*/
font-size: 14px;
}
.filter .sx-fr-pic a:hover {
	position: relative;
}
.filter .sx-fr-pic a.active {
	position: relative;
}
.filter .sx-fr-pic a:first-child {
margin-right:.75rem;
}
.plking{
    line-height: 28px;
}