body,
html {
	background-color: #FFF;
}

.lawyer-page-hidden {
	height: 100vh;
	overflow: hidden;
}

.hot-lawyer {
	padding: .42rem .30rem .30rem !important;
}

/* 下拉面板开始 */
.dropdown-box {
	display: flex;
	padding: 0 .3rem;
	position: relative;
}

.dropdown-box-item {
	height: .65rem;
	border: 1px solid #C8CFE3;
	border-radius: .10rem;
	font-size: .28rem;
	font-weight: 400;
	color: #32486F;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: .26rem;
	cursor: pointer;
	padding: 0 .2rem;
}

.dropdown-box-item i {
	color: #32486F;
	margin-left: .10rem;
}

/* 下拉 */
.statute-select-shade {
	position: absolute;
	left: 0;
	top: .65rem;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0);
	z-index: 99999999;
}

.statute-select-box {
	background-color: #FFF;
	width: 7.5rem;
	height: 6.07rem;
	display: flex;
	margin: 0 auto;
}

.statute-lselect-left {
	flex: 1;
	height: 6.07rem;
	overflow-y: scroll;
	font-weight: 400;
	background-color: #F9FBFFFF;
}

.statute-lselect-title {
	display: flex;
	line-height: 1rem;
	padding: 0 .3rem;
	font-size: .28rem;
	color: rgba(104, 118, 153, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	word-break: break-all;
}

.statute-lselect-title.active {
	background-color: #FFF;
	color: rgba(34, 90, 252, 1);
}

/* 下拉面板结束 */


/* 搜索 */
.search-box {
	display: flex;
	padding: .3rem;
}

.search-box input {
	flex: 1;
	font-size: .24rem;
	border-radius: .34rem 0 0 .34rem;
	padding: 0 .4rem;
	height: .68rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 0.54rem 0.03rem rgba(200, 214, 250, 0.56);
	color: rgba(137, 155, 187, 1);
	border: .02rem solid #eee;
}

.search-btn {
	border-radius: 0 .34rem .34rem 0;
	font-size: .24rem;
	background-color: #225AFC;
	color: #fff;
	width: 0.9rem;
	line-height: .68rem;
	margin-right: .2rem;
	text-align: center;
}
