.answer-component {
	background: #FFF;
	padding: .4rem .3rem;
	box-shadow: 0px .03rem .68rem 0px rgba(154, 180, 255, 0.19);
	margin-bottom: .2rem;
}

/* 免费付费问答tab */
.ask-title{
	display: flex;
	align-items: center;
}
.ask-title-text{
	font-size: .32rem;
	color: #71819c;
	font-weight: 400;
	user-select: none;
	cursor: pointer;
}
.ask-title-text.active{
	font-size: .36rem;
	color: #15294e;
	font-weight: 700;
}
.ask-title-hr{
	font-size: .3rem;
	color: #71819c;
	padding: 0 .15rem;
}

/* 付费问答 */
.ans-box {
	padding: .30rem 0 0;
}

.ans-item-title {
	font-size: .30rem;
	font-weight: 400;
	color: #15294E;
	margin-bottom: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.ans-item-btm {
	display: flex;
	justify-content: space-between;
	padding-bottom: .20rem;
	margin-bottom: .20rem;
	border-bottom: .01rem solid rgba(0, 0, 0, .05);
}

.ans-item-btm.end {
	padding-bottom: 0;
	border-bottom: 0;
}

.ans-item-user {
	display: flex;
	align-items: center;
}

.ans-user-tx {
	width: .46rem;
	height: .46rem;
	margin-right: .12rem;
	border-radius: .46rem;
	object-fit: cover;
}

.ans-user-name {
	font-size: .24rem;
	font-weight: 400;
	color: rgba(138, 154, 182, 1);
}

.ans-item-time {
	font-size: .24rem;
	font-weight: 400;
	color: rgba(138, 154, 182, 1);
}

.ask-tab {
	display: flex;
	flex-direction: row;
	position: relative;
	margin-top: .20rem;
}

.ask-tab-item {
	display: inline-flex;
	margin-right: .20rem;
	font-weight: 400;
	transition: all .1s ease-in;
	padding: 0 .30rem;
	height: .48rem;
	line-height: .48rem;
	background: rgba(238, 241, 248, 1);
	border-radius: .27rem;
	font-size: .24rem;
	color: rgba(72, 99, 149, 1);
}

.ask-tab-item.active {
	background: #4371FF;
	color: #FFF;
}

.ask-tab-box {
	display: flex;
	width: 100%;
	white-space: nowrap;
	overflow-x: scroll;
}

.ask-tab-hr {
	position: absolute;
	bottom: -.10rem;
	left: 0;
	width: 100%;
	height: .54rem;
	z-index: 1;
}

.ask-tab-icon {
	width: .80rem;
	height: .54rem;
	transition: all .2s ease-in;
}

/* 咨询解答 */
.answer-box {
	padding: .46rem 0 0;
	border-radius: .10rem;
}

.answer-item {
	border-bottom: 1px solid #f3f5f9;
	margin-bottom: .19rem;
	padding-bottom: .19rem;
}

.answer-article {
	font-size: .30rem;
	font-weight: 400;
	margin-bottom: .10rem;
	color: #15294e;
}

.answer-article span {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.answer-info {
	display: flex;
	justify-content: space-between;
	font-size: .26rem;
	color: #8396bb;
	margin-bottom: .3rem;
}

.answer-msg {
	display: flex;
}

.answer-msg-item {
	display: flex;
	align-items: center;
	margin-right: 23px;
	font-size: .28rem;
}

.answer-msg-item i {
	margin-right: .10rem;
	font-size: .28rem;
}


.zhishi-tab .active {
    color: #225afc;
}
.zhishi-tab span {
    position: relative;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.zhishi-new-list a {
    display: block;
    padding: 15px;
    border-top: 1px solid #eee;
    overflow: hidden;
}
.zhishi-new-list img {
    float: left;
    width: 104px;
    height: 69px;
    margin-right: 15px;
}

.zhishi-new-list h3 {
    line-height: 22px;
    max-height: 44px;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
}
.zhishi-new-list p {
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    color: #ccc;
    font-size: 12px;
    overflow: hidden;
}


.rec-article {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.rec-box {
	display: flex;
	align-items: center;
	background: #FFF;
	padding: .32rem .28rem;
	margin-bottom: .50rem;
	border-radius: .14rem;
	box-shadow: 0 0 .10rem rgba(113, 148, 250, .21);
}

.rec-box-tx {
	width: .82rem;
	height: .82rem;
}

.rec-box-tx a {
	width: .82rem;
	height: .82rem;
	display: flex;
}

.rec-tx {
	width: .82rem;
	height: .82rem;
	border-radius: .82rem;
	object-fit: cover;
}

.rec-right {
	flex: 1;
	margin-left: .19rem;
}

.rec-title {
	font-size: .30rem;
	color: #15294e;
	font-weight: 700;
	margin-bottom: .24rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.rec-info {
	font-size: .26rem;
	color: #15294e;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.lawyer-title {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 1.16rem;
	margin-bottom: .40rem;
	font-size: .34rem;
	font-weight: 700;
	justify-content: space-between;
	align-items: center;
}

.lawyer-reset {
	display: flex;
	font-size: .26rem;
	color: #225afc;
	cursor: pointer;
}

.reset-icon {
	/* width: .44rem;
  	height: .44rem; */
	font-size: .3rem;
	display: flex;
	align-items: center;
	margin-right: .12rem;
}

.lawyer-reset h2 {
	height: .44rem;
	display: flex;
	align-items: center;
}