/* 头部-首页 */
.home_navbar{
	height: 0.88rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.3rem;
}
.home_navbar .navbar_user{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.3rem;
}
.home_navbar .navbar_user li{
	position: relative;
	padding: 0 0.2rem;
}
.home_navbar .navbar_user li a{
	font-size: 0.28rem;
}
.home_navbar .navbar_user li:last-child::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 0.3rem;
}

.head_fixed{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	max-width: 750px;
	z-index: 800;
}
.Page_new_head{
	width: 100%;
	height: 0.88rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.32rem;
	box-sizing: border-box;
}
.Page_new_head .head_left{
	display: flex;
	align-items: center;
}
.Page_new_head .head_logo{
	display: block;
	width: 1.55rem;
	/* height: 0.74rem; */
}
.Page_new_head .head_logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.Page_new_head .head_name{
	display: block;
	height: 0.3rem;
	line-height: 0.3rem;
	margin-left: 0.2rem;
	padding-left: 0.2rem;
	border-left: 1px solid #FFFFFF;
	font-size: 0.32rem;
	color: #FFFFFF;
}
.Page_new_head .head_menu{
	margin-left: 0.2rem;
}
.Page_new_head .head_menu img{
	display: block;
	width: 0.48rem;
	height: 0.48rem;
}
.Page_new_head .head_cust{
	display: block;
	width: 0.42rem;
	height: 0.42rem;
}
.Page_new_head .head_cust img{
	display: block;
	width: 100%;
	height: 100%;
}
.Page_new_head .head_r{
	display: flex;
	align-items: center;
}

.search_view{
	height: 1.5rem;
	width: 100%;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search_view .search_view{
	display: flex;
	width: 6.86rem;
	height: 0.9rem;
	box-sizing: border-box;
	position: relative;
	background: #FFFFFF;
	border-radius: 0.12rem;
	border: 0.02rem solid #333333;
}
.search_view .search_view input{
	width: 5.4rem;
	height: 100%;
	box-sizing: border-box;
	padding-left: 0.3rem;
	font-size: 0.34rem;
	color: #333333;
}
.search_view .search_btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 1rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search_view .search_btn img{
	display: block;
	width: 0.48rem;
	height: 0.48rem;
}
.search_focus{
	position: absolute;
	top: 0.88rem;
	left: 0;
	width: 100%;
	z-index: 200;
}
.search_focus .focus_cont{
	background: #FFFFFF;
	padding: 0.3rem 0.4rem 0.25rem 0.4rem;
}
.search_focus .focus_textarea{
	position: relative;
	width: 100%;
	height: 3rem;
}
.search_focus .focus_textarea textarea{
	display: block;
	width: 100%;
	height: 3rem;
	border-radius: 0.12rem;
	border: 0.02rem solid #000000;
	box-sizing: border-box;
	padding: 0.2rem 0.2rem 0.55rem 0.24rem;
	font-size: 0.32rem;
	color: #000000;
	line-height: 0.48rem;
}
.search_focus .area_close{
	position: absolute;
	right: 0.2rem;
	bottom: 0.25rem;
	width: 0.32rem;
	height: 0.32rem;
}
.search_focus .focus_btn{
	display: block;
	margin-top: 0.4rem;
	height: 0.9rem;
	text-align: center;
	line-height: 0.9rem;
	border-radius: 0.1rem;
	font-size: 0.32rem;
	color: #FFFFFF;
	letter-spacing: 0.08rem;
}
.search_tips{
	display: flex;
	align-items: center;
	width: 100%;
	height: 0.8rem;
	padding-left: 0.45rem;
	box-sizing: border-box;
	background: #F8FAFC;
	font-size: 0.24rem;
	color: #666666;
}
.search_tips img{
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.06rem;
}
.search_tips a{
	color: #FF4800;
	padding: 0 0.05rem;
}

.menuFixed{
	position: absolute;
	top: 0.88rem;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 300;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.menuFixed .user_copy{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.28rem;
	color: #1f77b1;
}
.menuFixed .menu_link{
	padding: 0 0.2rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 0.5rem;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #EBEBEB;
}
.menuFixed .menu_view{
	width: 1.2rem;
	height: 1.2rem;
	background: #F3F5F7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	color: #000000;
}
.menuFixed .menu_view img{
	width: 0.48rem;
	height: 0.48rem;
	margin-bottom: 0.15rem;
}
.menuFixed .menu_btn{
	display: block;
	margin: 0 0.48rem;
	margin-top: 0.6rem;
	text-align: center;
	line-height: 0.9rem;
	height: 0.9rem;
	font-size: 0.32rem;
	color: #FFFFFF;
	border-radius: 0.06rem;
}

.page_main{
	position: relative;
	z-index: 10;
}
/* 面包屑 */
.page_bread{
	height: 0.85rem;
	padding: 0 0.32rem;
	display: flex;
	align-items: center;
}
.page_bread .bread_a{
	font-size: 0.24rem;
	color: #9CA7B6;
	white-space: nowrap;
	max-width: 1.55rem;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page_bread .bread_icon{
	font-size: 0.24rem;
	color: #9CA7B6;
	padding: 0 0.05rem;
}