* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

.pointer {
	cursor: pointer;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
	height: 100%;
}

body {
	font-family: Arial, Microsoft YaHei, PingFangSC-Medium, PingFang SC;
	margin: 0px;
	padding: 0px;
	background: #fff;
	line-height: 20px;
	font-size: 16em;
}

#other {
	background: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: black;
}

i {
	font-style: normal;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #686868;
}

.clear {
	clear: both;
}

h12 {
	font-size: 12px;
}

h13 {
	font-size: 13px;
}

h14 {
	font-size: 14px;
}

h15 {
	font-size: 15px;
}

.h16 {
	font-size: 16px;
}

h17 {
	font-size: 17px;
}

.h18 {
	font-size: 18px;
}

h19 {
	font-size: 19px;
}

h20 {
	font-size: 20px;
}

div {
	box-sizing: border-box;
}

.joinTitle {
	display: flex;
	align-items: center;
	justify-items: start;
}

.joinTitle .t-name {
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 900;
	color: #000000;
	/* margin-top: 30px; */
	margin-left: 30px;
}

.joinTitle img {
	width: 100px;
	height: 100px;
}

body {
	/* min-width: 1260px; */
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
}

a {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.clear {
	clear: both;
}

[v-cloak] {
	display: none;
}

img {
	border: none;
	width: 100%;
}

.flex {
	display: flex;
}

.flex-all {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-center-content {
	display: flex;
	justify-content: center;
}

.flex-center-align {
	display: flex;
	align-items: center;
}

.w-14 {
	width: 1440px;
	width: 1260px;
}

.w-126 {
	width: 1260px;
}

.w-100 {
	width: 100%;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.popup .content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home .home-popup {
	/* margin-top: 150px; */
	width: 660px;
	/* width: 46%; */
	/* height: 634px; */
	padding: 50px 60px 30px;
	background: #ffffff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;

	font-size: 14px;
	color: #333;
}

.form-control {
	width: 30.5rem;
	height: 3.6rem;
	background: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid #d8d8d8;
	margin-bottom: 1rem;
	padding-left: 1rem;
	font-size: 1.4rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 2.6rem;
	/* border: none; */
	outline: none;
}

@media (min-width: 1600px) {
	.home .home-popup {
		transform: scale(1.3);
	}
}

@media (min-width: 2000px) {
	.home .home-popup {
		transform: scale(1.4);
	}
}

@media (min-width: 2500px) {
	.home .home-popup {
		transform: scale(1.5);
	}
}

.home .home-popup .title {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	text-align: center;
}

.home .home-popup .c1 {
	line-height: 30px;
	margin-top: 20px;
}

/* 首页门店数字 */
.index_banner_number_wrapper {
	position: relative;
	width: 100%;
}

.index_banner_number {
	position: absolute;
	left: 8%;
	bottom: 20.4%;
	width: 246px;
	height: 35px;
	background-image: url(../imagespc/bannerNumbers.png?v=20250717);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: left;
	padding-left: 15px;
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 35px;
	display: none;
}

/* 产品展示数字 */
.products_banner_number_wrapper {
	position: relative;
	width: 100%;
}

.products_banner_number {
	position: absolute;
	left: 4%;
	bottom: 18%;
	width: 273px;
	height: 39px;
	background-image: url(../imagespc/bannerNumbers.png?v=20250717);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 40px;
	text-align: left;
	padding-left: 19px;
	font-size: 22px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 500;
	line-height: 39px;
	color: #000000;
}

/* 关于我们门店数字盒子 */
.about_banner_number_wrapper {
	position: relative;
}

.about_banner_number {
	position: absolute;
	right: 40px;
	bottom: 51px;
	width: 266px;
	height: 38px;
	background-image: url(../imagespc/aboutNumber.png?v=20250717);
	background-repeat: no-repeat;
	background-size: 100%;
	line-height: 38px;
	text-align: left;
	padding-left: 1.2%;
	font-size: 22px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 500;
	color: #000000;
}

.home .home-popup .c2 {
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	margin-top: 10px;
	line-height: 30px;
}

.home .home-popup .c3 {
	line-height: 30px;
}

.home .home-popup .qr-items {
	display: flex;
	justify-content: space-between;
}

.home .home-popup .qr-items .item {
	width: 130px;
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}

.home .home-popup .confirm {
	margin: 30px auto 0;
	background-color: #d72d20;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 44px;
	color: #fff;
	cursor: pointer;
}

.home .home-popup .qr-items img {
	width: 120px;
	height: 120px;
}

.nav {
	width: 100%;
	background: #000;
}

.nav-c {
	width: 100%;
	height: 100px;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-c .logo {
	width: 200px;
	height: 42px;
	margin-left: 140px;
}

.nav-t {
	/* margin-left: 86px; */
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #ffffff;
	line-height: 30px;
	justify-content: space-around;
	display: flex;
	min-width: 563px;
	flex: 1;
	max-width: 600px;
}

.nav-t .li a {
	color: #ffffff;
	line-height: 96px;
}

.nav-t .li.active {
	color: #d72d20;
	border-bottom: 4px solid #d72d20;
}

.nav-t .li.active a {
	color: #d72d20;
}

.nav-t .li:hover a {
	color: #d72d20;
}

.banner {
	width: 100%;
	position: relative;

	overflow: hidden;
}

.banner-slide {
	overflow: hidden;
	text-align: center;
	/* max-height: 750px; */
}

.banner-slide>img {
	width: 100%;
	height: 100%;
}

.float-nm {
	width: 10%;
	height: 100%;
	top: 60%;
	position: fixed;
	z-index: 99;
	right: 20px;

}

.float-nm>img {
	width: 120px;
	height: auto;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	animation: pulse 3s ease 0s infinite;

}


/* 首页交互 */

.hoveractive {
	display: none;
}

.float-nm .float-nm_hover {
	z-index: 1;
	width: 350px;
	height: 156px;
	background: url('../imagespc/join-bg.png?v=20250717') no-repeat;
	background-clip: padding-box;
	background-size: 80%;
	transition: all 2s;
	position: absolute;
	left: -50px;
	top: 15px;
	/* transform: scale(0.001) translate(-270%, 100%); */
	transform: scale(0.001);
	display: flex;
	/* align-items: center; */
	flex-direction: column;
	justify-content: center;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
	font-size: 17px;
	line-height: 25px;
}

.float-nm .float-nm_hover p {
	text-align: left;
	width: 100%;
	padding-left: 22%;
}

.float-nm_mask {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
}

.float-nm_mask.active {
	/* transition: all 5s; */
	/* animation: maskActive 3s; */
	display: block;
}

@keyframes maskActive {
	0% {
		background: rgba(0, 0, 0, 0.1);
	}

	35% {
		background: rgba(0, 0, 0, 0.3);
	}

	75% {
		background: rgba(0, 0, 0, 0.4);
	}

	100% {
		background: rgba(0, 0, 0, 0.5);
	}
}

.float-nm:hover .float-nm_hover {
	transition: all 1s;
	transform: scale(1);
	position: absolute;
	left: -140px;
	top: -100px;
	/* animation: hoveractive 1s; */
}

@keyframes hoveractive {
	0% {
		transform: scale(0.2) translate(-30%, -50%);
	}

	35% {
		transform: scale(0.4) translate(-30%, -50%);
	}

	75% {
		transform: scale(0.6) translate(-30%, -50%);
	}

	100% {
		transform: scale(1) translate(-30%, -50%);
	}
}

/* @media (min-width: 1000px) {
	.float-nm_mask .content{
		transform: scale(0.8);
	}
}

@media (min-width: 1600px) {
	.float-nm_mask .content{
		transform: scale(1.3);
	}
}

@media (min-width: 2000px) {
	.float-nm_mask .content {
		transform: scale(1.4);
	}
}

@media (min-width: 2500px) {
	.float-nm_mask .content {
		transform: scale(1.5);
	}
} */

.float-nm_mask .content {
	transition: all 1s;
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	background: url(../yblimg/cy-show.png?v=20250717) no-repeat;
	background-size: 100% 100%;
	padding: 0.7% 5% 3.5%;
	z-index: 9999999999999;
}

.float-nm_mask .close{
	width: 35px;
	height: 35px;
	position: absolute;
	right: -15px;
	top: 10px;
	z-index: 99;
	background: #d72d20;
	color:#fff;
	font-size: 42px;
	cursor: pointer;
	border-radius: 100%;
	transform: rotate(45deg);
	opacity: 1;
	font-weight: lighter;
	padding: 0 !important;
	display: flex;
	line-height: 100% !important;
	justify-content: center;
	align-items: center;
	font-family: 'Arial' !important;
}

.float-nm_mask>.content>.box {
	/* box-sizing: border-box; */
	left: 0;
	padding-top: 10%;
	padding-bottom: 10%;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 66.5rem;
	font-size: 14px;
	padding: 50% 0% 20%;
	font-family: PingFangSC-Semibold, PingFang SC;
	line-height: 36px;
	z-index: 9999999999999 !important;
}

.float-nm_mask .content .box .content_title {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	opacity: 0;
}

.float-nm_mask .content .box .content_title .content_title_cn {
	font-size: 23px;
	font-weight: 600;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%);
}

.float-nm_mask .content .box .content_title .content_title_en {
	font-size: 20px;
	font-weight: 600;
	color: #eee;
}

.float-nm_form {
	/* height: 100%; */
	min-height: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.float-nm_form_item span::before {
	content: "*";
	color: #f00;
	margin: 0 2px;
}

.float-nm_form_item {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0.8% 0;
	/* box-sizing: border-box;    */
}

.float-nm_form_item .form-control {
	width: 30rem;
	height: 3.6rem;
	background: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid #d8d8d8;
	margin-bottom: 1rem;
	padding-left: 1rem;
	font-size: 1.4rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 2.6rem;
	/* border: none; */
	outline: none;
}

.float-nm_form_item>div {
	width: 23%;
	text-align: right;
	font-weight: 600;
	margin-right: 2%;
}

.float-nm_form .cell {
	margin-top: 6%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.float-nm_form .cell #messageSubmit,
#messageClose {
	height: 100%;
	background: #e20200;
	border-radius: 6px;
	padding: 0px 30px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	margin: 0 20px;
}

.float-nm_form .cell #messageClose {
	background: #ebebeb;
	color: #999;
}

/* .float-nm .content .box .qr {
	width: 222px;
	height: 222px;
} */

.section {
	position: relative;
	margin-top: 120px;
}

.section .content {
	margin: 0 auto;
	padding: 0 50px;
}

.section .content .title {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.float-nm {
		width: 20%;
		height: 100%;
		top: 60%;
		position: fixed;
		z-index: 99;
		right: 20px;
	}
	.float-nm>img {
		width: 100%;
		height: auto;
		cursor: pointer;
		position: absolute;
		z-index: 10;
	}
	.float-nm_mask .content {
		transition: all 1s;
		position: absolute;
		left: 50%;
		top: 47%;
		transform: translate(-50%, -50%);
		background: url(../yblimg/cy-show.png?v=20250717) no-repeat;
		background-size: contain;
		padding: 0.7% 5% 3.5%;
		z-index: 9999999999999;
	}
	.float-nm_form_item {
		width: 95%;
		display: flex;
		justify-content: space-around;
		margin: 0.8% 0;
		/* box-sizing: border-box; */
	}
	.float-nm_form {
		/* height: 100%; */
		min-height: 30%;
		margin-top: -10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}
}
.nj_title {
	position: relative;
	line-height: 110px;
	font-size: 42px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
	display: inline-block;
}

.nj_title>img {
	position: absolute;
	right: 22rem;
	top: 2px;
	z-index: 1;
	width: 10rem;
	height: 10rem;
	/* background: #fff; */
	/* padding: 8px; */
	left: -1rem;
}

.nj_title-4 {
	/* background: url(https://www.walaida.net/public/img/title-4.png?v=20250717) center center no-repeat; */
	/* border: 10px solid #d72d20; */
	background-size: 100% 100%;
	width: 40%;
	margin-left: 12%;
	height: 110px;
}

.nj_title-4 .t-name {
	position: absolute;
	left: 45px;
	z-index: 2;
	top: -10px;
	margin-left: 20%;
	font-weight: 600;
	font-size: 42px;
}

.nj_title-6 {
	/* border: 10px solid #d72d20; */
	background-size: 100% 100%;
	width: 414px;
	height: 110px;
	left: 30px;
}

.nj_title-6 img {
	width: 100%;
	height: 100%;
	right: 6rem;
}

.nj_title-6 .t-name {
	position: absolute;
	left: 25px;
	z-index: 2;
	top: -10px;
}

.nj_title-9 {
	/* background: url(https://www.walaida.net/public/img/title-9.png?v=20250717) center center no-repeat; */
	/* border: 10px solid #d72d20; */
	background-size: 100% 100%;
	width: 500px;
	height: 110px;
	margin-left: 35%;
}

.nj_title-9 img {
	height: 100%;
	position: absolute;
	left: -20%;
}

.nj_title-9 .t-name {
	margin-left: 30px;
	position: absolute;
	/* left:60%; */
}

.njindexAbout {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.njindexAbout div {
	width: calc(33%);
	height: 100%;
}

.njindexAbout div:hover {
	box-shadow: 0 1.8rem 3.6rem 0 rgba(51, 51, 51, 0.08);
}

.njindexAbout .ceng {
	position: relative;
}

.njindexAbout .img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 241px;
	height: 241px;
}

#sc1 .info {
	z-index: 243;
	width: 1160px;

	display: block;
	overflow-wrap: break-word;
	color: #666666;
	font-size: 16px;
	font-family: PingFangSC-Regular;
	line-height: 30px;
	margin-top: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#sc1 .more {
	overflow-wrap: break-word;
	color: rgba(78, 210, 15, 1);
	font-size: 20px;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 36px;
	margin-top: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

#sc1 .bgimg {
	margin-top: 30px;
	width: 1152px;
	height: 542px;
}

#sc2 {
	margin-top: 160px;
}

#sc2 .sc2-swiper {
	margin-top: 80px;
	margin-bottom: 50px;
	width: 1160px;
}

