:root {
	--navheight: 160px;
	--navigation: 50px;
	--zoom: 1;
	--line-color: #c7a46d;
	--bg-color: #2d2d2f;
}




.donghua {
	transition: all 0.4s;
}



.temp-wrap1 {
	width: 100%
}

.temp-wrap1 .img {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.temp-wrap1 .img>img {
	width: 100%;
}

.temp-wrap1 .r-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.32rem;
}

.temp-wrap1 .r-ul .r-li {
	width: calc(100% / 3 - 0.64rem);
	margin: 0.8rem 0.32rem 0;
}

.temp-wrap1 .r-ul .r-li .icon {
	height: 64px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.temp-wrap1 .r-ul .r-li .dd {
	font-size: var(--fz16);
	color: #a4a7a9;
	line-height: 1.87;
	margin-top: 0.3rem;
}





@media only screen and (min-width: 768px) {
	::-webkit-scrollbar {
		width: 5px;
		height: 5px;
		background-color: transparent;
	}

	/*定义滚动条轨道 内阴影+圆角*/
	::-webkit-scrollbar-track {
		border-radius: 0px;
		background: transparent;
	}

	/*定义滑块 内阴影+圆角    滑块*/
	::-webkit-scrollbar-thumb {
		border-radius: 0px;
		background-color: var(--color1);
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
	}
}

@keyframes slideUpDown {
	0% {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}

	50% {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

div[id^='baidu_jsapi_watermark'] {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.donghua {
	transition: all 0.4s;
}

.no_donghua {
	transition: all 0.4s !important;
}

@keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.link-v {
	transform: translateY(calc(var(--navheight) * -1.5));
}

/* 通用scoped */
.container.w1740 {
	max-width: 1740px;
}

.inbgcolor {
	background-color: #f0f0f0;
}

.huibgcolor {
	background-color: var(--bg-color);
}

.index-common-title .line {
	width: 79px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.15);
	margin-bottom: 0.3rem;
}

.index-common-title .line.mcolor {
	background-color: var(--line-color);
}

.index-common-title .btit {
	line-height: 1.33;
}

.index-common-title .stit {
	font-size: 16px;
	margin-top: 0.1rem;
}

.index-common-title.wcolor {
	color: #ffffff;
}

.index-morebtn {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	flex-shrink: 0;
}

.index-morebtn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background-color: #292929;
	margin-left: -9px;
}

.index-morebtn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 20px;
	background-color: #292929;
	margin-top: -9px;
}

.index-lookmore {
	width: 140px;
	height: 48px;
	border: 1px solid #ffffff;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.index-lookmore.bgj {
	background-color: var(--line-color);
	border: 1px solid var(--line-color);
	color: #ffffff;
}

.index-lookmore.borderj {
	border: 1px solid var(--line-color);
	color: var(--line-color);
}

.index-lookmore.bgh {
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #292929;
}

.index-add-icon {
	width: 60px;
	height: 60px;
	background: var(--line-color);
	border-radius: 50%;
	color: #ffffff;
	position: relative;
}

.index-add-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 1px;
	background-color: #ffffff;
	margin-left: -8px;
}

.index-add-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 16px;
	background-color: #ffffff;
	margin-top: -8px;
}

.index-more {
	margin-top: 0.45rem;
	font-size: 14px;
	color: var(--line-color);
	position: relative;
	line-height: 30px;
	display: inline-block;
}

.index-more::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--line-color);
}

.arrow-left,
.arrow-right {
	position: relative;
}

.arrow-left::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 2px;
	background-color: #ffffff;
	margin-top: -1px;
	margin-left: -12px;
}

.arrow-left::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 2px;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(45deg);
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -13px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
}

.arrow-right::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 2px;
	background-color: #ffffff;
	margin-top: -1px;
	margin-left: -12px;
}

.arrow-right::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff #ffffff transparent transparent;
	transform: rotate(45deg);
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-radius: 1px;
}

.arrow-left.goldcolor::before,
.arrow-right.goldcolor::before {
	background-color: var(--line-color);
}

.arrow-left.goldcolor::after {
	border-color: transparent transparent var(--line-color) var(--line-color);
}

.arrow-right.goldcolor::after {
	border-color: var(--line-color) var(--line-color) transparent transparent;
}

.arrow-left.graycolor::before,
.arrow-right.graycolor::before {
	background-color: var(--tt);
}

.arrow-left.graycolor::after {
	border-color: transparent transparent var(--tt) var(--tt);
}

.arrow-right.graycolor::after {
	border-color: var(--tt) var(--tt) transparent transparent;
}

.arrow-right.mmarrow::before {
	width: 16px;
	height: 1px;
	margin-top: 0;
}

.arrow-right.mmarrow::after {
	width: 5px;
	height: 5px;
	margin-top: -4px;
	margin-left: -6px;
}

.navtop-height {
	width: 100%;
	height: var(--navheight);
}

/* 箭头按钮 */
.incommon-arrowbtn {
	position: relative;
	width: 100px;
	height: 48px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	left: 0;
	right: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.incommon-arrowbtn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 23px;
	height: 13px;
	background-image: url('/phone/images/icon_arrow01.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.incommon-arrowbtn.btnprev::after {
	transform: translate(-50%, -50%) rotate(180deg);
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-moz-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	-o-transform: translate(-50%, -50%) rotate(180deg);
}

.incommon-arrowbtn.wbtn {
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.incommon-arrowbtn.wbtn::after {
	background-image: url('/phone/images/icon_arrow_r.png');
}

.incommon-arrowbtn.wbtn:hover {
	border: 1px solid var(--line-color);
	background-color: var(--line-color);
}

.incommon-arrowbtn:hover {
	border: 1px solid var(--line-color);
	background-color: var(--line-color);
}

.incommon-arrowbtn:hover::after {
	background-image: url('/phone/images/icon_arrow_r.png');
}

/* --------分页----------- */
.pagination-box {
	margin-top: 0.4rem;
	padding-bottom: 0.8rem;
}

.pagination-box .page-box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 48px;
}

.pagination-box .page-box .btn {
	line-height: 1;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
	position: relative;
	font-size: var(--fz24);
	color: #6d6d6d;
	font-family: comNum;
	margin: 0 0.1rem;
}

.pagination-box .page-box .btn.on,
.pagination-box .page-box .btn:hover {
	color: var(--line-color);
}

.pagination-box .page-box .btn.on::after,
.pagination-box .page-box .btn:hover::after {
	/* filter: brightness(0) invert(1); */
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--line-color);
}

.pagination-box .page-box .btn.song {
	width: 100px;
	height: 48px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin: 0;
}

.pagination-box .page-box .btn.song.next {
	left: auto;
	right: 0;
}

.pagination-box .page-box .btn.song:hover {
	background: var(--line-color);
	border: 1px solid var(--line-color);
}

