#consult {
	background: url(../images/consult_02.png);
	background-position: 50% 50%;
	background-size: cover;
}

.consult_box {
	display: flex;
	margin-top: 45px;
	cursor: pointer;
}

.advisory {
	width: 33%;
}

#case_title1 {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#case_title2 {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#case_title3 {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.stuck {
	text-align: center;
	color: #999;
}

.consult_box_left {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.consult_box_right {
	width: 80%;
}

.consult_box_right h5 {
	color: rgb(0, 122, 255);
	font-size: 20px;
}

.consult_box_right p {
	color: #999;
	line-height: 27px;
}

.consult_box_left img {
	width: 115px;
	height: 81px;
	border-radius: 5px;
}

.time {
	margin-right: 26px;
}

.page {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 70px;
	padding-top: 60px;
}

.up_page {
	color: #999;
	border: 1px solid #e2e2e2;
	padding: 2px 13px;
	float: left;
	margin-right: 10px;
}

.page input {
	width: 25px;
	border: 0px;
	height: 100%;
}

.up_pages {
	color: #999;
	border: 1px solid #e2e2e2;
	float: left;
	margin-right: 10px;
}