#sc2 .product-item {
	padding: 150px 0 90px;

	color: #333333;
	text-align: center;
}

#sc2 .product-item .product-c {
	transition: all 0.3s;
	transform: scale(1);
	color: #ffffff;
	width: 340px;
	height: 540px;
	color: #333333;
	text-align: center;
	position: relative;
	border-radius: 0px 0px 20px 20px;
	padding-bottom: 100px;
}

#sc2 .product-item .product-c .bg-1 {
	width: 280px;
	height: 100px;
	position: absolute;
	border-radius: 0px 100px 100px 0px;
	top: 54px;
	display: none;
}

#sc2 .product-item .product-c .bg-2 {
	width: 280px;
	height: 100px;
	position: absolute;
	top: 154px;
	right: 0;
	border-radius: 100px 0px 0px 100px;
	display: none;
}

#sc2 .product-item .product-c .p-info {
	width: 340px;
	height: 160px;
	padding: 20px;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	border-radius: 0px 0px 20px 20px;
}

#sc2 .product-item .product-c .p-info .p-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#sc2 .product-item .product-c .p-info .p-title-name {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}

#sc2 .product-item .product-c .p-info .p-title-tip {
	font-size: 18px;
	font-weight: 400;
	color: #ff8608;
}

#sc2 .product-item .product-c .p-info .describe {
	font-size: 13px;
	font-weight: 400;
	color: #666666;
	text-align: left;
	margin-top: 10px;
}