.pagination-box .page-box .btn.song span {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.pagination-box .page-box .btn.song.prev {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
}

.pagination-box .page-box .btn.song::after {
	content: '';
	width: 22px;
	height: 12px;
	background-image: url('/phone/images/icon_arrow_r.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 0.4s;
}

.pagination-box .page-box .btn.song:hover::after {
	left: 50%;
	top: 50%;
	width: 22px;
	height: 12px;
	transform: translate(-50%, -50%);
	background-color: transparent;
}

.pagination-box .page-box .select {
	display: none !important;
}

.pagination-box .page-box .f-right {
	display: none !important;
}

.incommon-page-bgw .pagination-box {
	margin: 0;
	padding: 0.64rem 0;
}

.incommon-page-bgw .pagination-box .page-box .btn.song {
	border-color: #a4a7a9;
}

.incommon-page-bgw .pagination-box .page-box .btn.song::after {
	background-image: url('/phone/images/icon_arrow_r2.png');
}

.incommon-page-bgw .pagination-box .page-box .btn.song:hover::after {
	background-image: url('/phone/images/icon_arrow_r.png');
}

.pagination-box .page-box .dian {
	color: var(--line-color);
}

/* 导航栏 */
.navtop-page {
	width: 100%;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 30;
	transition: all 0.4s;
}

.navtop-page.isdown {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}

.navtop-page.showfixed {
	position: fixed !important;
}

.navtop-page .navtop-box {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	transition: all 0.4s;
	padding: 0.5rem 0;
}

.navtop-page .navtop-box .navtop-vleft:hover {
	cursor: pointer;
}

.navtop-page .navtop-box .navtop-vleft .text {
	color: #ffffff;
	font-size: 16px;
	margin-right: 0.1rem;
}

.navtop-page .navtop-box .navtop-vleft .icon-search {
	width: 17px;
}

.navtop-page .navtop-box .navtop-logo {
	width: 169px;
	height: auto;
	flex-shrink: 0;
}

.navtop-page .navtop-box .navtop-logo .logo {
	width: 100%;
	height: auto;
	display: block;
}

.navtop-page .navtop-box .navtop-logo .logo.isblack {
	display: none;
}

.navtop-page .navtop-box .navtop-vright {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.navtop-page .navtop-box .navtop-pc {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}

.navtop-page .navtop-box .navtop-pc .navtop-menu {
	position: relative;
	z-index: 2;
}

.navtop-page .navtop-box .navtop-pc .navtop-menu .text {
	font-size: 16px;
	color: #ffffff;
	margin-right: 0.18rem;
	position: absolute;
	top: 3px;
	right: 100%;
	height: 25px;
	overflow: hidden;
}

.navtop-page .navtop-box .navtop-pc .navtop-menu .text.active .mm {
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
}

.navtop-page .navtop-box .navtop-pc .navtop-menu .text.active .close {
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
}

.navtop-page .navtop-box .navtop-pc .menuline-box {
	width: 55px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
}

.navtop-page .navtop-box .navtop-pc .menuline-box .menuline {
	margin: 4px 0;
	height: 2px;
	border-radius: 1px;
	background-color: #ffffff;
	transition: all 0.3s;
}

.navtop-page .navtop-box .navtop-pc .menuline-box .menuline-1 {
	width: 80%;
}

.navtop-page .navtop-box .navtop-pc .menuline-box .menuline-2 {
	width: 100%;
}

.navtop-page .navtop-box .navtop-pc .menuline-box .menuline-3 {
	width: 60%;
}

.navtop-page .navtop-box .navtop-pc .navline.active .menuline-box .menuline-1 {
	transform: translateY(8px) rotate(-45deg);
	width: 50%;
	-webkit-transform: translateY(8px) rotate(-45deg);
	-moz-transform: translateY(8px) rotate(-45deg);
	-ms-transform: translateY(8px) rotate(-45deg);
	-o-transform: translateY(8px) rotate(-45deg);
}

.navtop-page .navtop-box .navtop-pc .navline.active .menuline-box .menuline-2 {
	width: 0;
}

.navtop-page .navtop-box .navtop-pc .navline.active .menuline-box .menuline-3 {
	transform: translateY(-12px) rotate(45deg);
	width: 50%;
	-webkit-transform: translateY(-12px) rotate(45deg);
	-moz-transform: translateY(-12px) rotate(45deg);
	-ms-transform: translateY(-12px) rotate(45deg);
	-o-transform: translateY(-12px) rotate(45deg);
}

.navtop-page .navtop-box .navtop-pc .navtop-menu-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	z-index: 1;
	overflow: hidden;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
}

.navtop-page .navtop-box .navtop-pc .navtop-menu-content.menu-on {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.navtop-menu-content .left-img {
	position: relative;
	width: 4.85rem;
	flex-shrink: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.navtop-menu-content .left-img .left-logo {
	width: 168px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}

.navtop-menu-content .left-img .left-logo img {
	width: 100%;
	height: auto;
	display: block;
}

.navtop-menu-content .left-img>img {
	height: 100%;
}

.navtop-menu-content .left-img:hover {
	width: 50%;
}

.navtop-menu-content .right-ul {
	flex: 1;
	background-size: contain;
	padding: 115px 0.9rem 0;
}

.navtop-menu-content .right-ul .menu-ul {
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 0.45rem;
	margin-bottom: 0.6rem;
	height: 45%;
}

.navtop-menu-content .right-ul .menu-ul .menu-item {
	width: 100%;
}

.navtop-menu-content .right-ul .menu-ul .menu-item .m-title {
	font-size: var(--fz24);
	color: #ffffff;
	position: relative;
	padding-bottom: 0.18rem;
	margin-bottom: 0.18rem;
}

.navtop-menu-content .right-ul .menu-ul .menu-item .m-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 6px;
	height: 1px;
	background-color: var(--line-color);
}

.navtop-menu-content .right-ul .menu-ul .menu-item .m-title::after {
	content: '';
	position: absolute;
	left: 8px;
	bottom: 0;
	width: 15px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.15);
}

.navtop-menu-content .right-ul .menu-ul .menu-item .m-ul .m-li {
	font-size: var(--fz16);
	color: rgba(255, 255, 255, 0.35);
	margin: 8px 0;
}

.navtop-menu-content .right-ul .menu-ul .menu-item .m-ul .m-li>a:hover {
	color: var(--line-color);
}

.navtop-page .navtop-box.b-b-w {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.navtop-page .navtop-box.b-b-b {
	border-bottom: 1px solid #dcdcdc;
}

.navtop-page.isscrolling,
.navtop-page.navblack {
	background-color: transparent;
}

.navtop-page.isup {
	background-color: #ffffff;
}

.navtop-page.isscrolling .navtop-box {
	padding: 0.3rem 0;
}

.navtop-page.isscrolling .navtop-box .navtop-logo .logo.iswhite,
.navtop-page.navblack .navtop-box .navtop-logo .logo.iswhite {
	display: none;
}

.navtop-page.isscrolling .navtop-box .navtop-logo .logo.isblack,
.navtop-page.navblack .navtop-box .navtop-logo .logo.isblack {
	display: block;
}

.navtop-page .navtop-box .navtop-vleft .icon-search.isblack,
.navtop-page.isscrolling .navtop-box .navtop-vleft .icon-search.iswhite,
.navtop-page.navblack .navtop-box .navtop-vleft .icon-search.iswhite {
	display: none;
}

.navtop-page.isscrolling .navtop-box .navtop-vleft .icon-search.isblack,
.navtop-page.navblack .navtop-box .navtop-vleft .icon-search.isblack {
	display: inline-block;
}

.navtop-page.isscrolling .navtop-box .navtop-pc .navtop-menu .text,
.navtop-page.isscrolling .navtop-box .navtop-vleft .text,
.navtop-page.navblack .navtop-box .navtop-pc .navtop-menu .text,
.navtop-page.navblack .navtop-box .navtop-vleft .text {
	color: #292929;
}

.navtop-page.isscrolling .navtop-box .navtop-pc .menuline-box .menuline,
.navtop-page.navblack .navtop-box .navtop-pc .menuline-box .menuline {
	background-color: #292929;
}

.navtop-page.isscrolling .navtop-box .navtop-pc .navtop-menu .text.active,
.navtop-page.navblack .navtop-box .navtop-pc .navtop-menu .text.active {
	color: #ffffff;
}

.navtop-page.isscrolling .navtop-box .navtop-pc .navline.active .menuline-box .menuline,
.navtop-page.navblack .navtop-box .navtop-pc .navline.active .menuline-box .menuline {
	background-color: #ffffff;
}

/* 首页 */
/* banner */
.index-banner {
	width: 100%;
	position: relative;
	padding-top: calc(970 / 1920 * 100%);
	box-sizing: border-box;
	min-height: 100vh;
}

.index-banner .index-banner-cont {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.index-banner .banner-swiper {
	width: 100%;
	height: 100%;
}

.index-banner .banner-swiper .swiper-button-next,
.index-banner .banner-swiper .swiper-button-prev {
	color: #ffffff;
}

.index-banner .banner-swiper .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 0.4rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.index-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	margin: 0 0.18rem;
	position: relative;
}

.index-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet:hover {
	cursor: pointer;
}

.index-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.index-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active::before {
	background-color: #ffffff;
	border: none;
}

.index-banner .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index-banner .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.index-banner .banner-item {
	width: 100%;
	height: 100%;
	position: relative;
}

.index-banner .banner-item .banner-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transform: scale(1.1);
	transition: all 5s ease-in-out;
}

.index-banner .banner-swiper .swiper-slide.swiper-slide-active .banner-img {
	transform: scale(1);
}

.index-banner .banner-item .mobile-banner {
	z-index: 0;
	opacity: 0;
}

.index-banner .banner-item .pc-banner {
	opacity: 1;
	z-index: 1;
}

.index-banner .banner-item .banner-box {
	width: 100%;
	color: #ffffff;
	max-width: 400px;
	padding-top: 3.5rem;
}

.index-banner .banner-item .banner-box .banner-t1 {
	font-weight: 550;
	line-height: 1.2;
}

.index-banner .banner-item .banner-box .banner-t2 {
	line-height: 1.3;
	margin-top: 0.1rem;
}

@keyframes progress {
	0% {
		stroke-dashoffset: 51;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

.progress-ring {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 17px;
	height: 17px;
	opacity: 0;
}

.progress-ring__circle {
	transition: 0.35s stroke-dashoffset;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	stroke-dasharray: 51;
	stroke-dashoffset: 51;
	/* 假设您希望一开始是空的 */
	/* animation: progress 5s linear forwards; */
	/* 通过修改动画的持续时间（这里是5秒），你可以控制环形进度条填充的速度 */
}

.index-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active .progress-ring {
	opacity: 1;
}

.index-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active .progress-ring .progress-ring__circle {
	animation: progress 5s linear forwards;
}

.incommon-scroll-down {
	position: absolute;
	right: 0;
	bottom: 0.4rem;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.incommon-scroll-down::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.incommon-scroll-down::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 1px;
	background-color: var(--line-color);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.incommon-scroll-down:hover {
	cursor: pointer;
	color: var(--line-color);
}

.incommon-scroll-down:hover::after {
	width: 100%;
}

/* 首页-关于木香居 */
.index-about {
	background-color: #1e1e1e;
	padding: 2rem 0;
}

.index-about-content {
	align-items: center;
}

.index-about .index-title {
	color: #ffffff;
	margin-bottom: 0.4rem;
}

.index-about .index-demo {
	font-size: var(--fz16);
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.87;
	max-width: 560px;
}

.index-about .index-info {
	margin: 1.2rem 0 0.5rem;
	background-size: contain;
	/* width: 90%; */
	width: 100%;
	max-width: 1200px;
	justify-content: center;
}

.index-about .index-info .info-img {
	margin: 0 17px;
	width: calc(100% / 5 - 34px);
}

.index-about .index-info .info-img:nth-child(2n) {
	margin-top: 0.7rem;
}

.index-about .index-info .info-img .img {
	position: relative;
	padding-top: calc(650 / 210 * 100%);
	overflow: hidden;
}

/* 首页-生活方式 */
.index-lifetype {
	padding: 0.9rem 0 2rem;
}

.index-lifetype .life-head {
	display: flex;
	margin-bottom: 1.2rem;
	justify-content: space-between;
}

.index-lifetype .life-head .h-left {
	align-items: flex-end;
}

.index-lifetype .life-head .index-common-title {
	width: 3.95rem;
}

.index-lifetype .life-head .index-demo {
	color: rgba(0, 0, 0, 0.65);
	max-width: 50%;
}

.index-lifetype .life-head .index-morebtn {
	margin-top: 13px;
}

.life-swiper .swiper-wrapper .swiper-slide .life-item {
	position: relative;
}

.life-swiper .swiper-wrapper .swiper-slide .life-item .life-img {
	position: relative;
	width: 100%;
	padding-top: calc(920 / 1630 * 100%);
	overflow: hidden;
	min-height: 300px;
}

.life-swiper .swiper-wrapper .swiper-slide .life-item .life-img.mobile-img {
	display: none;
}

.life-swiper .swiper-wrapper .swiper-slide .life-item .item-cont {
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	padding: 0 0.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 1;
	color: #ffffff;
}

/* 首页-产品中心 */
.index-product .inpro-head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.index-product .inpro-content {
	padding-top: 0.64rem;
}

.thumbs-w {
	display: flex;
	justify-content: flex-end;
}

.inpro-gallery-thumbs {
	width: 50%;
	margin: 0;
}

.inpro-gallery-thumbs .swiper-slide {
	cursor: pointer;
}

.inpro-gallery-thumbs .swiper-slide .slide-title {
	padding-bottom: 0.5rem;
	position: relative;
}

.inpro-gallery-thumbs .swiper-slide .slide-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #2d2d2f;
}

.inpro-gallery-thumbs .swiper-slide.swiper-slide-thumb-active .slide-title::after {
	width: 94px;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}

.inpro-gallery-thumbs .swiper-slide .slide-title .btit {
	margin-bottom: 5px;
}

.inpro-gallery-top {
	border-top: 1px solid #dcdcdc;
	padding: 0.6rem 0 1.45rem;
	overflow: hidden;
}

.inpro-gallery-top .swiper-slide {
	display: flex;
}

.inpro-gallery-top .swiper-slide .left-cont {
	flex: 1;
	display: flex;
	margin-right: 1.3rem;
}

.inpro-gallery-top .swiper-slide .left-cont .inpro-item {
	width: calc((100% - 0.35rem) /2);
	/* flex: 1; */
	margin-right: 0.35rem;
}

.inpro-gallery-top .swiper-slide .left-cont .inpro-item:last-child {
	margin-right: 0;
}


.inpro-gallery-top .swiper-slide .left-cont .inpro-item .i-img {
	position: relative;
	padding-top: calc(570 / 570 * 100%);
	overflow: hidden;
}

.inpro-gallery-top .swiper-slide .left-cont .inpro-item .i-demo .tit {
	margin-top: 0.3rem;
	margin-bottom: 0.1rem;
}

.inpro-gallery-top .swiper-slide .left-cont .inpro-item .i-demo .tt {
	position: relative;
}

.inpro-gallery-top .swiper-slide .left-cont .inpro-item .i-demo .ii {
	line-height: 1;
	position: absolute;
	right: 0;
}

.inpro-gallery-top .swiper-slide .right-cont {
	width: 400px;
	flex-shrink: 0;
}

.inpro-gallery-top .swiper-slide .right-cont .img {
	position: relative;
	padding-top: calc(670 / 400 * 100%);
}

.inpro-gallery-top .swiper-slide .left-cont,
.inpro-gallery-top .swiper-slide .right-cont {
	transform: translateY(15%);
	-webkit-transform: translateY(15%);
	-moz-transform: translateY(15%);
	-ms-transform: translateY(15%);
	-o-transform: translateY(15%);
	opacity: 0;
}

.inpro-gallery-top .swiper-slide-active .left-cont,
.inpro-gallery-top .swiper-slide-active .right-cont {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	opacity: 1;
}

/* 首页-核心工艺 */
.index-core {
	padding: 1.5rem 0;
	/* height: 10.8rem; */
	overflow: hidden;
}

.index-core .incore-content {
	display: flex;
}

.index-core .incore-left {
	color: #ffffff;
	width: 5.3rem;
	padding-top: 2.5rem;
	padding-right: 1.45rem;
}

.index-core .incore-left .index-demo {
	color: #f3f7f9;
	opacity: 0.5;
	margin-top: 0.8rem;
	line-height: 1.87;
}

.index-core .incore-left .index-more {
	margin-top: 0.5rem;
}

.index-core .incore-right {
	flex: 1;
}

.index-core .incore-right .incore-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.37rem;
}

.index-core .incore-right .incore-ul .incore-li {
	width: calc(50% - 0.74rem);
	margin: 0 0.37rem;
	position: relative;
	height: fit-content;
}

.index-core .incore-right .incore-ul .incore-li .li-a {
	display: block;
}

.index-core .incore-right .incore-ul .incore-li:nth-child(2n) {
	margin-top: 0.76rem;
}

.index-core .incore-right .incore-ul .incore-li .img {
	position: relative;
	padding-top: calc(530 / 530 * 100%);
}

.index-core .incore-right .incore-ul .incore-li .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.index-core .incore-right .incore-ul .incore-li .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: 0 0.4rem 0.6rem;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
}

.index-core .incore-right .incore-ul .incore-li .black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.65);
	clip-path: circle(0% at 50% 50%);
}

