#main{
	background-color: #fff;
	
}
.v-main{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(167, 124, 124, .1) !important;
	position: sticky;
	backdrop-filter: saturate(180%) blur(20px) !important;
	background-color: hsla(0, 0%, 100%, .72) !important;
	top: 0;
	z-index: 98;
}
.container {
    width: 100%;
}
.container h1{
	font-size: 23px !important;
	color: #fff;
	position: absolute;
	top: 60px;	
	width: 100%;
	text-align: center;
}
.container h2{
	font-size: 10px !important;
	color: #fff;
	position: absolute;
	top: 110px;	
	width: 100%;
	text-align: center;	
	background-repeat: no-repeat;
	box-sizing: inherit;
}
.search{
	padding: 10px !important;
}
.search input{
	border: 1px solid;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	padding-top: 3px;
	background-color: transparent;
}
.searchButton {
	position: absolute;
	right: 23px;
	top: 355px;
	border: 0px solid #fff;
	background: #fff;
	text-align: center;
	color: #000;
	cursor: pointer;
	font-size: 20px;
}
#list_div{
	width: 95%;
	padding-left: 8px !important;
	/* margin-bottom: 50px; */
}
#list_div ul{
	background: rgb(243, 245, 246);
	border-radius: 4px;
	padding: 0;    
	height: 110px;
}
#list_div ul img{
	width: 80px;
	margin-top: 15px;
	margin-left: 8px;
	border-radius: 5px;
	height: 80px;
}
.wd_name{
	line-height: 22px;
	font-weight: 800;
	color: rgba(0, 0, 0, .6);
}
.wd_jl{
	font-weight: 400;
	font-size: 12px;
	float: right;
	margin-right: 10px;
}
.wd_add{
	font-weight: 400;
	font-size: 12px;
}
.wd_tel{
	font-weight: 400;
	font-size: 12px;
	margin-right: 110px;
	width: 120px;
    float: left;
}
.title_css {
	line-height: 25px;
}
.size_20{
	font-size: 20px;
}
.select{
	position: absolute;
	width: 100%;
	height: 50px;
	top: 210px;
}
.select_solt{
	min-width: 0;
	width: 42%;
	height: 38px;
	background: #121212;
	color: #fff;
	line-height: 1.5;
	margin-left: 20px;
	margin-top: 12px;
	float: left;
}
.select_solt select{
	width: 100%;
	height: 38px;
	background: #121212;
	color: #fff;
	border: 0px;
}
.footer{
	width:100%;
	background-color: #000;
	/* height: 200px; */
}
.icp_css{
	width:100%;
	height:70px;
	text-align: center;
	background-color: #1e1e1e;
	color:white;
	font-size: .875rem;
}