#sc2 .product-item .product-c .p-info .detail {
	width: 300px;
	height: 36px;
	border-radius: 33px;
	border: 1px solid #d72d20;
	font-size: 14px;
	font-weight: 400;
	color: #d72d20;
	line-height: 36px;
	margin-top: 20px;
	cursor: pointer;
	display: block;
}

#sc2 .product-item .product-img {
	/* position: absolute;
	bottom: 55px;
	width: 229px;
	left: 55px;
	height: 466px;
	height: auto; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sc2 .swiper-slide-active .product-item .product-c {
	transform: scale(1.2);
	transition: all 0.3s;
	box-shadow: 0px 18px 36px 0px rgba(51, 51, 51, 0.08);
}

#sc2 .more {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}

#sc2 .more .more-btn {
	display: block;
	height: 56px;
	background: #d72d20;
	border-radius: 44px;
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 56px;
	cursor: pointer;
}

#sc3 {
	display: flex;
	align-items: center;
	height: 578px;
	background: linear-gradient(180deg,
			#ffffff 0%,
			rgba(238, 244, 244, 0.51) 100%);
}

#sc3 .floatnm2 {
	position: absolute;
	right: 0;
	width: 169px;
	height: 220px;
	top: -99px;
	z-index: 0;
}

#sc3 .content .box {
	display: flex;
	width: 100%;
}

#sc3 .left {
	width: 706px;
	height: 443px;

	margin-left: -140px;
}

#sc3 .right {
	width: 500px;
	height: 380px;
	margin-left: 96px;
	margin-top: 40px;
}

#sc3 .right .info {
	overflow-wrap: break-word;

	font-size: 16px;
	font-family: PingFangSC-Regular;
	text-align: left;
	margin-top: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

#sc4 .item-list {
	margin-top: 40px;
	display: flex;
}

#sc4 .item-list .item {
	height: 360px;
	border-radius: 20px;
	width: 17%;
	justify-content: flex-start;
	padding-bottom: 30px;
	align-items: center;
	padding: 20px;
	transition: all 0.5s;
	cursor: pointer;
}

#sc4 .item-list .item .title {
	font-size: 21px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-top: 10px;
	line-height: 50px;
}

#sc4 .item-list .item .info {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
	height: 120px;
	width: 100%;
}

/* #sc4 .item-list .item:hover{
	transition: all 0.5s;
	box-shadow: 0px 18px 36px 0px rgba(51, 51, 51, 0.08);
} */
#sc5 {
	margin-top: 80px;
	background-color: #000000;
}