.index-core .incore-right .incore-ul .incore-li .tit {
	position: absolute;
	bottom: 0.4rem;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	color: #f3f7f9;
}

.index-core .incore-right .incore-ul .incore-li:hover .black {
	clip-path: circle(100% at 50% 50%);
}

.index-core .incore-right .incore-ul .incore-li:hover .info {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.index-core .incore-right .incore-ul .incore-li:hover .icon {
	opacity: 0;
	visibility: hidden;
}

/* 首页-探索更多 */
.index-explore {
	background-color: #2d2d2f;
	padding: 1.37rem 0 1.29rem;
}

.index-explore .inexplore-cont {
	display: flex;
	justify-content: space-between;
}

.index-explore .inexplore-cont .inexplore-left {
	flex: 1;
	width: calc(100% - 5.5rem);
	margin-right: 1rem;
}

.index-explore .inexplore-cont .inexplore-right {
	width: 4.5rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}

.inexplore-swiper .inexplore-item {
	width: 100%;
}

.inexplore-swiper .inexplore-item .img {
	position: relative;
	padding-top: calc(770 / 580 * 100%);
}

.inexplore-swiper .inexplore-item .title {
	margin-top: 0.2rem;
}

.index-explore .inexplore-cont .inexplore-right .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding-bottom: 0.8rem;
}

.index-explore .inexplore-cont .inexplore-right .index-demo {
	color: rgba(255, 255, 255, 0.5);
}

.index-explore .inexplore-cont .inexplore-right .btns {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0.28rem 0;
	display: flex;
}

.index-explore .inexplore-cont .inexplore-right .btns .line {
	width: 1px;
	height: 90px;
	background-color: rgba(255, 255, 255, 0.15);
}

.index-explore .inexplore-cont .inexplore-right .btns .inexplore-btn-prev,
.index-explore .inexplore-cont .inexplore-right .btns .inexplore-btn-next {
	position: relative;
	flex: 1;
	left: 0;
	right: 0;
}

.index-explore .inexplore-cont .inexplore-right .btns .inexplore-btn-prev::after,
.index-explore .inexplore-cont .inexplore-right .btns .inexplore-btn-next::after {
	display: none;
}

/* .index-news .innews-left .innews-btn-prev::after,
.index-news .innews-left .innews-btn-next::after {
	display: none;
} */

/* 首页-最新资讯 */
.index-news {
	background-color: #ffffff;
	padding: 0.9rem 0 1.35rem;
}

.index-news .innews-cont {
	display: flex;
	justify-content: space-between;
}

.index-news .innews-cont .innews-left {
	width: 5.36rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index-news .innews-cont .innews-left .innews-btn-prev,
.index-news .innews-cont .innews-left .innews-btn-next {
	position: relative;
	width: 66px;
	left: 0;
	right: 0;
}

.index-news .innews-cont .innews-left .innews-btn-prev.arrow-left::before,
.index-news .innews-cont .innews-left .innews-btn-prev.arrow-left::after {
	left: 0;
	margin-left: 0;
}

.index-news .innews-cont .innews-left .innews-btn-next.arrow-right::before,
.index-news .innews-cont .innews-left .innews-btn-next.arrow-right::after {
	left: auto;
	right: 0;
	margin-left: 0;
}

.index-news .innews-cont .innews-left .btns .line {
	width: 1px;
	height: 28px;
	background-color: #d4d4d4;
}

.index-news .innews-cont .innews-right {
	flex: 1;
	width: calc(100% - 5.36rem);
	border-top: 1px solid #dcdcdc;
	padding-top: 0.4rem;
}

.innews-swiper .innews-item {
	display: flex;
	flex-direction: column;
	position: relative;
}

.innews-swiper .innews-item .h-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.38rem;
}

.innews-swiper .innews-item .h-tit .tt {
	font-size: 16px;
}

.innews-swiper .innews-item .img {
	position: relative;
	padding-top: calc(280 / 368 * 100%);
	margin-bottom: 0.12rem;
	overflow: hidden;
}

.innews-swiper .innews-item .time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.5rem;
	margin-bottom: 0.1rem;
}

.innews-swiper .innews-item .time .arrow-right {
	right: 8px;
}

.innews-swiper .innews-item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--line-color);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.innews-swiper .innews-item:hover::after {
	width: 100%;
}

.innews-swiper .innews-item:hover .img .imgabs {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* 底部 */
.footer-custom {
	background-color: #c8c8c8;
	padding: 0.9rem 0 0.78rem;
}

.footer-custom .footer-main {
	display: flex;
	position: relative;
}

.footer-custom .footer-main .footer-left {
	flex: 1;
}

.footer-custom .footer-main .footer-left .f-cn {
	font-size: 16px;
	color: #2d2d2f;
	margin-top: 0.4rem;
	opacity: 0.5;
}

.footer-custom .footer-main .footer-left .f-en {
	font-size: 14px;
	color: #2d2d2f;
	margin-top: 0.2rem;
	opacity: 0.5;
}

.footer-custom .footer-main .footer-left .f-logo {
	width: 134px;
}

.footer-custom .footer-main .footer-right {
	flex: 1;
}

.footer-custom .footer-main .footer-right .f-hotline .tit {
	font-size: 16px;
	color: #2d2d2f;
}

.footer-custom .footer-main .footer-right .f-hotline .f-tel {
	color: #2d2d2f;
	margin-top: 0.1rem;
}

.footer-custom .footer-main .footer-right .footer-ul {
	margin-top: 1.2rem;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
}

.footer-custom .footer-main .footer-right .footer-ul .ul-a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.footer-custom .footer-main .footer-right .footer-ul .ul-a:hover {
	color: var(--line-color);
}

.footer-custom .footer-main .footer-right .footer-share {
	display: flex;
	justify-content: space-between;
	margin-top: 2.1rem;
	align-items: center;
}

.footer-custom .footer-main .footer-right .footer-share .f-share {
	display: flex;
}

.footer-custom .footer-main .footer-right .footer-share .f-share .share-item {
	position: relative;
	margin-right: 50px;
}

.footer-custom .footer-main .footer-right .footer-share .f-share .share-item .icon {
	width: 25px;
	cursor: pointer;
}

.footer-custom .footer-main .footer-right .footer-share .f-share .share-item .s-img {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 110px;
	height: 110px;
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	margin-left: -50px;
	opacity: 0;
	visibility: hidden;
}

.footer-custom .footer-main .footer-right .footer-share .f-share .share-item .s-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.footer-custom .footer-main .footer-right .footer-share .f-share .share-item:hover .s-img {
	opacity: 1;
	visibility: visible;
}

.footer-custom .footer-main .footer-right .footer-share .f-gotop {
	font-size: 14px;
	color: #2d2d2f;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.footer-custom .footer-main .footer-right .footer-share .f-gotop:hover {
	color: var(--line-color);
}

.footer-custom .footer-main .footer-right .footer-share .f-gotop .icon {
	width: 22px;
	margin-left: 10px;
}

.footer-custom .footer-main .footer-copyright {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 50%;
	font-size: 14px;
	color: #2d2d2f;
	opacity: 0.5;
}

/* ----------banner-------- */

.banner-page {
	width: 100%;
	padding-top: calc(970 / 1920 * 100%);
	position: relative;
	min-height: 350px;
}

.banner-page .banner-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

.banner-page .mobile-banner {
	z-index: 0;
	opacity: 0;
}

.banner-page .pc-banner {
	opacity: 1;
	z-index: 1;
}

.banner-page .banner-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.banner-page .banner-box .container {
	height: 100%;
}

.banner-page .banner-box .banner-main {
	width: 100%;
	height: 100%;
	color: #ffffff;
}

.banner-page .banner-box .banner-main.b-center {
	display: flex;
	align-items: center;
	text-align: center;
}

.banner-page .banner-box .banner-main.b-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 0.8rem;
}

.banner-page .banner-box .banner-main .b-t {
	width: 100%;
	line-height: 1;
}

.banner-page .banner-box .banner-main .b-t .t-cn {
	margin-top: 0.5rem;
}

.banner-page .banner-box .banner-main.b-left .b-t .t-en {
	font-size: var(--fz48);
}

.banner-page .banner-box .banner-main.b-left .b-t .t-cn {
	font-size: var(--fz18);
	color: rgba(255, 255, 255, 0.65);
	margin-top: 0.28rem;
}

