html body{
	background-color: #FFFFFF !important;
}
.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;
}
.activity{
	padding: 5.4rem 1.5rem 0 1.5rem;
	background-color: #FFFFFF;
}
.activity_nav{
	background-color: #FFFFFF;
	border-radius: 0.4rem;
}
.activity_img{
	width: 100%;
	border-radius: 0.6rem;
	object-fit: cover;
}
.activity_title{
	font-size: 1.8rem;
	font-weight: 400;
	color: #977F47;
	margin: 8px 0 5px 0;
}
.activity_main{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.6rem;
}
.activity_left,.activity_right{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.activity_left>img{
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}
.activity_left>span{
	font-size: 1.3rem;
	font-weight: 300;
	color: #515151;
	margin-left: 0.6rem;
}
.activity_right>span{
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
}
.activity_right>span:nth-of-type(1){
	color: #B3995B;
}
.activity_name{
	margin: 0 1rem;
}
.panel{
	padding-top: 0.8rem;
	width: 100%;
	margin-bottom: 1rem;
	height: 100%;
}
.panel img{
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}
.panel_img{
	width: 100%;
	height: 23.6rem;
	object-fit: cover;
}
.panel_img2{
	width: 100%;
	height: 44.6rem;
	object-fit: cover;
	margin-top: 2rem;
}
.lint_nb{
	padding-top: 1.6rem;
}
.number {
	width: 90%;
	border: 1px solid #B7B6B6;
	border-radius: 19px;
	font-size: 10rem;
	font-size: 1rem;
	padding: 1.2rem 2rem;
}
.yzm{
	padding-top: 1rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.number_yzm{
	width: 45%;
	border: 1px solid #B7B6B6;
	border-radius: 19px;
	font-size: 10rem;
	font-size: 1rem;
	padding: 1.2rem 2rem;
}
.yzm>span{
	border: 1px solid #B7B6B6;
	border-radius: 9rem;
	padding: 1.2rem 2rem;
}
.phone_title{
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #000000;
}
.number:nth-of-type(2){
	margin-top: 1rem;
}
.phone_sum{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	color: #000000;
}
.phone_sum>span:nth-of-type(1){
	color: #B3995B;
}
.phone_sbumit{
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: #B3995B;
	border-radius: 19px;
	padding: 1rem 0;
	margin-top: 1.7rem;
	font-weight: bold;
	font-size: 1.4rem;
}