#sc6 .content {
	margin-bottom: 60px;
}

#sc6 .item-list {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

#sc3 .nj_title-4
{
	width: 100%;
	margin-left: 0;
}
/* #sc6 .nj_title>img,
#sc1 .nj_title>img,
#sc2 .nj_title>img{
	left: -1rem;
} */

#sc6 .item-list .item {
	transition: all 0.3s;
	height: 464px;
	border-radius: 20px;

	background: #f9f9f9;

	width: 360px;
	cursor: pointer;
}

#sc6 .item-list .item:hover {
	background: #fff;
	box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.15);
}

#sc6 .item-list .item img {
	width: 100%;
	height: 260px;
}

#sc6 .item-list .item .item-info {
	height: 209px;
	padding: 20px;
	display: block;
}

#sc6 .item-list .item .item-info .c1 {
	display: flex;
	justify-content: space-between;
}

#sc6 .item-list .item .item-info .c1 .day {
	color: #333333;
	font-size: 36px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
}

#sc6 .item-list .item .item-info .c1 .date {
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-left: 10px;
}

#sc6 .item-list .item .item-info .c1 .right {
	width: 80px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #d72d20;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #d72d20;
	line-height: 30px;
	text-align: center;
}

#sc6 .item-list .item .item-info .c2 {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
}