.banner-page .banner-box .incommon-scroll-down {
	bottom: 0.5rem;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.banner-page .banner-box .incommon-scroll-down.b-right {
	left: auto;
	right: 0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

/* ------------生活方式---------- */
.lifetype-page {
	background-color: #2d2d2f;
}

.lifetype-page .lifetype-main {
	padding-top: 1.2rem;
	padding-bottom: 0.32rem;
}

.lifetype-title {
	color: #ffffff;
	text-align: center;
	margin-bottom: 0.5rem;
}

.lifetype-item {
	position: relative;
}

.lifetype-item.right-on {
	display: flex;
	justify-content: flex-end;
}

.lifetype-item .l-cont {
	position: absolute;
	top: 1.66rem;
	left: 4.2rem;
	z-index: 1;
	width: 9rem;
}

.lifetype-item.right-on .l-cont {
	left: auto;
	right: 4.2rem;
}

.lifetype-item .l-cont .num {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	line-height: 1;
	transform: translate(50%, -50%);
}

.lifetype-item.right-on .l-cont .num {
	right: auto;
	left: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.lifetype-item .l-cont:hover .num {
	transform: translate(50%, -100%);
	-webkit-transform: translate(50%, -100%);
	-moz-transform: translate(50%, -100%);
	-ms-transform: translate(50%, -100%);
	-o-transform: translate(50%, -100%);
}

.lifetype-item.right-on .l-cont:hover .num {
	transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	-o-transform: translate(-50%, -100%);
}

.lifetype-item .l-cont .img {
	position: relative;
	padding-top: calc(508 / 900 * 100%);
	overflow: hidden;
}

.lifetype-item .l-cont:hover .img .imgabs {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.lifetype-item .l-cont .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.2rem;
}

.lifetype-item .l-cont .title .ll-tit {
	color: #ffffff;
}

.lifetype-item .l-cont .title .rr-icon {
	width: 110px;
	height: 111px;
	background-image: url('/phone/images/lifetype_icon.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.lifetype-item .l-cont .page-num {
	position: absolute;
	left: -0.9rem;
	top: 0;
	z-index: 2;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.35);
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}

.lifetype-item .l-cont:hover .page-num {
	color: var(--line-color);
}

.lifetype-item.right-on .l-cont .page-num {
	left: auto;
	right: -0.9rem;
}

.lifetype-item .r-black {
	width: 50%;
}

.lifetype-item .r-black .black {
	padding-top: calc(970 / 870 * 100%);
	background: -webkit-linear-gradient(#1e1e1e, #2d2d2f);
	background: -moz-linear-gradient(#1e1e1e, #2d2d2f);
	background: -ms-linear-gradient(#1e1e1e, #2d2d2f);
	background: linear-gradient(#1e1e1e, #2d2d2f);
}

/* 生活方式-详情 */
.lifeview-detail {
	position: relative;
	padding: 0.8rem 0 1.5rem;
}

.lifeview-detail::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.23rem;
	background-color: #f0f0f0;
}

.lifeview-detail .lifeview-info {
	display: flex;
	justify-content: space-between;
	margin-top: 0.4rem;
}

.lifeview-detail .lifeview-info .l-left {
	flex: 1;
	padding-right: 2.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.lifeview-detail .lifeview-info .l-left .img {
	position: relative;
	padding-top: calc(817 / 650 * 100%);
	overflow: hidden;
}

.lifeview-detail .lifeview-info .l-left .color-img .c-div {
	/* height: 0.6rem; */
	height: auto;
	margin: 2px 0;
}

.lifeview-detail .lifeview-info .l-left .color-img .c-div>img {
	width: 100%;
	height: auto;
	display: block;
	/* height: 100%; */
}

.lifeview-detail .lifeview-info .l-right {
	flex: 1;
	padding-left: 1.3rem;
}

.lifeview-detail .lifeview-info .l-right .imgcont {
	padding-left: 2.4rem;
}

.lifeview-detail .lifeview-info .l-right .imgcont .img {
	position: relative;
	padding-top: calc(500 / 500 * 100%);
	overflow: hidden;
}

.lifeview-detail .lifeview-info .l-right .title {
	margin-top: 1.55rem;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
	padding: 0.42rem 0;
	line-height: 1;
	color: #292929;
}

.lifeview-detail .lifeview-info .l-right .title .demo {
	margin-top: 0.1rem;
}

.lifeview-detail .lifeview-info .l-right .downlook {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	color: #292929;
	margin-top: 0.25rem;
	margin-bottom: 0.8rem;
}

.lifeview-detail .lifeview-info .l-right .downlook .icon {
	width: 11px;
	height: 12px;
	background-image: url('/phone/images/icon01.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 7px;
}

.lifeview-detail .lifeview-info .l-right .info {
	font-size: 16px;
	line-height: 1.87;
	color: rgba(0, 0, 0, 0.65);
}

.lifeview-swiper .lifev-item .lifev-img {
	position: relative;
	padding-top: calc(970 / 1718 * 100%);
	overflow: hidden;
	width: 100%;
}

.lifeview-products {
	padding: 1.4rem 0 0;
	/* margin-bottom: 1.4rem; */
}

.life-products-swiper {
	margin-top: 0.55rem;
	/* padding-bottom: 0.6rem; */
}

.life-products-swiper .swiper-wrapper .swiper-slide {
	width: auto;
}

.life-products-swiper .l-pro-item {
	height: 4.46rem;
	overflow: hidden;
}

.life-products-swiper .l-pro-item>img {
	max-height: 100%;
}

.life-products-swiper .l-pro-item:hover>img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.life-products-swiper .life-pro-scrollbar {
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	position: relative;
	margin-top: 0.6rem;
}

.life-products-swiper .life-pro-scrollbar .swiper-scrollbar-drag {
	height: 3px;
	top: -1px;
	/* margin-top: -3px; */
	background-color: var(--line-color);
}

.lifeview-next {
	margin-top: 1.4rem;
	padding-bottom: 0.9rem;
	position: relative;
}

.lifeview-next::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 5.1rem;
	background-color: #2d2d2f;
}

.lifeview-next .next-type {
	position: relative;
	width: 100%;
	padding-top: calc(550 / 1740 * 100%);
	margin-top: 0.4rem;
	overflow: hidden;
	min-height: 200px;
}

.lifeview-next .next-type .next-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.lifeview-next .next-type:hover .next-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.lifeview-next .next-type .next-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lifeview-next .next-type .next-main .title {
	color: #ffffff;
	text-align: center;
}

/* 弹出轮播图 */
.lifeview-products .imgs-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #2d2d2f;
	padding: 0 20px;
	display: none;
}

.lifeview-products .imgs-popup .img-popup-cont {
	display: flex;
	height: 100%;
}

.lifeview-products .imgs-popup .imgs-thumbs {
	padding: 20px 0;
	width: 60px;
	flex-shrink: 0;
}

.lifeview-products .imgs-popup .imgs-thumbs .swiper-slide {
	width: 60px;
	height: auto;
	opacity: 0.4;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.lifeview-products .imgs-popup .imgs-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.lifeview-products .imgs-popup .imgs-gallery {
	margin-left: 0.5rem;
}

.lifeview-products .imgs-popup .imgs-gallery .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lifeview-products .imgs-popup .closebtn {
	width: 120px;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
}

.lifeview-products .imgs-popup .closebtn .btn {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #ffffff;
	cursor: pointer;
	position: relative;
}

.lifeview-products .imgs-popup .closebtn .btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background-color: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -10px;
}

.lifeview-products .imgs-popup .closebtn .btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background-color: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-left: -10px;
}

/* ----------产品中心--------- */
.border-t {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.product-page {
	background-color: #2d2d2f;
}

.product-page .product-title {
	color: #ffffff;
	text-align: center;
	padding: 1.4rem 0 0.5rem;
}

.product-page .product-cont {
	padding-bottom: 1.08rem;
}

.product-swiper .swiper-wrapper .swiper-slide {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}

.product-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.product-swiper .product-item {
	position: relative;
	width: 100%;
}

.product-swiper .product-item .img {
	position: relative;
	padding-top: calc(744 / 588 * 100%);
	overflow: hidden;
}

.product-swiper .product-item .pro-title {
	position: absolute;
	top: 2.4rem;
	left: 0;
	z-index: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	transform: translate(-50%, 30%);
	-webkit-transform: translate(-50%, 30%);
	-moz-transform: translate(-50%, 30%);
	-ms-transform: translate(-50%, 30%);
	-o-transform: translate(-50%, 30%);
	color: #ffffff;
	line-height: 1;
	opacity: 0;
}

.product-swiper .product-item .pro-title .t-en {
	margin: 0.5rem 0 0.4rem;
}

.product-swiper .product-item .num,
.product-swiper .product-item .page-num {
	position: absolute;
	top: 0.4rem;
	left: 0;
	margin-left: -25px;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	color: rgba(255, 255, 255, 0.35);
}

.product-swiper .product-item .page-num {
	left: 100%;
	margin-left: 25px;
}

.product-swiper .product-item .btn-more {
	position: absolute;
	bottom: 0.4rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	color: #ffffff;
}

.product-swiper .swiper-slide-active .product-item .pro-title {
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	opacity: 1;
}

.product-swiper .product-item:hover .img .imgabs {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.product-swiper .product-item:hover .pro-title {
	transform: translate(-50%, 0) scale(0.9);
	-webkit-transform: translate(-50%, 0) scale(0.9);
	-moz-transform: translate(-50%, 0) scale(0.9);
	-ms-transform: translate(-50%, 0) scale(0.9);
	-o-transform: translate(-50%, 0) scale(0.9);
}

/* 分类 */
.incommon-class.bai_bg {
	background-color: #f0f0f0;
}

.incommon-class .inclass-info {
	display: flex;
	justify-content: space-between;
	color: #ffffff;
	padding: 1.4rem 0 0.4rem;
}

.incommon-class .inclass-info .inclass-info-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1130px;
}

.incommon-class.bai_bg .inclass-info {
	color: #292929;
	border-color: #dcdcdc;
}

.incommon-class .inclass-info .right {
	align-items: flex-end;
}

.incommon-class .inclass-info .right .category.mg-l {
	margin-left: 1.63rem;
}

.incommon-class .inclass-info .right .category .tt {
	color: #acacac;
}

.incommon-class .inclass-info .right .index-more {
	margin-top: 0;
	margin-left: 2.09rem;
}

.incommon-class .inclass-more {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	height: 68px;
}

.incommon-class .inclass-more .inclass-more-cont {
	display: flex;
	height: 100%;
	z-index: 11;
}

.incommon-class .inclass-more .inclass-more-cont .l-class {
	flex: 1;
	display: flex;
	color: #ffffff;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .lab {
	color: rgba(255, 255, 255, 0.5);
	padding-right: 0.27rem;
	position: relative;
	flex-shrink: 0;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .lab::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 30px;
	background-color: #4c4c4e;
	margin-top: -15px;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .all-class {
	display: flex;
	flex: 1;
	position: relative;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .all-class .category-ul {
	display: flex;
	flex: 1;
	margin-right: 2rem;
	flex-wrap: wrap;
	position: absolute;
	padding-top: 14px;
	padding-left: 0.28rem;
	background-color: #2d2d2f;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
}

.incommon-class .inclass-more .inclass-more-cont .l-class .all-class .category-ul.on {
	height: auto;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .all-class .category-ul .c-li {
	width: 208px;
	height: 40px;
	padding: 2px;
	border: 1px solid #4c4c4e;
	margin-right: 12px;
	margin-bottom: 14px;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .all-class .category-ul .c-li .c-a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .all-class .category-ul .c-li.active {
	border: 1px solid var(--line-color);
}

.incommon-class .inclass-more .inclass-more-cont .l-class .all-class .open-all {
	flex-shrink: 0;
	font-size: 14px;
	position: absolute;
	right: 0.28rem;
	top: 0;
	height: 100%;
	padding-right: 24px;
	cursor: pointer;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .all-class .open-all::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #ffffff #ffffff transparent;
	transform: rotate(45deg);
	margin-top: -7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .all-class .open-all.on::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	margin-top: -4px;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .select-item {
	width: 40%;
	position: relative;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .select-item .s-inp {
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .select-item .s-inp .inp {
	position: relative;
	font-size: var(--fz16);
	color: rgba(255, 255, 255, 0.5);
	padding-right: 22px;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .select-item .s-inp .inp::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) transparent;
	transform: rotate(45deg);
	margin-top: -6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .select-item .s-select {
	position: absolute;
	top: 105%;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #f0f0f0;
	/* border-radius: 4px; */
	overflow: hidden;
	margin-top: 2px;
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	-o-transform: translateY(10%);
	/* -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px; */
}

.incommon-class .inclass-more .inclass-more-cont .l-class .select-item.on .s-select {
	height: auto;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
}

.incommon-class .inclass-more .inclass-more-cont .l-class .select-item.on .s-inp .inp::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	margin-top: -3px;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .select-item .s-select .s-ul .s-li .aa {
	padding: 0.1rem 0.2rem;
	font-size: var(--fz16);
	color: #292929;
	display: block;
}

.incommon-class .inclass-more .inclass-more-cont .l-class .select-item .s-select .s-ul .s-li .aa:hover {
	background-color: #2d2d2f;
	color: rgba(255, 255, 255, 0.5);
}

.incommon-class.bai_bg .inclass-more .inclass-more-cont .l-class .select-item .s-inp .inp {
	color: rgba(0, 0, 0, 0.5);
}

.incommon-class.bai_bg .inclass-more .inclass-more-cont .l-class .select-item .s-inp .inp::after {
	border-color: transparent rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) transparent;
}

.incommon-class.bai_bg .inclass-more .inclass-more-cont .l-class .select-item .s-select {
	background-color: #2d2d2f;
}

.incommon-class.bai_bg .inclass-more .inclass-more-cont .l-class .select-item .s-select .s-ul .s-li .aa {
	color: rgba(255, 255, 255, 0.5);
}

.incommon-class.bai_bg .inclass-more .inclass-more-cont .l-class .select-item .s-select .s-ul .s-li .aa:hover {
	color: var(--line-color);
}

.incommon-class .inclass-more .inclass-more-cont .r-search {
	flex-shrink: 0;
	width: 4.35rem;
	display: flex;
	align-items: center;
	padding: 0 0.18rem;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.incommon-class .inclass-more .inclass-more-cont .r-search .s-icon {
	width: 16px;
	margin-right: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.incommon-class .inclass-more .inclass-more-cont .r-search .c-search {
	width: 100%;
	height: 100%;
	color: #ffffff;
}

.incommon-class .inclass-more .inclass-more-cont .r-search .c-search::placeholder {
	color: rgba(255, 255, 255, 0.15);
}

.incommon-class.bai_bg .inclass-more .inclass-more-cont .r-search .c-search {
	color: #000000;
}

.incommon-class.bai_bg .inclass-more .inclass-more-cont .r-search .c-search::placeholder {
	color: rgba(0, 0, 0, 0.35);
}

.incommon-class.bai_bg .inclass-more,
.incommon-class.bai_bg .inclass-more .inclass-more-cont .r-search {
	border-color: #dcdcdc;
}

/* 产品中心-列表 */
.productlist-page {
	background-color: #2d2d2f;
}

.productlist-top {
	padding-top: 0.9rem;
}

.productlist-top .prolist-top-cont {
	display: flex;
	justify-content: space-between;
}

.productlist-top .prolist-top-cont .prol-tleft {
	flex: 1;
	border-left: 1px solid #4c4c4e;
	color: #ffffff;
	padding-left: 0.87rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.productlist-top .prolist-top-cont .prol-tleft .index-demo {
	margin-top: 0.9rem;
	max-width: 42%;
}

.productlist-top .prolist-top-cont .prol-tleft .index-demo .ct {
	color: #FFFFFF;
	font-size: var(--fz24);
	line-height: 1.7;
	margin-bottom: 0.1rem;
}

.productlist-top .prolist-top-cont .prol-tleft .index-demo .ctt {
	width: 100%;
	font-size: var(--fz16);
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.65);

}

.productlist-top .prolist-top-cont .prol-tleft .btn-more {
	width: 200px;
	margin-top: 0.5rem;
}

.productlist-top .prolist-top-cont .prol-tright {
	flex: 1;
	padding-left: 12px;
}

.productlist-top .prolist-top-cont .prol-tright .img {
	width: 100%;
	position: relative;
	padding-top: calc(760 / 858 * 100%);
}

.productlist-main {
	margin-top: 0.9rem;
}

.productlist-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -11px;
}

.productlist-list .productlist-item {
	width: calc(100% / 4 - 22px);
	margin: 0 11px 0.9rem;
}

.productlist-list .productlist-item.doub {
	width: calc(100% / 4 * 2 - 22px);
}

.productlist-list .productlist-item .i-img {
	position: relative;
	padding-top: calc(418 / 418 * 100%);
	overflow: hidden;
}

.productlist-list .productlist-item.doub .i-img {
	padding-top: calc(418 / 859 * 100%);
}

.productlist-list .productlist-item .i-demo {
	color: #ffffff;
}

.productlist-list .productlist-item .i-demo .tit {
	margin-top: 0.25rem;
	margin-bottom: 0.05rem;
}

.productlist-list .productlist-item .i-demo .tt {
	position: relative;
	color: rgba(255, 255, 255, 0.65);
}

.productlist-list .productlist-item .i-demo .ii {
	line-height: 1;
	position: absolute;
	right: 0;
	font-family: 'simsun';
}

.productlist-list .productlist-item:hover .i-img .imgabs {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

/* 产品中心-详情 */
.proview-introduction {
	padding: 0.8rem 0 1.4rem;
	background: #F0F0F0;
}

.proview-introduction .prov-cont {
	display: flex;
	justify-content: space-between;
}

.proview-introduction .prov-cont .l-title,
.proview-introduction .prov-cont .r-demo {
	flex: 1;
}

.proview-introduction .prov-cont .r-demo {
	color: rgba(0, 0, 0, 0.65);
}


.proview-introduction .prov-cont .ct {
	color: #000000;
	font-size: var(--fz24);
	line-height: 1.7;
	margin-bottom: 0.35rem;
}

.proview-introduction .prov-cont .ctt {
	width: 100%;
	font-size: var(--fz16);
	line-height: 1.9;
	color: rgba(0, 0, 0, 0.65);
}


.prov-demos-parent {
	width: 100%;
	position: relative;
	/* height: 100vh; */
	background-color: #2d2d2f;
}



.proview-detail .prov-demos {
	width: 100%;
	position: relative;
	background-color: #2d2d2f;
}

.proview-detail .prov-demos .demos-cont {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.proview-detail .prov-demos .prov-fix-img-box {
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 5;
}


.proview-detail .prov-demos .proview-item {
	height: 100vh;
}



.proview-detail .prov-spec {
	padding: 0.9rem 0 1.6rem;

}

.proview-detail .prov-demos .prov-fix-img {
	position: absolute;
	width: 460px;
	top: 1.85rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.proview-detail .prov-demos .prov-fix-img img {
	transition: all 1s;
	/* transition: all 0.5s; */
}

.proview-detail .prov-demos .prov-fix-img.active img {
	transform: scale(1.2);
}


.prov-demos-mobile {
	display: none;
	background-color: #2d2d2f;
}


.proview-main-swiper {
	height: 9.7rem;
	min-height: 100vh;
}

.proview-detail .proview-item {
	position: relative;
	color: #ffffff;
	height: 100%;
	display: flex;
	align-items: center;
	/* border-top: 1px solid rgba(255, 255, 255, 0.15); */
}

.proview-detail .proview-item.one {
	border-top: none;
	align-items: flex-start;
	display: block;
}

.proview-detail .proview-item.one .title {
	padding-top: 0.8rem;
}

.proview-detail .proview-item .text-center {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1;
}

.proview-detail .proview-item .text-center .stit {
	margin-top: 0.28rem;
}

.proview-detail .proview-item:not(:first-child) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.proview-detail .proview-item .prov-center {
	width: 460px;
	flex-shrink: 0;
	margin: 0 1.36rem;
	visibility: hidden;
	opacity: 0;
}

.proview-detail .proview-item .prov-left {
	flex: 1;
}

.proview-detail .proview-item .prov-right {
	flex: 1;
}

.proview-detail .prov-tuwen {
	width: 100%;
	padding-top: calc(970 / 1920 * 100%);
}

.proview-detail .prov-tuwen .text {
	position: absolute;
	right: 0;
	bottom: 0.9rem;
	font-size: var(--fz16);
	color: #ffffff;
	max-width: 5.03rem;
}

/* 上一篇 下一篇 */
.pageview-control.bt {
	border-top: 1px solid #e6e6e6;
}

.pageview-control .pageview-btn {
	display: flex;
	position: relative;
	padding: 0.9rem 0;
}

.pageview-control .pageview-btn .btn-a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.7rem 0;

}

.pageview-control .pageview-btn .btn-a .icon {
	width: 110px;
	height: 111px;
	flex-shrink: 0;
	margin-left: 1rem;
}

.pageview-control .pageview-btn .btn-a .l-tit .tt {
	font-size: var(--fz18);
	color: #292929;
}

.pageview-control .pageview-btn .btn-a .l-tit .tit {
	font-size: var(--fz30);
	color: #292929;
	line-height: 1.2;
	margin-top: 0.25rem;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.pageview-control .pageview-btn .btn-a.prev {
	border-right: 1px solid #e6e6e6;
	padding-right: 0.9rem;
}

.pageview-control .pageview-btn .btn-a.next {
	padding-left: 0.9rem;
}

.pageview-control .pageview-btn .btn-a:hover .l-tit .tit {
	color: var(--line-color);
}

/* ----------高端定制-定制介绍----------- */
.custom-main {
	background-color: #2d2d2f;
}

.custom-main .custom-class {
	display: flex;
	padding: 0.9rem 0 1.5rem;
}

.custom-main .custom-class .l-title {
	flex-shrink: 0;
}

.custom-main .custom-class .r-classtype {
	margin-left: 1.65rem;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.custom-main .custom-class .r-classtype .c-item {
	width: calc(100% / 2 - 0.25rem);
	margin-left: 0.25rem;
	margin-bottom: 0.25rem;
	padding: 0.65rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	display: flex;
}

.custom-main .custom-class .r-classtype .c-item .ll-icon {
	width: 65px;
	margin-right: 0.35rem;
}

.custom-main .custom-class .r-classtype .c-item .rr-tit {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 1;
	color: #ffffff;
}

.custom-main .custom-class .r-classtype .c-item .rr-tit .lab {
	font-size: var(--fz16);
	color: rgba(255, 255, 255, 0.15);
}

.custom-main .custom-core {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 3.4rem;
	overflow: hidden;
}

.custom-main .custom-core .l-info {
	width: 9.66rem;
	height: 9.4rem;
	background-color: #1e1e1e;
	position: relative;
	top: 1.9rem;
	z-index: 2;
	padding: 1.2rem 1.5rem 0.9rem;
	flex-shrink: 0;
}

.custom-main .custom-core .l-info .demo {
	font-size: var(--fz24);
	color: var(--line-color);
	line-height: 2;
	margin-top: 0.5rem;
	margin-bottom: 0.4rem;
}

.custom-main .custom-core .l-info .info {
	color: #ffffff;
}

.custom-main .custom-core .l-info .info .l-li {
	display: flex;
	align-items: center;
	margin-bottom: 0.18rem;
}

.custom-main .custom-core .l-info .info .l-li .icon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 0.17rem;
}

.custom-main .custom-core .l-info .info .l-li .dd {
	font-size: var(--fz18);
	color: #a4a7a9;
	opacity: 0.65;
}

.custom-main .custom-core .r-img {
	width: 9.66rem;
	position: sticky;
	top: 0;
	right: 0;
	flex-shrink: 0;
}

.custom-main .custom-core .r-img .img {
	position: relative;
	padding-top: calc(940 / 966 * 100%);
}

.custom-content {
	padding: 0.85rem 0 1.6rem;
}

.custom-content .c-others {
	margin-top: 0.55rem;
}

.custom-other-swiper {
	overflow: visible;
}

.custom-other-swiper .custom-item .img {
	position: relative;
	padding-top: calc(620 / 480 * 100%);
}

.custom-other-swiper .custom-item .info .tit {
	font-size: var(--fz24);
	color: #292929;
	line-height: 1;
	margin: 0.35rem 0 0.15rem;
}

.custom-other-swiper .custom-item .info .demo {
	font-size: var(--fz16);
	color: rgba(0, 0, 0, 0.65);
	line-height: 1.87;
}

/* 核心工艺 */
.custom-process .core-item:nth-child(1) .c-item,
.custom-flow .core-item:nth-child(1) .c-item {
	border-top: none;
}

.custom-process .core-item .c-item,
.custom-flow .core-item .c-item {
	display: flex;
	justify-content: space-between;
	padding: 0.9rem 0;
	align-items: stretch;
}

.custom-process .core-item .c-item .l-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding-right: 2rem;
}

.custom-process .core-item .c-item .l-cont .num,
.custom-flow .core-item .c-item .l-cont .num {
	color: rgba(255, 255, 255, 0.15);
	line-height: 1;
	margin-bottom: 0.5rem;
}

.custom-process .core-item .c-item .l-cont .tit,
.custom-flow .core-item .c-item .l-cont .tit {
	font-size: var(--fz24);
	color: #f3f7f9;
}

.custom-process .core-item .c-item .l-cont .tit {
	margin-top: 0.5rem;
}

.custom-process .core-item .c-item .l-cont .demo {
	font-size: var(--fz16);
	line-height: 1.87;
	color: #a4a7a9;
}

.custom-process .core-item .c-item .l-cont .btn {
	margin-top: 0.9rem;
}

.custom-process .core-item .c-item .r-img {
	width: 60.5%;
}

.custom-process .core-item .c-item .r-img .img {
	position: relative;
	padding-top: calc(720 / 1052 * 100%);
	overflow: hidden;
}

/* 定制流程 */
.custom-flow .core-item .c-item .l-cont {
	width: 3.95rem;
	flex-shrink: 0;
}

.custom-flow .core-item .c-item .r-img {
	width: calc(100% - 3.95rem);
}

.custom-flow .core-item .c-item .r-img .img {
	position: relative;
}

/* -----------关于木香居---------- */
/* 品牌介绍 */
.about-mo-hong {
	background-color: #2d2d2f;
	padding: 0.8rem 0 1.5rem;
}

.about-mo-hong .left,
.about-mo-hong .right {
	flex: 1;
}


.about-mo-hong .left {
	margin-right: 2.7rem;
	max-width: 600px;

}

.about-mo-hong .left .img {
	position: relative;
	padding-top: calc(700 / 600 * 100%);
	width: 100%;
	margin-top: 0.9rem;
}

.about-mo-hong .right .header-img {
	width: 220px;
}

.about-mo-hong .right .header-img .img {
	position: relative;
	padding-top: calc(220 / 220 * 100%);
}

.about-mo-hong .right .about-text {
	font-size: var(--fz16);
	color: #a4a7a9;
	margin-top: 0.8rem;
}

.brand-concept {
	background-color: #2d2d2f;
	padding-bottom: 3.39rem;
}

.brand-concept .b-concept-cont {
	display: flex;
	justify-content: center;
}

.brand-concept .container .left {
	background-color: #1e1e1e;
	width: 9.66rem;
	margin-right: -1.92rem;
	height: 9.4rem;
	z-index: 2;
	position: relative;
	flex-shrink: 0;
	padding: 1.3rem 1.5rem;
	margin-top: 1.5rem;
	transform: translateY(1.9rem);
	-webkit-transform: translateY(1.9rem);
	-moz-transform: translateY(1.9rem);
	-ms-transform: translateY(1.9rem);
	-o-transform: translateY(1.9rem);
}

.brand-concept .container .left .concept-text {
	font-size: var(--fz16);
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.87;
	margin-top: 0.45rem;
}

.brand-concept .container .right {
	width: 9.66rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
	flex-shrink: 0;
	height: 100%;
}

.brand-concept .container .right .bg-img {
	width: 100%;
	padding-top: calc(940 / 966 * 100%);
	animation: bg-zoom 20s infinite ease-in-out;
}

@keyframes bg-zoom {
	0% {
		scale: 1;
	}

	100% {
		scale: 1.1;
	}
}

.more-about {
	background-color: #ffffff;
}

.more-about .container .a-brand-ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0.9rem 0 0.6rem;
}

.more-about .container .a-brand-ul li:nth-child(2n) {
	flex-direction: row-reverse;
}

.more-about .container .a-brand-ul li .l-img,
.more-about .container .a-brand-ul li .r-text {
	width: 50%;
}

.more-about .container .a-brand-ul li .l-img {
	padding-right: 1.49rem;
}

.more-about .container .a-brand-ul li:nth-child(2n) .l-img {
	padding: 0;
	padding-left: 1.49rem;
}

.more-about .container .a-brand-ul li .l-img .img-from-bg {
	padding-top: calc(900 / 721 * 100%);
}

.more-about .container .a-brand-ul li .r-text .long-text {
	font-size: var(--fz16);
	color: rgba(0, 0, 0, 0.65);
	line-height: 1.7;
	margin-top: 0.4rem;
}

.four-words {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: calc(970 / 1920 * 100%);
	position: relative;
	min-height: 35vh;
}

.four-words .four-ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.four-words li {
	font-size: var(--fz36);
	color: #ffffff;
	font-weight: lighter;
	margin: 0 0.96rem;
}

.value-system {
	background-color: #f0f0f0;
	padding: 1.4rem 0 0.85rem;
}

.value-system .container {
	display: flex;
}

.value-system .left {
	width: 2.76rem;
	flex-shrink: 0;
}

.value-system .right {
	flex: 1;
}

.value-system .right ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.value-system .right li {
	width: calc(100% / 3 - 1.19rem);
	margin-left: 1.19rem;
	margin-bottom: 0.9rem;
}

.value-system .right li .img {
	width: 80px;
	height: 80px;
}

.value-system .right li .title {
	margin-top: 0.24rem;
	font-size: var(--fz24);
	color: #292929;
	line-height: 1;
	font-weight: lighter;
	letter-spacing: 5px;
}

.value-system .right li .text {
	font-size: var(--fz16);
	color: rgba(0, 0, 0, 0.65);
	line-height: 1.75;
	margin-top: 0.45rem;
}

/* 设计师合作 */
.designer-list {
	padding: 0.9rem 0 0.2rem;
	background-color: #f0f0f0;
}

.designer-list .designer-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -11px;
}

.designer-list .designer-ul li {
	width: calc(100% / 4 - 22px);
	margin: 0 11px 0.6rem;
}

.designer-list .designer-ul li .img {
	width: 100%;
	margin-bottom: 0.25rem;
	position: relative;
	padding-top: calc(418 / 418 * 100%);
}

.designer-list .container li .text {
	font-size: var(--fz18);
	color: #292929;
	line-height: 1;
	margin-bottom: 0.18rem;
}

/* 历史时刻 */
.about-history {
	padding: 0.8rem 0 0;
}

.about-history .history-title {
	margin-bottom: 1.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-history .r-btns {
	height: 48px;
}

.about-history .r-btns>div {
	width: 100px;
	height: 48px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.about-history .r-btns>div:hover {
	border: 1px solid var(--line-color);
	background-color: var(--line-color);
}

.about-history .r-btns>div.arrow-left:hover::before,
.about-history .r-btns>div.arrow-right:hover::before {
	background-color: #ffffff;
}

.about-history .r-btns .arrow-left:hover::after {
	border-color: transparent transparent #ffffff #ffffff;
}

.about-history .r-btns .arrow-right:hover::after {
	border-color: #ffffff #ffffff transparent transparent;
}

.about-history .r-btns .arrow-left {
	left: 0;
}

.about-history .r-btns .arrow-left::after {
	left: 50%;
}

.about-history .r-btns .arrow-right {
	right: 0;
	margin-left: 10px;
}

.about-history .history-swiper {
	margin-bottom: 30px;
}

.about-history .history-swiper .history-item {
	padding: 0 0.35rem 0 0.45rem;
	border-left: 1px solid #2d2d2f;
}

.about-history .history-swiper .history-item .year {
	line-height: 1;
	margin-bottom: 0.2rem;
}

.about-history .history-swiper .history-item .text {
	font-size: var(--fz16);
	color: rgba(0, 0, 0, 0.65);
	margin-bottom: 0.8rem;
	line-height: 1.75;
}

.about-history .history-swiper .history-item .img {
	position: relative;
	padding-top: calc(270 / 450 * 100%);
}

/* 荣誉资质 */
.about-honor .certificate-list {
	padding: 1rem 0 0;
	background-color: #f0f0f0;
}

.certificate-list .honor-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.23rem;
}

.certificate-list .honor-ul li {
	width: calc((100% / 4) - 0.46rem);
	margin: 0 0.23rem;
	margin-bottom: 0.9rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.certificate-list .certificate-bg-color {
	background-color: #e5e5e5;
	margin-bottom: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.certificate-list .certificate-bg-color .img {
	width: 100%;
	position: relative;
	padding-top: calc(340 / 400 * 100%);
}

.certificate-list .text {
	width: 100%;
	text-align: center;
	font-size: var(--fz18);
	color: #292929;
	line-height: 1.66;
	margin-bottom: 0.2rem;
	padding: 0 0.2rem;
}

/* 社会文化 */
.fashion-trends {
	padding: 0.9rem 0;
	background-color: #f0f0f0;
}

.fashion-trends .container {
	display: flex;
}

.fashion-trends .container .left,
.fashion-trends .container .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fashion-trends .demo {
	color: rgba(0, 0, 0, 0.65);
	line-height: 1.87;
}

.fashion-trends .container .left {
	padding-right: 1.5rem;
}

.fashion-trends .l-text .demo {
	margin-top: 0.2rem;
}

.fashion-trends .container .right .img {
	position: relative;
	padding-top: calc(620 / 870 * 100%);
	margin-top: 1.4rem;
}

.customer-insights {
	padding: 1.3rem 0;
	background-color: #2d2d2f;
}

.customer-insights .container {
	display: flex;
	/* align-items: center; */
	align-items: stretch;
}

.customer-insights .container .left {
	width: 50%;
	position: relative;
	padding-right: 1.48rem;
}

.ab-culture-swiper {
	position: relative;
}

.ab-culture-swiper .ab-culture-item {
	position: relative;
	padding-top: calc(900 / 721 * 100%);
}

.ab-culture-swiper .ab-culture-item .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ab-culture-swiper .ab-culture-item .title {
	position: absolute;
	bottom: 140px;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 0 0.45rem;
}

.ab-culture-swiper .btns {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 90px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	display: flex;
	justify-content: space-evenly;
}

.ab-culture-swiper .btns .line {
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.15);
}

.ab-culture-swiper .btns .btn {
	width: 100px;
	height: 48px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.ab-culture-swiper .btns .btn.arrow-left::after {
	left: 50%;
}

.ab-culture-swiper .btns .btn:hover {
	border: 1px solid var(--line-color);
	background-color: var(--line-color);
}

.customer-insights .container .right {
	flex: 1;
	overflow: hidden;
	position: relative;
}


.customer-insights .right ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	overflow-y: auto;
}

.customer-insights .right .ul-box {
	width: 100%;
}

.customer-insights .right li {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0.5rem 0 0.45rem;
}

.customer-insights .right li:nth-child(1) {
	padding-top: 0;
}

.customer-insights .right li .title {
	font-size: var(--fz24);
	line-height: 1;
	color: #ffffff;
	margin-bottom: 0.2rem;
}

.customer-insights .right li .text {
	font-size: var(--fz16);
	line-height: 1.87;
	color: rgba(255, 255, 255, 0.5);
}

/* ----------服务中心----------- */
.service-shops .s-shops-surper {
	padding-top: 0.8rem;
}

.surperShops-swiper {
	margin-top: 0.55rem;
}

.surperShops-swiper .swiper-slide {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.surperShops-swiper .swiper-slide .shop-left {
	width: 7.2rem;
	height: 7.7rem;
	background-color: #f0f0f0;
	padding: 0.9rem 1.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.surperShops-swiper .swiper-slide .shop-left .s-tit .num {
	color: rgba(0, 0, 0, 0.15);
	line-height: 1;
	margin-bottom: 0.5rem;
}

.surperShops-swiper .swiper-slide .shop-left .s-tit .line {
	width: 80px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 0.4rem;
}

.surperShops-swiper .swiper-slide .shop-left .s-address {
	margin-top: 1.4rem;
	font-size: var(--fz16);
	color: rgba(0, 0, 0, 0.65);
}

.surperShops-swiper .swiper-slide .shop-right {
	width: 13rem;
	height: 100%;
	z-index: 0;
}

.surperShops-swiper .swiper-slide .shop-right .img {
	position: relative;
	padding-top: calc(850 / 1300 * 100%);
	min-height: 65vh;
}

.surperShops-swiper .shop-btns {
	position: absolute;
	bottom: 0.9rem;
	left: 1.5rem;
	z-index: 2;
	display: flex;
}

.surperShops-swiper .shop-btns .btnprev {
	margin-right: 10px;
}

.other-store {
	background-color: white;
	padding: 0.8rem 0 0;
}

.other-store .other-store-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 0.6rem;
}

.service-page .common-form.shop .myinfo .layui-input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 0;
}

.service-page .common-form.shop .myinfo .inp:focus,
.service-page .common-form.shop .myinfo .layui-input:focus {
	border: none !important;
	border-bottom: 1px solid var(--line-color) !important;
}

.service-page .common-form .layui-form-select dl::-webkit-scrollbar-thumb {
	background: var(--line-color);
	-webkit-box-shadow: inset 0 0 6px var(--line-color);
}

.service-page .common-form .layui-form-select dl::-webkit-scrollbar-thumb:window-inactive {
	background: var(--line-color);
}

.other-store .store-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.3rem;
}

.other-store .store-list li {
	width: calc(100% / 3 - 0.6rem);
	margin: 0 0.3rem;
	background-color: #f0f0f0;
	margin-bottom: 0.6rem;
}

.other-store .store-list li .s-cont {
	padding: 0 0.9rem 0.9rem;
}

.other-store .store-list li .img {
	position: relative;
	width: 100%;
	height: 196px;
}

.other-store .store-list li .img>img {
	height: 100%;
}

.other-store .store-list li .info .s-name {
	font-size: var(--fz30);
	color: #292929;
	line-height: 1;
	margin: 0.45rem 0 0.56rem;
}

.other-store .store-list li .info .s-address {
	font-size: var(--fz16);
	color: rgba(0, 0, 0, 0.65);
	line-height: 1.87;
}

.other-store .store-list li .map {
	width: 100%;
	height: 1.06rem;
	padding: 0 0.9rem;
	border-top: 1px solid #fff;
	transition: background-color 0.6s;
	-webkit-transition: background-color 0.6s;
	-moz-transition: background-color 0.6s;
	-ms-transition: background-color 0.6s;
	-o-transition: background-color 0.6s;
	display: flex;
	align-items: center;
}

.other-store .store-list li .map:hover {
	cursor: pointer;
	background-color: #ddd;
	transition: background-color 0.6s;
}

.other-store .store-list li .map .mlook {
	position: relative;
	font-size: 14px;
	color: #292929;
	width: 100%;
}

.other-store .store-list li .map .mlook::before {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	content: '';
	width: 14px;
	height: 1px;
	background-color: #292929;
}

.other-store .store-list li .map .mlook::after {
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(-45deg);
	border-right: 1px solid #292929;
	border-bottom: 1px solid #292929;
	margin-top: -4px;
}

.other-store .pagination-box {
	margin-top: 0.15rem;
	padding-bottom: 1.22rem;
}

/* 招商加盟 */
.service-join .join-advantage {
	padding: 0.8rem 0 1.5rem;
}

.service-join .join-advantage .a-head {
	display: flex;
	justify-content: space-between;
}

.service-join .join-advantage .a-head .l-title {
	margin-bottom: 0.85rem;
}

.service-join .join-advantage .a-head .r-demo {
	width: 50%;
}

.join-conditions {
	padding: 0.9rem 0 1.5rem;
}

.join-conditions .container {
	display: flex;
}

.join-conditions .l-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 3.7rem;
	flex: 1;
}

.join-conditions .l-info .demo {
	font-size: var(--fz16);
	color: #a4a7a9;
	line-height: 1.87;
	margin-top: 0.55rem;
}

.join-conditions .r-editor {
	width: 50%;
}

.join-applying {
	background-color: #ffffff;
	padding: 0.9rem 0 1.18rem;
}

.join-applying .container {
	display: flex;
	align-items: center;
}

.join-applying .l-img {
	width: 50%;
}

.join-applying .l-img .img {
	position: relative;
	padding-top: calc(870 / 870 * 100%);
}

.join-applying .r-join {
	width: 50%;
	padding-left: 1.5rem;
}

.join-applying .r-join .msg .hotline {
	margin-top: 0.7rem;
	line-height: 1;
	margin-bottom: 0.45rem;
}

.join-applying .r-join .msg .line {
	width: 80px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}

.cform-cont .cform-vbox {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.2rem;
}

.cform-cont .cform-vbox .cform-item {
	margin: 0.3rem 0.2rem 0;
	width: 100%;
}

.cform-cont .cform-vbox .cform-item.w50 {
	width: calc(50% - 0.4rem);
}

.cform-cont .cform-vbox .cform-item .cform-input {
	width: 100%;
	padding: 0.25rem 0;
	border-bottom: 1px solid #dcdcdc;
}

.cform-cont .cform-vbox .cform-item .cform-input:focus {
	border-bottom: 1px solid var(--line-color);
}

.join-applying .r-join .common-form.shop .myinfo {
	margin-top: 0.25rem;
}

.join-applying .r-join .common-form.shop .myinfo .layui-input-inline {
	width: auto;
}

.join-applying .r-join .cform-cont .cform-btn {
	width: 100%;
	height: 60px;
	background-color: var(--line-color);
	color: #ffffff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	margin-top: 0.9rem;
	cursor: pointer;
}

.join-applying .r-join .cform-cont .cform-btn:hover {
	letter-spacing: 4px;
}

/* 常见问题 */
.service-faq .faq-content {
	padding: 0.9rem 0 0.8rem;
}

.service-faq .faq-list li {
	margin-bottom: 10px;
}

.service-faq .faq-list li .question {
	padding: 0 0.35rem;
	height: 90px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.service-faq .faq-list li .question .text {
	display: inline-block;
	font-size: var(--fz24);
	color: #292929;
}

.service-faq .faq-list li .question i {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--line-color);
	transition: color 0.5s ease 0s;
	position: relative;
}

.service-faq .faq-list li.active .question i {
	color: #c8c8c8;
	transition: color 0.5s ease 0s;
}

.service-faq .faq-list li .question i.plus::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: var(--line-color);
	margin-top: -1px;
}

.service-faq .faq-list li .question i.plus::after {
	content: '';
	position: absolute;
	left: 50%;
	height: 20px;
	width: 2px;
	margin-left: -1px;
	background-color: var(--line-color);
	transition: transform 0.5s ease-in-out 0s;
	-webkit-transition: transform 0.5s ease-in-out 0s;
	-moz-transition: transform 0.5s ease-in-out 0s;
	-ms-transition: transform 0.5s ease-in-out 0s;
	-o-transition: transform 0.5s ease-in-out 0s;
}

.service-faq .faq-list li.active .question i.plus::after {
	transform: rotate(90deg);
}

.service-faq .faq-list li .answer {
	height: 0px;
	transition: height 0.5s ease 0s, padding 0.5s ease 0s;
	overflow: hidden;
	-webkit-transition: height 0.5s ease 0s, padding 0.5s ease 0s;
	-moz-transition: height 0.5s ease 0s, padding 0.5s ease 0s;
	-ms-transition: height 0.5s ease 0s, padding 0.5s ease 0s;
	-o-transition: height 0.5s ease 0s, padding 0.5s ease 0s;
	padding: 0 0.35rem;
	background-color: #e5e5e5;
}

.service-faq .faq-list li.active .answer {
	height: auto;
	padding: 0.35rem;
}

.service-faq .faq-list li .answer .lab {
	font-size: var(--fz24);
	color: rgba(0, 0, 0, 0.5);
}

.service-faq .faq-list li .answer .demo {
	font-size: var(--fz16);
	color: rgba(0, 0, 0, 0.7);
	line-height: 2.25;
	margin-top: 0.1rem;
}

/* 售后服务 */
.service-sales .sales-commitment {
	padding: 0.8rem 0 1.5rem;
}

.service-sales .sales-commitment .sales-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.55rem;
}

.service-sales .sales-commitment .sales-cont .l-img {
	width: 50%;
	flex-shrink: 0;
	padding-right: 1.05rem;
}

.service-sales .sales-commitment .sales-cont .l-img .img {
	position: relative;
	padding-top: calc(567 / 765 * 100%);
}

.service-sales .sales-commitment .sales-cont .r-editor {
	flex: 1;
}

.service-sales .sales-benefits {
	padding: 0.8rem 0 1.9rem;
}

.service-sales .sales-benefits .sales-cont {
	display: flex;
	justify-content: space-between;
	margin: 0 -0.67rem;
	flex-wrap: wrap;
}

.service-sales .sales-benefits .sales-cont .s-item {
	margin: 0.85rem 0.67rem 0;
	width: calc(100% / 3 - 1.34rem);
}

.service-sales .sales-benefits .sales-cont .s-item .tit {
	font-size: var(--fz24);
	color: #292929;
	line-height: 1;
}

.service-sales .sales-benefits .sales-cont .s-item .img-cont {
	padding: 1rem 1.1rem;
	background-color: #eeeeee;
	margin-top: 0.3rem;
}

.service-sales .sales-benefits .sales-cont .s-item:nth-child(2) .img-cont {
	background-color: #939394;
}

.service-sales .sales-benefits .sales-cont .s-item:nth-child(3) .img-cont {
	background-color: #1a1919;
}

.service-sales .sales-benefits .sales-cont .s-item .img-cont .img {
	position: relative;
	padding-top: calc(348 / 269 * 100%);
}

.service-sales .sales-benefits .sales-cont .s-item .demo {
	font-size: var(--fz16);
	line-height: 1.87;
	color: rgba(0, 0, 0, 0.65);
	margin-top: 0.25rem;
}

/* 加入我们 */
.service-talent .talent-concept {
	padding: 0.9rem 0 1.4rem;
}

.service-talent .talent-concept .container {
	display: flex;
	justify-content: space-between;
}

.service-talent .talent-concept .l-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service-talent .talent-concept .l-content .demo {
	font-size: var(--fz16);
	color: #a4a7a9;
	line-height: 1.87;
}

.service-talent .talent-concept .r-editor {
	width: 50%;
}



.talent-recruitment {
	padding: 0.9rem 0 1.73rem;
}

.talent-recruitment .recruitment-cont {
	position: relative;
}

.talent-recruitment .recruitment-cont .imgbg {
	width: 100%;
	padding-top: calc(600 / 1740 * 100%);
	min-height: 40vh;
}

.talent-recruitment .recruitment-cont .r-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 0.85rem 0 0.85rem 0.9rem;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.talent-recruitment .recruitment-cont .r-info .demo {
	font-size: var(--fz16);
	color: #ffffff;
	line-height: 1.87;
}

.talent-recruitment .recruitment-cont .lookbtn {
	position: absolute;
	right: 0.9rem;
	bottom: 0.9rem;
	width: 140px;
	height: 48px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border: 1px solid var(--line-color);
	font-size: 14px;
	color: var(--line-color);
}

.talent-recruitment .recruitment-cont .lookbtn:hover {
	background-color: var(--line-color);
	color: #ffffff;
}

/* 联系我们 */
.service-contact {
	padding: 0.9rem 0 1.37rem;
}

.service-contact .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-contact .l-img {
	width: 50%;
	position: relative;
}

.service-contact .l-img .img {
	position: relative;
	padding-top: calc(870 / 870 * 100%);
}

.service-contact .l-img .l-cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.9rem 0.87rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service-contact .l-img .l-cont .info .i-tel {
	margin-bottom: 0.4rem;
}

.service-contact .l-img .l-cont .info .i-tel .lab {
	font-size: var(--fz16);
	color: #ffffff;
	margin-bottom: 0.1rem;
}

.service-contact .l-img .l-cont .info .i-tel .tel {
	color: #ffffff;
	font-weight: lighter;
	line-height: 1;
}

.service-contact .l-img .l-cont .info .i-code .code-item {
	margin-right: 0.28rem;
}

.service-contact .l-img .l-cont .info .i-code .code-item .code {
	width: 100px;
	height: 100px;
}

.service-contact .l-img .l-cont .info .i-code .code-item .ctit {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 0.1rem;
}

.service-contact .r-join {
	width: 50%;
	padding-left: 0.9rem;
}

.service-contact .r-join .msg .tips {
	font-size: var(--fz16);
	margin: 0.7rem 0 0.6rem;
	color: #292929;
	opacity: 0.65;
}

.service-contact .r-join .msg .line {
	width: 80px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.service-contact .r-join .cform-cont .cform-vbox .cform-item {
	border-bottom: 1px solid #2d2d2f;
}

.service-contact .r-join .cform-cont .cform-vbox .cform-item.w50 {
	display: flex;
	align-items: center;
}

.service-contact .r-join .cform-cont .cform-vbox .cform-item .cform-text {
	flex-shrink: 0;
	color: #292929;
	opacity: 0.65;
}

.service-contact .r-join .cform-cont .cform-vbox .cform-item .cform-input {
	padding: 0.2rem;
	border-bottom: none;
}

.service-contact .r-join .cform-cont .cform-vbox .cform-item.v2 {
	margin-top: 0.5rem;
}

.service-contact .r-join .cform-cont .cform-vbox .cform-item .cform-textarea {
	padding: 0.2rem;
	width: 100%;
}

.service-contact .r-join .cform-cont .tjbtn {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.09rem;
}

.service-contact .r-join .cform-cont .tjbtn .cform-btn {
	width: 230px;
	height: 60px;
	background: #2d2d2f;
	border-radius: 30px;
	font-size: var(--fz24);
	color: #ffffff;
	cursor: pointer;
}

.service-contact .r-join .cform-cont .tjbtn .cform-btn:hover {
	background-color: var(--line-color);
}

/* ---------案例分享------------- */
.case-top {
	padding: 0.6rem 0 0.9rem;
}

.case-top-height {
	padding: 0.6rem 0 0;
}

.case-top .c-top-cont .life-img {
	position: relative;
	width: 100%;
	padding-top: calc(970 / 1740 * 100%);
	overflow: hidden;
	min-height: 50vh;
}

.case-top .c-top-cont .life-img.mobile-img {
	display: none;
}

.case-top .c-top-cont .item-cont {
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	padding: 0 0.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 1;
	color: #ffffff;
}

.caselist-list .caselist-item {
	width: calc(100% / 3 - 22px);
}

.caselist-list .caselist-item .i-img {
	padding-top: calc(750 / 565 * 100%);
}

.caselist-list .caselist-item.two {
	width: calc(100% / 2 - 22px);
}

.caselist-list .caselist-item.two .i-img {
	padding-top: calc(480 / 860 * 100%);
}

/* 案例分享详情 */
.caseview-title .container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 1.47rem 0 0.5rem;
}

.caseview-title .l-title .btit {
	color: #ffffff;
	line-height: 1;
}

.caseview-title .l-title .stit {
	line-height: 1;
	color: rgba(255, 255, 255, 0.65);
	margin-top: 0.3rem;
}

.caseview-title .r-more {
	font-size: var(--fz16);
	line-height: var(--fz16);
	color: #acacac;
	display: flex;
	align-items: center;
}

.caseview-title .r-more .more-icon {
	width: 15px;
	height: 15px;
	display: block;
	margin-right: 4px;
}

.caseview-title .r-more .zt {
	font-family: 'simsun';
	padding-right: 8px;
}

.caseview-bimg .img {
	width: 100%;
	padding-top: calc(970 / 1920 * 100%);
}

.caseview-info {
	padding: 0.85rem 0 1.4rem;
}

.caseview-info .container {
	display: flex;
	justify-content: space-between;
}

.caseview-info .l-title {
	flex: 1;
}

.caseview-info .r-demo {
	flex: 1;
	/* color: #FFFFFF; */
	color: rgba(255, 255, 255, 1);
	font-size: var(--fz16);
	line-height: 1.7;
}

.caseview-info .r-demo .tit {
	line-height: 1.5;
	margin-bottom: 0.5rem;
	color: #ffffff;
}

.caseview-info .r-demo .demo {
	font-size: var(--fz16);
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.87;
}

.caseview-imgs {
	position: relative;
}

.caseview-imgs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 312px;
	background-color: #2d2d2f;
}

.caseview-imgs .container {
	padding: 0.9rem 0;
}

.caseview-imgs .imgs-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 0.6rem;
}

.caseview-imgs .imgs-top .btns .caseview-button-next {
	margin-left: 10px;
}

.caseview-swiper {
	overflow: visible;
}

.caseview-swiper .swiper-slide .custom-item .img {
	position: relative;
	padding-top: calc(600 / 600 * 100%);
}

/* -----------资讯中心----------- */
.news-topcont .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #dcdcdc;
	padding: 0.85rem 0 0;
}

.news-topcont .title {
	margin-bottom: 0.6rem;
}

.news-typelist {
	flex: 1;
}

.news-typelist .news-pclist {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.news-lab-swiper {
	margin: inherit;
}

.news-lab-swiper .swiper-slide {
	flex: 1;
}

.news-typelist .news-pclist .news-btn {
	margin-right: 1.13rem;
	padding-bottom: 0.55rem;
	position: relative;
	color: rgba(0, 0, 0, 0.65);
	font-size: var(--fz24);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.news-typelist .news-pclist .news-btn::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #2d2d2f;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.news-typelist .news-pclist .news-btn.on,
.news-typelist .news-pclist .news-btn:hover {
	color: #292929;
}

.news-typelist .news-pclist .news-btn.on::after,
.news-typelist .news-pclist .news-btn:hover::after {
	width: 100%;
}

.news-typelist .news-mobile {
	width: 100%;
	align-items: center;
	justify-content: center;
	display: none;
}

.news-main {
	width: 100%;
}

.news-main .news-list {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.news-main .news-list .news-item {
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0.6rem 0 0.9rem;
	border-top: 1px solid #dcdcdc;
}

.news-main .news-list .news-item:nth-child(1) {
	border-top: none;
}

.news-main .news-list .news-item .l-time {
	width: 50%;
	padding-right: 0.55rem;
	display: flex;
	justify-content: space-between;
}

.news-main .news-list .news-item .l-time .time {
	white-space: nowrap;
	margin-right: 10px;
}

.news-main .news-list .news-item .r-cont {
	flex: 1;
}

.news-main .news-list .news-item .news-pic {
	width: 420px;
	flex-shrink: 0;
}

.news-main .news-list .news-item .news-pic .pic-box {
	width: 100%;
	padding-top: calc(320 / 420 * 100%);
	overflow: hidden;
}

.news-main .news-list .news-item .news-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.news-main .news-list .news-item .news-cont .title {
	color: #292929;
	line-height: 1.2;
}

.news-main .news-list .news-item .news-cont .desc {
	color: rgba(41, 41, 41, 0.65);
	margin-top: 0.4rem;
	line-height: 1.87;
}

.news-main .news-list .news-item:hover .news-pic .pic-box .img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.news-main .news-list .news-item:hover .r-cont .index-lookmore {
	border: 1px solid var(--line-color);
	color: var(--line-color);
}

/* 视频中心 */
.news-list .nvideo-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0.6rem 0 0.5rem;
}

.news-list .news-video-item {
	width: calc(100% / 4 - 20px);
	margin: 0 10px 0.5rem;
	position: relative;
}

.news-list .news-video-item .img {
	position: relative;
	padding-top: calc(320 / 420 * 100%);
	overflow: hidden;
}

.news-list .news-video-item .img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	/* clip-path: circle(0% at 50% 50%); */
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.news-list .news-video-item .img::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 0.6rem;
	height: 0.6rem;
	background-image: url('/phone/images/icon_play.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.news-list .news-video-item:hover .img::before {
	/* clip-path: circle(100% at 50% 50%); */
	background-color: rgba(0, 0, 0, 0.4);
}

.news-list .news-video-item:hover .img::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
}

.news-list .news-video-item .title {
	color: #292929;
	margin-top: 0.15rem;
}

.news-list .news-video-item .look {
	font-size: var(--fz14);
	color: var(--line-color);
	margin-top: 0.1rem;
}

.news-list .news-video-item .look .icon {
	margin-left: 20px;
}

.news-list .news-video-item.first {
	width: calc(100% - 20px);
}

.news-list .news-video-item.first .img {
	padding-top: calc(760 / 1300 * 100%);
}

.news-list .nvideo-list .t-three {
	width: 100%;
	display: grid;
	grid-template-columns: 3fr 1fr;
}

.news-list .nvideo-list .t-three .news-video-item.first {
	grid-row-start: 1;
	grid-row-end: 3;
}

.news-list .nvideo-list .t-three .news-video-item {
	width: calc(100% - 20px);
}

/* 新闻详情 */
.newview-vcont {
	padding: 1.4rem 0 0;
}

.newview-vcont .newv-cont {
	display: flex;
}

.newview-left {
	position: sticky;
	top: var(--navheight);
	left: 0;
	width: 3.95rem;
}

.newview-left .back-a {
	font-size: var(--fz16);
	line-height: var(--fz16);
	color: #acacac;
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}

.newview-left .back-a .more-icon {
	width: 15px;
	height: 15px;
	display: block;
	margin-right: 4px;
}

.newview-left .back-a .zt {
	font-family: 'simsun';
	padding-right: 8px;
}

.newview-left .back-a:hover {
	color: var(--line-color);
}

.newview-left .social-share .social-share-icon {
	width: 40px;
	height: 40px;
	border: 1px solid #e6e6e6;
	margin-right: 11px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: #9a9a9a;
	font-size: 16px;
}

.newview-left .social-share .social-share-icon:hover {
	background: none;
	color: var(--line-color);
	border: 1px solid var(--line-color);
}

.newview-vcont .vcont-main {
	flex: 1;
	margin-left: 0.25rem;
	padding-bottom: 1.15rem;
}

.newview-vcont .vcont-main .info-cont.w900 {
	max-width: 900px;
}

.newview-vcont .vcont-main .info-cont .title {
	color: #292929;
	margin-top: 0.1rem;
	margin-bottom: 0.4rem;
}

.newview-vcont .vcont-main .vcont-box .cont {
	color: rgba(0, 0, 0, 0.65);
	line-height: 1.87;
}

/* -----------搜索页面--------- */
.search-page {
	/* min-height: calc(100vh - var(--navheight)); */
	padding-top: 0.8rem;

}

.search-form .search-input {
	color: rgb(0, 0, 0, 0.6);
	width: 100%;
	font-size: var(--fz48);
	padding: 0.1rem 0;
	border-bottom: 1px solid #dcdcdc;

}

.search-main {
	width: 100%;
	/* margin-bottom: 0.8rem; */
	padding-bottom: 0.8rem;
}

.search-main .search-list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 0.2rem;
	margin: 0 -0.3rem;
}

.search-main .search-list .search-item {
	height: auto;
	width: calc(100% / 3 - 0.6rem);
	margin: 0.8rem 0.3rem 0;
	padding-bottom: 0.3rem;
}

.search-main .search-list .search-item:hover .search-pic .pic-box .img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.search-main .search-list .search-item .search-pic {
	width: 100%;
}

.search-main .search-list .search-item .search-pic .pic-box {
	width: 100%;
	padding-top: calc(1000 / 1000 * 100%);
	overflow: hidden;
}

.search-main .search-list .search-item .tt {
	font-size: var(--fz20);
	line-height: 1.5;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.65);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-main .search-list .search-item .tt .ii {
	font-family: 'simsun';
	margin-left: 10px;
}

.nodata {
	padding: 0.2rem 0 1rem;
	color: rgba(255, 255, 255, 0.65);
}



.nodata.v2 {
	color: rgba(0, 0, 0, 0.65);
}

.nodata.v3 {
	padding: 1rem 0;
}


.nodata.v4 {
	padding: 0.2rem 0;
}