.find_nav {
	width: 100%;
	height: 40px;
	background-color: #f9f9f9;
	position: fixed;
	top: 0;
	z-index: 9999;
	border-bottom: 1px solid #ddd;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

.find_nav_left {
	height: 40px;
	position: relative;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.show-menu {
	top: calc(var(--header-height) + 1rem);
}

.find_nav_list {
	position: absolute;
	left: 0;
}

.mb_active {
	position: relative;
}

.mb_active::before {
	content: '';
	position: absolute;
	bottom: -.75rem;
	width: 70px;
	height: 5px;
	background-color: #B3995B;
}

.mb_active::after {
	content: "";
	height: 4px;
	background-color: #B3995B;
	margin-top: 0.6rem;
}

.fixed {
	top: 0;
	width: 100%;
	position: fixed;
}

.lts {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.find_nav_list ul {
	position: relative;
	white-space: nowrap;
	font-size: 0;
}

.find_nav_list ul li {
	display: inline-block;
	padding: 0;
	margin: 0 2.0rem;
}

.find_nav_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #000;
}

.find_nav_cur a {
	color: #000 !important;
}


.sideline {
	display: block;
	position: absolute;
	border: 0;
	height: 0.4rem;
	background-color: #B3995B;
	left: 0;
	top: 36px;
	pointer-events: none;
}

.li_list {
	min-height: 800px;
	font-size: 14px;
	padding-bottom: 2.5rem;
}

.people {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	margin: 1rem 1rem 0 1rem;
}

.people_left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.people_left>a {
	margin-right: 0.4rem;
}

.people_left>img {
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 50%;
}

.people_left>img:nth-of-type(2) {
	width: 44px;
	height: 44px;
	margin-left: 0.6rem;
}

.people_name {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 0.6rem;
	background-color: #000000;
	color: #B3995B;
	padding: 0.4rem 1.0rem;
	border-radius: 0.6rem;
}

.people_name>p:nth-of-type(2) {
	padding-left: 0.6rem;
}

.people_right {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.people_right>p {
	background-color: #B3995B;
	border-radius: 2.0rem;
	padding: 0.4rem 1.6rem;
	color: #000000;
	font-size: 1.3rem;
}

.people_right>img {
	width: 2.0rem;
	height: 2.0rem;
	margin-left: 26px;
}

.people_center {
	position: relative;
	top: 1.0rem;
	height: 300px;
}

.people_bottom {
	position: absolute;
	width: 100%;
	height: 240px;
	background-color: #FFFFFF;
	z-index: 10;
	top: 2.0rem;
	border-radius: 1.0rem;
}

.people_postrion {
	position: absolute;
	z-index: 11;
	left: 1.0rem;
	width: 53%;
}

.people_postrion>img {
	width: 100%;
	height: 276px;
	border-radius: 0.6rem;
	object-fit: cover;
}

.people_right_bottom {
	position: inherit;
	left: 64%;
	top: 14%;
}

.svxtt {
	height: 24rem;
	overflow: scroll;
}

.people_wt>h1 {
	font-size: 1.9rem;
	font-weight: 400;
	color: #000000;
}

.people_wt>span {
	font-size: 1.2rem;
	font-weight: 300;
	color: #000000;
}

.people_icon {
	display: flex;
	flex-direction: column;
	margin: 1.4rem 0 3.6rem 0;
}

.people_icon>img {
	width: 1.5rem;
	height: 1.3rem;
}

.people_icon>p {
	font-size: 1.3rem;
	font-weight: 300;
	color: #000000;
	margin-left: 0.4rem;
	padding-top: 0.2rem;
}

.money_nav {
	font-size: 2.0rem;
	font-weight: 500;
}

.money_f {
	color: #B3995B;
}

.moeny_yu {
	font-size: 1.5rem;
	font-weight: 400;
	text-decoration: line-through;
	color: #636262;

}

.service_nav {
	padding-top: 2.0rem;
	margin: 0 1rem;
}

.service_title {
	font-size: 2.0rem;
	font-weight: 400;
	color: #000000;
	height: 1.8rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.service_title:before {
	content: '';
	display: flex;
	width: 0.4rem;
	height: 23px;
	background-color: #B3995B;
	align-self: center;
	margin-right: 0.4rem;
}

.service_top {
	display: grid;
	grid-template-columns: repeat(5, 18.4%);
	grid-row-gap: 2.0rem;
	grid-column-gap: 2%;
	margin: 1.0rem 0;
	background-color: #FFFFFF;
	border-radius: 0.4rem;
	padding: 0.6rem 0;
}

.brand {
	margin: 0 1rem;
}

.service_top_icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	color: #000000;
}

.service_top_icon>img {
	width: 46%;
}

.service_bottom {
	background-color: #FFFFFF;
	padding-bottom: 2.0rem;
	margin-bottom: 2.0rem;
	margin-top: 2rem;
}

.sub_topic_nav {
	display: flex;
	justify-content: center;
	position: sticky;
	width: 100%;
	top: 0;
	background-color: #FFFFFF;
	z-index: 9;
}

.service_fut {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	width: 76%;
	padding: 1.5rem 0 2.0rem 0;
}

.sub_topic {
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;
}

.topic:after {
	content: "";
	width: 100%;
	height: 3px;
	margin-top: 0.4rem;
	background-color: #0EA432;
	display: flow-root;
}

.piscine {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.6rem;
	z-index: 0;
}

.piscine_line {
	width: 30%;
	height: 0.2rem;
	background: #000000;
	opacity: 0.2;
}

.piscine_name {
	font-size: 1.5rem;
	padding: 0 0.6rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}

.figure_top>img {
	width: 100%;
	height: 100%;
}

.secondary_button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 60px;
	height: 8rem;
	line-height: 8rem;
	width: 100%;
	left: 0;
	background-color: #FFFFFF;
	z-index: 209;
}

.secondary_button_left,
.secondary_button_right {
	width: 137px;
	height: 41px;
	background: #B3995B;
	border-radius: 2.0rem;
	line-height: 41px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
	color: #000000;

}

.secondary_button_right {
	margin-left: 28px;
}

.secondary_button_left:active,
.secondary_button_right:active {
	color: #0EA432;
}

.comment {
	background-color: #FFFFFF;
	padding: 1.8rem 19px 2.0rem 19px;
	border-radius: 5px;
}

.comment_tilte {
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;

}

.star_ont {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0.2rem;
}

.star_img {
	display: flex;
	flex-direction: row;
	align-items: center;

}

.star_img>img {
	width: 1rem;
	height: 1rem;
	padding-right: 3px;
}

.star_f {
	font-size: 1.2rem;
	font-weight: 400;
	color: #B3995B;
	margin-left: 12px;
}

.tab_min {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.tab_min>p {
	background: rgba(179, 153, 91, 0);
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 2.2rem;
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
	opacity: 0.5;
	padding: 0.2rem 8px;
	margin-right: 3px;
	margin-top: 5px;
}

.portrait {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 1.0rem;
	border-bottom: 1px solid #B3995B;
	padding-bottom: 2.0rem;
}

.portrait_name {
	display: flex;
	flex-direction: row;
	width: 86%;
	overflow: hidden;
}

.portrait_name>img {
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 50%;
}

.portrait_title {
	display: flex;
	flex-direction: column;
	margin-left: 0.4rem;
}

.portrait_img {
	width: 46px;
	height: 46px;
}

.portrait_n {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
	opacity: 0.5;

}

.portrait_b {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
	padding-top: 8px;
}

.portrait_sum {
	width: 14%;
	display: flex;
	align-self: flex-end;
	justify-content: flex-end;
	white-space: nowrap;
	overflow: hidden;
}

.comment_z {
	display: flex;
	flex-direction: fow;
	justify-content: space-between;
}

.comment_time {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
	opacity: 0.5;
	display: flex;
	align-self: flex-end;
}

.experts {
	padding-top: 2.0rem;
}

.experts_name {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 0.5rem;
}

.experts_img {
	width: 3.3rem;
	height: 3.3rem;
	border-radius: 50%;
}

.experts_title {
	display: flex;
	flex-direction: column;
	padding-left: 0.6rem;
}

.experts_z {
	font-size: 1.7rem;
	font-weight: 400;
	color: #000000;
}

.experts_f {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
	opacity: 0.5;
}

.heat {
	padding-top: 1.6rem;
}

.heat_title {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
}

.heat_name {
	margin-top: 0.6rem;
}

.heat_k {
	width: 2.0rem;
	height: 2.0rem;
	background-color: #E5E5E5;
	transform: rotate(44deg);
	margin-left: 28px;
}

.heat_t {
	background-color: #E5E5E5;
	padding: 1.6rem 1.1rem;
	margin-top: -1.0rem;
	border-radius: 1.0rem;

}

.heat_t_span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-wrap: break-word;
}

#check {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
	opacity: 0.5;
	padding: 1.0rem 0 2.0rem 0;
}

.check_name {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
}

.check_click {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-bottom: 2.0rem;
	border-bottom: 1px solid #B3995B;
}

.check_click>p {
	display: flex;
	flex-direction: row;
	align-content: center;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 1.1rem;
	margin-right: 1.0rem;
	margin-top: 1.0rem;
	width: 8.4rem;
	height: 2.6rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.clik_l {
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.2rem;
	margin-left: 0.2rem;
}

.check_click>p>span:nth-of-type(1) {
	color: #B3995B;
}

.check_click>p>span:nth-of-type(2) {
	color: #000000;
	opacity: 0.5;
	margin-left: 0.2rem;
}

.brand_title {
	text-align: center;
	margin: 2.2rem 0;
}

.brand_title>p:nth-of-type(1) {
	font-size: 2.2rem;
	font-weight: 400;
	color: #000000;
}

.brand_title>p:nth-of-type(2) {
	font-size: 1.8rem;
	font-weight: 400;
	color: #B3995B;
}

.works {
	display: grid;
	grid-template-columns: repeat(2, 49%);
	grid-row-gap: 2.0rem;
	grid-column-gap: 2%
}

.works_nav {
	background-color: #FFFFFF;
	border-radius: 1.0rem;
	overflow: hidden;
}

.works_img {
	width: 100%;
	height: 16.4rem;
	object-fit: cover;
}

.works_name {
	padding: 0.4rem 0.6rem;
}

.works_name_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.works_name_right {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.works_name_right>span {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;

}

.works_name_right>img {
	width: 1.5rem;
	height: 1.3rem;
	margin-top: 0.2rem;
	margin-left: 0.4rem;
}

.word_monery {
	display: flex;
	flex-direction: row;
	padding-bottom: 0.7rem;
}

.word_monery_left {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 500;
}

.monery_left_lt {
	color: #B3995B;
}

.monery_left_nt {
	color: #000000;
}

.word_monery_right {
	font-size: 1.1rem;
	font-weight: 400;
	text-decoration: line-through;
	color: #636262;
	align-self: flex-end;
	padding-left: 0.6rem;
}

.review {
	padding-top: 0.7rem;
}

.review_title {
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;
}

.attract {
	margin-top: 1.0rem;
}

.attract_top {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.attract_top>img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.attract_name {
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
	opacity: 0.8;
	padding-left: 0.4rem;
}

.attract_bot {
	background-color: #ffffff;
}

.attract_bot {
	position: relative;
	min-height: 62px;
	top: 0.4rem;
	z-index: 0;
}

.attract_square {
	width: 1.3rem;
	height: 1.3rem;
	transform: rotate(44deg);
	border: 1px solid #B3995B;
	position: absolute;
	left: 23%;
	z-index: 10;
}

.attract_square2 {
	width: 2.0rem;
	height: 0.2rem;
	background-color: #FFFFFF;
	position: absolute;
	left: 22%;
	z-index: 100;
	top: 0.7rem;
}

.square_nav {
	border: 1px solid #B3995B;
	padding: 0.4rem 0.7rem;
	position: absolute;
	top: 0.7rem;
	z-index: 99;
	background-color: #FFFFFF;
	border-radius: 1.0rem;
	font-weight: 400;
	color: #9e8b8b;
	font-size: 1.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 3.2rem;
}

.next_nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 2.2rem 0;
}

.next {
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
}

.next_sum {
	padding: 0 39px;
}

.next_sum>span {
	padding-left: 12px;
	font-size: 1.5rem;
	font-weight: 400;

}

.next_sum>span:nth-of-type(1) {
	padding-left: 0;
}

.next_sum>span:nth-last-of-type(1) {
	padding-right: 0;
}

.next_active {
	color: #B3995B;
}

.nonext {
	color: #000000;
	opacity: 0.7;
}

.advertising {
	background-color: #FFFFFF;
}

.advertising>img {
	padding-top: 0.8rem;
	width: 100%;
	height: 26.2rem;
	object-fit: cover;

}

.advertising>img:nth-of-type(2) {
	padding-top: 1.8rem;
	width: 100%;
	height: 10.0rem;
}

.refer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 2.0rem;
	padding-bottom: 8.0rem;
}

.refer>p {
	padding: 1.0rem 2.4rem;
	background: #B3995B;
	border-radius: 2.0rem;
	font-weight: 300;
	color: #000000;
}

.refer>p:nth-of-type(2) {
	margin-left: 2.0rem;
}

.offer {
	position: relative;
	height: 10rem;
	margin-top: 0.5rem;
	margin-bottom: 6rem;
}

.offer_img {
	width: 100%;
	height: 100%;
}

.offer_img>img {
	width: 100%;
	height: 100%;
}

.offer_postrion {
	position: absolute;
	top: 1.0rem;
	left: 2.0rem;
	height: 2.0rem;
	overflow: hidden;
	background: #00000099;
	padding: 0.4rem;
	border-radius: 2rem;
	width: 12rem;
}

.tab_tap {
	padding-top: 0.5rem;
	background-color: #FFFFFF;
}

.container3 {
	argin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}


#slide_img {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
}

.slide_name {
	font-size: 1rem;
	transform: scale(0.88);
	color: #FFFFFF;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swipe_imgt {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}


.swiper-slide {
	text-align: center;
	font-size: 1.8rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.fiex {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.fiex_zc {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	z-index: 0;
	position: absolute;
	z-index: 100;
}

.fiex_top {
	margin: 1.2rem 2.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(179, 153, 91, 0.2);
}

.fiex_top:nth-last-of-type(2) {
	border-bottom: 0;
}

.fiex_title {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}

.fiex_img {
	margin-top: 1.2rem;
	display: flex;
	flex-direction: rwo;
	align-items: center;
}

.fiex_img>img {
	width: 3.8rem;
	height: 3.8rem;
	margin-right: 0.6rem;
}

.fiex_img>p {
	padding: 0.4rem 0.6rem;
	background-color: #000000;
	border-radius: 0.4rem;
	font-size: 1.3rem;
	font-weight: 500;
	color: #B3995B;
}

.step {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sub_add {
	width: 1rem;
	text-align: center;
}

.fiex_top_left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.fiex_top_left>img {
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 0.4rem;
}

.fiex_jb {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.1rem;
	transform: scale(0.99);
	font-weight: 400;
	color: #000000;
	margin-top: 1.4rem;
	margin-right: 6rem;
	white-space: nowrap;
	overflow: hidden;
}

.subtract,
.add {
	border: 1px solid rgba(0, 0, 0, 0.5);
	text-align: center;
	width: 1.2rem;
	height: 1.2rem;
	text-align: center;
	line-height: 1rem;
}

.add {
	margin-left: 0.6rem;
}

.cart {
	margin-left: 0.6rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nat {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_tab {
	/* display: grid;
	grid-template-columns: repeat(3, 38%);
	grid-row-gap: 1.0rem;
	grid-column-gap: 2%;
	width: 80%;
	margin-top: 0.4rem; */
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_bad {
	/* padding: 7px ; */
	/* width: 100%;
	height: 2.0rem;
	line-height: 2.0rem; */
	padding: 0.4rem 1rem;
	margin: 1rem 0.5rem 0 0.5rem;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 1.3rem;
	/* font-size: 1.3rem; */
	font-size: 0.13rem;
	font-weight: 400;
	color: #000000;
	text-align: center;
	overflow: hidden;
}

.head_bad:nth-of-type(1) {
	margin: 1rem 1rem 0 0;
}

.actve {
	background-color: #B3995B;
}

.xlst {
	padding-top: 1rem;
}

.xlst_top {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
}

.xlst_top>span {
	color: #B3995B;
}

.btns_monery {
	font-size: 1.6rem;
	font-weight: bold;
	color: #B3995B;

}

.btns {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(53, 45, 27, 0.31);

}

.btns_nav {
	padding: 1.2rem 3.8rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.btn_right {
	padding: 0.8rem 4.0rem;
	font-size: 1.8rem;
	font-weight: 300;
	color: #000000;
	border: 1px solid #B3995B;
	border-radius: 40rem;
	background-color: #B3995B;
}

.like_image {
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0.6rem;
}

.fsefx {
	height: 40.6rem;
	margin-top: 1.4rem;
	padding: 0 1.4rem;
	box-sizing: border-box;
	position: relative;
	top: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 1.8rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fiex {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

.fiex_zc {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	z-index: 0;
	position: absolute;
	z-index: 100;
}

.fiex_nav {
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 109;
	bottom: 6rem;
	border-top-left-radius: 0.6rem;
	border-top-right-radius: 0.6rem;

}

.fiex_top {
	margin: 1.2rem 2.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(179, 153, 91, 0.2);
}

.fiex_top:nth-last-of-type(2) {
	border-bottom: 0;
}

.fiex_title {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}

.fiex_img {
	margin-top: 1.2rem;
	display: flex;
	flex-direction: rwo;
	align-items: center;
}

.fiex_img>img {
	width: 3.8rem;
	height: 3.8rem;
	margin-right: 0.6rem;
}

.fiex_img>p {
	padding: 0.4rem 0.6rem;
	background-color: #000000;
	border-radius: 0.4rem;
	font-size: 1.3rem;
	font-weight: 500;
	color: #B3995B;
}

.step {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sub_add {
	width: 1rem;
	text-align: center;
}

.fiex_top_left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.fiex_top_left>img {
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 0.4rem;
}

.fiex_jb {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.1rem;
	transform: scale(0.99);
	font-weight: 400;
	color: #000000;
	margin-top: 1.4rem;
	margin-right: 6rem;
}

.subtract,
.add {
	border: 1px solid rgba(0, 0, 0, 0.5);
	text-align: center;
	width: 1.2rem;
	height: 1.2rem;
	text-align: center;
	line-height: 1rem;
}

.add {
	margin-left: 0.6rem;
}

.cart {
	margin-left: 0.6rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nat {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_tab {
	/* display: grid;
	grid-template-columns: repeat(3, 38%);
	grid-row-gap: 1.0rem;
	grid-column-gap: 2%;
	width: 80%;
	margin-top: 0.4rem; */
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_bad {
	/* padding: 7px ; */
	/* width: 100%;
	height: 2.0rem;
	line-height: 2.0rem; */
	padding: 0.4rem 1rem;
	margin: 1rem 0.5rem 0 0.5rem;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 1.3rem;
	/* font-size: 1.3rem; */
	font-size: 0.13rem;
	font-weight: 400;
	color: #000000;
	text-align: center;
	overflow: hidden;
}

.head_bad:nth-of-type(1) {
	margin: 1rem 1rem 0 0;
}

.actve {
	background-color: #B3995B;
}

.xlst {
	padding-top: 1rem;
}

.xlst_top {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
}

.xlst_top>span {
	color: #B3995B;
}

.btns_monery {
	font-size: 1.6rem;
	font-weight: bold;
	color: #B3995B;

}

.btns {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(53, 45, 27, 0.31);

}

.btns_nav {
	padding: 1.2rem 3.8rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.btn_right {
	padding: 0.8rem 4.0rem;
	font-size: 1.8rem;
	font-weight: 300;
	color: #000000;
	border: 1px solid #B3995B;
	border-radius: 40rem;
	background-color: #B3995B;
}

.ploat {
	margin-top: 0.6rem;
	background-color: #FFFFFF;
}

.ploat_top {
	background-color: #B3995C;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0.4rem 2.9rem;
	box-sizing: border-box;
}

.ploat_name {
	font-size: 1.5rem;
	font-weight: bold;
	color: #000000;
}

.ploat_top_right {
	display: flex;
	flex-direction: row;
	align-items: center;

}

.ploat_top_right>span {
	padding-left: 0.5rem;
}

.ploat_top_right>img {
	width: 1.4rem;
	height: 1.2rem;
	object-fit: cover;
}

.ploat_nav {
	display: flex;
	flex-direction: row;
	padding: 2rem 2.6rem;
	box-sizing: border-box;
}

.ploat_nav>img {
	width: 10rem;
	height: 13.2rem;
	object-fit: cover;
}

.lists_name,
.listai {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.name_st {
	font-size: 2.4rem;
	color: #B3995C;
}

.listai>img {
	width: 1rem;
	height: 1rem;
}

.ploat_list {
	width: calc(100% - 11rem);
	margin-left: 1.2rem;
	margin-top: 1rem;
}

.lisat {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0.6rem;
	color: #B3995C;
	font-size: 1.4rem;
}
.lisat_bt{
	font-size: 1.2rem;
	padding-top: 1rem;
	
}
.lisat>p>span:nth-of-type(2) {
	margin-left: 1rem;
}

.lisat>p:nth-of-type(2) {
	padding-left: 3rem;
}

.ls {
	position: fixed;
	bottom: 15rem;
	right: 1.5rem;
	z-index: 999999;
}

.ls>a>img {
	width: 6rem;
	height: 6rem;
	object-fit: cover;
	margin-top: 1rem;
}

.about_nav {
	background-color: #FFFFFF;
	width: 100%;
	min-height: 17.9rem;
}

.about,
.about_l,
.about_time,
.time_frame {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.about_time {
	justify-content: space-between;
	padding: 1rem 1rem 0.4rem 1rem;
	box-sizing: border-box;
	background-color: #B3995B;
}

.bout_time {
	font-size: 1.5rem;
	font-weight: bold;
	color: #000000;
}

.about_l {
	font-size: 1.2rem;
	margin-left: 1.6rem;
	color: #818181;
}

.about_no,
.about_yes {
	display: flex;
	align-items: center;
}

.about_no::before {
	content: '';
	width: 1rem;
	height: 1rem;
	background-color: #e2d6d6;
	margin-right: 4px;
}

.about_yes {
	margin-left: 1rem;
}

.about_yes::before {
	content: '';
	width: 1rem;
	height: 1rem;
	background-color: #B3995B;
	border: 1px solid #FFFFFF;
	margin-right: 4px;
}

.time {
	font-size: 1.2rem;
	color: #818181;
}

.ke,
.ke_line {
	display: flex;
	flex-direction: row;
}

.ke {
	border-bottom: 1px solid #00000033;
	margin-top: 1rem;
}

.ke_time {
	width: 5.8rem;
	text-align: center;
	font-size: 1.2rem;
	height: 2rem;
}

.ke_line {
	width: calc(100% - 5.8rem);
}

.ke_mm {
	width: calc(100% / 8);
	position: relative;
}

.ke_mm::before {
	content: '';
	width: 1px;
	height: 1rem;
	position: absolute;
	bottom: 0;
	background-color: #000000;

}

.ke_dl {
	width: 100%;
	position: absolute;
}

.ke_mc {
	width: 1px;
	height: 0.4rem;
	background-color: #000000;
	position: absolute;
	bottom: -2.1rem;
	left: 50%;
}

.ke_mm:nth-of-type(1) .ke_dl::before {
	content: '06';
	position: inherit;
	top: -0.8rem;
	left: -0.8rem;
}

.ke_mm:nth-of-type(2) .ke_dl::before {
	content: '08';
	position: inherit;
	top: -0.8rem;
	left: -0.8rem;
}

.ke_mm:nth-of-type(3) .ke_dl::before {
	content: '10';
	position: inherit;
	top: -0.8rem;
	left: -0.8rem;
}

.ke_mm:nth-of-type(4) .ke_dl::before {
	content: '12';
	position: inherit;
	top: -0.8rem;
	left: -0.8rem;
}

.ke_mm:nth-of-type(5) .ke_dl::before {
	content: '14';
	position: inherit;
	top: -0.8rem;
	left: -0.8rem;
}

.ke_mm:nth-of-type(6) .ke_dl::before {
	content: '16';
	position: inherit;
	top: -0.8rem;
	left: -0.8rem;
}

.ke_mm:nth-of-type(7) .ke_dl::before {
	content: '18';
	position: inherit;
	top: -0.8rem;
	left: -0.8rem;
}

.ke_mm:nth-of-type(8) .ke_dl::before {
	content: '20';
	position: inherit;
	top: -0.8rem;
	left: -0.8rem;
}

.ke_mm:nth-of-type(9) .ke_dl::before {
	content: '22';
	position: inherit;
	top: -0.8rem;
	left: -0.8rem;
}

.ke_mm:nth-of-type(10) .ke_dl::before {
	content: '24';
	position: inherit;
	top: -0.8rem;
	left: -0.8rem;
}

.time_frame {
	width: 100%;
	box-sizing: border-box;
}
.time_frame:first-child{
	padding-top:6px
}
.time_frame:last-child{
	padding-bottom: 0.6rem;
}
.time_size {
	font-size: 1.2rem;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
	height: 19px;
	opacity: 0.8;
	width: 5.8rem;
	text-align: center;
}

.time_kz {
	width: calc(100% - 8.9rem);
	height: 14px;
	display: flex;
	flex-direction: row;
}

.time_mm {
	width: calc(100% / 17);
	height: 14px;
	background-color: #ccc;
	box-sizing: border-box;
}

.ac_t {
	background-color: #B3995B;
}