#sc6 .item-list .item .item-info .c3 {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin-top: 10px;
}

/* new分页 */
.btn-prev,
.btn-next {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	border: #ccc 1px solid !important;
	font-size: 30px !important;
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon,
.el-icon-arrow-right {
	font-size: 20px !important;
	color: #ccc !important;
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
	margin: 9px 10px 9px 1px;
	font-weight: none;
}

.el-pagination {
	display: flex !important;
	align-items: center !important;
}

.el-pager {
	display: flex !important;
	align-items: center !important;
}

.el-pager .number {
	margin: 10px !important;
	color: #9999 !important;
	font-size: 1.6rem !important;
	font-weight: normal !important;
}

.el-pager .active {
	/* background-color:  !important; */
	color: #d72d20 !important;
	font-family: PingFang SC-Regular;
}

.bg-0 {
	background-color: #141414;
}

.footer .bg {
	width: 100%;
	top: 146px;
	left: 0;
	height: 146px;
}

.footer .bg img {
	width: 100%;
	height: 100%;
}

.footer .content {
	color: #fff;
}

.footer .content .c1 {
	width: 25%;
	color: #fff;
}

.footer .content .c2 {
	margin-top: 20px;
	border-top: 1px solid #d8d8d8;
	padding: 20px 0;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	font-size: 21px;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.footer .content .logo {
	padding-right: 7px;
	border-right: 2px solid #fff;
}

.footer .content .logo img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.footer .content .right {
	margin-left: 60px;
}

.footer .content .right .qr-list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	width: 560px;
	font-size: 14px;
	box-sizing: border-box;
}

.footer .content .right .item {
	width: 160px;
	text-align: center;
}

.footer .content .right .item img {
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}

.footer .content .copyright {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #ffffff;

	margin-top: 10px;
	padding-bottom: 60px;
}

.home .floatnm1 {
	position: absolute;
	left: 0;
	width: 120px;
	height: 240px;
	top: -97px;
	z-index: 0;
}

.news-c .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.news-c h1 {
	font-size: 48px;
	color: #000000;
	margin-top: 50px;
}

.news-c .news_nav {
	height: 56px;
	display: flex;
	border: 1px solid #d72d20;
	border-radius: 46px;
	margin-top: 60px;
}

.news-c .news_nav .news_nav-item {
	cursor: pointer;
	width: 256px;
	display: block;
	border-radius: 46px;
	line-height: 56px;
	font-size: 24px;
	/* font-family: PingFangSC-Semibold, PingFang SC; */

	color: #000;
}

.news-c .news_nav .news_nav-item.active {
	background-color: #d72d20;
	color: #ffffff;
}

.news-c .news-list {
	margin-top: 66px;
}

.news-c .news-list .news-list-item {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #e7e7e7;
}

.news-c .news-list .news-list-item .left {
	width: 330px;
	height: 184px;
	margin-right: 110px;
}

.news-c .news-list .news-list-item .left img {
	border-radius: 20px;
	height: 184px;
	object-fit: cover;
}

.news-c .news-list .news-list-item .right {
	width: 720px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-c .news-list .news-list-item .right .news_title {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	text-align: left;
	margin-top: 10px;
}

.news-c .news-list .news-list-item .right .inf {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}

.news-c .news-list .news-list-item .right .bot {
	justify-content: space-between;
	margin: 20px 0;
}

.news-c .news-list .news-list-item .right .detail {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	display: block;
}

.news-c .news-list .news-list-item .right .detail img {
	width: 17px;
	height: 13px;
	margin-right: 10px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.pagination .pagination-c {
	display: flex;
}

.pagination .pagination-c .item {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	width: 40px;
	height: 40px;
	color: #999999;
	text-align: center;
	line-height: 40px;
	border-radius: 100px;
	display: block;
	margin: 0 20px;
	cursor: pointer;
}

.pagination .pagination-c .item.active {
	background: #e6f7de;
	color: #d72d20;
}

#new_view {
	background-color: #fff;
	margin: 0;
	/* padding-top: 120px; */
	padding-bottom: 60px;
}

/* #new_view .new-title h1 {
	font-size: 36px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 30px
} */

#new_view .new-title .new-title-inf {
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	margin-top: 20px;
}

.new-switch {
	margin-top: 60px;
}

.new-switch a {
	display: block;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
	line-height: 50px;
}

.new-switch a:hover {
	color: #d72d20;
}

#products {
	background-color: #fff;
}

