.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: 18px;
	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: 42px;
}

.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 {
	display: flex;
	margin-bottom: 31px;
}

.answer-tab-item {
	margin-right: 22px;
	padding: 0 5px 11px;
	border-bottom: 2px solid #FFF;
	cursor: pointer;
}

.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);
}
.ask-right-law-list {
    display: flex;
    flex-wrap: wrap;
}
.ask-right-law-item {
    width: 45%;
    margin-right: 10px;
    /* height: 335px; */
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 54px 3px rgb(172 187 228 / 40%);
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.home-law-address {
    font-size: 14px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
    margin-bottom: 9px;
    text-align: center;
}

.home-law-good {
/*    display: flex;*/
    width: 100%;
    padding: 0 17px;
}
.law-goodt-list {
/*    flex: 1;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.law-goodt-item {
    margin-left: 2px;
/*    width: 48%;*/
    height: 30px;
/*    border: 1px solid rgba(226, 230, 233, 1);*/
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 90, 252, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.ask-right-law-item .home-law-tx{
    width: 70px;
    height: 70px;
}
.ask-right-law-item img{
    width: 70px;
    height: 70px;
}
.ask-right-law-item .home-law-office{
    margin-bottom: 0px;
    height: 37px;
}

.ask-right-law-item .home-law-office{
    width: 100%;
  
}

.raround-article-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(238, 243, 251, 1);
    padding-left: 10px;
    color: rgba(21, 41, 78, 1);
}
.raround-article-num {
    width: 30px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: rgba(229, 42, 42, 1);
}
.raround-aitem-title {
    flex: 1;
    display: block;
    height: 19px;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.raround-zhishi-box {
    background-color: #FFF;
    padding: 36px 27px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 23px 1px rgb(34 90 252 / 11%);
    border-radius: 20px;
    margin-top: 10px;
}
.raround-zhishi-tab{
        width: 100%;
    display: flex;
}

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

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