.banner {
	width: 100%;
	height: 218px;
	margin-top: 20px;
	background: #333;
}

.banner-img {
	width: 100%;
	height: 218px;
	object-fit: cover;
}

.answer-statistics {
	height: 148px;
	background-color: #FFF;
	border: 1px solid rgba(240, 242, 249, 1);
	box-shadow: 0px 0px 4px 0px rgba(34, 90, 252, 0.11);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
}

.answer-statistics-box {
	display: flex;
	justify-content: space-between;
}

.answer-statistics-item {
	display: flex;
	align-items: center;
}

.answer-statistics-icon {
	font-size: 37px;
	margin-right: 20px;
}

.answer-statistics-color1 {
	color: #225AFC;
}

.answer-statistics-color2 {
	color: #E5AF1D;
}

.answer-statistics-title {
	font-size: 18px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
	margin-bottom: 15px;
}

.answer-statistics-msg {
	font-size: 16px;
	font-weight: 400;
	color: rgba(21, 41, 78, 1);
}

.answer-box {
	display: flex;
	justify-content: center;
}

.answer {
	display: flex;
}

/* 列表 */
.answer-list-box {
	background: #FFF;
	padding: 40px 32px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
}

.case-show-item {
	display: flex;
	flex-direction: column;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #eff2fb;
	margin-bottom: 10px;
}

.case-show-link {
	display: block;
	font-size: 16px;
	color: #15294e;
	margin-bottom: 15px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.item-title {
	display: flex;
	flex-direction: column;
}

.item-title a {
	display: flex;
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	color: #283e68;
	line-height: 1.6;
	word-break: break-word;
}

.message {
	display: flex;
	align-items: center;
	margin: 5px 0;
}

.message-item-tag {
	width: 100%;
	padding-left: 75px;
}

.message-item-tag span {
	font-size: 14px;
	color: #7385a5;
	margin-right: 20px;
}

.message-tx-box {
	width: 36px;
	height: 36px;
}

.message-tx {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	margin-right: 6px;
	object-fit: cover;
	cursor: pointer;
}

.message-icon {
	width: 10px;
	height: 10px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #ecf0f2 transparent transparent;
}

.message-bubble {
	flex: 1;
	background: #ecf0f2;
	padding: 10px 20px;
	border-radius: 7px;
	font-size: 14px;
	color: #3d547f;
	display: flex;
	flex-direction: column;
}

.message-bubble span {
	line-height: 1.6;
	max-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.message-lawyer-name {
	margin-top: 4px;
	color: #9aadcc;
	font-size: 13px;
	cursor: pointer;
}

.answer-list-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 22px;
}

.answer-list-top a {
	color: rgba(21, 41, 78, 1);
}

.answer-list-title {
	font-size: 24px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
}

.answer-list-tab {

	margin-bottom: 31px; 
}

.answer-tab-item {
	margin-right: 5px;
	padding:5px;
	border-bottom: 2px solid #FFF;
	cursor: pointer; background: #f0f0f0; display: inline-block; 
}

.answer-tab-item.active {
	color: #225afc;
	border-bottom: 2px solid #225afc;
}

/* 优质服务 */
.quality-box {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.quality-btn-box {
	width: 100%;
	height: 38px;
	position: relative;
}

.quality-title,
.quality-title img {
	width: 100%;
	height: 98px;
}

.quality-btn {
	position: absolute;
	width: 80%;
	top: -38px;
	left: 10%;
	height: 76px;
	border-radius: 76px;
	background: linear-gradient(-90deg, rgba(254, 205, 104, 1), rgba(243, 174, 31, 1));
	box-shadow: 0px 0px 21px 3px rgba(244, 177, 38, 0.32);
	font-size: 20px;
	font-weight: bold;
	color: rgba(30, 41, 58, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.quality-num {
	display: flex;
	width: calc(100% - 46px);
	padding: 38px 23px 21px;
	margin: 0 auto 19px;
	border-bottom: 1px solid #EAEEF4;
	justify-content: space-between;
}

.quality-num-item {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.quality-num-item i {
	font-size: 26px;
	color: #225AFC;
	margin-right: 7px;
}

.quality-num-item span {
	color: #225AFC;
}

.quality-good {
	display: flex;
	padding: 0 46px 20px;
	justify-content: space-between;
}

@media (max-width: 1400px) {
	.quality-good {
		padding: 0 20px 20px;
	}

	.quality-num {
		padding: 38px 15px 21px;
	}
}

.quality-good-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.quality-good-item i {
	font-size: 26px;
	margin-bottom: 9px;
	color: #7385B9;
}

/* 律师排行 */

/* 律师推荐 */
.asklawyer-show {
	width: 100%;
	margin-top: 20px;
	padding: 37px 50px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	margin-bottom: 20px;
}

@media (max-width: 1400px) {
	.asklawyer-show {
		padding: 37px 20px;
	}
}

.asklawyershow-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 32px;
	color: #2b3f63;
}


.askrank-tab {
	width: 100%;
	display: flex;
}

.askrank-tab-item {
	margin-right: 30px;
	font-size: 16px;
	color: #4c5d7c;
	cursor: pointer;
	margin-bottom: 28px;
	padding-bottom: 13px;
	border-bottom: 2px solid #FFF;
}

.askrank-tab-item.active {
	border-bottom: 2px solid #225AFC;
}

/* 律师 */
.askrank-lawyer-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	cursor: pointer;
}

.askrank-lawyer-tx {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 20px;
	cursor: pointer;
	object-fit: cover;
}

.askrank-lawyer-num {
	width: 50px;
	font-size: 24px;
	color: rgba(43, 63, 99, 1);
}

.askrank-lawyer-name {
	flex: 1;
	font-size: 14px;
	color: #546687;
}

.askrank-lawyer-info {
	font-size: 14px;
	color: #546687;
}

/* 筛选 */
.answer-screen {
	margin: 30px auto 0;
	padding: 53px 40px 33px;
	background: rgba(234, 238, 244, 1);
	border-radius: 14px;
}

.answer-screen-title {
	font-size: 20px;
	font-weight: bold;
	color: rgba(43, 63, 99, 1);
	margin-bottom: 32px;
}

.answer-screen-list-title {
	font-size: 18px;
	font-weight: 400;
	color: rgba(116, 133, 166, 1);
	margin-bottom: 30px;
}

.answer-screen-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.answer-screen-item {
	width: 130px;
	height: 40px;
	background: rgba(255, 255, 255, 1);
	border-radius: 4px;
	margin: 0 9px 9px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #15294E;
}

/* 列表详情 */
.answer-info-list {
	display: flex;
	align-items: center;
	margin: 22px 0 14px;
}

.answer-info-item {
	font-size: 14px;
	font-weight: 400;
	color: rgba(116, 133, 166, 1);
	margin-right: 38px;
}

/* 咨询解答分类 */
.answer-classify {
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 30px;
}

.answer-classify-box {
	display: flex;
}

.answer-classify-title {
	margin-right: 22px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(135, 150, 177, 1);
	padding-top: 6px;
}

.answer-classify-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.answer-classify-item {
	height: 33px;
	background: #FFF;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	padding: 0 .5rem;
	color: rgba(79, 92, 116, 1);
	cursor: pointer;
}

.answer-classify-item.active {
	background: rgba(226, 233, 255, 1);
	color: rgba(34, 90, 252, 1);
}
