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

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

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

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

.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: 4rem;
	font-size: 1.4rem;
	text-align: center;
	color: #000;
}

.find_nav_cur>a {
	color: #000 !important;
	font-weight: bold;
}

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

.head {
	padding: 0.4rem 1rem 0 1rem;
	background-color: #FFFFFF;

}

.head_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	object-fit: cover;
	border-radius: 0.6rem;
	overflow: hidden;
	margin: 1rem 0;
}

.head_top_left,
.head_top_right {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_top_left>img,
.head_top_right>img {
	width: 4rem;
	height: 4rem;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 0.6rem;
}

.head_top_left>img:nth-of-type(2) {
	width: 3.8rem;
	height: 3.8rem;
	padding: 0 0.8rem;
}

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

.head_top_left>p {
	font-size: 1.2rem;
	font-weight: 500;
	color: #B3995B;
	padding: 0.4rem 0.6rem;
	border-radius: 0.4rem;
	background-color: #000;
	text-align: center;
}

.head_top_right>p {
	padding: 0.4rem 0.8rem;
	background-color: #B3995B;
	border-radius: 50rem;
}

.title_img {
	width: 100%;
	height: 24rem;
	object-fit: cover;
	border-radius: 0.6rem;
	margin: 1rem 0;
}

.title_name {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 2rem;
	font-weight: 300;
	color: #000000;
}

.title_name>p {
	height: 2.3rem;
}

.title_name>span {
	font-size: 1.3rem;
	color: #515151;
	align-self: flex-end;
	padding-left: 2.6rem;
}

.title_monery {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.8rem;
	border-bottom: 1px solid #B3995B;
	padding-bottom: 1.8rem;
}

.monery_left_net {
	display: flex;
	flex-direction: row;

}

.moenery_yl {
	font-size: 1.5rem;
	font-weight: 500;
	color: #B3995B;
}

.moenery_yl>span:nth-of-type(2) {
	color: #000000;
}

.monery_left_net>p:nth-of-type(2) {
	font-size: 1.1rem;
	font-weight: 400;
	text-decoration: line-through;
	color: #636262;
	align-self: flex-end;
	padding-left: 2rem;
}

.monery_right_net {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}

.preferential {
	padding: 0.3rem 0.6rem;
	background-color: #000000;
	color: #B3995B;
	border-radius: 20rem;
	position: absolute;
	white-space: nowrap;
	right: 4.2rem;
	z-index: 12;
}

.preferential_rig {
	border: 1px solid #B3995B;
	border-radius: 20rem;
	padding: 0.2rem 0.6rem 0.2rem 3rem;
	position: absolute;
	white-space: nowrap;
	right: 0.1rem;
	z-index: 1;
}
.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: 1.5rem;
	height: 1.5rem;
	padding-right: 3px;
}

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

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

.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;
	padding-bottom: 2.0rem;
}
.comment_nav{
	padding-top: 1.5rem;
}

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

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

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

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

}

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

.headline_top {
	padding-top: 2.0rem;
}

.headline_title {
	display: flex;
	flex-direction: column;
	padding-bottom: 1.9rem;
	padding-top: 2.6rem;
}

.title_pillars {
	display: flex;
	align-items: center;
	height: 2.0rem;
}

.pillars {
	width: 0.4rem;
	height: 100%;
	background-color: #B3995B;
}

.expert {
	font-size: 1.8rem;
	margin-left: 0.6rem;
}

.expert_bt {
	color: #B3995B;
	font-size: 1.4rem;
}
.date_nav {
	background-color: #FFFFFF;
	padding: 1.0rem 0;

}

.main_contact {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.main_name {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 70%;
	padding-top: 1.8rem;
	position: relative;
}

.main_name>span {
	width: 30%;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
	white-space: nowrap;
}

.main_name>input {
	border: 0.1rem solid #000000;
	width: 70%;
	padding: 0.6rem;
}

.main_yqm {
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
	opacity: 0.5;
	letter-spacing: 0.6rem
}

.icont {
	width: 2.0rem;
	height: 2.0rem;
	object-fit: contain;
	position: absolute;
	right: 1.0rem;
	top: 2.2rem;
}

.date_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.date_btn>p {
	border: 0.1rem solid #B3995B;
	padding: 0.4rem 5rem;
	margin-top: 1.4rem;
	border-radius: 0.4rem;
	color: #FFFFFF;
	background: #B3995B;
}

.date_bit {
	font-size: 1.0rem;
	color: #000000;
	text-align: center;
	padding: 0.4rem 0;
	margin-top: 0.3rem;
}
.share_box {
	display: grid;
	grid-template-columns: repeat(2, 48%);
	grid-row-gap: 2.0rem;
	grid-column-gap: 4%;
	margin: 0 1.3rem;
	padding-bottom: 2.0rem;
}

.share {
	background-color: $#FFFFFF;
	border-radius: 1.4rem;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-bottom: 1.0rem;
}

.share>img {
	width: 100%;
	height: 22rem;
	object-fit: cover;
}
.share_list{
	margin: 0 1.0rem;
}
.share_name{
	font-size: 1.3rem;
	font-weight: 500;
	color: #000000;
}
.share_name>span:nth-of-type(2){
	padding-left: 0.5rem;
}
.share_monery{
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: row;
}
.share_left{
	font-size: 1.4rem;
	font-weight: 500;
	color: #B3995B;
}
.share_left>span:nth-of-type(2){
	color: #000;
}
.share_right{
	font-size: 1.2rem;
	font-weight: 400;
	text-decoration: line-through;
	color: #636262;
	display: flex;
	padding-left: 1.0rem;
	align-self: flex-end;
}
.review {
	padding-top: 0.7rem;
}
.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: 0.3rem;
}

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

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

.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 0.8rem;
	margin-right: 0.3rem;
	margin-top: 0.5rem;
}
.attract {
	margin-top: 1.0rem;
}

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

.attract_top>img {
	width: 3.2rem;
	height: 3.2rem;
	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: 6.2rem;
	top: 0.4rem;
}

.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 0rem 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;
}
.main_title {
	padding: 3rem 1.3rem 1.2rem 1.3rem;
}

.main_title_top {
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;
	display: flex;
	flex-direction: row;
	line-height: 100%;
}

.main_title_top:before {
	content: " ";
	width: 0.4rem;
	display: list-item;
	background: #B3995B;
	margin-right: 0.6rem;
}

.main_title_bottom {
	font-size: 1.3rem;
	font-weight: 400;
	font-style: italic;
	color: #977F47;
	padding-top: 0.4rem;
}
.advertising {
	background-color: #FFFFFF;
	padding-bottom: 8rem;
}

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

}
.offer {
	position: relative;
	height: 10rem;
	top: 2rem;
}

.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;
}

.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: 2.0rem;
	height: 2.0rem;
	border-radius: 50%;
}
.slide_name {
	font-size: 1.2rem;
	color: #FFFFFF;
	padding-left: 0.4rem;
}

.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%;
}
.mt{
	width: 2rem !important;
	height: 2rem !important;
	object-fit: contain;
	border-radius: 50%;
}
.ls{
	position: fixed;
	bottom: 6rem;
	right: 1.5rem;
}
.ls>img{
	width: 6rem;
	height: 6rem;
	object-fit: cover;
	margin-top: 1rem;
}