#products .prod-nav {
	display: flex;
	border-radius: 46px;
	border: 1px solid #d72d20;
}

#products .prod-nav .js-product {
	flex: 1;
	cursor: pointer;
}

#products .prod-nav .js-product a {
	width: 100%;
	height: 56px;
	background: transparent;
	border-radius: 46px;
	text-align: center;
	overflow: hidden;
	display: block;
}

#products .prod-nav .js-product .active {
	background-color: #d72d20;
	color: #fff;
}

#products .prod-nav .js-product a {
	text-align: center;
	line-height: 56px;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}

#products .prod-c {
	display: flex;
	justify-content: space-between;

	margin-top: 60px;
}

#products .prod-c .gallery-index {
	width: 750px;
	height: 650px;
}

#products .prod-c .gallery-index .prod-img {
	width: 750px;
	height: 650px;
	background-color: #f1b0b7;
}

#products .prod-c .gallery-index .prod-img img{
	object-fit: contain !important;
}

#products .prod-c .gallery-thumbs {
	width: 442px;
	height: 650px;
}

#products .prod-c .gallery-thumbs .swiper-slide-thumb-active .prod-img {
	box-shadow: 0px 18px 36px 0px rgba(51, 51, 51, 0.08);
	background-color: #fff;
}

#products .prod-c .gallery-thumbs .swiper-slide {
	display: flex;
	justify-content: center;
	height: 150px;
}

#products .prod-c .gallery-thumbs .prod-img {
	width: 370px;
	height: 150px;
	background-color: #f9f9f9;
	color: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

#products .prod-c .gallery-thumbs .prod-img .left h2 {
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-top: 30px;
	margin-left: 30px;
}

#products .prod-c .gallery-thumbs .prod-img .left .inf {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin-left: 30px;
	margin-top: 10px;
}

#products .prod-c .gallery-thumbs .prod-img .prod-tea_img {
	width: 105px;
	height: 105px;
	margin-top: 26px;

	margin-right: 30px;
}

#products .prod-c .box {
	width: 560px;
	text-align: center;
	margin-top: 80px;
}

#products .prod-c .box img {
	height: 310px;
}

#products .prod-c .box .prod-t {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-top: 20px;
}

#products .prod-c .box .prod-inf {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	margin-top: 10px;
}

.bg-f2 {
	background-color: #f0f2f5;
}

#store .cont {
	text-align: center;
}

#store .cont .title {
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	margin-top: 20px;
}

#store .cont .sq-form__box {
	/* width: 100%; */
	/* display: inline-block; */
	position: relative;
	margin-top: 60px;
	display: flex;
	align-items: center;
	width: 100%;
}

