/*
Theme Name: ZAIGEO
Version: 1.0
Description:
Author:
*/
@charset "utf-8";

:root {
	--i_color: #DC2127;
	--topContact_height: .5rem;
	--topNav_height:.7rem;
	--header_height: calc(var(--topContact_height) + var(--topNav_height));
}
@media screen and (max-width:1024px) {
	:root {
		--topNav_height:.6rem;
		--topContact_height:.6rem;
		--header_height: .6rem;
	}
}



.wrap {
	width: 94%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.wrap2{width: 94%; max-width: 1700px; margin-left: auto;margin-right: auto;}




.wrap_l{margin-left: 10.8vw;}
.wrap_r{margin-right: 10.8vw;}
@media screen and (max-width:1680px) {
	.wrap_l{margin-left: 5.4vw;}
	.wrap_r{margin-right: 5.4vw;}
}
@media screen and (max-width:1440px) {
	.wrap_l{margin-left: 3vw;}
	.wrap_r{margin-right: 3vw;}
}




/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 2014;
}
header::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #E8E8E8; z-index: 999;}
header::after{content: '';position: absolute; left: 0;top: 0;width: 100%;height: 5px;background: var(--i_color); z-index: 999;}

.top{background: #FFF;display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center;}

@media screen and (max-width:1024px) {
	.top{gap: 0 0;}
	header::after{height: 3px;}
}





/* logo */
.logo {
	width: 10%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.logo img {max-width: 100%; max-height: 75%;}
@media screen and (max-width:1440px) {
	.logo{width: 7%;}
}
@media screen and (max-width:1024px) {
	.logo{width: auto;}
}




.topCont{margin-left: auto; width: 87%;}

.topContact{height: var(--topContact_height); display:flex; flex-wrap:wrap;align-items: center; gap: 0 .3rem; position: relative; z-index: 9999;}

.topMarketing{width:40%; overflow: hidden;}
.topMarketing p{
    display: inline-block;
    margin: 0;
    white-space: nowrap;
	font-size: 0.16rem;
}
@media screen and (max-width:1440px) {
	.topCont{width: 90%;}
	.topMarketing{width: 35%;}
}
@media screen and (max-width:1200px) {
	.topMarketing{width: 30%;}
}
@media screen and (max-width:1024px) {
	.topCont{width: auto;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.topContact_r{margin-left: auto; display:flex; flex-wrap:wrap; align-items: center;}

.top_supplier{display:flex; flex-wrap:wrap; align-items: center; gap: 0 6px;}
.top_supplier iconify-icon{font-size: 0.24rem; color: #333;}
.top_supplier p{font-size: 15px; color: #555;}
.top_supplier:hover p{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1366px) {
	.top_supplier iconify-icon{font-size: 0.2rem;}
	.top_supplier p{font-size: 14px;}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

/* ------------------------------------------- */

.topContact_list{margin: 0 .36rem; display:flex; flex-wrap:wrap;align-items: center; gap: 0 .3rem;}
.topContact_list li{position: relative;}
.topContact_list li:first-child::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: -.18rem;width: 1px;height: 75%;background: rgb(0 0 0 / 25%);}
.topContact_list li::after{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: -.18rem;width: 1px;height: 75%;background: rgb(0 0 0 / 25%);}
.topContact_list li,.topContact_list li a{font-size: 15px; color: #666;}
.topContact_list li a:hover{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1440px) {
	.topContact_list li, .topContact_list li a{font-size: 14px;}
}
@media screen and (max-width:1200px) {
	.topContact_list li, .topContact_list li a{font-size: 13px;}
}

/* ------------------------------------------- */

.topMeida{display:flex; flex-wrap:wrap; align-items: center;gap: 0 .14rem;}
.topMeida dt{}
.topMeida dt iconify-icon{font-size: 0.2rem; color: #777;}
.topMeida dt:hover iconify-icon{color: var(--i_color);}

/* ------------------------------------------- */

.top_language{margin-left: 0.24rem; position: relative;}
.top_language_btn{padding-right: 0.16rem; height: var(--topContact_height);display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center; cursor: pointer; gap: 0 8px; position: relative;}
.top_language_btn::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: 0; width:0; height:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:6px solid #666;}
.top_language_btn iconify-icon{font-size: .24rem;color: #555;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_btn p{font-size: 0.18rem; color: #666;}
.top_language_btn.on iconify-icon, .top_language_btn.on p{color: var(--i_color);}
.top_language_btn.on::before{border-top:6px solid var(--i_color);}

.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(100% + .16rem);
	right: 0;
	min-width: 1.6rem;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 2px 6px 10px rgb(0 0 0 / 10%);
	padding: .1rem .18rem .1rem;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.top_language_list ul {overflow: hidden;}
.top_language_list li{position: relative;left: 0;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_list a>span {
	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 8px;
	box-sizing: border-box;
	overflow: hidden
}
.top_language_list .trp-ls-language-name{font-size: 15px; color: #666;line-height: .3rem;}

.top_language_list li:hover{left: 4px;}
.top_language_list li:hover .trp-ls-language-name{color: var(--i_color);}

@media screen and (max-width:560px) {
	.top_language_btn p{font-size: 15px;}
}



@media screen and (max-width:1024px) {
	.top_supplier,
	.topMarketing,
	.topContact_list,
	.topMeida{display: none;}
}





.topNav{display:flex; flex-wrap:nowrap; position: relative; z-index: 999;}

/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		width: 68%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0 4%;
		position: relative;
		z-index: 2014;
	}

	.i_nav>li {position: relative;}

	.i_nav>li>a {
		text-align: left;
		display:flex; flex-wrap:wrap; align-items: center;
		height: var(--topNav_height);
		font-size: .18rem;
		color: #333;
		line-height: 1.2;
		position: relative;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav>li.active>a
	{
		color: var(--i_color);
	}

	.nav_products .sub-menu {display: none !important;}

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		left:50%; transform:translate(-50%,0);
		top: var(--topNav_height);
		min-width: 1.4rem;
		background: #FFF;
		overflow: hidden;
		box-shadow: 0 .06rem .1rem rgb(0 0 0 / 8%);
		font-size: 0;
		text-align: center;
	}

	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child):before {content: '';position:absolute; bottom: 0; left:50%; transform:translate(-50%,0);width: 90%;height: 1px;background: #EEE;}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 .2rem;
		font-size: 0.15rem;
		color: #666;
		line-height: 0.4rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}

	.i_nav .sub-menu .current-menu-item::before,
	.i_nav .sub-menu .current-category-ancestor::before,
	.i_nav .sub-menu .current-post-ancestor::before,
	.i_nav .sub-menu .current-menu-ancestor::before,
	.i_nav .sub-menu .current-menu-parent::before,
	.i_nav .sub-menu li:hover::before{
		width: 100%;
	}

	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
}
@media screen and (max-width:1440px) {
	.i_nav{gap: 0 3%;}
}
@media screen and (max-width:1200px) {
	.i_nav>li>a{font-size: 0.16rem;}
}





@media screen and (max-width:1024px) {
	.i_nav {
		opacity: 0;
		position: fixed;
		top: var(--header_height);
		left: 101%;
		margin: 0 0;
		width: 100%;
		width: 100vw;
		height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		-webkit-transition:all .5s ease; transition:all .5s ease;
		z-index: 9999
	}
	.i_nav.active{opacity: 1; left: 0;}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children span {
		display: block;
		position: absolute;
		top: 8px;
		right: 20px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		border: 1px solid #CCC;
		-webkit-border-radius:50%; border-radius:50%;
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: 20px;
	}
	.i_nav>.menu-item-has-children span.on {
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: 20px;
	}

	.i_nav>li>a {
		padding: 0 20px;
		font-size: 16px;
		color: #222;
		line-height: 44px;
		text-transform: uppercase;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a{
		color: var(--i_color) !important;
	}

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 40px;
		font-size: 15px;
		color: #555;
		line-height: 40px;
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 60px;
		font-size: 13px;
		color: #888;
		line-height: 36px;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}





.mbSearch{display: none;}
@media screen and (max-width:1024px) {
	.mbSearch{display:flex; flex-wrap:wrap; align-items: center; height: var(--header_height); margin-left: 0.2rem;}
	.mbSearch iconify-icon{font-size: 0.24rem; color: #666;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {

}





.nav_menu_products{display: none; position: fixed;top: var(--header_height); left: 0;width: 100%;background: #FFF;box-shadow: 0 4px 10px rgb(0 0 0 / 10%); z-index: 2014;-webkit-transition:top .5s ease; transition:top .5s ease;}
.nav_menu_products .wrap{padding: .2rem 0; display:flex; flex-wrap:nowrap; gap: 0 6%; align-items: center;}

.menu_products_nav{width: 24%;}
.menu_products_nav li{position: relative; cursor: pointer;}
.menu_products_nav a{padding: 6px 0; display:flex; flex-wrap:nowrap; align-items: center; gap:0 6px;}
.menu_products_nav img{width: .5rem; height: .5rem; object-fit: contain;}
.menu_products_nav p{font-size: 0.18rem; font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.menu_products_nav li.active p{color: var(--i_color);}

.menu_products_show{width: 100%; margin-left: auto;}
.menu_products_show .item{position: relative; opacity: 0; visibility: hidden; top: .2rem; height: 0;}
.menu_products_show .item.active{opacity: 1; visibility: visible; height: auto; top: 0; transition:all .5s ease;}

.menu_products_show ul{display:flex; flex-wrap:wrap; gap: .3rem 4%;}
.menu_products_show li{width: 22%;}

.menu_products_show .coverpic{width:100%; position:relative; overflow:hidden}
.menu_products_show .coverpic::before{content:""; display:block; padding-bottom:50%}
.menu_products_show .coverpic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain; transition:all .5s ease;}
.menu_products_show p{margin-top: 0.1rem; font-size: 0.16rem; text-align: center;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.menu_products_show li:hover img{transform:scale(1.05);}
.menu_products_show li:hover p{color: var(--i_color);}









/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	flex-shrink: 0;
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: var(--i_color);
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: var(--i_color);
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}

.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}

@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important;
		margin-left: 0.2rem;
	}
}





.top_r{--size:.26rem}
.top_r {
	width: 26%;
	margin-left: auto;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 .24rem;
}
@media screen and (max-width:1200px) {
	.top_r{width: 22%;}
}
@media screen and (max-width:1024px) {
	.top_r{display: none;}
}





/* search */
.top_search {
	--search_height: .38rem
}
.top_search {
	width: 100%;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
	position: relative;
}
.top_search form {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: 100%;
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 .12rem;
}
.top_search_btn {
	flex-shrink: 0;
	font-size: 0;
	color: #FFF;
	width: var(--search_height);
	height: var(--search_height);
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M10 18a7.95 7.95 0 0 0 4.897-1.688l4.396 4.396l1.414-1.414l-4.396-4.396A7.95 7.95 0 0 0 18 10c0-4.411-3.589-8-8-8s-8 3.589-8 8s3.589 8 8 8m0-14c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6'/%3E%3C/svg%3E") no-repeat center;
	background-size: .22rem;
	cursor: pointer;
}

@media screen and (max-width:1024px) {
	.top_search {
		--search_height: 28px
	}
	.top_search{width: 200px;}
}
@media screen and (max-width:560px) {
	.top_search{width: 160px;}
	.top_search_btn{background-size: 20px;}
}






.sResult{display: none; position: absolute; right: 0; width: 100%; background: #FFF;box-shadow: 2px 2px 10px rgb(0 0 0 / 15%); z-index: 999999;}

.sResult_loading{display: none; padding: .1rem 0; text-align: center;}
.sResult_loading iconify-icon{font-size: 0.4rem; color: #666;}

.sResult ul{display: none; padding: 14px 0 0; max-height: 66vh; overflow-y: auto;}
.sResult ul::-webkit-scrollbar{width:3px;}

.sResult ul>i{display: block; padding: .1rem 0 .2rem; text-align: center; font-size: 14px; color: #999;}

.sResult li{border-bottom: 1px solid #E9E9E9;}
.sResult li:last-child{border-bottom: none;}
.sResult li a{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .1rem; padding: .1rem;}

.sResult .coverpic{flex-shrink: 0; width:30%; position:relative; overflow:hidden}
.sResult .coverpic::before{content:""; display:block; padding-bottom:100%}
.sResult .coverpic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain; transition:all .5s ease;}

.sResult .text{width: 100%;}
.sResult .text h5{font-size: 15px; color: #333; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.sResult .text p{margin: 4px 0; font-size: 13px; color: #AAA; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.sResult .text i{font-size: 15px; color: var(--i_color); font-weight: bold;}

.sResult li:hover h5{color: var(--i_color);}

@media screen and (max-width:1440px) {
	.sResult .text h5{font-size: 14px;}
}






/* ------------------------------------------------- */
.fixed_search {
	--search_height: .38rem
}
.fixed_search{display: none;}

@media screen and (max-width:1024px) {
	.fixed_search {
		display: block;
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: calc(var(--header_height) + .3rem);
		left: 0;
		width: 100%;
		padding: .16rem 0;
		background: #FFF;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		z-index: 2015;
	}
	.fixed_search.on {
		visibility: visible;
		opacity: 1;
		top: var(--header_height);
		box-shadow: var(--boxShadow);
	}
	.fixed_search form {
		width: 80%;
		margin: 0 auto;
		max-width: 5rem;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		box-sizing: border-box;
		border: 1px solid var(--i_color);
		overflow: hidden;
	}
	.fixed_search_ipt {
		width: 100%;
		height: var(--search_height);
		box-sizing: border-box;
		padding: 0 .12rem;
	}
	.fixed_search_btn {
		flex-shrink: 0;
		font-size: 0;
		color: #FFF;
		width: calc(var(--search_height) * 1.5);
		height: var(--search_height);
		background:var(--i_color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m21 21l-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
		background-size: .24rem;
		cursor: pointer;
	}
}



@media screen and (max-width:768px) {
	.fixed_search {
		--search_height: 34px
	}
	.fixed_search {
		padding: 12px 0;
	}
}
@media screen and (max-width:560px) {
	.fixed_search form {
		width: 94%;
	}
}








/* ------------------------------------------------- */

.topCatalog{text-align: center;}
.topCatalog img{height: 24px;}
.topCatalog p{margin-top: 4px; font-size: 15px;}
.topCatalog:hover p{color: var(--i_color);}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.topCatalog img{height: 20px;}
	.topCatalog p{font-size: 14px;}
}
@media screen and (max-width:1200px) {
	.topCatalog{display: none;}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.full_header_height{height: var(--header_height);}





/* banner */
.banner {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.banner .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	height: 0;
	padding-bottom: 36.573%;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide>img,
.banner .swiper-slide>a>img {
	position:absolute; top:0; left:0; width:100vw; height:100%; object-fit: cover;
}

.banner-button{position:absolute; top:48%; transform:translate(0,-50%); width: 0.5rem;height: 0.5rem;box-sizing: border-box;cursor: pointer; z-index: 3;-webkit-transition:all .5s ease; transition:all .5s ease;}
.banner-button-prev{left: -1rem}
.banner-button-next{right: -1rem;}
.banner-button iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.4rem;color:#FFF;}
.banner:hover .banner-button-prev{left: .1rem;}
.banner:hover .banner-button-next{right: .1rem;}

.banner-pagination {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 14%;
	text-align: center;
	z-index: 3;
}
.banner-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 6px;
	-webkit-border-radius:2rem; border-radius:2rem;
	background: #CCC;
	outline: none;
	cursor: pointer;
	position: relative;
	-webkit-transition:width .5s ease; transition:width .5s ease;
}
.banner-pagination .swiper-pagination-bullet-active {
	width: 36px;
	background:url(static/images/swiper-pagination-active.webp) no-repeat center;
	background-size: contain;
	-webkit-border-radius:0; border-radius:0;
}

@media screen and (max-width:1440px) {
	.banner-pagination{bottom: 15%;}

	.banner-pagination .swiper-pagination-bullet{width: 8px;height: 8px; margin: 0 4px;}
	.banner-pagination .swiper-pagination-bullet-active{width: 30px;}
}
@media screen and (max-width:1024px) {
	.banner .swiper-slide{padding-bottom: 55%;}
	.banner-button-prev,.banner-button-next{display: none;}

	.banner-pagination{bottom: 16%;}
}
@media screen and (max-width:560px) {
	.banner-pagination{bottom: 20px;}
	.banner-pagination .swiper-pagination-bullet{width: 6px;height: 6px; margin: 0 4px;}
	.banner-pagination .swiper-pagination-bullet-active{width: 20px;}
}





.banner_text{position:absolute; top:30%; left: 0; width: 100%; z-index: 2;}
.banner_text h3{text-align: center; font-size: 3.7vw;color: #FFF; font-weight: bold;}
.banner_text dl{width: 46%; margin-left: auto;margin-right: auto; display:flex; flex-wrap:wrap; gap: 10px 4%;}
.banner_text dt{width: 30.66%; font-size: 1.8vw; color: #FFF;}

.banner_text .btn{display:flex; flex-wrap:nowrap; justify-content: center; gap: 0 .3rem;}

@media screen and (max-width:1440px) {
	.banner_text h3{font-size: 3.2vw;}
	.banner_text dt{font-size: 1.6vw;}
}
@media screen and (max-width:1024px) {
	.banner_text h3{font-size: 3.6vw;}
	.banner_text dl{width: 60%;}
	.banner_text dt{font-size: 16px}
}
@media screen and (max-width:768px) {
	.banner_text dl{width: 70%;}
}
@media screen and (max-width:560px) {
	.banner_text{top: 22%;}
	.banner_text h3{font-size: 4.6vw;}
	.banner_text dl{width: 80%; margin-top: 14px;}
	.banner_text dt{font-size: 13px}
	.banner_text .btn{gap: 0 14px; margin-top: 16px;}
}







.priceList{margin-top: -.5rem; position: relative; z-index: 3;}
.priceList::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%; height:calc(100% - .5rem); background: #F0F2F3;}
.priceList ul{display:flex; flex-wrap:nowrap; gap: 0 0; background: #FFF; position: relative;}

.priceList li{width: 25%; position: relative;}
.priceList li::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: 0; width: 1px;height: 40%;background: #DDD;}
.priceList li:last-child::before{display: none;}
.priceList li::after{content: '';position:absolute; left:50%; transform:translate(-50%,0); bottom: 0;width: 0;height: 2px;background: var(--i_color); transition:all .5s ease;}
.priceList a{display: block; padding:.3rem .5rem; text-align: center;}

.priceList .coverPic{width:100%; margin-bottom: 0.16rem; position:relative; overflow:hidden}
.priceList .coverPic::before{content:""; display:block; padding-bottom:30%}
.priceList .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain; transition:all .5s ease;}

.priceList h5{font-size: 0.2rem;font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.priceList p{margin: .2rem auto; font-size: 0.16rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.priceList a>span{font-size: 0.18rem;}
.priceList a>span i{color: var(--i_color);}

.priceList li:hover::after{width: 100%;}

@media screen and (max-width:1024px) {
	.priceList{padding: 40px 0 30px; margin: 0 0; background: #F0F2F3;}
	.priceList::before{display: none;}

	.priceList ul{gap: 30px 4%; flex-wrap: wrap; background: none;}
	.priceList li{width: 48%; background: #FFF;}
	.priceList li::before{display: none;}
	.priceList a{padding: 24px 18px;}

	.priceList h5{font-size: 18px;}
	.priceList a>span{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.priceList h5{font-size: 17px;}
	.priceList p{margin: 10px auto; font-size: 13px;}
}
@media screen and (max-width:560px) {
	.priceList{padding: 36px 0 10px}
	.priceList ul{gap: 16px 4%}
	.priceList a{padding: 14px 18px;}
	.priceList h5{font-size: 16px;}
	.priceList a>span{font-size: 15px;}
}






/* Main */
main{position: relative;overflow: hidden;}





.i_tit{}
.i_tit span{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .2rem;}
.i_tit span i{width: 1rem; height: 0.49rem; background:url(static/images/title_icon.webp) no-repeat center; background-size: contain;}
.i_tit span h3{font-weight: bold;}
.i_tit p{margin-top: 8px;}

.i_tit.center{text-align: center;}
.i_tit.center span{justify-content: center;}

@media screen and (max-width:1200px) {
	.i_tit span i{width: 0.7rem;}
}
@media screen and (max-width:1024px) {
	.i_tit span i{width: 58px;}
}
@media screen and (max-width:768px) {
	.i_tit span{gap: 0 14px;}
	.i_tit span i{width: 46px;}
}
@media screen and (max-width:560px) {
	.i_tit span{gap: 0 10px;}
	.i_tit span i{width: 32px; height: 30px;}
}






.i_more{display: table; border: 1px solid var(--i_color); position: relative;}
.i_more::before{content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: var(--i_color);}
.i_more span{padding: .06rem .24rem; display:flex; flex-wrap:nowrap; align-items: center; justify-content: center; gap: 0 .2rem; position: relative;}
.i_more b{font-size: 0.18rem; color: var(--i_color);}
.i_more iconify-icon{flex-shrink: 0; font-size: 0.36rem; color: var(--i_color);}

.i_more.white{border-color: #FFF;}
.i_more.white b,.i_more.white iconify-icon{color: #FFF;}

.i_more:hover{transform:translate(0,-8px); box-shadow: 2px 6px 10px rgb(0 0 0 / 30%);}
.i_more:hover, .i_more.active{border-color: var(--i_color);}
.i_more.active::before, .i_more:hover::before{width: 100%;}
.i_more:hover b,.i_more:hover iconify-icon,.i_more.active b,.i_more.active iconify-icon{color: #FFF;}

.i_more.center{margin-left: auto;margin-right: auto;}

.i_more, .i_more::before, .i_more b, .i_more iconify-icon{transition:all .3s ease;}

@media screen and (max-width:1440px) {
	.i_more span{padding: .06rem .2rem;}
}
@media screen and (max-width:1024px) {
	.i_more span{gap: 0 8px;}
	.i_more b{font-size: 15px;}
	.i_more iconify-icon{font-size: 24px;}
}
@media screen and (max-width:768px) {
	.i_more span{padding: 6px .14rem;}
	.i_more b{font-size: 14px;}
	.i_more iconify-icon{font-size: 20px;}
}
@media screen and (max-width:560px) {}







.sectionTit{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}
.sectionTit .i_more{flex-shrink: 0; margin-left: auto;}







.homeParts{background: #F0F2F3;}

.partsBox{position: relative;}

.partsNav{position: absolute; top: 0;left: 0; width: 22%; height: 100%;}
.partsNav::before{content: ''; position: absolute;top: 0; right: -.32rem; width: 1px; height: 100%; background: #DDD;}
.partsNav ul{height: 100%; display:flex; flex-wrap:nowrap; flex-direction: column;}
.partsNav li{width: 100%; height: 100%; padding: 0 .2rem; box-sizing: border-box; border-bottom: 1px solid #DDD; display:flex; flex-wrap:nowrap; align-items: center; justify-content: space-between; gap: 0 .2rem; cursor: pointer;}
.partsNav li:first-child{border-top: 1px solid #DDD;}
.partsNav p{font-size: 0.2rem;font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.partsNav iconify-icon{flex-shrink: 0; font-size: 0.34rem; position: relative;}
.partsNav li.active p,.partsNav li.active iconify-icon{color: var(--i_color);}
.partsNav li.active iconify-icon{animation:offset .5s 1 linear}
@keyframes offset{
	0% {left: 0;}
	50% {left: 6px;}
	100% {left: 0;}
}




.partsShow{margin-left: auto; width: 74%; background: #FFF;}
.partsShow .item{display: none; min-height: 300px;}
.partsShow .item.active{display: block;}

.partsItemNav{display:flex; flex-wrap:nowrap; background:url(static/images/parts-title-bg.webp) no-repeat center; background-size: cover;}
.partsItemNav li{width: 100%; height: .9rem; box-sizing: border-box; padding: 0 .1rem; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; cursor: pointer; position: relative;}
.partsItemNav li::before{content: ''; position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background: var(--i_color); transition:all .5s ease;}
.partsItemNav p{text-align: center; font-size: 0.2rem; color: #FFF; font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.partsItemNav li.active::before{width: 100%;}
.partsItemNav li.active p{color: var(--i_color);}

.partsItemShow{position: relative;}
.partsItemShow::before{content: '';display: block; padding-bottom: 52%;}
/* .partsItemShow dt{display: none; position: absolute; top: 0;left: 0;width: 100%;height: 100%;}
.partsItemShow dt.active{display: block;} */

.partsItemShow dt{opacity: 0; visibility: hidden; position: absolute; left:0; top: .2rem; width: 100%;height: 100%; overflow: hidden;}
.partsItemShow dt.active{opacity: 1; visibility: visible; top: 0; transition:top .8s ease;}

.feedback_show .item{}
.feedback_show .item.active{}




.partsItemShow ul{display:flex; flex-wrap:wrap; width: 100%; height: 100%;}
.partsItemShow li{width: 33.33%; height: 50%;}
.partsItemShow a{display: block; width: 100%; height: 100%; box-sizing: border-box; padding: .2rem .2rem .3rem; text-align: center;}

.partsItemShow .coverPic{position:relative; height: 80%; overflow:hidden}
.partsItemShow .coverPic img{width: 100%; height: 100%; object-fit: contain; transition:all .5s ease;}

.partsItemShow li p{margin-top: 0.16rem; font-size: 16px; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.partsItemShow a:hover img{transform: scale(1.05, 1.05);}
.partsItemShow a:hover p{color: var(--i_color);}

@media screen and (max-width:1440px) {
	.partsItemNav p{font-size: 0.18rem;}
}
@media screen and (max-width:1366px) {
	.partsItemShow li p{font-size: 15px;}
}
@media screen and (max-width:1200px) {
	.partsNav::before{right: -24px;}
	.partsNav li{padding: 0 .1rem;}
	.partsItemNav li{height: 0.74rem;}
	.partsItemShow li p{font-size: 14px;}
}
@media screen and (max-width:1024px) {
	.partsNav{margin-bottom: 30px; position: relative; width: 100%;}
	.partsNav ul{height: auto; flex-wrap: wrap; flex-direction: row; border-top: 1px solid #DDD;}
	.partsNav li{width: 33.33%; height: 66px; padding: 0 10px; box-sizing: border-box; border-top:none !important}
	.partsNav::before{display: none;}

	.partsNav p{font-size: 17px;}
	.partsNav iconify-icon{font-size: 28px;}

	.partsShow{width: 100%;}
	.partsItemNav p{font-size: 16px;}

	.partsItemShow::before{display: none;}
	.partsItemShow dt{height: 0; position: relative;}
	.partsItemShow dt.active{height: auto;}
	.partsItemShow li{height: auto;}
	.partsItemShow .coverPic{height: auto;}
	.partsItemShow .coverPic::before{content: '';display: block;padding-bottom: 60%;}
	.partsItemShow .coverPic img{position:absolute; top:0; left:0;}
}
@media screen and (max-width:768px) {
	.partsNav li{height: 60px;}
	.partsNav p{font-size: 16px;}
	.partsNav iconify-icon{font-size: 24px;}

	.partsItemNav p{font-size: 15px;}
	.partsItemShow li{width: 50%;}
}
@media screen and (max-width:560px) {
	.partsNav li{width: 50%; height: 56px;}
	.partsNav iconify-icon{font-size: 20px;}

	.partsItemNav p{font-size: 14px;}
}







.homeCat_list{display:flex; flex-wrap:wrap;gap: .3rem 2%;}
.homeCat_list li{width: 32%; box-sizing: border-box; border: 1px solid #DDD; position: relative; overflow: hidden;}
.homeCat_list a{display: block; box-sizing: border-box; padding: 0 .3rem .3rem;}

.homeCat_list .tit{height: 0.8rem; margin-bottom: 0.2rem; border-bottom: 1px solid #DDD; text-align: center; display:flex; flex-wrap:wrap; align-items: center; justify-content: center;}
.homeCat_list h6{font-size: 0.24rem;font-weight: bold; line-height: 1.2; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeCat_list .coverPic{width:100%; max-width: 3.6rem; margin-left: auto;margin-right: auto; position:relative; overflow:hidden}
.homeCat_list .coverPic::before{content:""; display:block; padding-bottom:100%}
.homeCat_list .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain; transition:all .5s ease;}

.homeCat_list .des{opacity: 0; position: absolute; top: 100%; left: 0; width: 100%;height: 100%; box-sizing: border-box; padding: 0 .3rem .3rem; background: var(--i_color); z-index: 3; transition:all .5s ease;}
.homeCat_list .des h6{color: #FFF; border-color: rgb(255 255 255 / 15%);}
.homeCat_list .des p{font-size: 0.16rem; color: #FFF; line-height: 1.5;}
.homeCat_list .des .i_more{position: absolute; bottom: .3rem; width: calc(100% - .6rem); border-color: #FFF !important;}
.homeCat_list li:hover .des{opacity: 1; top: 0;}

@media screen and (max-width:1440px) {
	.homeCat_list h6{font-size: 0.22rem;}
}
@media screen and (max-width:1024px) {
	.homeCat_list a{padding: 0 20px 20px;}
	.homeCat_list .tit{height: 60px;}
	.homeCat_list h6{font-size: 17px;}
	.homeCat_list .des{display: none !important;}
}
@media screen and (max-width:768px) {
	.homeCat_list{gap: 30px 4%;}
	.homeCat_list li{width: 48%;}
}
@media screen and (max-width:560px) {
	.homeCat_list{gap: 18px 4%;}
	.homeCat_list .tit{height: 48px;}
	.homeCat_list h6{font-size: 15px;}
}








.homePromotions{background: #F5F5F5;}
.homePromotions .tit{display: table; padding-bottom: 6px; font-weight: bold; position: relative;}
.homePromotions .tit::before{content: '';position: absolute;left: 0;bottom: 0;width: 1.5rem;height: 2px;background: var(--i_color); transition:all .5s ease;}
.homePromotions:hover .tit::before{width: 100%;}

.homePromotions_list{}
.homePromotions_list li{margin-bottom: 0.4rem; display:flex; flex-wrap:nowrap; gap: 0 4%; align-items: center;}

.homePromotions_t{width: 100%;}
.homePromotions_t h5{font-size: 0.24rem;font-weight: bold;}
.homePromotions_t .t{margin: .2rem 0 .3rem; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:8;}
.homePromotions_t .t p{margin: .14rem 0; font-size: 0.18rem; line-height: 1.5;}

.homePromotions_p{flex-shrink: 0; width: 46%; position: relative; overflow: hidden;}
.homePromotions_p::before{content: '';display: block; padding-bottom: 58%;}
.homePromotions_p img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.homePromotions_list li:hover h5{color: var(--i_color);}
.homePromotions_list li:hover img{transform: scale(1.05, 1.05);}

@media screen and (max-width:1024px) {
	.homePromotions_t h5{font-size: 18px;}
	.homePromotions_p{width: 40%;}
}
@media screen and (max-width:768px) {
	.homePromotions_list li{flex-wrap: wrap; gap: 20px 0;}
	.homePromotions_p{order: -1; width: 100%;}
}
@media screen and (max-width:560px) {
	.homePromotions_t h5{font-size: 17px;}
	.homePromotions_t .t p{margin: 14px 0 20px; font-size: 14px;}
}









.about{background:url(static/images/about_bg.webp) no-repeat center; background-size: cover; background-attachment: fixed;}

.aboutCont{display:flex; flex-wrap:nowrap; align-items: flex-end; gap: 0 5%;}

.about_t{width: 100%;}
.about_t h3{font-weight: bold; color: #FFF;}
.about_t h3 i{color: var(--i_color);font-weight: bold;}
.about_t article{color: #FFF;}

.about_tList{display:flex; flex-wrap:wrap; gap: .28rem 4%;}
.about_tList dt{width: 48%; box-sizing: border-box; padding: .12rem .3rem; background: #CCC; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .1rem; background:url(static/images/about_tList_bg.webp) no-repeat; background-size: 100% 100%; cursor: pointer;}
.about_tList i{flex-shrink: 0;}
.about_tList img{height: 0.48rem;}
.about_tList p{font-size: 0.18rem; color: #FFF; font-weight: bold;}

.about_tList dt:hover{background:url(static/images/about_tList_bg_active.webp) no-repeat; background-size: 100% 100%;}

.about_p{flex-shrink: 0; width: 35%; position: relative;}
.about_p img{width: 100%;}

@media screen and (max-width:1024px) {
	.aboutCont{flex-wrap: wrap; gap: 40px 0;}

	.about_tList img{height: 40px;}
	.about_tList p{font-size: 16px;}

	.about_p{width: 100%;}
}
@media screen and (max-width:768px) {
	.about_tList dt{padding: 10px 16px;}
	.about_tList img{height: 30px;}
}
@media screen and (max-width:560px) {
	.about_tList{gap: 16px 0;}
	.about_tList dt{width: 100%;}
}






.vBtn{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); cursor: pointer;}
.vBtn span{position: relative;}
.vBtn span::before,.vBtn span::after{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background: rgb(255 255 255 / 50%); -webkit-border-radius:50%; border-radius:50%;}
.vBtn span::before{width: 82%;height: 82%; -webkit-animation:diffuse 2s infinite linear; animation:diffuse 2s infinite linear}
.vBtn span::after{width: 100%;height: 100%; -webkit-animation:diffuse 2s infinite linear; animation:diffuse 2s infinite linear}
@keyframes diffuse{
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.8);
		-ms-transform: translate(-50%, -50%) scale(1.8);
		-o-transform: translate(-50%, -50%) scale(1.8);
		-webkit-transform: translate(-50%, -50%) scale(1.8);
		-moz-transform: translate(-50%, -50%) scale(1.8)
	}
}
.vBtn i{display: block;width: 0.7rem;height: 0.7rem; background: #FFF; -webkit-border-radius:50%; border-radius:50%; position: relative;}
.vBtn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.4rem;color: var(--i_color); z-index: 2;}

@media screen and (max-width:1024px) {
	.vBtn i{width: 50px;height: 50px;}
	.vBtn iconify-icon{font-size: 30px;}
}
@media screen and (max-width:560px) {
	.vBtn i{width: 46px;height: 46px;}
	.vBtn iconify-icon{font-size: 26px;}
}





.vd_full {display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(255 255 255 / 80%);z-index:99999;}
.vd_box {position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);width:60%;z-index:2;}
.vd_box::before {content:'';display:block;padding-bottom:56.25%;}
.close_v {position:absolute;top:-.2rem;right:-.2rem;width:0.4rem;height:0.4rem;background:var(--i_color);z-index:2;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;}
.close_v::before {content:'+';position:absolute;top:50%;left:50%;font-size:0.44rem;color:#FFF;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}
.vd_box iframe {position:absolute;top:0;right:0;width:100%;height:100%;background:#000;object-fit:contain;}
@media screen and (max-width:1024px) {
	.vd_box {width:80%;}
	.close_v::before {font-size:0.4rem;}
}
@media screen and (max-width:768px) {
	.vd_box {width:88%;}
	.close_v {top:-.15rem;right:-.15rem;width:0.3rem;height:0.3rem;}
	.close_v::before {font-size:0.3rem;}
}





.aboutNum{display:flex; flex-wrap:nowrap; gap: 0 2%;}
.aboutNum dt{width: 100%; color: #FFF;}

.aboutNum span{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .14rem;}
.aboutNum span img{height: 0.48rem;}
.aboutNum .line{display: block; width: 1px;height: .3rem;background: #FFF;}
.aboutNum span h6{font-size: 0.18rem;color: rgb(255 255 255 / 75%);}

.aboutNum p{margin-top: 0.2rem; padding-left: 0.4rem; font-size: 0.24rem; display:flex; flex-wrap:wrap; align-items: baseline; gap: 0 .1rem;}
.aboutNum p i{font-size: 0.5rem;font-weight: bold;}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.aboutNum{flex-wrap: wrap; gap: 30px 2%;}
	.aboutNum dt{width: 32%;}

	.aboutNum span img{height: 40px;}
	.aboutNum span h6{font-size: 15px;}
	.aboutNum p{margin-top: 10px;}
	.aboutNum p i{font-size: 42px;}
}
@media screen and (max-width:768px) {
	.aboutNum dt{width: 49%;}
	.aboutNum span img{height: 36px;}
	.aboutNum p i{font-size: 34px;}
}
@media screen and (max-width:560px) {
	.aboutNum{gap: 20px 4%;}
	.aboutNum dt{width: 48%;}
	.aboutNum span img{height: 34px;}
	.aboutNum .line{height: 20px;}
	.aboutNum p{padding: 0 0; font-size: 18px;}
	.aboutNum p i{font-size: 30px;}
}







.feedback{background: #F5F5F5;}

.feedback_nav{display:flex; flex-wrap:nowrap; position: relative;}
.feedback_nav::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px; background: #DDD;}
.feedback_nav li{width: 100%;text-align: center; position: relative; cursor: pointer;}
.feedback_nav li::before{content: '';position: absolute;left: 0;bottom: 0;width: 0;height: 2px; background: var(--i_color); transition:all.5s ease;}
.feedback_nav p{padding: .18rem .1rem; font-size: 0.18rem; font-weight: bold;}

.feedback_nav li.active::before{width: 100%;}

@media screen and (max-width:1024px) {
	.feedback_nav p{font-size: 0.16rem;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





.feedback_show{}
.feedback_show .item{opacity: 0; visibility: hidden; position: relative; top: .3rem; height: 0; overflow: hidden;}
.feedback_show .item.active{opacity: 1; visibility: visible; top: 0; height: auto; transition:all .8s ease;}

.feedback_list{display:flex; flex-wrap:wrap; gap: .3rem 2%;}
.feedback_list li{width: 23.5%; box-sizing: border-box; padding: .2rem; background: #FFF;}

.feedback_list .user{margin-bottom: 0.16rem; padding-bottom: 0.16rem; border-bottom: 1px solid #DDD; display:flex; flex-wrap:nowrap; align-items: center; justify-content: center; gap: 0 .14rem;}
.feedback_list .user img{flex-shrink: 0; width: 0.42rem; height: 0.42rem; border-radius:50%; object-fit: cover;}
.feedback_list .user p{font-size: 0.22rem;font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.feedback_list .star{display:flex; flex-wrap:wrap; align-items: center; justify-content: center; gap: 0 6px;}
.feedback_list .star iconify-icon{font-size: 0.26rem;color: #FF5020;}

.feedback_t{margin: .2rem 0; height: 1rem; font-size: 0.17rem; color: #666; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4;}

.feedback_p{display:flex; flex-wrap:wrap; justify-content: center; gap: 0 2%;}
.feedback_p dt{width: 32%; position: relative; box-sizing: border-box; border: 1px solid #DDD; overflow: hidden;}
.feedback_p dt::before{content: '';display: block; padding-bottom: 100%;}
.feedback_p img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain;}

.feedback_list .link{display: block; margin-top: 0.16rem; font-size: 0.17rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.feedback_list .link i{color: var(--i_color);}

@media screen and (max-width:1440px) {
	.feedback_list .user p{font-size: 0.2rem;}
}
@media screen and (max-width:1200px) {
	.feedback_list .user img{width: 0.36rem; height: 0.36rem;}
	.feedback_list .user p{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.feedback_list{flex-wrap: wrap; gap: 30px 3%;}
	.feedback_list li{width: 48.5%;}

	.feedback_list .user img{width: 32px; height: 32px;}
	.feedback_list .user p{font-size: 16px;}
	.feedback_list .star iconify-icon{font-size: 24px;}
	.feedback_t{height: 90px; font-size: 15px;}

	.feedback_list .link{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.feedback_list{gap: 20px 0;}
	.feedback_list li{width: 100%; padding: 20px 30px;}

	.feedback_list .user{margin-bottom: 14px; padding-bottom: 10px;}
	.feedback_list .star iconify-icon{font-size: 20px;}
	.feedback_t{height: auto; font-size: 14px;}
}







.homeNews{background:url(static/images/homeNews-bg.webp) no-repeat bottom center; background-size: cover;}

.homeNews_list{position:relative; overflow:hidden}
.homeNews_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeNews_list li{flex-shrink:0; position:relative}
.homeNews_list a{display:block; box-sizing:border-box; padding:.24rem; background: rgb(255 255 255 / 60%);}

.homeNews_list .coverPic{width:100%; position:relative; overflow:hidden}
.homeNews_list .coverPic::before{content:""; display:block; padding-bottom:55%}
.homeNews_list .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.homeNews_list .t{margin-top: 0.16rem;}
.homeNews_list h6{font-size: 0.22rem; font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.homeNews_list p{height: .96rem; margin: .2rem 0; font-size: 0.16rem; color: #666; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4;}
.homeNews_list .t span{display:flex; flex-wrap:wrap; align-items: center; gap: 0 6px;}
.homeNews_list span iconify-icon{font-size: 0.24rem;color: #ED9093;}
.homeNews_list span i{font-size: 0.16rem;color: #333;}

.homeNews_list li:hover img{transform: scale(1.05, 1.05);}
.homeNews_list li:hover h6{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.homeNews_list h6{font-size: 0.2rem;}
}
@media screen and (max-width:1024px) {
	.homeNews .wrap_l{padding-right: 3%;}

	.homeNews_list h6{font-size: 18px;}
	.homeNews_list p{height: 90px; font-size: 15px;}

	.homeNews-pagination{display:block; margin-top:0.4rem; text-align:center}
	.homeNews-pagination .swiper-pagination-bullet{width:.08rem; height:.08rem; display:inline-block; margin:0 6px; background:#CCC; border-radius:50%; outline:none; cursor:pointer;}
	.homeNews-pagination .swiper-pagination-bullet-active{background:var(--i_color)}
}
@media screen and (max-width:768px) {
	.homeNews_list a{padding: 14px;}

	.homeNews_list h6{font-size: 16px;}
	.homeNews_list p{height: 84px; font-size: 14px;}

	.homeNews_list span i{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.homeNews_list p{margin: 10px 0;}

	.homeNews-pagination{margin-top: 20px;}
}







footer{}

.fContact{background:url(static/images/fContact-bg.webp) no-repeat center; background-size: cover;}
.fContact .wrap{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}
.fContact h3{font-size: 0.3rem; color: #FFF; line-height: 1.5; font-weight: bold;}
.fContact p{margin-top: 0.2rem; font-size: 0.18rem;color: #FFF;}
.fContact .i_more{margin-left: auto; flex-shrink: 0;}
@media screen and (max-width:1024px) {
	.fContact h3{font-size: 20px;}
	.fContact p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.fContact .wrap{flex-wrap: wrap; gap: 20px 0;}
	.fContact h3{font-size: 16px;}
	.fContact p{margin-top: 10px; font-size: 14px; line-height: 1.5;}
	.fContact .i_more{margin: 0 0;}
}





.fCont{background: #EBEBEB;}

.fLogo{padding-bottom: 0.2rem; margin-bottom: 0.32rem; border-bottom: 1px solid #CCC;}
.fLogo img{height: .36rem;}
.fMain{display:flex; flex-wrap:nowrap; gap: 0 5%;}
.fInfo{flex-shrink: 0; width: 32%;}
.fInfo_list{}
.fInfo_list li{margin-bottom: 0.26rem;}
.fInfo_list li:last-child{margin-bottom: 0;}
.fInfo_list span{margin-bottom: 0.1rem; display:flex; flex-wrap:wrap; align-items: center; gap: 0 6px;}
.fInfo_list iconify-icon{font-size: 0.22rem;}
.fInfo_list h6{font-size: 0.18rem;color: #666;}
.fInfo_list a,.fInfo_list p{font-size: 0.18rem; line-height: 1.5;}
.fInfo_list a:hover{text-decoration: underline; color: var(--i_color);}

.fTit{margin-bottom: 0.3rem; font-size: 0.24rem; font-weight: bold;}

.fNav{width: 100%;}
.fNav_list{}
.fNav_list li{margin: 0.1rem 0;}
.fNav_list a{display: block; padding: 6px 0; font-size: 0.18rem;}
.fNav_list a:hover{text-decoration: underline; color: var(--i_color);}

.fMedia{display:flex; flex-wrap:wrap;}
.fMedia .cont{margin-left: auto; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.fMedia p{font-size: 0.18rem; font-weight: bold;}
.fMedia ul{display:flex; flex-wrap:wrap; gap: 0 .16rem;}
.fMedia li{transition:all .5s ease;}
.fMedia li iconify-icon{font-size: 0.3rem;}
.fMedia li:hover{transform:translate(0,-4px);}
.fMedia a:hover{color: var(--i_color);}

.fCR{display:flex; flex-wrap:wrap; align-items: center; height: 0.5rem; background: #DFDFDF;}
.fCR p,.fCR a{font-size: 0.16rem;}
.fCR a:hover{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1200px) {
	.fLogo img{height: 30px;}

	.fTit{font-size: 20px;}
}
@media screen and (max-width:1024px) {
	.fLogo img{height: 24px;}

	.fInfo{width: 100%;}

	.fNav{display: none;}

	.fMedia p{font-size: 16px;}
	.fMedia li iconify-icon{font-size: 24px;}
}
@media screen and (max-width:768px) {
	.fTit{font-size: 18px;}

	.fInfo_list li{margin-bottom: 14px;}
	.fInfo_list h6{font-size: 15px;}
	.fInfo_list a, .fInfo_list p{font-size: 16px;}

	.fMedia{margin-top: 30px;}
	.fMedia .cont{margin: 0 0;}

	.fCR p, .fCR a{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.fLogo img{height: 20px;}

	.fTit{margin-bottom: 20px;}

	.fMedia p{font-size: 15px;}
}







/* ====================================================== */

.banner__{font-size: 0; width: 100%; position: relative; overflow: hidden;}
.banner__ img{width: 100vw;}

.banner__text{position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 100%;}
.banner__text h2{font-size: 3.6vw; color: #FFF; font-weight: bold;}







/* Breadcrumb */
.in_position{padding:.2rem 0;position:relative;}
.in_position .wrap{display:flex;flex-wrap:wrap;align-items:center;}
.in_position a{display:block;font-size:15px;color:#333;position:relative;line-height:20px;}
.in_position a:first-child{padding-left: 0.26rem;}
.in_position a:first-child::before{
	content: '';
	position:absolute; top:50%; transform:translate(0,-50%);left: 0;
	width: 16px;height: 16px;
	background:url(static/images/icon-home.webp) no-repeat center;
	background-size: 16px;
}
.in_position a:not(:last-child):after {content:">";margin:0 4px;color:#555}
.in_position a:last-child {color:var(--i_color) !important}
.in_position a:hover {color:var(--i_color)}
@media screen and (max-width:1024px) {
	.in_position {padding:.16rem 0;}
	.in_position a {font-size:14px}
}
@media screen and (max-width:560px) {
	.in_position {padding:.12rem 0;}
	.in_position a {font-size:13px}
}






/* Products Filter */
.pFilter{}
.pFilter .wrap{padding-bottom: 10px; border-bottom: 1px solid #DDD;}
.pFilterMenu{display: none;}

.wpc-filters-widget-wrapper{}

.wpc-filters-section{display:flex; flex-wrap:nowrap; gap: 0 .14rem; align-items: flex-start;}

.wpc-filter-header{flex-shrink: 0; width: 180px;}
.wpc-filter-title{box-sizing: border-box; padding-right: .1rem; text-align: right; justify-content: flex-end !important; font-size: 0.18rem; color: #666; position: relative;}
.wpc-filter-title::after{content: ':'; position: absolute; top: 0; right: 0;}

.wpc-filters-section{margin-bottom: 10px !important;}
ul.wpc-filters-ul-list{padding: 0 0 !important; display:flex; flex-wrap:wrap; gap: 2px 20px;}

.wpc-filters-main-wrap li.wpc-term-item label{margin-top: 2px !important;}
.wpc-filters-main-wrap li.wpc-term-item a{font-size: 0.16rem;}

.wpc-term-count{display:flex !important; flex-wrap:nowrap; width: auto !important;}
.wpc-term-count-brackets-open,.wpc-term-count-brackets-close{display: inline-block !important;}

ul.wpc-filters-ul-list input[type="checkbox"] {accent-color: var(--i_color);}

.wpc-edit-filter-set{display: none !important;}

@media screen and (max-width:1024px) {
	.pFilter .wrap{padding: 0; border-bottom: none;}

	.pFilterMenu{display:flex; flex-wrap:nowrap; align-items: center; justify-content: flex-end; gap: 0 8px;}
	.pFilterMenu i{flex-shrink: 0; display: table; position: relative;}
	.pFilterMenu i iconify-icon{font-size: 32px;color:var(--i_color);}
	.pFilterMenu p{font-size: 18px; font-weight: bold;}
	.pFilterMenu em{display: block; width: 24px; height: 24px; box-sizing: border-box; border: 1px solid #999; position: relative;}
	.pFilterMenu em iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: .2rem; color: #666;}
	.pFilterMenu.active em{background: var(--i_color); border-color: var(--i_color);}
	.pFilterMenu.active em iconify-icon{color: #FFF; transform:translate(-50%,-50%) rotate(-180deg);}

	.widget_wpc_filters_widget{display: none; margin-top: 14px; background: #F4F4F4; box-sizing: border-box; padding: 20px 20px 4px;}
	.wpc-filters-section{flex-wrap: wrap;gap: 8px 0; margin-bottom: 16px !important;}
	.wpc-filter-header{display: table; width: auto;}
	.wpc-filter-title{margin-bottom: 0 !important; text-align: left; justify-content: flex-start !important; font-size: 17px; font-weight: bold; color: var(--i_color);}

	.wpc-filter-content{width: 100%;}
	.wpc-filters-main-wrap li.wpc-term-item{margin-bottom: 2px !important;}
	.wpc-filters-main-wrap li.wpc-term-item label{margin-top: 8px !important;}
	.wpc-filters-main-wrap li.wpc-term-item a{font-size: 13px;}
	.wpc-term-count{font-size: 13px;}
}
@media screen and (max-width:768px) {
	.pFilterMenu p{font-size: 16px;}
}
@media screen and (max-width:560px) {}







.categoryBox{
	--navWidth: 22%;
}
.categoryBox{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 4%;}
.cat_nav{flex-shrink: 0; width: var(--navWidth); position: relative; box-sizing: border-box; background: #F4F4F4; padding: .2rem;}
.catList_show{width: calc(100% - 4% - var(--navWidth)); margin-left: auto;}

@media screen and (max-width:1200px) {
	.categoryBox{--navWidth: 24%;}
}
@media screen and (max-width:1024px) {
	.categoryBox{flex-wrap: wrap; gap: 40px 0;}
	.cat_nav{width: 100%; padding: 0 0; background: none; border: none;}
	.catList_show{width: 100%; margin: 0 0;}
}
@media screen and (max-width:768px) {
	.categoryBox{margin-top: 26px;}
}






.cat_nav{}

.cat_nav_tit{padding-bottom: 14px; margin-bottom: 10px; border-bottom: 1px solid #DDD; position: relative;}
.cat_nav_tit h4{font-size: 1.2vw; font-weight: bold;}
.cat_nav_tit iconify-icon{display: none;}

.cat_nav_list{position: relative;}
.cat_nav_list li{position: relative;}

.cat_fold_tit{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center; gap: 0 .2rem;}
.cat_fold_tit a{padding: .12rem 0; width: 100%; font-size: 0.18rem;font-weight: bold; line-height: 1.5;}
.cat_fold_tit iconify-icon{margin-left: auto;flex-shrink: 0;font-size: 0.2rem;cursor: pointer;-webkit-transition:all .5s ease; transition:all .5s ease;}
.cat_fold_tit a:hover,.active .cat_fold_tit a,.active .cat_fold_tit iconify-icon{color: var(--i_color);}
.active .cat_fold_tit{}
.active .cat_fold_tit a{color: var(--i_color);}
.active .cat_fold_tit iconify-icon{-webkit-transform:rotate(90deg); transform:rotate(90deg);}

.cat_fold_sub{display: none; padding-bottom: .1rem;}
.cat_fold_sub dt{box-sizing: border-box;}
.cat_fold_sub a{display: block;padding: .1rem .2rem;font-size: 0.16rem; position: relative;}
.cat_fold_sub a::before{content: '';position: absolute; top: 18px; left:0; width: 10px;height: 2px;background: #AAA; border-radius:50%;}
.cat_fold_sub a i{font-size: 14px; color: #666;}

.cat_fold_sub dt.active a{color: var(--i_color) !important;}
.cat_fold_sub dt.active a::before{background: var(--i_color);}
.cat_fold_sub dt:hover a{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.cat_nav_tit h4{font-size: 0.22rem;}
}
@media screen and (max-width:1024px) {
	.cat_nav_tit{border: none; padding: 14px 28px; margin: 0 0; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;position: relative;z-index: 2; background: var(--i_color);}
	.cat_nav_tit h4{font-size: 20px; color: #FFF;}
	.cat_nav_tit iconify-icon{display: block; margin-left: auto;font-size: 26px;color: #FFF;}

	.cat_nav_list{display: none;box-sizing: border-box;padding: 12px 30px 30px; background: #F6F6F6;}
	.cat_nav_list li{border-top: none; border-bottom: 1px solid rgb(0 0 0 / 8%);}
	.cat_nav_list li.active{}
	.cat_fold_tit a{padding: 12px 0;font-size: 17px;}
	.cat_fold_sub a{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.cat_nav_tit{padding: 12px 20px;}
	.cat_nav_tit h4{font-size: 18px;}
	.cat_nav_tit iconify-icon{font-size: 22px;}

	.cat_fold_tit a{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.cat_nav_tit h4{font-size: 16px;}

	.cat_nav_list{padding: 10px 20px 20px;}

	.cat_fold_tit a{font-size: 15px;}
	.cat_fold_tit iconify-icon{font-size: 22px;}
	.cat_fold_sub a{font-size: 14px;}
}







.category_des{}
.category_name{position: relative;}
.category_name h1{margin-bottom: 0.14rem;padding-bottom: 0.1rem; font-weight: bold; position: relative; line-height: 1.4; border-bottom: 1px solid var(--i_color);}
.category_des span{}






.pList{display:flex; flex-wrap:wrap; gap: 36px 4%;}
.pList li{width: 22%; position: relative; overflow: hidden;}

.pItem{display: block;}

.pItem .coverPic{width:100%; position:relative; overflow:hidden}
.pItem .coverPic::before{content:""; display:block; padding-bottom:100%}
.pItem .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain; transition:all .5s ease;}

.pItem .text{margin-top: .1rem; text-align: center;}
.pItem .text h5{height: 0.51rem; font-size: 0.18rem;font-weight: bold; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.pItem dl{margin: .1rem 0;}
.pItem dt{font-size: 0.16rem; color: #666; line-height: 1.3; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.pItem .pPrice{font-size: 0.2rem; color: var(--i_color); font-weight: bold;}

.pItem:hover img{transform: scale(1.05, 1.05);}
.pItem:hover h5{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.pItem .pPrice{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.pItem .text h5{height: 45px; font-size: 16px;}
	.pItem dt{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.pList{gap: 20px 4%;}
	.pList li{width: 48%;}
}





.loading{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgb(255 255 255 / 75%); z-index: 999999;}
.loading iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.6rem;color: var(--i_color);}
@media screen and (max-width:768px) {
	.loading iconify-icon{font-size: 54px;}
}






/* Paging */
.in_paging{--size:32px;}
.in_paging .wrap{display:flex; flex-wrap:wrap; align-items: center; justify-content: center; gap: 0 6%;}

.in_paging ul{display:flex; flex-wrap:wrap;justify-content:center;align-items:center;text-align: center;}
.in_paging li{min-width: var(--size);margin: 0 4px;}
.in_paging li a,.in_paging span {display:block;padding: 0 10px; height: var(--size); line-height:calc(var(--size) - 2px);font-size:14px;color:#666;background:#FFF;box-sizing: border-box; border:1px solid #CCC; overflow:hidden;}
.in_paging i{margin-left: 0.1rem; font-size:.16rem;color:#888;}
.in_paging li a:hover,.in_paging .curr_page a,.in_paging .curr_page span {border-color:var(--i_color) !important;background:var(--i_color);color:#FFF !important}

.goPage{display:flex; flex-wrap:wrap; align-items: center; gap: 8px;}
.goPage input{width: .6rem; height: var(--size); box-sizing: border-box; border: 1px solid #CCC; padding: 0 6px; font-size: 14px; text-align: center;}
.goPage_btn{display: block; padding: 0 10px; height: var(--size); background: var(--i_color); line-height:var(--size);font-size:16px;color:#FFF;}

@media screen and (max-width:1024px) {
	.in_paging{--size:30px;}
	.in_paging .wrap{gap: 10px 0;}
	.in_paging i{width: 100%; margin: 10px 0 0; font-size: 14px;}
	.goPage{width: 100%; justify-content: center;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






.pBottom_banner{position: relative; overflow: hidden;}
.pBottom_banner img{width: 100%;}








.pSingle{position: relative;}
.pSingle::before{content: '';position: absolute;left: 0; top: 0; width: 100%; height: 7rem; background:#FFF url(static/images/pSingle-bg.webp) no-repeat top center; background-size: cover;}

.p_dataBox{position: relative;}

.p_data{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 5%;}

/* atlas */
.p_atlas {flex-shrink: 0; width:35%; box-sizing: border-box; position: relative;}

.bigPic{width: 100%; position:relative;}

.p_atlas_list {width: 100%; background: #FFF; margin-left: auto; margin-right: auto; position:relative;overflow:hidden}
.p_atlas_list .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;width:100%}
.p_atlas_list .swiper-slide {flex-shrink:0;position:relative;overflow:hidden;}
.p_atlas_list .swiper-slide::before {content:'';display:block;padding-bottom:100%;}
.p_atlas_list .swiper-slide img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}

/* zoom */
.zoomResult{display: none; position: absolute; left: 100%; top: 0; width: 100%; height: 100%; background: #FFF; z-index: 999999999999;}
.lens{
	position:absolute;
	width:135px;height:135px;
	background:url(static/images/zoom-mask.png) repeat;
	pointer-events:none;
	display:none;
}

/* thumbnail */
.p_thumbnail_list {width:calc(100% - 1rem);margin:.1rem auto 0;box-sizing:border-box;position:relative;overflow:hidden}
.p_thumbnail_list .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;width:100%}
.p_thumbnail_list .swiper-slide {opacity: .4; flex-shrink:0;position:relative;overflow:hidden;cursor:pointer;}
.p_thumbnail_list .swiper-slide-thumb-active{opacity: 1 !important;}

.p_thumbnail_list figure {width:100%;position:relative;overflow:hidden;}
.p_thumbnail_list figure::before {content:'';display:block;padding-bottom:100%;}
.p_thumbnail_list figure img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.p_thumbnail_list .swiper-slide-thumb-active {border-color: var(--i_color);}

.thumbnail-prev,.thumbnail-next {position:absolute;top:50%;transform:translate(0,-50%);width:.3rem;height:.3rem; z-index:3;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none;-webkit-transition:all .5s ease;transition:all .5s ease;z-index:3;}
.thumbnail-prev {left:0;}
.thumbnail-next {right:0;}
.thumbnail-prev iconify-icon,.thumbnail-next iconify-icon {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:0.3rem;color:#888}
.thumbnail-prev:hover iconify-icon, .thumbnail-next:hover iconify-icon{color: var(--i_color);}
.p_atlas .swiper-button-disabled{cursor:not-allowed;}

.thumbnail-pagination {position:absolute;top:.1rem;left:.1rem;text-align:center;padding: 2px 6px; z-index:2;}
.thumbnail-pagination,.thumbnail-pagination span{font-size: 14px; color: #666;}
.thumbnail-pagination .swiper-pagination-current{font-size: 0.22rem;color: var(--i_color);}

@media screen and (max-width:1024px) {
	.p_data{flex-wrap: wrap;}

	.p_atlas{width: 100%; max-width: 6rem; margin: 0 auto .46rem;}
	.p_thumbnail_list{width: 100%;}
	.thumbnail-prev, .thumbnail-next{display: none;}

	.zoomResult{display: none;}
	.lens{display: none !important;}
}
@media screen and (max-width:560px) {
	.p_atlas_list{width: 100%;}
	.thumbnail-prev iconify-icon, .thumbnail-next iconify-icon{font-size: 30px;}
}






.p_title{margin-left: auto;width: 100%;}

.p_title h1{margin-top: 0.3rem; padding-bottom: 0.16rem; border-bottom: 1px solid var(--i_color); color: #000; font-weight: bold; line-height: 1.4;}


.p_price{display:flex; flex-wrap:wrap; align-items: baseline; gap: 0 .1rem;}
.p_price i{color: var(--i_color); font-weight: bold;}
.p_price p{opacity: .5; color: var(--i_color); text-decoration: line-through;}


.p_des{}
.p_des article{}

.p_des table{table-layout: fixed;}
.p_des table col:first-child{width: 30%;}
@media screen and (max-width:560px) {}


.p_btn{border-bottom: 1px solid #DDD; display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 0 .3rem;}


.p_share{display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center;gap: 0 .1rem;}
.p_share>p{font-size: 0.18rem;font-weight: bold;}
.p_share dl{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .2rem;}
.p_share dt a{display:block;}
.p_share dt iconify-icon {font-size:0.22rem;color:#666;}
.p_share dt:hover iconify-icon{color: var(--i_color);}








.pContentBox{border-top: .3rem solid #F3F3F3;}

.pContent_nav{display:flex; flex-wrap:wrap; background: #F3F3F3;}
.pContent_nav li{min-width: 2.2rem; text-align: center; cursor: pointer; position: relative;}
.pContent_nav li::before{content: '';position: absolute; left: 0; top: 0; width: 0; height: 2px; background: var(--i_color);}
.pContent_nav p{padding: .14rem .3rem; font-size: 0.2rem; font-weight: bold;}

.pContent_nav li.active{background: #FFF;}
.pContent_nav li.active::before{width: 100%;}
.pContent_nav li.active p{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.pContent_nav li{min-width: 1.8rem;}
	.pContent_nav p{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.pContent_nav p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.pContent_nav li{min-width:auto;}
	.pContent_nav p{padding: 14px 20px;}
}







.pContent{}

.pContent .item{opacity: 0; visibility: hidden; position: relative; top: .2rem; height: 0; overflow: hidden;}
.pContent .item.active{opacity: 1; visibility: visible; top: 0; height: auto; transition:all .8s ease;}





.pVideoList{width: 75%; display:flex; flex-wrap:wrap; gap: .4rem 4%;}
.pVideoList li{width: 48%; position: relative; overflow: hidden;}
.pVideoList li::before{content: '';display: block;padding-bottom: 56.25%;}
.pVideoList iframe{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

@media screen and (max-width:1024px) {
	.pVideoList{width: 100%;}
}
@media screen and (max-width:560px) {
	.pVideoList{gap: 30px 0;}
	.pVideoList li{width: 100%;}
}






.pBottom{background: #F6F6F6;}

.p_tags{padding-bottom: 0.2rem; border-bottom: 1px solid #DDD;display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: baseline; gap: .16rem 0;}
.p_tags>p{margin-right: .14rem; font-size: 0.2rem;font-weight: bold;}
.p_tags a{margin-right: 0.24rem; font-size: 15px;}
.p_tags a:hover{color: var(--i_color);}
@media screen and (max-width:768px) {
	.p_tags{gap: 12px 0;}
	.p_tags>p{font-size: 17px;}
	.p_tags a{margin-right: 16px;}
}






.p_view_other{display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content: space-between; align-items: center; gap: 0 4%;}
.p_view_other li{max-width: 46%; display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 .1rem; align-items:center}
.p_view_other a{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .14rem;}
.p_view_other span{flex-shrink: 0; position: relative;}
.p_view_other span iconify-icon{font-size: .24rem; color: var(--i_color);}

.p_view_other .t{display:flex; flex-wrap:nowrap;align-items: center; gap: 0 .1rem;}
.p_view_other b{font-size: 0.18rem; color: #666;}
.p_view_other .t img{flex-shrink: 0; width: .46rem; height: .46rem; object-fit: contain;}
.p_view_other p{font-size: 0.18rem; line-height: 1.5;}

.p_view_other li:hover span{border-color: var(--i_color); background: var(--i_color);}
.p_view_other li:hover span iconify-icon{color: #FFF;}
.p_view_other a:hover p{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1024px) {
	.p_view_other span iconify-icon{font-size: 20px;}
	.p_view_other b, .p_view_other p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.p_view_other{flex-wrap: wrap;gap: 12px 0;}
	.p_view_other li{max-width: 100%}
	.p_view_other span{order: -1;}
	.p_view_other .t img{width: 40px; height: 40px;}
	.p_view_other b, .p_view_other p{font-size: 14px;}
}







.pRecommend{}

.pRecommend_list{position:relative; overflow:hidden}
.pRecommend_list .swiper-wrapper{display:flex; position:relative; width:100%}
.pRecommend_list li{flex-shrink:0; position:relative}

.pRecommend-pagination {text-align: center; margin-top: 0.7rem;}
.pRecommend-pagination .swiper-pagination-bullet {
	width: .12rem;
	height: .12rem;
	display: inline-block;
	margin: 0 6px;
	-webkit-border-radius:2rem; border-radius:2rem;
	background: #CCC;
	outline: none;
	cursor: pointer;
	position: relative;
	-webkit-transition:width .5s ease; transition:width .5s ease;
}
.pRecommend-pagination .swiper-pagination-bullet-active {
	width: 0.36rem;
	background:url(static/images/swiper-pagination-active.webp) no-repeat center;
	background-size: contain;
	-webkit-border-radius:0; border-radius:0;
}

@media screen and (max-width:1024px) {
	.pRecommend-pagination{margin-top: 60px;}
	.pRecommend-pagination .swiper-pagination-bullet{width: 10px;height: 10px;}
	.pRecommend-pagination .swiper-pagination-bullet-active{width: 28px;}
}
@media screen and (max-width:560px) {
	.pRecommend-pagination{margin-top: 40px;}
	.pRecommend-pagination .swiper-pagination-bullet{width: 8px;height: 8px; margin: 0 4px;}
	.pRecommend-pagination .swiper-pagination-bullet-active{width: 24px;}
}







.discountsItem{}
.discountsItem .i_tit{padding-bottom: 10px; border-bottom: 1px solid #DDD;}








.about__{}
.about__ .about_t article{color: #333;}

.about__ .about_tList img{}
.about__ .about_tList dt{background:url(static/images/about_tList_bg2.webp) no-repeat; background-size: 100% 100%;}
.about__ .about_tList p{color: #333;}
.about__ .about_tList dt:hover{background:url(static/images/about_tList_bg_active.webp) no-repeat; background-size: 100% 100%;}
.about__ .about_tList dt:hover img{-webkit-filter:brightness(100); filter:brightness(100);}
.about__ .about_tList dt:hover p{color: #FFF;}

.about__ .aboutNum .line{background: #CCC;}
.about__ .aboutNum h6{color: #666;}
.about__ .aboutNum p{color: #222;}

/* about_company */
.about_company_bac{
   background: url('static/images/about_company.webp') center no-repeat;
   background-size: cover;
   background-attachment: fixed;
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.about_company{
    border: 1px solid #fff;
	box-sizing: border-box;
	padding-top: 0.6rem;
}
.about_company .i_tit h3{
	color: #fff !important;
}
.about_company>h3{
    font-size: 0.18rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
	line-height: 133%;
	box-sizing: border-box;
	padding: 0 10%;
	margin-top: 0.4rem;
}
.about_company>h4{
	font-size: 1.24rem;
	font-weight: bold;
	text-align: center;
	margin-top: -0.6rem;
	background-image: linear-gradient(to top, rgba(255,255,255,0.2), rgba(255,255,255,0));
	-webkit-background-clip: text;
	color: transparent;
}





@media screen and (max-width:1440px) {
	.about_company>h3{
		font-size: 0.16rem;
	}
	.about_company>h4{
		font-size: 1rem;
		margin-top: -0.5rem;
	}
	.about_company {
		padding-top: 0.4rem;
	}
}
@media screen and (max-width:1200px) {
	.about_company>h4{
		font-size: 0.8rem;
		margin-top: -0.4rem;
	}
}
@media screen and (max-width:1024px) {
	.about_company>h4{
		font-size: 0.6rem;
		margin-top: -0.3rem;
	}
	.about_company>h3{
		padding: 0 5%;
		margin-top: 0.2rem;
	}
	.about_company {
		padding: 0.4rem 0;
	}
	.about_company_bac {
		background-attachment: unset;
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:960px) {
	.about_company>h4{
		font-size: 0.4rem;
		margin-top: -0.2rem;
	}
	.about_company>h3 {
        font-size: 0.14rem;
    }
}
@media screen and (max-width:768px) {
	.about_company>h4{
		font-size: 0.2rem;
		margin-top: 0rem;
	}
}
@media screen and (max-width:560px) {
    .about_company {
        padding: 0.2rem 0;
    }
}
@media screen and (max-width:425px) {

}


/* about_four */
.about_four_bac{
   background-color: #F6F6F6;
   box-sizing: border-box;
   padding: 0.24rem 0;
}
.about_four{

}
.about_four_ul{
   display: flex;
   flex-wrap: wrap;
}
.about_four_ul li{
   width: 25%;
   box-sizing: border-box;
   padding: 0.4rem 3%;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.about_four_ul li:not(:last-child){
	border-right: 1px solid #D8D8D8;
}
.about_four_ul li img{
   width: 1.04rem;
   height: 1.04rem;
   object-fit: contain;
   filter: brightness(0) grayscale(100%);
}
.about_four_ul li p{
   line-height: 166%;
   font-size: 0.18rem;
   color: #333;
   text-align: center;
   margin-top: 0.5rem;
}
.about_four_ul li:hover img{
	filter: unset;
}




@media screen and (max-width:1440px) {
	.about_four_ul li img {
		width: 0.8rem;
		height: 0.8rem;
	}
	.about_four_ul li p {
		font-size: 0.16rem;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1200px) {
	.about_four_ul li img {
		width: 0.7rem;
		height: 0.7rem;
	}
}
@media screen and (max-width:1024px) {
	.about_four_ul li img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.about_four_ul li p {
		font-size: 0.14rem;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:768px) {
	.about_four_ul li {
		width: 50%;
	}
	.about_four_ul li {
		padding: 0.2rem 3%;
	}
	.about_four_ul li:nth-child(2){
		border: 0;
	}

}
@media screen and (max-width:560px) {
    .about_four_ul li p {
        font-size: 0.12rem;
        margin-top: 0.1rem;
    }
	.about_four_ul li {
        padding: 0.1rem 3%;
    }
}
@media screen and (max-width:425px) {

}


/* about_customer */
.about_customer_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.about_customer{

}
.about_customer_box{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.about_customer_left{
   width: 47.47%;
   box-sizing: border-box;
   padding-right: 4%;
}
.about_customer_h3{
   font-size: 0.3rem;
   color: #333;
   font-weight: bold;
   margin-bottom: 0.2rem;
}
.about_customer_h4{
   line-height: 155%;
   font-size: 0.18rem;
   color: #333;
}
.about_customer_right{
   width: 52.53%;
   position: relative;
}
.about_customer_right::after{
   content: '';
   display: block;
   padding-bottom: 60.41%;
}
.about_customer_right img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.about_adv{
	margin-top: 0.4rem;
}
.about_adv_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.6rem;
   margin-top: 0.4rem;
}
.about_adv_ul li{
   width: calc((100% - 1.2rem) / 3);
   box-sizing: border-box;
   padding: 0.4rem 2%;
   box-sizing: border-box;
   border-left: 0.04rem solid var(--i_color);
}
.about_adv_ul li h5{
   font-size: 0.3rem;
   color: #fff;
   font-weight: bold;
   margin-bottom: 0.2rem;
   text-transform: capitalize;
}
.about_adv_ul li h6{
   font-size: 0.18rem;
   color: #fff;
}
/* .about_adv_ul li:nth-child(1){
	background: url('static/images/about_adv1.webp') center no-repeat;
	background-size: cover;
}
.about_adv_ul li:nth-child(2){
	background: url('static/images/about_adv2.webp') center no-repeat;
	background-size: cover;
}
.about_adv_ul li:nth-child(3){
	background: url('static/images/about_adv3.webp') center no-repeat;
	background-size: cover;
} */



@media screen and (max-width:1440px) {
	.about_customer_h4 {
		font-size: 0.16rem;
	}
	.about_customer_h3 {
		font-size: 0.28rem;
	}
	.about_adv_ul li h5 {
		font-size: 0.28rem;
	}
	.about_adv_ul li h6 {
		font-size: 0.16rem;
	}
	.about_adv_ul {
		gap: 0.4rem;
	}
	.about_adv_ul li {
		width: calc((100% - 0.8rem) / 3);
		padding: 0.3rem 2%;
	}
}
@media screen and (max-width:1200px) {
	.about_customer_h3 {
		font-size: 0.24rem;
	}
	.about_adv_ul li h5 {
		font-size: 0.24rem;
	}
	.about_customer_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.about_customer_h4 {
		font-size: 0.14rem;
	}
	.about_customer_h3 {
		font-size: 0.22rem;
		margin-bottom: 0.1rem;
	}
	.about_adv_ul li h5 {
		font-size: 0.22rem;
		margin-bottom: 0.1rem;
	}
	.about_adv_ul li h6 {
		font-size: 0.14rem;
	}
	.about_adv_ul {
		gap: 0.2rem;
		margin-top: 0.2rem;
	}
	.about_adv_ul li {
		width: calc((100% - 0.4rem) / 3);
		padding: 0.2rem 2%;
	}

}
@media screen and (max-width:960px) {
	.about_customer_left {
		width: 100%;
		padding-right: 0%;
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:768px) {
	.about_customer_bac {
		padding: 0.4rem 0;
	}
	.about_adv_ul li {
		width: 100%;
	}
	.about_adv_ul li h5 {
        font-size: 0.2rem;
    }
}
@media screen and (max-width:560px) {
	.about_customer_right {
		width: 100%;
	}
	.about_adv_ul li h5 {
        font-size: 0.18rem;
    }
}
@media screen and (max-width:425px) {

}







.catalogList{display:flex; flex-wrap:wrap; gap: .26rem 2%;}
.catalogList li{width: 32%; box-sizing: border-box; border: 1px solid #DDD; position: relative;}
.catalogList a{display: block; position: relative;}

.catalogList .coverpic{width:100%; position:relative; overflow:hidden}
.catalogList .coverpic::before{content:""; display:block; padding-bottom:60%}
.catalogList .coverpic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain; transition:all .5s ease;}

.catalogList .icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 0.8rem;height: 0.8rem; background:url(static/images/catalog-icon.webp) no-repeat center; background-size: contain; transition:all .5s ease;}

.catalogList .text{height: 0.8rem; box-sizing: border-box; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; padding: 0 .16rem; position: relative; overflow: hidden;}
.catalogList .text::before{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: var(--i_color); transition:all .5s ease;}
.catalogList p{text-align: center; font-size: 0.16rem; font-weight: bold; line-height: 1.5; transition:all .5s ease; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; position: relative;}

.catalogList li:hover .text::before{height: 100%;}
.catalogList li:hover p{color: #FFF}

@media screen and (max-width:1440px) {
	.catalogList .icon{width: .7rem; height: .7rem;}
}
@media screen and (max-width:1024px) {
	.catalogList .icon{width: 60px; height: 60px;}
	.catalogList .text{height: 66px;}
	.catalogList p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.catalogList .icon{width: 50px; height: 50px;}
	.catalogList p{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.catalogList{gap: 18px 4%;}
	.catalogList li{width: 48%;}
	.catalogList .icon{width: 40px; height: 40px;}
	.catalogList .text{height: 54px;}
	.catalogList p{font-size: 13px;}
}






/* discounts_one */
.discounts_one{

}
.discounts_h3{
   font-size: 0.3rem;
   color: #3D3D3D;
   font-weight: bold;
   position: relative;
   box-sizing: border-box;
   padding-left: 0.5rem;
   margin-bottom: 0.3rem;
}
.discounts_h3::after{
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   transform: translate(0,-50%);
   width: 0.36rem;
   height: 0.36rem;
   background: url('static/images/discounts_h3.png') center no-repeat;
   background-size: contain;
}
.discounts_box_flex{
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-bottom: 0.4rem;
}

.discounts_box_img{
   width: 37.8%;
   position: relative;
}
.discounts_box_img::after{
   content: '';
   display: block;
   padding-bottom: 65.08%;
}
.discounts_box_img img{
   position: absolute;
   top: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   left: 50%;
   height: 100%;
   object-fit: cover;

}
.discounts_box_text{
   width: 62.2%;
   box-sizing: border-box;
   padding-left: 3%;
}
.discounts_box_text p{
   /* height: 2.88rem; */
   overflow: auto;
   margin-bottom: 20px;
   font-size: 0.18rem;
   line-height: 1.6;
   box-sizing: border-box;
   padding-right: 0.1rem;
}

/*滚动条*/
/* .discounts_box_text p::-webkit-scrollbar{width:3px;} */

.discounts_box_flexs{
	flex-direction: row-reverse;
}
.discounts_box_flexs .discounts_box_text {
    width: 62.2%;
    padding-left: 0%;
	padding-right: 3%;
}

@media screen and (max-width:1440px) {
	.discounts_h3 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1200px) {
	.discounts_h3 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1024px) {
	.discounts_box_text p{
		/* height: 2rem; */
		font-size: 0.14rem;
		line-height: 0.2rem;
		padding-right: 0.05rem;
	}
	.discounts_h3 {
		font-size: 0.24rem;
		padding-left: 0.4rem;
		margin-bottom: 0.2rem;
	}
	.discounts_h3::after {
		width: 0.3rem;
		height: 0.3rem;
	}
}
@media screen and (max-width:960px) {
    .discounts_box_text p {
        /* height: 1.8rem; */
    }
}
@media screen and (max-width:768px) {
	.discounts_h3 {
		font-size: 0.22rem;
		padding-left: 0.35rem;
	}
	.discounts_h3::after {
		width: 0.25rem;
		height: 0.25rem;
	}
	.discounts_box_text p {
        /* height: 2rem; */
    }
	.discounts_box_img {
		width: 100%;
	}
	.discounts_box_text {
		width: 100% !important;
		padding: 0.2rem 0 0 0 !important;
	}
}
@media screen and (max-width:560px) {
	.discounts_h3 {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:425px) {

}


.discounts_one_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem;
}
.discounts_one_ul li{
   width: calc((100% - 0.8rem) / 3);
}
.discounts_one_ul li a{
   display: block;
   width: 100%;
}
.discounts_one_img{
    position: relative;
	overflow: hidden;
}
.discounts_one_img::after{
   content: '';
   display: block;
   padding-bottom: 59.32%;
}
.discounts_one_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   height: 100%;
   transform: translate(-50%,-50%);
   object-fit: contain;
}
.discounts_one_text{
   box-sizing: border-box;
   padding: 0.3rem 4% 0.35rem 4%;
   position: relative;
   z-index: 2;
}
.discounts_one_text::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.06rem;
	background-color: var(--i_color);
	transition: all 0.5s ease;
	z-index: -1;
}
.discounts_one_text h3{
   font-size: 0.2rem;
   color: #333;
   font-weight: bold;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
   text-align: center;
   margin-bottom: 0.2rem;
   transition: all 0.3s ease;
}
.discounts_one_price{
    display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.05rem;
}
.discounts_one_price p{
	font-size: 0.18rem;
	color: #666;
	transition: all 0.3s ease;
}
.discounts_one_price span{
   font-size: 0.24rem;
   color: var(--i_color);
   font-weight: bold;
   transition: all 0.3s ease;
}
.discounts_one_price s{
	font-size: 0.18rem;
	color: #666;
	transition: all 0.3s ease;
}


.discounts_one_ul li a:hover .discounts_one_text::after{
	height: 100%;
}
.discounts_one_ul li a:hover p,
.discounts_one_ul li a:hover s{
    color: rgba(255,255,255,0.7);
}
.discounts_one_ul li a:hover span{
	color: #fff;
}
.discounts_one_ul li a:hover h3{
	color: #fff;
}



@media screen and (max-width:1440px) {
	.discounts_one_text {
		padding: 0.25rem 4% 0.3rem 4%;
	}
}
@media screen and (max-width:1024px) {
	.discounts_one_text h3 {
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}
	.discounts_one_price p,
	.discounts_one_price s{
		font-size: 0.14rem;
	}
	.discounts_one_price span{
	   font-size: 0.16rem;
	}
	.discounts_one_text {
        padding: 0.15rem 4% 0.2rem 4%;
    }
	.discounts_one_text::after {
		height: 0.02rem;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:768px) {
	.discounts_one_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.discounts_one_ul {
		gap: 0.2rem;
	}
}
@media screen and (max-width:560px) {
	.discounts_one_price p,
	.discounts_one_price s{
		font-size: 0.12rem;
	}
	.discounts_one_price span{
	   font-size: 0.14rem;
	}
	.discounts_one_text h3 {
        font-size: 0.14rem;
    }
}
@media screen and (max-width:425px) {

}


/* discounts_two */
.discounts_two{

}
.discounts_two_ul{
   display: flex;
   flex-direction: column;
   gap: 0.4rem;
}
.discounts_two_ul li{

}
.discounts_two_box{
   border: 1px solid #E5E5E5;
   width: 100%;
   box-sizing: border-box;
   padding: 0.3rem;
   margin-bottom: 0.3rem;
}
.discounts_two_dl{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem 0.8rem;
   align-items: center;
   justify-content: center;
}
.discounts_two_dl dt{
   width: calc((100% - 2.4rem) / 4);
   position: relative;
}
.discounts_two_dl dt:not(:last-child)::after{
	content: '';
	position: absolute;
	width: 0.3rem;
	height: 0.3rem;
	background: url('static/images/add.png') center no-repeat;
	background-size: contain;
	right: -0.4rem;
	top: 50%;
	transform: translate(50%,-50%);
}
.discounts_two_dl dt a{
   display: block;
   width: 100%;
}
.discounts_two_img{
   position: relative;
}
.discounts_two_img::after{
   content: '';
   display: block;
   padding-bottom: 66.67%;
}
.discounts_two_img img{
   position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain;
   transition:all .5s ease;
}
.discounts_two_text{
   box-sizing: border-box;
   padding: 0.15rem 4%;
}
.discounts_two_text h3{
   font-size: 0.18rem;
   color: #333;
   line-height: 166%;
   margin-bottom: 6px;
   text-align: center;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.discounts_two_text h4{
	font-size: 0.18rem;
	color: #666;
	line-height: 136%;
	text-align: center;
}
.discounts_two_all{
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
}
.discounts_two_all h5{
   font-size: 0.24rem;
   color: #333;
   font-weight: bold;
   transition: all 0.3s ease;
   text-align: center;
}
.discounts_two_price{
   border: 1px solid #CDCECF;
   display: flex;
   box-sizing: border-box;
   padding: 0.1rem 0.3rem;
   gap: 0.05rem;
   align-items: center;
   margin: 0.3rem 0 0.2rem 0;
   transition: all 0.3s ease;
}
.discounts_two_price p{
   font-size: 0.18rem;
   color: #333;
   transition: all 0.3s ease;
}
.discounts_two_price span{
    font-size: 0.24rem;
	color: var(--i_color);
	font-weight: bold;
	transition: all 0.3s ease;
}
.discounts_two_price b{
   font-size: 0.24rem;
   color: rgba(220,33,39,0.5);
   transition: all 0.3s ease;
}
.discounts_two_price b strong{

}
.discounts_two_all h6{
   font-size: 0.16rem;
   color: #999;
   text-align: center;

}


.discounts_two_ul li:hover .discounts_two_all h5{
	color: var(--i_color);
}
.discounts_two_price:hover{
	border: 1px solid var(--i_color);
	background-color: var(--i_color);
}
.discounts_two_price:hover p,
.discounts_two_price:hover span{
	color: #fff;
}
.discounts_two_price:hover b{
	color: rgba(255,255,255,0.7);
}

.discounts_two_dl dt:hover img{transform: scale(1.05, 1.05);}
.discounts_two_dl dt:hover h3{color: var(--i_color);}


@media screen and (max-width:1440px) {
	.discounts_two_text h3 {
		font-size: 0.16rem;
	}
	.discounts_two_text h4 {
		font-size: 0.2rem;
	}
	.discounts_two_all h5 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px) {
	.discounts_two_all h5 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1024px) {
	.discounts_two_box {
		padding: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.discounts_two_text h3 {
		font-size: 0.16rem;
		margin-bottom: 0.05rem;
	}
	.discounts_two_text h4 {
        font-size: 0.18rem;
    }
	.discounts_two_dl dt:not(:last-child)::after {
		width: 0.2rem;
		height: 0.2rem;
		right: -0.2rem;
	}
	.discounts_two_dl {
		gap: 0.2rem 0.4rem;
	}
	.discounts_two_dl dt {
		width: calc((100% - 1.2rem) / 4);
	}
	.discounts_two_all h5 {
		font-size: 0.18rem;
	}
	.discounts_two_all h6 {
		font-size: 0.14rem;
	}
	.discounts_two_price p {
		font-size: 0.16rem;
	}
	.discounts_two_price span{
		font-size: 0.2rem;
	}
	.discounts_two_price b{
	   font-size: 0.2rem;
	}
	.discounts_two_price {
		padding: 0.08rem 0.2rem;
		margin: 0.2rem 0 0.15rem 0;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:768px) {
    .discounts_two_dl dt {
        width: 100%;
    }
	.discounts_two_dl {
        gap:0.4rem;
    }
	.discounts_two_dl dt:not(:last-child)::after {

		width: 0.2rem;
		height: 0.2rem;
		right: unset;
		left: 50%;
		top: unset;
		bottom: -0.2rem;
		transform: translate(-50%, 50%);
	}
	.discounts_two_price p {
		font-size: 0.14rem;
	}
	.discounts_two_price span{
		font-size: 0.16rem;
	}
	.discounts_two_price b{
	   font-size: 0.16rem;
	}
}
@media screen and (max-width:560px) {
	.discounts_two_all h5 {
		font-size: 0.16rem;
	}
	.discounts_two_price p {
		font-size: 0.12rem;
	}
	.discounts_two_price span{
		font-size: 0.14rem;
	}
	.discounts_two_price b{
	   font-size: 0.14rem;
	}
	.discounts_two_price {
		padding: 0.05rem 0.1rem;
		margin: 0.15rem 0;
	}
}
@media screen and (max-width:425px) {

}


/* discounts_three */
.discounts_three{

}
.discounts_three_ul{
   display: flex;
   flex-wrap: wrap;
   gap:  0.4rem 0.6rem;
}
.discounts_three_ul li{
   width: calc((100% - 0.6rem) / 2 );
}
.discounts_three_ul li a{
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   width: 100%;
}
.discounts_three_img{
    width: 48%;
	position: relative;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	overflow: hidden;
}
.discounts_three_img::after{
    content: '';
	display: block;
	padding-bottom: 100%;
}
.discounts_three_img img{
   position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain;
   transition:all .5s ease;
}
.discounts_three_text{
    width: 52%;
	box-sizing: border-box;
	padding-left: 5%;
	margin-top: 7%;
}
.discounts_three_text h3{
   font-size: 0.2rem;
   color: #333;
   box-sizing: border-box;
   font-weight: bold;
   padding-bottom: 0.1rem;
   border-bottom: 1px solid #CDCECF;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}
.discounts_three_text h4{
    font-size: 0.17rem;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
   margin: 0.2rem 0;
}
.discounts_three_text h5{
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	overflow: hidden;
}
.discounts_three_ul li a:hover h3{
	color: var(--i_color);
}
.discounts_three_ul li:hover img{transform: scale(1.05, 1.05);}

@media screen and (max-width:1440px) {
	.discounts_three_text h4 {
		font-size: 0.16rem;
		margin: 0.15rem 0;
	}
	.discounts_three_ul {
		gap: 0.4rem ;
	}
	.discounts_three_ul li {
		width: calc((100% - 0.4rem) / 2);
	}
}
@media screen and (max-width:1200px) {
	.discounts_three_text{margin-top: 4%;}
}
@media screen and (max-width:1024px) {
	.discounts_three_text h3{
		font-size: 0.18rem;
	}
	.discounts_three_text h4 {
		font-size: 0.14rem;
		margin: 0.1rem 0;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:768px) {
    .discounts_three_ul li {
        width: 100%;
    }
}
@media screen and (max-width:560px) {
	.discounts_three_img {
		width: 100%;
	}
	.discounts_three_text {
		width: 100%;
		margin-top: 0.2rem;
		padding-left: 0%;
	}

}
@media screen and (max-width:425px) {
    .discounts_three_text h3 {
        font-size: 0.16rem;
    }
}



/* discounts_four */
.discounts_four{

}
.discounts_four_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.3rem;
}
.discounts_four_ul li{
   width: calc((100% - 0.6rem) / 3);
   border: 1px solid #E5E5E5;
	overflow: hidden;
}
.discounts_four_ul li a{
   display: block;
   width: 100%;
   box-sizing: border-box;
   padding: 0.2rem;
}
.discounts_four_img{
   position: relative;
   width: 100%;
}
.discounts_four_img::after{
   content: '';
   display: block;
   padding-bottom: 57.73%;
}
.discounts_four_img img{
   position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain;
   transition:all .5s ease;
}
.discounts_four_text{
   box-sizing: border-box;
   padding-top: 0.15rem;
   margin-top: 0.15rem;
   border-top: 1px solid #E5E5E5;
   position: relative;
   transition: all 0.3s ease;
}
.discounts_four_text::after{
	content: '';
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 2px;
	background-color: var(--i_color);
	transition: all 0.5s ease;

}
.discounts_four_text article{
	font-size: 0.17rem;
	line-height: 1.5;
	color: #333;
	overflow: auto;
	box-sizing: border-box;
	text-align: center;
}

.discounts_four_ul li a:hover .discounts_four_text{
	border-top: 1px solid transparent;
}
.discounts_four_ul li a:hover .discounts_four_text::after{
	width: 100%;
}
.discounts_four_ul li a:hover img{transform: scale(1.05, 1.05);}


@media screen and (max-width:1440px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.discounts_four_text article {
		font-size: 0.14rem;
	}
	.discounts_four_ul {
		gap: 0.2rem;
	}
	.discounts_four_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:768px) {
	.discounts_four_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.discounts_four_ul li a {
		padding: 0.1rem;
	}
}
@media screen and (max-width:560px) {
    .discounts_four_ul {
        gap: 0.1rem;
    }
	.discounts_four_ul li {
		width: 100%;
	}
	.discounts_four_text article {
        font-size: 0.13rem;
    }
}





.videoList{display:flex; flex-wrap:wrap; gap: .26rem 2%;}
.videoList li{width: 32%; position: relative; background: #F6F6F6;}

.videoList .coverpic{width:100%; position:relative; overflow:hidden}
.videoList .coverpic::before{content:""; display:block; padding-bottom:75%}
.videoList .coverpic::after{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 25%);}
.videoList .coverpic>img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.videoList .play{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index: 3;}
.videoList .play img{height: 0.6rem; transition:all .5s ease;}

.videoList .text{padding: .2rem; text-align: center; overflow: hidden;}
.videoList p{font-size: 0.16rem; font-weight: bold; line-height: 1.3; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.videoList li:hover .coverpic>img{transform: scale(1.05, 1.05);}
.videoList li:hover .play img{transform:rotate(360deg);}
.videoList li:hover p{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.videoList .play img{height: 48px;}
	.videoList p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.videoList{gap: 30px 4%;}
	.videoList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.videoList{gap: 16px 2%;}
	.videoList .play img{height: 42px;}
	.videoList .text{padding: 14px 10px;}
	.videoList p{font-size: 14px;}
}







.navLine{}

.navLine ul{display:flex; flex-wrap:wrap; gap: 0 .4rem; position: relative;}
.navLine ul::before{content: '';position: absolute;left: 0; bottom: 0; width: 100%; height: 1px; background: var(--i_color);}

.navLine li{position: relative;}
.navLine li::before{content: ''; position:absolute; left:50%; transform:translate(-50%,0); bottom: 0; width: 0; height: 3px; background: var(--i_color); transition:all .5s ease;}
.navLine a{display: block; padding: .16rem 0; font-size: 0.2rem; color: #666; font-weight: bold;}
.navLine a i{font-size: 14px; color: #999;}

.navLine li:hover::before, .navLine li.active::before{width: 100%;}
.navLine li:hover a, .navLine li.active a{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.navLine li::before{height: 2px;}
	.navLine a{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.navLine ul{gap: 0 30px;}
	.navLine a{font-size: 17px;}
}
@media screen and (max-width:560px) {
	.navLine ul{gap: 0 20px;}
	.navLine a{padding: 10px 0; font-size: 16px;}
}






.nTopic{}
.nTopic h6{margin-bottom: 0.14rem; font-size: 0.18rem; color:#666}

.nTopic ul{display:flex; flex-wrap:wrap; gap: .2rem .2rem;}
.nTopic li{border: 1px solid #DDD; position: relative; overflow: hidden;}
.nTopic li::before{content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: var(--i_color);}
.nTopic li a{display: block; padding: .12rem .2rem; font-size: 0.18rem; position: relative; transition:all .5s ease;}
.nTopic li a i{font-size: 14px; color: #888;}

.nTopic li.active, .nTopic li:hover{border-color: var(--i_color); transition:all .5s ease;}
.nTopic li.active::before, .nTopic li:hover::before{width: 100%; transition:all .5s ease;}
.nTopic li.active a, .nTopic li:hover a{color: #FFF;}

@media screen and (max-width:1024px) {
	.nTopic ul{gap: 14px 14px;}
	.nTopic li a{padding: 8px 18px; font-size: 16px;}
}
@media screen and (max-width:768px) {
	.nTopic h6{font-size: 16px;}
	.nTopic li a{padding: 6px 12px; font-size: 14px;}
}







.nList{}
.nList li{margin-bottom: 0.3rem;}
.nList a{display: block; padding: .2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .5rem; background: #F6F6F6;}

.nList .coverpic{flex-shrink: 0; width:40%; position:relative; overflow:hidden}
.nList .coverpic::before{content:""; display:block; padding-bottom:55%}
.nList .coverpic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.nList .text{width: 100%; margin-left: auto;}
.nList .text>h5{font-size: 0.2rem; line-height: 1.6; font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.nList .t{display: block; margin: .2rem 0; font-size: 0.16rem; color: #666; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}

.nList .date{margin-bottom: 0.2rem; display:flex; flex-wrap:wrap; align-items: center; gap: 0 6px;}
.nList .date iconify-icon{font-size: 0.24rem;color: #ED9093;}
.nList .date i{font-size: 0.16rem;color: #333;}

.nList a:hover img{transform: scale(1.05, 1.05);}
.nList a:hover h5{color: var(--i_color);}
.nList a:hover .i_more{box-shadow: 2px 6px 10px rgb(0 0 0 / 30%);}
.nList a:hover .i_more::before{width: 100%;}
.nList a:hover .i_more b, .nList a:hover .i_more iconify-icon{color: #FFF;}

@media screen and (max-width:1024px) {
	.nList a{gap: 0 30px;}
	.nList .text>h5{font-size: 17px;}
	.nList .t{font-size: 14px; -webkit-line-clamp:2}
	.nList .date{margin-bottom: 0;}
	.nList .i_more{display: none;}
}
@media screen and (max-width:768px) {
	.nList li{margin-bottom: 20px;}
	.nList .t{margin: 10px 0;}
	.nList .text>h5{font-size: 16px; line-height: 1.4;}
	.nList .date iconify-icon{font-size: 20px;}
	.nList .date i{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.nList a{padding: 16px; flex-wrap: wrap; gap: 20px 0;}
	.nList .coverpic{width: 100%;}
}






.videoBox{position: relative; overflow: hidden;}
.videoBox::before{content: ''; display: block; padding-bottom: 56.25%;}
.videoBox>div{position:absolute; top:0; left:0; width:100%; height:100%;}
.videoBox video,.videoBox iframe{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}





.navLine_feedback{border-bottom: 10px solid #EEE;}
.navLine_feedback ul{justify-content: center; gap: 0 10%;}
.navLine_feedback ul::before{display: none;}

@media screen and (max-width:1440px) {
	.navLine_feedback ul{gap: 0 8%;}
}
@media screen and (max-width:1200px) {
	.navLine_feedback ul{gap: 0 4%;}
}
@media screen and (max-width:768px) {
	.navLine_feedback ul{gap: 0 .4rem}
}







.feedback__{}
.feedback__ .wrap{display:flex; flex-wrap:wrap; align-items: flex-start;}

.feedback__cont{width: 40%;}
.feedback__fold{display: none;}
.feedback__cont article{font-size: 0.18rem; line-height: 1.6;}

.feedback__box{width: 55%; margin-left: auto;}

.feedback__statistics{padding-bottom: 0.14rem; border-bottom: 1px solid #DDD; display:flex; flex-wrap:wrap; align-items: center;}
.feedback__statistics .rate{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 10px;}
.feedback__statistics .rate iconify-icon{flex-shrink: 0; font-size: 0.26rem;}
.feedback__statistics .rate p{font-size: 0.18rem;}
.feedback__statistics .rate i{color: var(--i_color); font-weight: bold;}

.feedback__statistics .amount{margin-left: auto; font-size: 0.18rem;color: #999;}


.feedback__list{}
.feedback__list li{padding-bottom: 0.2rem; margin-bottom: 0.28rem; border-bottom: 1px solid #DDD;}

.feedback__list .user{margin-bottom: 0.2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem;}
.feedback__list .user img{flex-shrink: 0; width: 0.42rem; height: 0.42rem; border-radius:50%; object-fit: cover;}
.feedback__list .user p{font-size: 0.22rem;font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.feedback__list .user i{flex-shrink: 0; display: table; padding:.06rem .1rem; background: #FAE4E5; font-size: 0.16rem;}

.feedback__list .star{display:flex; flex-wrap:wrap; align-items: center; gap: 0 6px;}
.feedback__list .star iconify-icon{font-size: 0.26rem;color: #FF5020;}

.feedback__list .feedback_t{height: auto !important;}

.feedback__list .feedback_p{width: 100%; max-width: 2.4rem; justify-content: flex-start;}

.feedback__list .link{display:inline-grid; grid-auto-flow: column; gap: 0 4px; margin-top: 0.16rem; padding: 6px 10px; background: #F0F0F0; font-size: 0.16rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.feedback__list .link i{color: var(--i_color); overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

@media screen and (max-width:1440px) {
	.feedback__list .user p{font-size: 0.2rem;}
}
@media screen and (max-width:1200px) {
	.feedback__list .user img{width: 0.36rem; height: 0.36rem;}
	.feedback__list .user p{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.feedback__cont{width: 100%;}
	.feedback__fold{display:flex; flex-wrap:wrap; align-items: center; background: var(--i_color); padding: 12px 20px;}
	.feedback__fold p{font-size: 18px; color: #FFF; font-weight: bold;}
	.feedback__fold iconify-icon{margin-left: auto; font-size: 22px; color: #FFF;}

	.feedback__cont article{display: none; margin-top: 20px; font-size: 16px}

	.feedback__box{width: 100%; margin-top: 40px;}
	.feedback__statistics .rate p{font-size: 16px;}
	.feedback__statistics .amount{font-size: 16px;}

	.feedback__list .user img{width: 32px; height: 32px;}
	.feedback__list .star iconify-icon{font-size: 24px;}
}
@media screen and (max-width:768px) {
	.feedback__statistics .amount{margin: 16px 0 0; width: 100%;}
}
@media screen and (max-width:560px) {
	.feedback__fold{padding: 10px 18px;}
	.feedback__fold p{font-size: 16px;}

	.feedback__list .user{gap: 0 14px; margin-bottom: 14px;}
	.feedback__list .user p{font-size: 16px;}
	.feedback__list .user i{font-size: 13px;}
	.feedback__list .star iconify-icon{font-size: 20px;}
	.feedback__list .feedback_t{margin: 14px 0;}
	.feedback__list .link{font-size: 14px;}

}





.feedback__box .in_paging .wrap{width: 100%; justify-content: flex-start;}







.contact__{}
.contact__ .i_tit{padding-bottom: 8px; border-bottom: 1px solid #DDD;}

.contact__cont{display:flex; flex-wrap:wrap;}

.contact__left{width: 45%;}

.contact__list{border-bottom: 1px solid #DDD;}
.contact__list dt{margin-bottom: 0.4rem;}
.contact__list h5{margin-bottom: 0.16rem; font-size: 0.2rem;font-weight: bold;}
.contact__list a,.contact__list p{font-size: 0.18rem;}
.contact__list a:hover{color: var(--i_color);}

.contact__qr{display:flex; flex-wrap:wrap; gap: 0 .4rem;}
.contact__qr dt{}
.contact__qr p{margin-bottom: 6px; font-size: 0.18rem;color: #999;}
.contact__qr img{height: 1.2rem;}

.contact__left .fMedia .cont{margin-left: 0 !important;}

.contact__form{width: 50%; margin-left: auto;}

@media screen and (max-width:1024px) {
	.contact__list dt{margin-bottom: 30px;}
	.contact__list h5{font-size: 16px;}
	.contact__list a,.contact__list p{font-size: 15px;}

	.contact__qr p{font-size: 15px;}
	.contact__qr img{height: 90px}
}
@media screen and (max-width:768px) {
	.contact__left{width: 100%;}

	.contact__form{width: 100%; margin: 40px 0 0;}
}
@media screen and (max-width:560px) {}








#wpforms-210{
	--wpforms_input_height:48px;
	--wpforms_textarea_height:120px;
	--wpforms_input_font_size: 16px;
}
#wpforms-210{margin:0; padding:0;}
#wpforms-form-210{width:100%; position:relative;}

/* 字段样式 */
#wpforms-210 .wpforms-field-container>.wpforms-field{width: 100%; padding: 0 1px 20px; margin: 0 0 6px;overflow-x:initial !important; position: relative;}
#wpforms-210 label.wpforms-field-label{display: block; margin-bottom: 8px; font-size: 16px; font-weight: normal;}
#wpforms-210 .wpforms-field-container .wpforms-required-label{color: #D63637;}
#wpforms-210 .wpforms-field-container .wpforms-field>input,
#wpforms-210 .wpforms-field-container textarea
{width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 14px!important; margin: 0 0; border: 1px solid #CCC; background: #FFF; font-size:var(--wpforms_input_font_size); line-height: 1.4;}
#wpforms-210 .wpforms-field-container .wpforms-field>input{height: var(--wpforms_input_height);}
#wpforms-210 .wpforms-field-container textarea{height: var(--wpforms_textarea_height);}
#wpforms-210 input::placeholder, #wpforms-210 textarea::placeholder{color:#AAA; font-size:var(--wpforms_input_font_size); line-height: 1.4;}

#wpforms-210 .choices{width: 100% !important; max-width: 100% !important; height: var(--wpforms_input_height);}
#wpforms-210 .choices__inner{height: var(--wpforms_input_height); min-height: var(--wpforms_input_height); border-color: #CCC !important;}
#wpforms-210 .choices__item{font-size: var(--wpforms_input_font_size);}

/* #wpforms-210 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-210 .wpforms-field-container textarea:hover,
#wpforms-210 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-210 .wpforms-field-container textarea:focus,
#wpforms-210 .choices:hover .choices__inner{border-color: var(--i_color) !important;} */

/* 验证错误提示 */
#wpforms-210 label.wpforms-error, #wpforms-210 em.wpforms-error{position: absolute; left: 0; bottom: 0; font-size: 13px; color: #D63637;}

/* 隐藏 Label 标签 */
/* #wpforms-210 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-210 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 6px; font-size: 16px; font-weight: bold;} */

/* 输入框水平排列，一行两个 */
/* #wpforms-210 .wpforms-field-container{display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-210-field_1-container,
#wpforms-210-field_2-container{width: 49% !important;} */

/* 提交按钮样式 */
#wpforms-210 .wpforms-submit-container{width: 100%; margin: 0 auto; padding:0 0; position: relative; overflow: hidden;}
#wpforms-210 .wpforms-submit-container button{width: 100%; height:44px; font-size: 15px; color: #FFF; font-weight: bold; background: #333; cursor: pointer;}
#wpforms-210 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-210 .wpforms-submit-container button:hover{background: var(--i_color);}








.map{}

.mapBox{position: relative; overflow: hidden;}
.mapBox::before{content: '';display: block; padding-bottom: 40%;}

.mapBox iframe{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.distance{position: absolute; right: 0.3rem; top: 0.3rem; width: 2.5rem; z-index: 4;}
.distance dt{width: 100%; margin-bottom: 0.16rem; background: rgb(255 255 255 / 70%); border: 1px solid #DDD;}
.distance h5{padding: 8px 10px; background: var(--i_color); font-size: 0.16rem; color: #FFF;}
.distance span{padding: .1rem 10px; display:flex; flex-wrap:wrap; align-items: baseline;}
.distance span i{font-size: 0.3rem;font-weight: bold;}
.distance span p{margin-left: auto; font-size: 0.18rem;color: #666;}

@media screen and (max-width:1024px) {
	.mapBox::before{padding-bottom: 60%;}

	.distance{display: none;}
}
@media screen and (max-width:560px) {
	.mapBox::before{padding-bottom: 110%;}
}

























