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

:root {
	--i_color: #FE4100;
	--header_height:1rem;
	--border_color:#DDD;
}
@media screen and (max-width:1024px) {
	:root {
		--header_height: 60px;
	}
}





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

@media screen and (min-width:1921px) {
	.wrap{max-width: none;}
}
@media screen and (max-width:1024px) {
	.wrap{width: 94%;}
}


.wrap_l{padding-left: 8.2vw;}
.wrap_r{padding-right: 8.2vw;}

@media screen and (max-width:1680px) {
	.wrap_l{padding-left: 5.2vw;}
	.wrap_r{padding-right: 5.2vw;}
}
@media screen and (max-width:1440px) {
	.wrap_l{padding-left: 5vw;}
	.wrap_r{padding-right: 5vw;}
}
@media screen and (max-width:1024px) {
	.wrap_l{padding-left: 3vw;}
	.wrap_r{padding-right: 3vw;}
}






/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 2014;
}
/* header::before{content: '';position: absolute;left: 0; top: 0; width: 100%; height: 100%; -webkit-backdrop-filter: blur(0); backdrop-filter: blur(0); background: none; transition:all 1s ease;}
header.header_on::before, header:hover::before{background: rgb(0 91 162 / 70%); -webkit-backdrop-filter: blur(16.5px); backdrop-filter: blur(16.5px)} */

@media screen and (max-width:1024px) {
	header::before{background: var(--i_color) !important;}
}

header .wrap{display:flex; flex-wrap:nowrap; align-items: center; position: relative;}






/* logo */
.logo {
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {max-width: 2rem; max-height: 80%;}






/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		margin-left: 8%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 0 .8rem;
		position: relative;
		z-index: 2014;
	}

	.i_nav>li {position: relative;}

	.i_nav>li>a {
		text-align: center;
		height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; justify-content: center;
		font-size: .18rem;
		color: #FFF;
		white-space: nowrap;
		position: relative;
		text-transform: uppercase;
		font-weight: bold;
	}
	.i_nav>li>a::before{content: ''; position: absolute; left: 0; bottom: 35%; width: 0; height: 1px; background: var(--i_color); transition:all .5s ease;}
	.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>.current_page_parent>a,
	.i_nav>li:hover>a,
	.i_nav>li.active>a
	{color: var(--i_color);}
	.i_nav>.current-menu-item>a::before,
	.i_nav>.current-category-ancestor>a::before,
	.i_nav>.current-post-ancestor>a::before,
	.i_nav>.current-menu-ancestor>a::before,
	.i_nav>.current-menu-parent>a::before,
	.i_nav>.current_page_parent>a::before,
	.i_nav>li:hover>a::before,
	.i_nav>li.active>a::before
	{width: 100%;}

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		top: var(--header_height);
		min-width: 1.5rem;
		background: #FFF;
		box-shadow: 4px 4px 16px rgb(0 0 0 / 20%);
		font-size: 0;
	}

	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child):before {content: '';position:absolute; bottom: 0; left: 0; width: 100%;height: 1px; background: #EEE;}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 .2rem;
		font-size: 0.15rem;
		color: #666;
		line-height: 0.44rem;
		font-weight: 300;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}
	.i_nav .sub-menu .menu-item-has-children>a{padding-right: 0.46rem;}
	.i_nav .sub-menu .menu-item-has-children>a::after{content: '';position:absolute; top:50%; transform:translate(0,-50%); right: .1rem; width: .24rem; height: .24rem; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='m10.207 8l-3.854 3.854l-.707-.707L8.793 8L5.646 4.854l.707-.708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}

	/* .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>li>.sub-menu>li:hover>a {
		color: var(--i_color);
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
		top: 0; left: 100%;
		box-shadow:8px 4px 8px rgb(0 0 0 / 10%);
	}
	.i_nav .sub-menu .sub-menu a:hover{color: var(--i_color);}
}
@media screen and (max-width:1366px) {
	.i_nav{gap:0 .7rem}
}
@media screen and (max-width:1200px) {
	.i_nav{margin-left: 6%;}
	.i_nav{gap: 0 .44rem;}
	.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
	}
}






/* 移动端导航按钮 */
.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: #FFF;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #FFF;
	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.3rem;
	}
}





.top_r {
	--size: .24rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .2rem;
	height: var(--header_height)
}

.top_user,
.top_search_ico,
.top_language_ico,
.top_cart{
	height: var(--header_height);
	display:-webkit-flex; display:flex; flex-wrap:wrap;
	align-items: center;
	text-align: center;
	position: relative;
}
.top_user iconify-icon,
.top_search_ico iconify-icon,
.top_language_ico iconify-icon,
.top_cart iconify-icon
{font-size: var(--size);color: #FFF;cursor: pointer;}

.top_user.on iconify-icon{color: var(--i_color);}
.top_user_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(var(--header_height) + .3rem);
	right: 0;
	background: #FFF;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_user_list.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: .04rem .06rem .1rem rgb(0 0 0 / 10%);
}
.top_user_list li {
	text-align: right;
}
.top_user_list a {
	display: block;
	padding: .08rem .3rem;
	font-size: 0.14rem;
	color: var(--i_color2);
	white-space: nowrap;
}
.top_user_list a:hover {
	background: #EEE;
	color: var(--i_color);
}

.top_user_name{margin-left: -.1rem;}
.top_user_name a{font-size: 0.14rem;color: #FFF;}

.top_search_ico.on iconify-icon {
	color: var(--i_color);
}

.top_language_ico.on iconify-icon {
	color: var(--i_color);
}

.top_cart{padding-right: 0.1rem;}
.cart_num {
	position: absolute;
	top: 24%;
	right: 0;
	min-width: .22rem;
	height: 0.22rem;
	background: #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.cart_num b {
	display: block;
	font-size: 12px;
	color: #333;
	line-height: 0.22rem;
}


@media screen and (max-width:1440px) {
	.top_user_name a{font-size: 0.13rem;}
}
@media screen and (max-width:1024px) {
	.top_r{margin-left: auto;}
	.top_user_name a{font-size: 0.12rem;}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:560px) {
	.top_r{gap: 0 .1rem;}
	.top_search_ico::before, .top_language_ico::before{background: rgb(255 255 255 / 10%);}
	.top_user_list a{font-size: 0.14rem;color: #666;}
}







/* language list */
.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(var(--header_height) + .3rem);
	right: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: .04rem .06rem .1rem rgb(0 0 0 / 10%);
}

.top_language_list ul {
	overflow: hidden;
}

.top_language_list li {
	background: #FFF;
}
.top_language_list a>span {
	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;
	box-sizing: border-box;
	padding: 0 14px;
	min-width: 120px;
	overflow: hidden
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #666;
	line-height: .3rem
}
.top_language_list .trp-ls-language-name{margin-left: 8px;}

.top_language_list li:hover {
	background: #EEE;
}
.top_language_list li:hover .trp-ls-language-name {
	color: var(--i_color);
}
.top_language,
.top_language>i {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_language {
		margin: 0 .2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	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: 99;
}
.top_search.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height) * 2);
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
}
.top_search_btn {
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 2);
	height: var(--search_height);
	background: var(--i_color) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="white" d="M456.69 421.39L362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3ZM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8a124.95 124.95 0 0 1-124.8-124.8Z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: .24rem;
	cursor: pointer;
}

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





.full_header_height{display: block; 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: calc(100vh - var(--header_height));
	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.6rem;height: 0.6rem;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.5rem;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: .26rem;
	text-align: center;
	z-index: 99999999;
}
.banner-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	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 {background: var(--i_color);}

@media screen and (max-width:1366px) {
	.banner-button{width: 0.4rem; height: 0.4rem;}
	.banner-button iconify-icon{font-size: 0.3rem;}
}
@media screen and (max-width:1024px) {
	.banner .swiper-slide{padding-bottom: 50%;}
	.banner-button-prev,.banner-button-next{display: none;}
}
@media screen and (max-width:560px) {
	.banner-pagination{bottom: 14px;}
}





