.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: 36px;
	pointer-events: none;
}



/* .head_nav {
	margin-top: 4rem;
}
 */
.head_img {
	background-color: #FFFFFF;
	padding: 1.0rem;
	height: 14rem;
}

.head_img>img {
	width: 100%;
	object-fit: cover;
}

.navbar_top {
	display: flex;
	flex-direction: row;
	background-color: #ffffff;
	padding: 0 1.5rem;
	justify-content: space-between;
}

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

.active {
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.active:after {
	display: block;
	content: " ";
	width: 80%;
	height: 0.4rem;
	border-radius: 2.0rem;
	background: #B3995B;
	margin-top: 0.5rem;
}

.main_nav {
	background-color: #FFFFFF;
	padding-bottom: 0.6rem;
}

.main_title {
	padding: 1rem;
}

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

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

.main_name>input {
	border: 1px solid #000000;
	width: 70%;
	padding: 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: 1px solid #B3995B;
	padding: 0.4rem 50px;
	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, 49%);
	grid-row-gap: 1rem;
	grid-column-gap: 2%;
	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.9rem;
	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: 1.5rem;
	height: 1.5rem;
	padding-right: 0.3rem;
}

.star_f {
	font-size: 1.5rem;
	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;
	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;
}

.ls {
	position: fixed;
	bottom: 6rem;
	right: 1.5rem;
	z-index: 9999;
}

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


.container5 {
	argin-left: auto;
	margin-right: auto;
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	z-index: 1;
	width: 100%;
	padding-bottom: 3rem;
	height: 35rem !important;
}

.experience_title {
	width: 100%;
	padding: 0 0.5rem 0.5rem 0.5rem;
	box-sizing: border-box;
}

.shuffling_list {
	border-radius: 1.0rem;
	overflow: hidden;
	background-color: #ffffff;
}

.shuffling_img {
	width: 100%;
	height: 14.8rem;
	object-fit: cover;
}

.shuffling_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin: 0.4rem 0.6rem;
}

.shuffling_text>p:nth-of-type(1) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 0.9rem;
}

.shuffling_text>p:nth-of-type(2) {
	font-size: 1.2rem;
	padding: 0.4rem 0;
}


.shuffling_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4rem;
	margin: 0.6rem;
}

@media screen and (min-width: 380px) {
	.shuffling_title {
		flex-direction: row;
	}
}

.shuffling_name {
	position: relative;
	width: 40%;
}

.shuffling_magazine {
	text-align: right;
}

.shuffling_px {
	width: 100%;
	height: 1.0rem;
	transform: skew(-30deg);
	background-color: #B3995B;
}

.shuffling_ne {
	position: absolute;
	top: -1.0rem;
	font-size: 1.3rem;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.magazine_sum {
	display: flex;
	font-size: 1.2rem;
	padding-bottom: 1.4rem;
	margin: 0 1.4rem;
}

.shhuc {

	margin-left: 2rem;
}

.shhuc>img {
	width: 2rem;
	height: 2rem;
	object-fit: cover;
}

.experience_nav {
	background: #FFFFFF;
	border-radius: 0.5rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.expt_t {
	margin-left: 1rem;
	margin-right: 1rem;
}

.expt_t>img {
	width: 2rem;
	height: 2rem;
	object-fit: cover;
}

.experience_nav>img {
	width: 100%;
	height: 18rem;
	object-fit: cover;
}

.silde_title:nth-last-of-type(1)>.expt_t {
	display: none;
}

.swiper-slide:nth-last-of-type(1)>.shhuc {
	display: none;
}

.experience_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	padding: 1.0rem 1.1rem 1.2rem 1.3rem;
}

.experience_top>span {
	font-size: 1rem;
	transform: scale(0.88);
	font-family: PingFang SC;
	font-weight: 300;
	color: #000000;
}

.experience_cent {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0rem 1.2rem 0.6rem 1.3rem;
}

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

}

.experience_left {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.5rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #B3995B;
}

.experience_right {
	font-size: 1.1rem;
	font-family: PingFang SC;
	font-weight: 300;
	text-decoration: line-through;
	color: #636262;
	align-self: flex-end;
	padding-left: 0.4rem;
}

.experience_le {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 1.2rem 0.6rem 1.2rem;
}

.experience_le>img {
	width: 3.6rem;
	height: 3.6rem;
	object-fit: cover;
	border-radius: 50%;
}

.experience_bt {
	font-size: 1.1rem;
	font-weight: 300;
	color: #000000;
	text-align: left;
	padding: 0 0 1.0rem 1.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;

}

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

.experience_le>p {
	font-size: 1.1rem;
	font-family: PingFang SC;
	font-weight: 300;
	color: #000000;
	padding-left: 0.8rem;

}

.lst {
	bottom: 0.4rem !important;
}

.lst>.swiper-pagination-bullet {
	width: 1.0rem;
	border-radius: 2.0rem !important;
	height: 0.4rem;
}

.lst>.swiper-pagination-bullet-active {
	width: 1.7rem;
	border-radius: 2.0rem !important;
	height: 0.4rem;
	background-color: #000000;
}

.photo {
	padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.stwe {
	background-color: #272727 !important;
}

.right_o {
	position: fixed;
	right: 1.5rem;
	bottom: 10rem;
	z-index: 999999999999999999999999999999999999999999;
}

.oc {
	width: 6rem;
	height: 6rem;
}

.price_you {
	font-size: 1.2rem;
	display: flex;
	flex-direction: row;
	border: 1px solid #B3995B;
	align-items: center;
	border-radius: 2rem;
}
.you_hui{
	background-color: #000000;
	  padding: 0.2rem 0.6rem;
	  color: #B3995B;
	  border-radius: 1.4rem;
}