#store .cont .sq-form__box input {
	display: block;
	width: 250%;
	height: 56px;
	border-radius: 46px;
	border: none;
	padding: 0;
	outline: none;
	background: #f4f4f4;
	font-size: 14px;
	color: #d72d20;
	letter-spacing: 1px;
	padding-left: 90px;
}

#store .cont .sq-form__box .sq-btn {
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 18px;
	color: #d72d20;
	position: absolute;
	left: 300px;
	top: 51%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 20px;
	display: flex;
	left: 40%;
}

#store .cont .sq-form__box .sq-btn::after {
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
	width: 2px;
	height: 20px;
	background: #d72d20;
}

/* 全国开设门店 */
#store .cont .sq-form__box .form-tips {
	display: flex;
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
}

#store .cont .sq-form__box .form-tips span {
	font-size: 48px;
	line-height: 50px;
	color: #d72d20;
	margin: 0 4px;
}

/* 省市区位置 */
#store .cont .sq-form__box .picker {
	position: absolute;
	color: #d72d20;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	text-decoration: underline;
}

._citys1 a {
	width: 90px;
	height: 35px;
	display: inline-block;
	background-color: #f5f5f5;
	color: #666;
	margin-right: 6px;
	margin-top: 3px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	overflow: hidden;
}

/* 全局loading */
.customClass {
	background-color: #d72d20 !important;
}

/* 省市区高亮 */
.AreaS {
	background-color: #d72d20 !important;
	color: #fff !important;
}

._citys1 a:hover {
	color: #fff;
	background-color: #d72d20;
}

/* 门店input */
#store .cont .sq-form__box .form-group {
	flex: 1;
	width: 100%;
	margin-left: 40px;
}

/* 省市区筛选 */
._citys {
	width: 100%;
	display: inline-block;
	padding: 22px;
	position: relative;
	/* top: 6px; */
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
}

._citys0 {
	width: 100%;
	height: 34px;
	display: inline-block;
	border-bottom: 2px solid #f5f5f5;
	padding: 0;
	margin: 0;
}

._citys0 li {
	display: inline-block;
	line-height: 34px;
	font-size: 14px;
	color: #666;
	width: 76px;
	text-align: center;
	cursor: pointer;
}

/* 省市区选中高亮 */
.citySel {
	background-color: #f5f5f5;
	color: #d72d20 !important;
}

._citys1 {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
}

#store .cont .title {
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	margin-top: 20px;
}

/* 省市区确认按钮 */
._citys span {
	color: #d72d20;
	line-height: 12px;
	font-size: 12px;
	padding: 4px;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 5px;
	border: 1px solid #d72d20;
	cursor: pointer;
}

/* 获取到了几家门店 */
.map-msg {
	font-size: 16px;
	color: #d72d20;
	margin-top: 30px;
}

.com-title {
	text-align: center;
}

.com-title img {
	width: 253px;
	height: 70px;
}

.com-title .title {
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	margin-top: 30px;
}

#about #about_c1 .inf-text {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	padding: 40px 0 30px;
}

#about #about_c2 {
	margin-top: 150px;
}

#about #about_c2 .inf-text {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	flex: 1;
}

#about #about_c3 .img-items img {
	width: 100%;
	/* height: 50%; */
	vertical-align: auto;
}

#about_c4 .footprint {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#about_c4 .footprint .sign {
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #d72d20;
}

#about_c4 .footprint .sign .core {
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d72d20;
	transform: translate(31%, 31%);
}

#about_c4 .footprint .sign .line-sign {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #d72d20;
	border-radius: 50%;
	top: 7px;
}

#about_c4 .footprint .basebox {
	position: relative;
}

#about_c4 .footprint .item .line {
	height: 100px;
	border: 1px;
	position: absolute;
	border: 1px dashed #d72d20;
	left: 50%;
}

.footprint .aboutDetil {
	position: relative;
	width: 95px;
}

.footprint .aboutDetil p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: PingFang SC-Medium;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 500;
}

#about_c4 .footprint .basebox .line {
	height: 190px;
	border: 1px;
	position: absolute;
	border: 1px dashed #d72d20;
}

#about_c4 .footprint .item {
	position: relative;
	height: 135px;
	width: 1160px;
}

#about_c4 .footprint .top {
	width: 95px;
	height: 95px;

	position: relative;
	/* margin-bottom: 50px;
	margin-top: 40px; */
	left: 50%;
	transform: translate(-50%, -50%);
}