.banner1_text{position:absolute; top:20%; left: 0; width: 100%; text-align: center;}
.banner1_text h2{font-size: 3.2vw; color: #FFF; font-weight: bold;}
.banner1_text p{width: 36%; margin: .1rem auto .4rem; font-size: 0.24rem; color: #FFF; line-height: 1.6;}

@media screen and (max-width:1200px) {
	.banner1_text p{font-size: 0.2rem;}
}
@media screen and (max-width:1024px) {
	.banner1_text{top: 10%;}
	.banner1_text p{width: 90%; font-size: 18px;}
}
@media screen and (max-width:768px) {
	.banner1_text p{margin: 8px auto 14px; font-size: 15px;}
}
@media screen and (max-width:560px) {
	.banner1_text h2{font-size: 4.8vw;}
	.banner1_text p{font-size: 13px; line-height: 1.4;}
}






/* Main */
main{position: relative;overflow: hidden;}
.mainBG{background: #F6F6F6;}





.i_tit{}
.i_tit h3{padding-left: 0.2rem; font-weight: bold; position: relative;}
.i_tit h3::before{content: ''; position: absolute; left: 0; top: 0; width: 14px; height: 10px; background:url(static/images/tit-icon.webp) no-repeat center; background-size: contain;}
.i_tit>img{display: block; margin: .08rem 0 .2rem; margin-left: 0.2rem; height: 8px;}
.i_tit h3 i{color: var(--i_color); font-weight: bold;}
.i_tit h6{color: #666;}
.i_tit.white h3,.i_tit.white h3 i,.i_tit.white h6{color: #FFF;}

.i_tit.center{text-align: center;}
.i_tit.center h3{display: table; margin-left: auto; margin-right: auto;}
.i_tit.center img{margin-left: auto;margin-right: auto;}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.i_tit>img{height: 5px;}
	.i_tit h6{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.i_tit h3::before{width: 10px; height: 8px;}
	.i_tit>img{margin: 6px 0 10px; height: 4px;}
}
@media screen and (max-width:560px) {
	.i_tit h6{font-size: 14px;}
}







.i_more{display: table; min-width: 1.66rem; background: var(--i_color); transition:all .5s ease;}
.i_more b{display: block;text-align: center; padding: .1rem .3rem; font-size: 0.18rem; color: #FFF; font-weight: 600;}

.i_more.white{background: #FFF;}
.i_more.white b{color: #333;}

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

.i_more:hover{background: var(--i_color); transform:translate(0,-6px); box-shadow: 0 2px 8px rgb(0 0 0 / 30%);}
.i_more:hover b{color: #FFF;}

@media screen and (max-width:1024px) {
	.i_more{min-width: auto;}
	.i_more b{padding: 6px 20px; font-size: 16px;}
}
@media screen and (max-width:768px) {
	.i_more b{padding: 5px 16px; font-size: 15px;}
}
@media screen and (max-width:560px) {
	.i_more b{font-size: 14px;}
}






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





.pItem{}
.pItem .pic{display: block; width: 100%; background: #F1F1F1; position: relative; overflow: hidden;}
.pItem .pic::before{content:""; display:block; padding-bottom:100%}
.pItem .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}
.pItem .pic .p1{z-index: 2;}
.pItem .pic .p2{opacity: 0;}
.pItem .have_pics:hover .p1{opacity: 0;}
.pItem .have_pics:hover .p2{opacity: 1; z-index: 3;}

.pItem .tag{position: absolute; left: 0.2rem;top: 0; width: .42rem; height: .5rem; background: #FEB902; -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 66%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 100%, 50% 66%, 0 100%, 0 0); z-index: 4;}
.pItem .tag i{position:absolute; left:50%; transform:translate(-50%,0);top: 6px; font-size: 0.16rem; color: #FFF;font-weight: 600;}
.pItem .tag.hot{background: var(--i_color);}

.pItem figcaption{padding-bottom: 0.16rem; background: #FFF;}
.pItem .info{display: block; padding: .16rem;}
.pItem .info h5{height: .58rem; font-size: 0.22rem; font-weight: 600; line-height: 1.3; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.pStar {
	margin: 0.1rem 0;
	display:flex; flex-wrap:wrap; align-items: baseline;
	gap: 0 8px;
	cursor: pointer;
}
.star-rating {overflow:hidden;position:relative;width:5.4em;height:1em;font-size:1em;color:#FEB902;font-family:star;}
.star-rating::before {content:"sssss";float:left;top:0;left:0;position:absolute}
.star-rating span {overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;color:#FEB902;}
.star-rating span::before {content:"SSSSS";top:0;position:absolute;left:0}

.comment-num{font-size: 0.18rem;}

.pItem .info>p{padding: 2px 0; font-size: 0.16rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.p__pricar {height: 0.46rem; display:-webkit-flex;display:flex;flex-wrap:nowrap;align-items:center;gap:0 .1rem;padding-left:0.16rem;}
.p__pricar .p_price {display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;}
.p__pricar .p_price ins {margin-right: 0.1rem; order:-1;text-decoration:none;}
.p__pricar .p_price ins bdi,.p__pricar .p_price ins span,.p__pricar .p_price>.woocommerce-Price-amount {font-size:0.2rem;color:var(--i_color);font-weight:bold;}
.p__pricar .p_price del bdi,.p__pricar .p_price del span {font-size:0.15rem;color:#777;}
.p__pricar .p_addcar {flex-shrink:0;margin-left:auto;background:#222;}
.p__pricar .p_addcar:hover {background:var(--i_color);}
.p__pricar .cart {flex-shrink: 0; margin-left:auto;}
.p__pricar .car {width:0.8rem;height:0.46rem;background:none;position:relative;-webkit-border-radius:50%;border-radius:50%;cursor:pointer; background: none !important;}
.p__pricar .car::after{display: none !important;}
.p__pricar .out-of-stock {margin-left:auto;cursor:not-allowed !important;}
.p__pricar h6 {text-align:center;font-size:0.12rem;color:#FFF;font-weight:300; line-height: 1.2;}
.p__pricar .added_to_cart {display:none !important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:0.14rem;color:#3C3C3C;}
.p__pricar .car iconify-icon {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:0.3rem;color:#FFF}

.p_addcar .ico_load,
.p_addcar .ico_done,
.p_addcar .loading .ico_cart,
.p_addcar .added .ico_cart,
.p_addcar .added .ico_load {
	visibility: hidden;
	opacity: 0;
}
.p_addcar .loading .ico_load,
.p_addcar .added .ico_done {
	visibility: visible;
	opacity: 1;
}
.p_addcar .loading .ico_load {
	animation: rotation 1s 0s infinite cubic-bezier(.21, .53, .56, .8)
}
@keyframes rotation {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

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

@media screen and (max-width:1440px) {
	.pItem .info h5{height: 0.48rem; font-size: 0.18rem;}

	.p__pricar .car{width: 0.66rem; height: 0.38rem;}
	.p__pricar .car iconify-icon{font-size: 0.24rem;}
}
@media screen and (max-width:1024px) {
	.pItem .info h5{height: 42px; font-size: 16px;}
	.comment-num{font-size: 16px;}
	.pItem .info>p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.p__pricar .p_price ins bdi, .p__pricar .p_price ins span, .p__pricar .p_price>.woocommerce-Price-amount{font-size: 16px;}

	.p__pricar .car{width: 40px; height: 36px;}
	.p__pricar .car iconify-icon{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.pItem figcaption{padding-bottom: 0;}
	.pItem .info h5{font-size: 15px;}
	.comment-num{position: relative; bottom: 2px; font-size: 14px;}
	.pItem .info>p{font-size: 14px;}

	.p__pricar .p_price ins{padding-bottom: 2px;}
	.p__pricar .p_price ins bdi, .p__pricar .p_price ins span, .p__pricar .p_price>.woocommerce-Price-amount{font-size: 15px;}

	.p__pricar{height: 60px; flex-wrap: wrap; align-items: flex-start; position: relative;}
	.p__pricar .p_addcar{position: absolute; right: 0; bottom: 0;}
	.p__pricar .p_price del bdi, .p__pricar .p_price del span{font-size: 14px;}

	.p__pricar .car{width: 50px; height: 32px;}
	.p__pricar .car iconify-icon{font-size: 18px;}
}






.public-pagination{display:block; text-align:center}
.public-pagination .swiper-pagination-bullet{width:.2rem; height:2px; display:inline-block; margin:0 6px; background:#CCC; outline:none; cursor:pointer;}
.public-pagination .swiper-pagination-bullet-active{background:var(--i_color)}
@media screen and (max-width:560px) {
	.public-pagination .swiper-pagination-bullet{width: 14px; margin: 0 4px;}
}






.homeCate{}

.homeCate_list{position:relative; overflow:hidden}
.homeCate_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeCate_list li{opacity: .3; flex-shrink:0; position:relative; transition:all .5s ease;}

.homeCate_list .pic{width:100%; position:relative; overflow:hidden}
.homeCate_list .pic::before{content:""; display:block; padding-bottom:100%}
.homeCate_list .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}
.homeCate_list .pic .p1{z-index: 2;}
.homeCate_list .has_pic2 .p2{opacity: 0; visibility: hidden;}

.homeCate_list h5{margin-top: 0.2rem; text-align: center; font-size: 0.24rem; font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.homeCate_list .info{opacity: 0; visibility: hidden; padding-top: 0.24rem; margin-top: 0.18rem; display:flex; flex-wrap:nowrap; justify-content: space-between; position: relative; transition:all .5s ease;}
.homeCate_list .info::before{content: '';position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #222;}
.homeCate_list .info::after{content: '';position: absolute; left: 0; top: 0; width: 25%; height: 4px; background: #222; -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);}
.homeCate_list .info dt{width: 30%; margin-right: 4%;}

.homeCate_list .info p{margin-bottom: 0.1rem; font-size: 0.18rem; font-weight: 600;}
.homeCate_list .info b{display: block; font-size: 0.2rem; font-weight: 600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.homeCate_list .info dd{margin-left: auto; width: 32%; min-height: .66rem; display:flex; flex-wrap:nowrap; justify-content: flex-end; align-items: baseline; text-align: right;}
.homeCate_list .info del{margin-left: 0.1rem; font-weight: 600;}
.homeCate_list .info ins{position: absolute; bottom: 1px; font-size: 0.24rem; color: var(--i_color); font-weight: 600; text-decoration: none;}

.homeCate_list li{transform: scale(0.8, 0.8);}
.homeCate_list .swiper-slide-active{opacity: 1 !important; transform: scale(1, 1);}

.homeCate_list .has_pic2:hover .p1,.homeCate_list .swiper-slide-active.has_pic2 .p1{opacity: 0;}
.homeCate_list .has_pic2:hover .p2,.homeCate_list .swiper-slide-active.has_pic2 .p2{opacity: 1; visibility:visible; z-index: 3;}

/* .homeCate_list li:hover .p1, .homeCate_list .swiper-slide-active .p1{opacity: 0;}
.homeCate_list li:hover .p2, .homeCate_list .swiper-slide-active .p2{opacity: 1; visibility:visible; z-index: 3;} */
.homeCate_list .swiper-slide-active .info{opacity: 1; visibility: visible;}

@media screen and (max-width:1366px) {
	.homeCate_list .info p{font-size: 0.16rem;}
	.homeCate_list .info del{font-size: 0.16rem;}
	.homeCate_list .info ins{font-size: 0.2rem;}
}
@media screen and (max-width:1200px) {
	.homeCate_list .info b{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.homeCate_list li{opacity: 0;}
}
@media screen and (max-width:768px) {
	.homeCate_list h5{font-size: 20px;}

	.homeCate_list .info{padding-top: 18px; margin-top: 10px; flex-wrap: wrap; gap: 18px 4%;}
	.homeCate_list .info dt{width: 48%; margin: 0;}
	.homeCate_list .info dd{width: 100%; min-height: auto; flex-wrap: wrap; justify-content: flex-start; text-align: left;}
	.homeCate_list .info ins{position: initial;}
	.homeCate_list .info ins{margin-left: auto;}
}
@media screen and (max-width:560px) {
	/* .homeCate_list{width: calc(100% - 1rem); margin-left: auto;margin-right: auto;} */

	.homeCate_list h5{font-size: 17px;}
	.homeCate_list .info::after{height: 3px;}

	.homeCate_list .info p{margin-bottom: 0; font-size: 14px;}
	.homeCate_list .info b{font-size: 16px;}
	.homeCate_list .info del{font-size: 14px;}
	.homeCate_list .info ins{margin: 0; width: 100%; font-size: 16px;}
}





.homeCate-prev,.homeCate-next{position:absolute; top:43%; transform:translate(0,-50%); width:.44rem; height:.44rem; box-sizing: border-box; border: 1px solid #DDD; border-radius:50%; z-index:3; cursor:pointer; outline:none; user-select:none}
.homeCate-prev{left:-.2rem;}
.homeCate-next{right:-.2rem;}
.homeCate-prev img,.homeCate-next img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.22rem;}
.homeCate_list .swiper-button-disabled{cursor:not-allowed}
.homeCate-prev:hover,.homeCate-next:hover{background: var(--i_color); border-color: var(--i_color);}
.homeCate-prev:hover img,.homeCate-next:hover img{-webkit-filter:brightness(100); filter:brightness(100);}

.homeCate-pagination{display:none}

@media screen and (max-width:1024px) {
	.homeCate-prev,.homeCate-next{width: 36px; height: 36px;}
	.homeCate-prev{left:0;}
	.homeCate-next{right:0;}
	.homeCate-prev img,.homeCate-next img{height: 18px;}

	.homeCate-pagination{display: block; margin-top:0.3rem}
}
@media screen and (max-width:560px) {
	.homeCate-prev,.homeCate-next{width: 32px; height: 32px;}
	.homeCate-prev img,.homeCate-next img{height: 16px;}
}






.hotProduct{background:url(static/images/hot-product-bg.webp) no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}

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

.hotProduct-pagination{margin-top:0.3rem}








.homeAbout{}
.homeAbout .cont{display:flex; flex-wrap:nowrap; align-items: flex-end; gap:0 6%}

.homeAbout .txt{width: 100%;}
.homeAbout .tit{font-size: 2vw; font-weight: bold; color: #222; line-height: 1.2;}
.homeAbout .tit i{display: block; font-size:4.8vw; color: transparent; font-weight: bold; -webkit-text-stroke: 1px rgba(0, 0, 0, 1);}

.homeAbout article{color: #888;}

.homeAbout .pic{flex-shrink: 0; width: 52%; position: relative;}
.homeAbout .pic img{width: 100%;}

.vBtn{position:absolute; left: 8%; bottom: 10%; cursor: pointer;}
.vBtn span{display: block; position: relative;}
.vBtn span::before,.vBtn span::after{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); box-sizing: border-box; border: 1px solid #FFF; border-radius:50%;}
.vBtn span::before{width: 100%; height: 100%; animation:scale 1.6s infinite linear}
.vBtn span::after{width: 105%; height: 105%; animation:scale 2s infinite linear}

.vBtn i{display: block; width: 0.8rem;height: 0.8rem;border-radius:50%; background: rgb(255 255 255 / 80%); position: relative;}
.vBtn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.34rem;color: #222;}

@keyframes scale{
	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)
	}
}

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

	.homeAbout .tit{margin-bottom: 20px; font-size: 20px;}
	.homeAbout .tit i{font-size: 40px;}
	.homeAbout .txt .i_more{margin-top: 30px;}

	.homeAbout .pic{width: 100%;}

	.vBtn i{width: 60px; height: 60px;}
}
@media screen and (max-width:560px) {
	.homeAbout .tit i{font-size: 34px;}

	.vBtn i{width: 48px; height: 48px;}
	.vBtn iconify-icon{font-size: 24px;}
}







.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:54%;left:46%;font-size:.4rem;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;}
}






.homeSay{padding: 1.5rem 0 1rem; background:url(static/images/home-say-bg.webp) no-repeat top center; background-size: cover;}
.homeSay .wrap{display:flex; flex-wrap:nowrap; align-items: center;}

.homeSay .wrap>h3{font-size: 3vw; color: #FFF; font-weight: 600;}

.homeSay_list{flex-shrink: 0; margin-left: auto; width: 52%; position:relative; overflow:hidden}
.homeSay_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeSay_list li{flex-shrink:0; position:relative; background: #F1F1F1;}
.homeSay_list .name{padding: .2rem; border-bottom: 1px solid #FFF; display:flex; flex-wrap:nowrap; align-items: center;}
.homeSay_list .name p{font-size: 0.2rem; font-weight: 300;}
.homeSay_list .star-rating{margin-left: auto;}

.homeSay_list .content{padding: .2rem;}
.homeSay_list .content>h5{margin-bottom: 0.1rem; font-size: 0.2rem; font-weight: 300}

.homeSay-pagination{display:block; margin-top:0.3rem; text-align:center}
.homeSay-pagination .swiper-pagination-bullet{width:.1rem; height:.1rem; display:inline-block; margin:0 5px; background:#CCC; outline:none; cursor:pointer; transition:all .5s ease;}
.homeSay-pagination .swiper-pagination-bullet-active{width: 0.3rem; background:var(--i_color); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);}

@media screen and (max-width:1440px) {
	.homeSay_list{width: 60%;}
}
@media screen and (max-width:1200px) {
	.homeSay .wrap>h3{font-size: 2.5vw;}
	.homeSay_list{width: 70%;}
}
@media screen and (max-width:1024px) {
	.homeSay{padding: 140px 0 60px;}
	.homeSay .wrap{flex-wrap: wrap; gap: 30px 0;}
	.homeSay .wrap>h3 br{display: none;}

	.homeSay_list{width: 100%;}
	.homeSay_list .name p{font-size: 18px;}
	.homeSay_list .content>h5{font-size: 18px;}

	.homeSay_list article{font-size: 15px;}

	.homeSay-pagination .swiper-pagination-bullet{width: 8px; height: 8px;}
	.homeSay-pagination .swiper-pagination-bullet-active{width: 20px;}
}
@media screen and (max-width:768px) {
	.homeSay .wrap>h3{font-size: 20px;}
	.homeSay_list .name{padding: 14px 20px;}
	.homeSay_list .name p{font-size: 16px;}
	.homeSay_list .content>h5{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.homeSay{padding: 100px 0 40px;}
	.homeSay .wrap>h3{font-size: 18px;}
}







.homeNews{}

.homeNews_list{display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto auto; gap: 0 8%; position: relative;}
.homeNews_list::before{content: ''; position:absolute; left:50%; width: 1px; height: 100%;background: #DDD;}
.homeNews_list li{display:flex; flex-wrap:wrap; align-items: center; border-bottom: 1px solid #DDD;}

.homeNews_list a{padding: .16rem 0; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .3rem;}

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

.homeNews_list .arrow{flex-shrink: 0; margin-left: auto; width: 0.4rem; height: 0.4rem; box-sizing: border-box; border: 1px solid #CCC; border-radius:50%; position: relative;}
.homeNews_list .arrow img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.2rem;}

.homeNews_list .date{position: absolute; left: 0.2rem; bottom: 0.2rem; background: #222; text-align: center; padding: .1rem;}
.homeNews_list .date p{margin-bottom: 6px; font-size: 0.3rem; color: #FFF;}
.homeNews_list .date i{font-size: 14px; color: #FFF;}

.homeNews_list .text{display:flex; flex-wrap:wrap;}
.homeNews_list .text h5{margin-top: 0.14rem; font-size: 0.2rem; font-weight: 600; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list .text p{display: none; margin: .1rem 0; font-size: 0.16rem;color: #666; line-height: 1.4; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list .text i{order: -1; font-size: .16rem; color: #999;}

@media screen and (min-width:1025px) {
	.homeNews_list li:first-child{display: block; grid-row:span 4; border-bottom: none; box-shadow: 0 2px 6px rgb(0 0 0 / 10%);}
	.homeNews_list li:first-child a{flex-wrap: wrap; gap: 0 0;}
	.homeNews_list li:first-child .coverpic{display: block;}
	.homeNews_list li:first-child .arrow{display: none;}
	.homeNews_list li:first-child a{padding: 0 0;}
	.homeNews_list li:first-child .text{padding: .2rem;}
	.homeNews_list li:first-child .text h5{margin-top: 0;}
	.homeNews_list li:first-child .text p{display:-webkit-box; margin-bottom: 0;}

	.homeNews_list li:first-child .text i{display: none;}

	.homeNews_list li:first-child .coverpic{order:-1; width: 100%;}
}

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

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.homeNews_list{display: block;}
	.homeNews_list .coverpic{display: block;}
	.homeNews_list::before{display: none;}

	.homeNews_list .arrow{display: none;}
	.homeNews_list .date{display: none;}

	.homeNews_list .text h5{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.homeNews_list .text i{font-size: 14px;}
	.homeNews_list .text h5{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.homeNews_list .text h5{margin-top: 8px; font-size: 15px;}
}







.hotReviews{}

.hotReviews_list{display:flex; flex-wrap:wrap; gap: .26rem 1.5%;}
.hotReviews_list li{width: 32.33%; aspect-ratio: 51 / 46; position: relative; overflow: hidden;}
.hotReviews_list li img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.hotReviews_list li:nth-child(1),
.hotReviews_list li:nth-child(2){width: 49.25%; aspect-ratio: 78 / 46;}

.hotReviews_list li:hover img{transform: scale(1.05, 1.05);}




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

.fCont{display:flex; flex-wrap:nowrap; justify-content: space-between;}

.fMedia{width: 30%;}
.fLogo img{height: 0.56rem;}
.fMedia p{margin: .26rem 0 .5rem; font-size: 0.18rem; color: rgb(255 255 255 / 60%); line-height: 1.5;}

.fMedia_list{display:flex; flex-wrap:wrap; gap: 0 .26rem;}
.fMedia_list dt{overflow: hidden; transition:all .5s ease;}
.fMedia_list a{display: block; width: 0.5rem; height: 0.5rem; background: #3E3F3F; position: relative; }
.fMedia_list dt:hover{transform:translate(0,-6px); box-shadow: 0 4px 6px rgb(0 0 0 / 40%);}
.fMedia_list dt:hover a{background: var(--i_color);}

.fMedia_list iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem; color: #FFF;}

.fTit{margin-bottom: 0.36rem; font-size: 0.28rem; color: #FFF;}

.fNav{}
.fNav li{margin-bottom: 0.16rem; position: relative;}
.fNav li::before{opacity: 0; content: '';position:absolute; top:30%; left: -.12rem; width:0; height:0; border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:4px solid var(--i_color);}
.fNav li a{display: block; padding: 4px 0; font-size: 0.18rem; color:#FFF; line-height: 1.2;}
.fNav li:hover::before{opacity: 1;}
.fNav li a:hover{color: var(--i_color); text-decoration: underline;}

.fContact{width: 30%;}
.fContact ul{}
.fContact li{margin-bottom: 0.16rem; display:flex; flex-wrap:nowrap; gap: 0 .18rem;}
.fContact iconify-icon{flex-shrink: 0; font-size: 0.26rem; color: #FFF;}

.fContact li a,.fContact li p{font-size: 0.18rem; color: #FFF; line-height: 1.6;}
.fContact li a:hover{color: var(--i_color); text-decoration: underline;}

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

@media screen and (max-width:1200px) {
	.fLogo img{height: 0.48rem;}
	.fTit{font-size: 0.24rem;}
}
@media screen and (max-width:1024px) {
	.fCont{flex-wrap: wrap; gap: 40px 0;}

	.fLogo img{height: 34px;}
	.fMedia{width: 100%;}
	.fMedia p{margin: 16px 0 24px; font-size: 16px;}
	.fMedia_list a{width: 40px; height: 40px;}
	.fMedia_list iconify-icon{font-size: 20px;}

	.fContact{width: 100%;}
	.fNav{display: none;}

	.fTit{font-size: 20px;}

	.fContact iconify-icon{font-size: 20px;}
	.fContact li a, .fContact li p{font-size: 16px;}

	.fCR p, .fCR a{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.fCont{padding-bottom: 16px;}
	.fLogo img{height: 28px;}
	.fMedia p{font-size: 14px;}

	.fMedia_list a{width: 34px; height: 34px;}
	.fMedia_list iconify-icon{font-size: 18px;}

	.fTit{margin-bottom: 26px; font-size: 18px;}
	.fContact li a, .fContact li p{font-size: 15px;}

	.fCR{padding: 14px 0;}
	.fCR p, .fCR a{font-size: 14px; line-height: 1.5;}
}






.goRegister{display: block; position: fixed; top:0; left:0; width:100%; height:100%; background: rgb(0 0 0 / 90%); z-index: 99999999999999999;}
.goRegister .box{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background: url('https://www.yaztorsports.com/wp-content/themes/Pegasus/static/images/home-say-bg.webp') no-repeat center; background-size: cover; width: 94vw; max-width: 10rem; box-sizing: border-box; padding:1rem .4rem;}
.goRegister .box::before{content: '';position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:linear-gradient(to right, #000, transparent);}
.goRegister .close{position: absolute; top: 0;right: 0; width: 0.44rem; height: 0.44rem; background: var(--i_color); cursor: pointer;}
.goRegister .close iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem; color: #FFF;}
.goRegister .i_tit{position: relative;}
.goRegister .i_tit h6{color: #FFF;}
.goRegister .i_more{position: relative;}

@media screen and (max-width:768px) {
	.goRegister .close{width: 36px; height: 36px;}
}
@media screen and (max-width:560px) {
	.goRegister .box{padding: 50px 30px;}
	.goRegister .close{width: 32px; height: 32px;}
	.goRegister .close iconify-icon{font-size: 20px;}
}






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

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

/* Breadcrumb */
.in_position{position: absolute; left: 0; bottom: 0; width: 100%; padding:.14rem 0;background:rgb(0 0 0 / 60%);}
.in_position .wrap{display:flex;flex-wrap:wrap;align-items:center;}
.in_position a{display:block;font-size:15px;color:#FFF;position:relative;line-height:20px;}
.in_position a:first-child{padding-left: 0.26rem;}
.in_position a:first-child::before{
	content: '';
	position:absolute; top:45%; transform:translate(0,-50%);left: 0;
	width: 18px;height: 18px;
	background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="%23FFF" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: contain;
}
.in_position a:not(:last-child):after {content:"-";margin:0 4px;color:#FFF}
.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}
}






.cateNav{}

.cateNav_tit{display: none;}

.cateNav>ul{display:flex; flex-wrap:nowrap; justify-content: space-between; gap: 0 1.5%;}
.cateNav>ul>li{width: 100%; text-align: center; position: relative;}
.cateNav .tit{display:flex; flex-wrap:nowrap; align-items: center; justify-content: center; width: 100%; height: 100%; box-sizing: border-box; text-align: center; padding: .14rem .1rem;}
.cateNav .tit p{width: 100%; text-align: center; font-size: 0.2rem; color: #222;line-height: 1.2; font-weight: 600;}
.cateNav .tit img{flex-shrink: 0; margin-left: auto; height: 11px;}

.cateNav>ul>li:hover, .cateNav li.active{background: var(--i_color);}
.cateNav>ul>li:hover p, .cateNav li.active p{color: #FFF;}
.cateNav>ul>li:hover img, .cateNav li.active img{-webkit-filter:brightness(100); filter:brightness(100);}

.cateNav .sub{display: none; position: absolute; left: 0; width: 100%; background: #222; z-index: 99;}
.cateNav .sub li{border-bottom: 1px dashed rgb(255 255 255 / 10%);}
.cateNav .sub a{display: block; text-align: center; padding: .1rem .2rem; font-size: 0.16rem; color: #FFF; line-height: 1.5;}
.cateNav .sub a:hover{color: var(--i_color);}

.cateNav>ul>li,.cateNav .tit p,.cateNav .tit img,.cateNav .sub a{transition:all .3s ease;}

@media screen and (max-width:1440px) {
	.cateNav .tit p{font-size: 0.18rem;}
	.cateNav .tit img{height: 8px;}
}
@media screen and (max-width:1024px) {
	.cateNav_tit{width: 100%; box-sizing: border-box; padding: 10px 20px; display:flex; flex-wrap:wrap; align-items: center; background: var(--i_color);}
	.cateNav_tit h4{font-size: 0.2rem; font-weight: 600; color: #FFF;}
	.cateNav_tit iconify-icon{margin-left: auto; font-size: 30px; color: #FFF;}

	.cateNav>ul{display: none; background: #F1F1F1; box-sizing: border-box; padding: 20px;}
	.cateNav>ul>li{background: none !important;}

	.cateNav .tit{background: #F1F1F1;}
	.cateNav .tit p{color: #222; text-align: left;}
	.cateNav>ul>li:hover p, .cateNav li.active p{color: var(--i_color);}
	.cateNav .tit img{display: none;}
	.cateNav .sub{display: block; position: initial; background: none;}

	.cateNav .sub a{padding: 10px 30px; text-align: left; color: #666;}
}
@media screen and (max-width:560px) {
	.cateNav_tit h4{font-size: 18px;}
	.cateNav_tit iconify-icon{font-size: 24px;}

	.cateNav>ul{padding: 10px;}
	.cateNav .tit p{font-size: 16px;}
	.cateNav .sub a{font-size: 15px; padding: 4px 30px;}
}






.pList{display:flex; flex-wrap:wrap; gap: .5rem 2%;}
.pList li{width: 32%;}
@media screen and (max-width:1024px) {
	.pList{gap: 40px 4%;}
	.pList li{width: 48%;}
}
@media screen and (max-width:768px) {
	.pList{gap: 24px 4%;}
}







/* Paging */
.in_paging{--size:.36rem;}
.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 a,.in_paging span {display:block;padding: 0 10px; height: var(--size); line-height:var(--size);font-size:14px;color:#FFF;background:#222;box-sizing: border-box;overflow:hidden;}
.in_paging i {margin-top:14px;width:100%;font-size:13px;color:#888;}
.in_paging 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}

@media screen and (max-width:1024px) {
	.in_paging{--size:30px;}
}







.p_data{background: #FFF; box-sizing: border-box; display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 4%;}

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

.woo-variation-product-gallery{width: 100% !important; margin: 0 0;}
.p_atlas_list {width: 100%; background:#F1F1F1; box-sizing: border-box; border: 1px solid #D6D6D6; 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;}

/* thumbnail */
.p_thumbnail_list {width:100%;margin:.2rem 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 {box-sizing: border-box; border: 1px solid #D6D6D6; flex-shrink:0;background: #FFF; position:relative;overflow:hidden;cursor:pointer;}
.p_thumbnail_list figure {width:100%;background: #F1F1F1; position:relative;overflow:hidden;}
.p_thumbnail_list figure::before {content:'';display:block;padding-bottom:100%;}
.p_thumbnail_list figure img {opacity: .5; 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);}
.p_thumbnail_list .swiper-slide-thumb-active img{opacity: 1;}

.thumbnail-prev,.thumbnail-next {position:absolute;top:50%;transform:translate(0,-50%);width:.46rem;height:.46rem; box-sizing: border-box; border: 1px solid #CCC; border-radius:50%; 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:-.5rem}
.thumbnail-next {right:-.5rem}
.thumbnail-prev img,.thumbnail-next img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%); height: 0.22rem;}
.thumbnail-prev:hover,.thumbnail-next:hover{background: var(--i_color); border-color: var(--i_color);}
.thumbnail-prev:hover img, .thumbnail-next:hover img{-webkit-filter:brightness(100); filter:brightness(100);}
.p_atlas_list:hover .thumbnail-prev{left: 0;}
.p_atlas_list:hover .thumbnail-next{right: 0;}

.thumbnail-pagination {position:absolute;top:.1rem;right:.1rem;text-align:center;padding: 2px 6px; z-index:2;}
.thumbnail-pagination,.thumbnail-pagination span{font-size: 14px; color: #888;}
.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;}
}
@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; margin-top: .2rem; width: 100%;}

.p_title h1{font-size: 0.3rem; color: #222; font-weight: 600;}
.p_title .ms{margin: .1rem 0 .2rem; font-size: 0.18rem; color: #666; line-height: 1.6;}

.p_price_star{display:flex; flex-wrap:wrap; align-items: center;}
.p_price_star .price{font-size: 0.22rem; color: var(--i_color); font-weight: 600;}

.p_price_star .pStar{margin-left: auto;}
.p_price_star .comment-num{color: #666;}

.woocommerce.single .woocommerce-product-rating{margin-top: 10px; font-size: 16px; color: var(--i_color);}

.woocommerce.single form .price{margin: 16px 0; font-size: 34px;line-height: 40px;font-weight: bold;text-align: left;}
.woocommerce.single form .price del{font-size: 20px; color: #777;}
.woocommerce.single form .price ins{color: var(--i_color);}

.single_variation_wrap{display: block; width: 100%;}
.woocommerce.single .woocommerce-product-details__short-description{margin: 16px 0; font-size: 14px;line-height: 1.6; color: #555;}

.variations_form{margin: 16px 0;}
.variations_form>div{width: 100%;}
.variations_form tr{margin-bottom: 10px; display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: flex-start; gap: 0 20px;}
.variations_form th{width: 100px;text-align: left;line-height: 38px;}
.variations_form .out-of-stock{font-size: 14px;color: #F00;}
.variations_form .reset_variations{display: block; margin: 10px 0 0 5px;font-size: 13px;color: var(--i_color); text-decoration: underline;}
.variations_form .woocommerce-variation-description{margin: 10px 0; font-size: 14px;line-height: 1.6; color: #555;}
.variations_form .woocommerce-variation-availability{margin: 20px 0 10px;}
.variations_form .woocommerce-variation-availability p{font-size: 14px; color: var(--i_color)}


.woocommerce-variation-add-to-cart{display:flex; flex-wrap:nowrap; gap: 0 4px;}
.p_title .quantity{display:flex; flex-wrap:wrap; align-items: center; height: 40px; flex-shrink: 0; border: 1px solid #DDD; border-radius:2rem; padding: 0 6px 0 12px;}
.p_title .quantity .qty{width: 80px;height: 30px;line-height: 30px; border: none; background: none;}
.p_title .cart button{width: 100%; height: 42px !important; background: var(--i_color) !important; border-radius:2rem !important;}
.p_title .cart button::after{top:14px !important;}
.woocommerce.single a.added_to_cart{margin-left: 10px; padding: 0;line-height: 40px; color: var(--i_color);text-decoration: underline;}

.woocommerce.single .product_meta{margin-top: 30px; padding: 16px; background: #EEE; font-size: 15px; display:-webkit-flex; display:flex; flex-wrap:wrap; gap: 6px 20px;}
.woocommerce.single .product_meta .sku_wrapper{display: block;}
.woocommerce.single .product_meta .sku,.woocommerce.single .product_meta a{color: #666;}
.woocommerce.single .product_meta a:hover{color: var(--i_color);text-decoration: underline;}

.p_title .history{margin-top: .14rem; font-size: 0.18rem;}
.p_title .history i{color: var(--i_color); text-decoration: underline;}

.pFAQ{background: #F7F7F7; padding:.1rem .3rem .3rem;}
.pFAQ li{}
.pFAQ .tit{padding: .2rem 0; border-bottom: 1px solid #DDD; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 6%; cursor: pointer;}
.pFAQ .tit p{font-size: 0.2rem; font-weight: 300;}
.pFAQ .tit i{flex-shrink: 0; margin-left: auto; display: table; width: 0.24rem; height: 0.24rem; background:#222 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E") no-repeat center; background-size: .22rem;}
.pFAQ li.active .tit i{background:#222 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E") no-repeat center; background-size: .22rem;}

.pFAQ .txt{display: none; padding-top: 0.2rem; font-size: 0.16rem; color: #555; line-height: 1.6;}

@media screen and (max-width:1200px) {
	.p_title{margin-top: 0;}
	.p_title h1{font-size: 0.24rem;}

	.pFAQ .tit p{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.p_title h1{font-size: 22px;}
	.p_title .ms{font-size: 16px;}

	.pFAQ .tit p{font-size: 16px;}
	.pFAQ .txt{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.p_title h1{font-size: 20px;}
	.p_title .ms{font-size: 15px;}

	.pFAQ{padding: 10px 20px 16px;}
	.pFAQ .tit p{font-size: 15px;}
	.pFAQ .txt{font-size: 14px;}
}








.pContent{}

.pContent_title{position: relative;}
.pContent_title ul{display:flex; flex-wrap:wrap;}
.pContent_title li{position: relative; overflow: hidden; cursor: pointer;}
.pContent_title li::before{content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--i_color);}
.pContent_title p{text-align: center; padding: .14rem .8rem; font-size: 0.26rem; font-weight: 600; color: #333;}

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

.pContent_show{}
.pContent_show .item{height: 0; opacity: 0; visibility: hidden; position: relative; top: 0.3rem;}
.pContent_show .item.active{height: auto; opacity: 1; visibility: visible; top: 0; transition:all .5s ease;}

.pContent_show article{font-size: 0.16rem; line-height: 1.7;}

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

@media screen and (max-width:1024px) {
	.pContent_title p{padding: 14px 20px; font-size: 20px;}
}
@media screen and (max-width:560px) {
	.pContent_title p{padding: 14px 20px; font-size: 18px;}
}





.pPublicBox{}
.pPublicBox>h3{margin-bottom: 0.2rem; font-size: 0.34rem; font-weight: 600;}

@media screen and (max-width:1200px) {
	.pPublicBox>h3{font-size: 0.3rem;}
}
@media screen and (max-width:1024px) {
	.pPublicBox>h3{font-size: 24px;}
}
@media screen and (max-width:768px) {
	.pPublicBox>h3{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.pPublicBox>h3{font-size: 18px;}
}





.accList{display:flex; flex-wrap:wrap; gap: .3rem 2%;}
.accList li{width: 23.5%; position: relative; overflow: hidden;}
.accList li::before{content: '';display: block;padding-bottom: 100%; background: #F1F1F1;}

.accList li img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:80%; height:80%; object-fit: contain; transition:all.5s ease;}







/* Reviews */
.p_reviews {
	background:linear-gradient(to bottom, transparent, #F1F1F1);
	border-top: 1px solid var(--border_color);
}
.p_reviews .tit{text-align: center; font-weight: 600;}
.woocommerce-Reviews-title{display: none !important;}

.cr-reviews-ajax-reviews{display:flex; flex-wrap:wrap; gap: 0 5%; align-items: flex-start;}
.cr-reviews-ajax-comments{width: 60%; display: block !important;}
.cr-ajax-reviews-review-form{width: 35%; box-sizing: border-box; border: 1px solid #000; padding: .24rem; display: block !important;}
.cr-review-form-nav{border: none !important; height: auto !important;}
.cr-ajax-reviews-review-form .cr-nav-left svg{display: none;}
.cr-ajax-reviews-review-form .cr-nav-left>span{font-size: 0.2rem; font-weight: bold;}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg{width: 20px; height: 20px;}
.cr-review-form-rating-nbr{display: none;}

.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl, .cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl, .cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl, .cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl, .cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl, .cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl, .cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl, .cr-reviews-grid .cr-review-form-name .cr-review-form-lbl, .cr-reviews-grid .cr-review-form-email .cr-review-form-lbl, .cr-qna-block .cr-review-form-lbl{position: initial !important; background: none; padding: 0 0; font-size: 16px; line-height: 1.6; height: auto;}

.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue, .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue, .cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue, .cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue, .cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue, .cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue, .cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue, .cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue{background: var(--i_color) !important;}
.cr-review-form-continue{padding: 0 20px; border-radius:2rem;}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add{background: var(--i_color) !important; padding: 0 20px; border-radius:2rem;}

#reviews.cr-reviews-ajax-reviews .cr-input-text, .cr-all-reviews-shortcode .cr-ajax-search .cr-input-text, .cr-ajax-search input[type="text"]{padding-left: 40px;}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val{margin-left: 0;}
.cr-nosummary-rating-cnt>svg{display: none;}

.cr-nav-right{display: none !important;}

.cr-ajax-reviews-sort-div{display: none !important;}

.cr-form-item-media-none .cr-form-item-media-icon{width: 30px; height: 30px;}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-qna-block .cr-review-form-buttons .cr-review-form-submit{background: var(--i_color); border-radius:2rem;}
.cr-review-form-buttons{justify-content: center;}
.cr-review-form-cancel{display: none !important;}

.cr-ajax-reviews-nosummary .cr-nosummary-add{display: none !important;}

@media screen and (max-width:1024px) {
	.cr-reviews-ajax-reviews{gap: 0 0;}
	.cr-reviews-ajax-comments{width: 100%;}
	.cr-ajax-reviews-review-form{width: 100%;}
}
@media screen and (max-width:560px) {
	.cr-comment-image-top img, .cr-comment-image-top video{width: 110px;}

	.cr-ajax-reviews-list li .description{font-size: 14px; line-height: 1.6;}

	.cr-all-reviews-shortcode .cr-review-form-ne, .cr-ajax-reviews-review-form .cr-review-form-ne, .cr-reviews-grid .cr-review-form-ne, .cr-qna-block .cr-review-form-ne{flex-direction: column;}
	.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name, .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email, .cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name, .cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email, .cr-reviews-grid .cr-review-form-ne .cr-review-form-name, .cr-reviews-grid .cr-review-form-ne .cr-review-form-email, .cr-qna-block .cr-review-form-ne .cr-review-form-name, .cr-qna-block .cr-review-form-ne .cr-review-form-email{width: 100% !important;}
}

/* .p_reviews {
	background:linear-gradient(to bottom, transparent, #F1F1F1);
	border-top: 1px solid var(--border_color);
}
.p_reviews .tit{text-align: center; font-weight: 600;}


#reviews {display:-webkit-flex;display:flex;flex-wrap:nowrap;}
#comments {width:100%;margin-right:5%;}
.woocommerce-Reviews-title {font-size:.4rem;font-weight:bold;margin-bottom:.3rem;}
.commentlist {}
.commentlist li {margin-bottom:.3rem;}
.comment_container {display:-webkit-flex;display:flex;flex-wrap:nowrap;}
.comment_container>img.photo {flex-shrink:0;width:0.6rem;height:.6rem;background: #CCC;}
.comment-text {margin-left:0.4rem;width:100%;}
.comment-text p.meta {margin:.14rem 0;}
.comment-text .woocommerce-review__author {font-size:0.18rem;}
.comment-text .woocommerce-review__published-date,.comment-text .woocommerce-review__dash {font-size:0.14rem;color:#666;}
.comment-text .description,.comment-text .description p {font-size:0.16rem;color:#555;line-height:0.26rem;}
.commentlist .star-rating {overflow:hidden;position:relative;float: none; width:5.4em;height:1em;font-size:1em;color:var(--i_color);font-family:star;}
.commentlist .star-rating::before {content:"sssss";float:left;top:0;left:0;position:absolute}
.commentlist .star-rating span {overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em; color: var(--i_color);}
.commentlist .star-rating span::before {content:"SSSSS";top:0;position:absolute;left:0}

.commentlist .children{margin: .2rem 0 0 1rem; position: relative;}
.commentlist .children img.photo{display: none; width: 0.4rem;height: 0.4rem;}
.commentlist .children .comment-text{padding-left: 0.3rem;margin-left: 0; position: relative;}
.commentlist .children .comment-text::before{content: '';position: absolute;left: 0;top: 0;width: 1px;height: 100%;background: #D9D9D9;}
.commentlist .children .comment-text p.meta{margin-top: 0;}

#review_form_wrapper {width:34%;margin-left:auto;margin-top:0.06rem;flex-shrink:0;}
#reply-title {display:block;margin-bottom:0.3rem;font-size:0.2rem;font-weight:bold;}
.comment-form {background-color:none !important;box-sizing:border-box;border: 1px solid #000; padding:.3rem;}
.comment-form>p,.comment-form-rating {margin-top:0.14rem;}
.comment-form>p:first-child {margin-top:0;}
.comment-form .comment-notes {font-size:0.15rem;}
.comment-form-rating {}
.comment-form label {display:block;font-size:0.18rem;margin-bottom:.1rem;font-weight:bold;}
#reviews p.stars {}
#reviews p.stars a {position:relative;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;box-shadow:none;font-size:0.2rem;color:#000;}
#reviews p.stars a::before {display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}
#reviews p.stars a:hover {color:var(--i_color);}
#reviews p.stars a:hover~a::before {content:"\e021";color:var(--i_color);}
#reviews p.stars:hover a::before {content:"\e020";color:var(--i_color);}
#reviews p.stars.selected a.active::before {content:"\e020";color:var(--i_color);}
#reviews p.stars.selected a.active~a::before {content:"\e021";color:var(--i_color);}
#reviews p.stars.selected a:not(.active)::before {content:"\e020";color:var(--i_color);}
#comment {width:100%;max-width:100%;min-width:100%;min-height:1.5rem;box-sizing:border-box;padding:.1rem;border:1px solid #DDD;}
.comment-form input {width:100%;box-sizing:border-box;padding:0 .1rem;border:1px solid #DDD;font-size:0.15rem;line-height:0.42rem;}
.comment-form-cookies-consent {display:-webkit-flex;display:flex;flex-wrap:nowrap;}
#wp-comment-cookies-consent {flex-shrink:0;width:0.16rem;height:0.16rem;}
.comment-form-cookies-consent label {margin-left:0.1rem;font-size:0.14rem !important;font-weight:normal;color:#555;}
.form-submit {display: table; margin-left: auto !important;margin-right: auto !important; margin-top:0.16rem;}
.form-submit #submit {width:1.6rem;font-size:0.2rem;text-transform: uppercase; padding:.1rem .3rem;color:#FFF !important;cursor:pointer;line-height:initial;background: #222 !important; border-radius:2rem !important;}
.faux-button,.wp-block-button__link,.wp-block-file .wp-block-file__button,.bg-accent,.bg-accent-hover:hover,.bg-accent-hover:focus,:root .has-accent-background-color,.comment-reply-link {background-color:var(--i_color);}
@media screen and (max-width:1440px) {
	#review_form_wrapper {margin-top:0;}
}
@media screen and (max-width:1024px) {
	#reviews {flex-wrap:wrap;}
#comments {margin-right:0;margin-bottom:0.4rem;}
#review_form_wrapper {margin-left:0;width:100%;}
.woocommerce-Reviews-title,#reply-title {font-size:0.22rem;}
.comment_container>img.photo {width:0.5rem;height:0.5rem;}
.comment-text {margin-left:0.26rem;}
.comment-form {background:none;border:1px solid var(--border_color);}

.commentlist .children{margin: .2rem 0 0 0.76rem;}
}
@media screen and (max-width:768px) {
	.woocommerce-Reviews-title,#reply-title {font-size:0.22rem;}
	.comment-text .woocommerce-review__author {font-size:0.16rem;}
	.comment_container>img.photo {width:0.4rem;height:0.4rem;}
	.comment-text .description,.comment-text .description p {font-size:0.14rem;line-height:0.22rem;}
	.comment-form label {font-size:0.16rem;}
	.form-submit #submit{font-size: 0.18rem;padding: .08rem .24rem;}

	.commentlist .children{margin: .2rem 0 0 0.66rem;}
	.commentlist .children .comment-text{padding-left: 0.2rem;}
}
@media screen and (max-width:560px) {
	.woocommerce-Reviews-title,#reply-title {font-size:17px;}
	.comment-form .comment-notes {font-size:0.14rem;}
	.comment-form {padding:.2rem;}
} */







.about__{position: relative;}
.about__::before{content: '';position: absolute; left: 0; bottom: 0; width: 45%; height: 60%; background:url(static/images/about--bg.webp) no-repeat bottom; background-size:contain;}

.about__cont{display:flex; flex-wrap:nowrap; gap: 0 6%;}

.about__cont .txt{margin-top: 8vh; width: 100%;}
.about__cont .txt h2{font-size: 2vw; font-weight: bold; color: #222; line-height: 1.2;}

.about__cont article{color: #555;}

.about__cont .pic{flex-shrink: 0; width: 50%;}
.about__cont .pic img{width: 100%;}

@media screen and (max-width:1440px) {
	.about__cont .txt{margin-top: 4vh;}
}
@media screen and (max-width:1200px) {
	.about__cont .txt{margin-top: 0;}
}
@media screen and (max-width:1024px) {
	.about__cont{flex-wrap: wrap; gap: 0 20px;}
	.about__cont .txt h2{font-size: 24px;}

	.about__cont .pic{width: 100%;}
}
@media screen and (max-width:560px) {
	.about__cont .txt h2{margin-bottom: 20px; font-size: 20px;}
}






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

.whyChoose .pic{width: 50%; position: relative;}
.whyChoose .pic img{position:absolute; top:50%; transform:translate(0,-50%); left:0; width:100%; height:90%; object-fit: cover;}

.whyChoose .cont{width: 50%; box-sizing: border-box; padding: .5rem; background:#000 url(static/images/why-choose-bg.webp) no-repeat top right; background-size: 100%;}
.whyChoose .cont i{font-size: 0.18rem; color: var(--i_color);}
.whyChoose .cont h3{margin: .1rem 0 .2rem; font-size: 2vw; color: #FFF; font-weight: 600;}
.whyChoose .cont h6{font-size: 0.18rem; color: #FFF;}

.whyChoose_list{--numSize:.4rem}
.whyChoose_list{width: 90%;}
.whyChoose_list li{padding: .16rem 0 .4rem; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 .4rem; position: relative;}
.whyChoose_list li::before{content: '';position: absolute; bottom: 12%; left: calc(var(--numSize) / 2 + .1rem); width: 2px; height: .5rem; background: #F60;}
.whyChoose_list li:last-child::before{display: none;}


.whyChoose_list .num{padding: .1rem; border-radius:50%; background: rgb(254 65 0 / 15%); position: relative;}
.whyChoose_list .num i{display: block; width: var(--numSize); height: var(--numSize); background: var(--i_color); border-radius:50%; text-align: center; line-height: var(--numSize); font-size: 0.2rem; color: #FFF; font-weight: 600;}

.whyChoose_list h5{margin: .1rem 0 .2rem; font-size: 0.2rem; font-weight: 600; color: #FFF;}
.whyChoose_list p{font-size: 0.15rem; color: rgb(255 255 255 / 80%); line-height: 1.6;}

@media screen and (max-width:1440px) {
	.whyChoose_list li{padding: .1rem 0 .3rem;}
	.whyChoose_list li::before{bottom: 18%;}
}
@media screen and (max-width:1200px) {
	.whyChoose_list{width: 100%;}
}
@media screen and (max-width:1024px) {
	.whyChoose{align-items: flex-start;}
	.whyChoose .pic,.whyChoose .cont{width: 100%;}
	.whyChoose .pic img{position: initial; transform: none; width: 100%;}
	.whyChoose .cont{order: -1;}

	.whyChoose_list{--numSize:36px}
	.whyChoose_list li{gap: 0 30px;}
	.whyChoose_list li::before{display: none;}
	.whyChoose_list .num{padding: 8px;}
	.whyChoose_list h5{font-size: 16px;}
	.whyChoose_list p{font-size: 14px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.whyChoose .cont{padding: 30px;}

	.whyChoose_list{--numSize:30px}
	.whyChoose_list li{flex-wrap: wrap; padding: 0 0; margin-bottom: 24px;}
	.whyChoose_list .num i{font-size: 16px; font-weight: normal;}
	.whyChoose_list li span{display: block; width: 100%;}
	.whyChoose_list h5{margin-bottom: 10px; font-size: 15px;}
}







.aboutHonor{}

.aboutHonor_list{padding-top: .3rem; width: calc(100% - 1.4rem); margin-left: auto;margin-right: auto; position:relative; overflow:hidden}
.aboutHonor_list .swiper-wrapper{display:flex; position:relative; width:100%}
.aboutHonor_list li{flex-shrink:0; position:relative; background:url(static/images/about-honor-bg.webp) no-repeat center; background-size: cover; transition:all .5s ease;}
.aboutHonor_list li::before{content: ''; display: block; padding-bottom: 92%;}
.aboutHonor_list li::after{content: '';position:absolute; left:50%; transform:translate(-50%,0); width: 0; height: 3px; background: var(--i_color);}
.aboutHonor_list .pic{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 60%; height: 80%;}
.aboutHonor_list .pic img{width: 100%; height: 100%; object-fit: contain;}

.aboutHonor_list .swiper-slide-active{transform:translate(0,-.3rem);}
.aboutHonor_list .swiper-slide-active::after{width: 100%; transition:all .5s ease;}

.aboutHonor-prev,.aboutHonor-next{position:absolute; top:50%; transform:translate(0,-50%); width:.44rem; height:.44rem; box-sizing: border-box; border: 1px solid #DDD; border-radius:50%; z-index:3; cursor:pointer; outline:none; user-select:none}
.aboutHonor-prev{left:0;}
.aboutHonor-next{right:0;}
.aboutHonor-prev img,.aboutHonor-next img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.22rem;}
.aboutHonor_list .swiper-button-disabled{cursor:not-allowed}
.aboutHonor-prev:hover,.aboutHonor-next:hover{background: var(--i_color); border-color: var(--i_color);}
.aboutHonor-prev:hover img,.aboutHonor-next:hover img{-webkit-filter:brightness(100); filter:brightness(100);}

.aboutHonor-pagination{display:none}

@media screen and (max-width:1024px) {
	.aboutHonor-prev,.aboutHonor-next{display: none;}
	.aboutHonor-pagination{display: block; margin-top:0.3rem;}

	.aboutHonor_list{width: 100%;}
}
@media screen and (max-width:560px) {
	.aboutHonor_list .swiper-slide-active{transform:translate(0,-20px);}
	.aboutHonor-pagination{margin-top: 10px;}
}






.aboutReserved{}
.aboutReserved .wrap{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}

.aboutReserved .t{width: 100%;}
.aboutReserved article{color: #666;}

.aboutReserved .pic{flex-shrink: 0; width: 45%;}
.aboutReserved .pic img{width: 100%;}

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

	.aboutReserved .pic{width: 100%;}
}






.nList{display:flex; flex-wrap:wrap; gap:.44rem 2%}
.nList li{width: 32%;}

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

.nList .date{position: absolute; right: 0; top: 0.3rem; background:linear-gradient(to right, #222, transparent); padding: 4px .1rem; font-size: 0.16rem; color: #FFF;}

.nList .txt{margin-top: 0.16rem;}
.nList .txt h5{font-size: 0.18rem; font-weight: 300; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.nList .txt p{margin-top: 0.1rem; font-size: 0.16rem; color: #666; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.nList li:hover img{transform: scale(1.05, 1.05);}
.nList li:hover .date{background:linear-gradient(to right, var(--i_color), transparent);}
.nList li:hover h5{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.nList{gap: 30px 4%;}
	.nList li{width: 48%;}

	.nList .date{top: 20px; font-size: 13px;}
}
@media screen and (max-width:768px) {
	.nList .txt h5{font-size: 16px;}
	.nList .txt p{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.nList{gap: 30px 0;}
	.nList li{width: 100%;}
}







.contact__{}

.contact__list{display:flex; flex-wrap:nowrap; gap: 0 2%;}
.contact__list li{text-align: center; width: 100%; box-sizing: border-box; border: 1px solid rgb(254 65 0 / 15%); padding: .5rem .2rem .6rem; position: relative;}
.contact__list 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;}

.contact__list i{display: block; margin-left: auto;margin-right: auto; width: 0.8rem; height: 0.8rem; background: rgb(254 65 0 / 8%); border-radius:50%; position: relative;}
.contact__list i iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.3rem; color: var(--i_color);}

.contact__list span{display: block; margin-top: 0.2rem;}
.contact__list h6{margin-bottom: 0.1rem; font-size: 0.18rem;}
.contact__list a,.contact__list p{font-size: 0.18rem; font-weight: 600;}

.contact__list a:hover{color: var(--i_color); text-decoration: underline;}

.contact__list li:hover::before{width: 100%;}
.contact__list li:hover i{background: var(--i_color);}
.contact__list li:hover i iconify-icon{color: #FFF;}
.contact__list li a:hover{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.contact__list i{width: 0.7rem; height: 0.7rem;}
}
@media screen and (max-width:1024px) {
	.contact__list{flex-wrap: wrap; gap: 20px 0;}
	.contact__list li{padding: 26px 20px; text-align: left; display:flex; flex-wrap:nowrap; gap: 0 20px;}
	.contact__list i{flex-shrink: 0; margin: 0 0; width: 60px; height: 60px;}
	.contact__list i iconify-icon{font-size: 24px;}

	.contact__list span{margin: 0 0;}
}
@media screen and (max-width:560px) {
	.contact__list li::before{height: 2px;}
	.contact__list i{width: 46px; height: 46px;}
	.contact__list h6{margin-bottom: 6px; font-size: 16px;}
	.contact__list a,.contact__list p{font-size: 16px;}
}






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

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

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

#wpforms-73 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-73 .wpforms-field-container textarea:hover,
#wpforms-73 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-73 .wpforms-field-container textarea:focus{border-color: #F60;}

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

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

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

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

@media screen and (max-width:768px) {
	#wpforms-73 .wpforms-field-container>.wpforms-field{width: 100% !important;}
}





.map{font-size: 0;}
.map iframe{width: 100%; height: 60vh;}