#about_c4 .footprint .top:before {
	position: absolute;
	content: " ";
	display: block;
	height: 71px;
	top: 71px;
	border: 1px dashed #d72d20;
	left: 50%;
}

#about_c4 .footprint .item .inf .date {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #d72d20;
	margin-bottom: 10px;
}

#about_c4 .footprint .item .inf .detail {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	max-width: 529px;
	word-break: break-all;
}

#about_c4 .footprint .leftbox {
	padding-right: 578px;
	display: flex;
	justify-content: flex-end;
}

#about_c4 .footprint .leftbox .sign {
	left: 574px;
	top: 3px;
}

#about_c4 .footprint .leftbox .sign .line-sign {
	position: absolute;
	top: 3px;
	left: -30px;
}

#about_c4 .footprint .leftbox .sign .line-sign:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #d72d20;
	display: block;
	position: absolute;
	top: 1.5px;
	/* left: -30px; */
}

#about_c4 .footprint .leftbox .inf {
	padding-right: 50px;
	text-align: right;
}

#about_c4 .footprint .rightbox {
	padding-left: 50%;
}

#about_c4 .footprint .rightbox .sign {
	left: 574px;
	top: 3px;
}

#about_c4 .footprint .rightbox .sign .line-sign {
	position: absolute;
	top: 3px;
	left: 36px;
}

#about_c4 .footprint .rightbox .sign .line-sign:before {
	content: "";
	width: 24px;
	height: 1px;
	background-color: #d72d20;
	display: block;
	position: absolute;
	top: 2px;
	left: -24px;
}

#about_c4 .footprint .rightbox .inf {
	padding-left: 50px;
}

#join .items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#join .items>div{
	width:20%;
}

#join .items .item h2 {
	font-size: 21px;
	color: #333;
	/* padding: 10px 0; */

	line-height: 50px;
}

#join_c1 .items .item {
	width: 320px;
	height: 250px;
	text-align: center;
	padding: 20px;
}

#join_c1 .items .item img {
	width: 140px;
	height: 140px;
}

#join_c2 .items .item {
	width: 275px;
	height: 330px;
	text-align: center;
	padding: 20px;
	background-color: rgb(247,248,248);
	border-radius: 5px;
}

#join_c2 .items .item .inf {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
}

#join_c2 .items .item img {
	width: 120px;
	height: 120px;
}

#join_c3 .content {
	/* padding: 80px 0 0 0; */
	height: 865px;
	padding: none;
}

#join_c3 .section {
	margin-top: 60px;
}

#join_c3 .process {
	position: relative;
	margin-top: 10rem;
	/* box-sizing: border-box; */
}

.process {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process .items {
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 130rem;
	/* margin-left:35rem; */
}

.process .items>div>img {
	width: 100%;
	height: 100%;
}

#join_c3 .item .flag {
	width: 40px;
	height: 52px;
	background: url(../img/j3-2.png?v=20250717) no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
	line-height: 52px;
	position: absolute;
}

#join_c3 .item .flag img {
	position: absolute;
}

#join_c3 .item .text-box {
	position: absolute;
	width: 224px;
}

#join_c3 .item .text-box h3 {
	font-size: 21px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 50px;
}

#join_c3 .item .text-box p {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}

/* new分页 */
.btn-prev,
.btn-next {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	border: none !important;
	font-size: 30px !important;
	background: url(../img/jt3.png?v=20250717);
}

.btn-next {
	background: url(../img/jt3.png?v=20250717);
	transform: rotate(180deg);
	background-repeat: no-repeat;
}

#messageBox {
	margin-top: 45px;
	color: #666;
	font-size: 16px;
	padding: 60px 80px;
	/* height: 576px; */
	background: #f9f9f9;
}

#messageBox .cell {
	display: flex;
	margin-bottom: 20px;
}

#messageBox .cell p {
	line-height: 30px;
	margin-bottom: 10px;
}

#messageBox .cell input {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
}

#messageBox .cell textarea {
	width: 100%;
	height: 120px;
	font-size: 16px;
	padding: 5px 10px;
}

#messageBox .cell .form-group {
	flex: 1;
	width: 100%;
}

#cell_messageSubmit {
	margin: 0 auto;
	width: 300px;
	height: 56px;
	background: #d72d20;
	border-radius: 44px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
}
.footer-hotline{
	margin-left: 60px;
}
.stories{
	align-items: center; 
	margin-top: 106px;
}
#about_c3 .img-items{
	margin: 0 auto;
}