/* 头部 */
.home-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .3rem;
	font-weight: 400;
	color: rgba(21, 41, 78, 1);
	padding: .3rem .3rem 0;
	height: 1rem;
}

.home-search {
	display: flex;
	padding: 0 .3rem;
	align-items: center;
	padding-top: .32rem;
}

.home-sarch-logo {
	width: 1.23rem;
	height: .76rem;
	object-fit: cover;
	margin-right: .49rem;
}

.home-search-box {
	display: flex;
	align-items: center;
	position: relative;
}

.home-search-icon {
	position: absolute;
	right: .5rem;
	color: #899BBBFF;
	font-size: .26rem;
}

.home-search-input {
	border: 0;
	font-size: .24rem;
	border-radius: .34rem 0 0 .34rem;
	padding: 0 .4rem;
	width: 3.3rem;
	height: .68rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px .54rem .03rem rgba(200, 214, 250, 0.56);
	color: rgba(137, 155, 187, 1);
}

.home-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;
}

.home-search-select {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	color: #235AFDFF;
}

.home-search-select i {
	font-size: .36rem;
}

/* 悬浮窗口 */
.home-order {
	position: fixed;
	right: .16rem;
	bottom: 2rem;
	z-index: 999;
	width: 4.68rem;
	height: .98rem;
	background: rgba(253, 207, 70, 1);
	box-shadow: 0px 0px .29rem 0px rgba(255, 180, 63, 0.69);
	border-radius: .49rem;
	display: flex;
	align-items: center;
	padding: 0 .4rem;
	transition: all .1s ease-in;
}

.home-order.hide {
	right: 0;
	width: 1.3rem;
	border-radius: .49rem 0 0 .49rem;
}

.home-order-img {
	width: .66rem;
	margin-right: .1rem;
}

.home-order-text {
	flex: 1;
	font-size: .28rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	height: .3rem;
	line-height: .3rem;
	overflow: hidden;
	text-decoration: underline;
}

.home-order i {
	display: flex;
	align-items: center;
}

.home-order-icon {
	font-size: .2rem;
	display: flex;
	align-items: center;
}

.showHomeOrder-enter-active,
.showHomeOrder-leave-active {
	transition: opacity .3s
}

.showHomeOrder-enter,
.showHomeOrder-leave-to {
	opacity: 0
}

.showHomeOrder-leave,
.showHomeOrder-enter-to {
	opacity: 1
}

/* 打开微信小程序 */
.wx-btn {
	padding: 0 .30rem;
	height: .70rem;
	font-size: .3rem;
	border-radius: .70rem;
	border: 0;
	background-color: #225AFC;
	color: #FFF;
}

/* banner */
.banner-box {
	height: 4.8rem;
	position: relative;
	margin-top: .26rem;
	position: relative;
}

.banner-box-bac {
	width: 100%;
	height: 4.8rem;
	object-fit: cover;
}

.banner {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	padding: .35rem .45rem 0;
}

.banner-select-box{
	height: .4rem;
	width: 100%;
	position: relative;
}

.banner-select {
	position: absolute;
	min-width: 2rem;
	height: .8rem;
	flex: 1;
	display: flex;
	align-content: center;
}

.banner-select i {
	height: .32rem;
	color: #FFF;
	font-size: .20rem;
	margin-left: .10rem;
	display: flex;
	align-items: center;
}

.banner-select-title {
	height: .4rem;
	font-size: .26rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: .32rem;
}

.banner-logo {
	display: flex;
	justify-content: center;
	font-size: .36rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: .36rem;
}

.banner-logo h2 {
	font-size: .36rem;
}

.banner-logo img {
	width: 0.9rem;
	margin-right: .2rem;
}

.banner-msg {
	text-align: center;
	font-size: .26rem;
	font-weight: 400;
	color: rgba(153, 159, 199, 1);
	line-height: .32rem;
}

.banner-quiz {
	width: 6.37rem;
	margin: 0 auto;
	display: flex;
	border-radius: .10rem;
	overflow: hidden;
}

.banner-quiz-input {
	width: 5rem;
	height: .9rem;
	line-height: .9rem;
	font-size: .28rem;
	padding: 0 .3rem;
	border: 0;
	border-radius: 0;
}

.banner-quiz-submit {
	width: 1.35rem;
	font-size: .32rem;
	height: .9rem;
	line-height: .9rem;
	text-align: center;
	background: rgba(34, 90, 252, 1);
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	border: 0;
}

.banner-statistics {
	display: flex;
	justify-content: center;
	font-size: .26rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: .32rem;
	padding-top: .26rem;
}

.banner-logo {
	padding: .36rem 0 .3rem;
	display: flex;
	align-items: center;
}

.banner-msg {
	padding-bottom: .5rem;
}

.banner-statistics-item span {
	color: #FFD92A;
}

.home-classify {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px .03rem .68rem 0px rgba(154, 180, 255, 0.19);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: .5rem .2rem .1rem;
}

.home-classify-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 1.40rem;
	margin-right: calc((100% - 5.6rem) / 3);
	margin-bottom: .24rem;
}

.home-classify-item.end {
	margin-right: 0;
}

.home-classify-item img {
	width: .98rem;
}

.home-classify-item h2 {
	font-size: .26rem;
	font-weight: 400;
	color: #15294E;
}

.home-classify-icon {
	margin-bottom: .06rem;
}

.home-classify {
	margin-bottom: .2rem;
}

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


/* 查看更多 */

.homezs-box {
	background: #FFFFFF;
	box-shadow: 0px 0px .32rem 0px rgba(153, 153, 249, 0.17);
	padding: .4rem .3rem;
	margin-bottom: .2rem;
}

.homezs-title {
	font-size: .32rem;
	font-weight: bold;
	color: #15294D;
	margin-bottom: .4rem;
}

.homezs-list {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #F3F5F9;
	margin-bottom: .2rem;
}

.homezs-list-box {
	flex: 1;
}

.homezs-list.end {
	border-bottom: 0;
}

.homezs-item-cover {
	width: 2.50rem;
	height: 1.84rem;
	border-radius: .10rem;
	margin-right: .2rem;
}

.homezs-item {
	flex: 1;
	margin-bottom: .3rem;
	position: relative;
	display: block;
}

.homezs-item-title {
	font-weight: 400;
	color: #15294D;
	font-size: .30rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-height: 1.6;
	margin-bottom: .12rem;
}

.homezs-num {
	/* position: absolute;
    right: 0;
    bottom: 0; */
	background-color: #FFF;
	color: #899BBF;
	font-size: .24rem;
	font-weight: 400;
	padding-left: .2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.homezs-num i {
	font-size: .22rem;
	font-weight: 400;
	color: #899BBF;
	margin-right: .06rem;
}

/* 法规 */
.hotlaws {
	background-color: #FFF;
	padding: .40rem .30rem;
	margin-bottom: .2rem;
	box-shadow: 0px .03rem .68rem 0px rgba(154, 180, 255, 0.19);
}

.ht-item {
	font-size: .32rem;
	display: flex;
	padding-bottom: .21rem;
	margin-bottom: .26rem;
	border-bottom: 1px solid rgba(234, 239, 246, 1);
	;
}

.ht-item-title {
	flex: 1;
	font-weight: 400;
	color: rgba(21, 41, 78, 1);
	line-height: .43rem;
	padding-right: .2rem;
}

.ht-item-title span {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.ht-item-msgs {
	display: flex;
}

.ht-item-msg {
	display: flex;
	font-size: .24rem;
	color: rgba(138, 154, 182, 1);
	margin-right: .32rem;
}

.ht-item-msg i {
	font-size: .32rem;
	margin-right: .15rem;
}

.ht-left {
	display: block;
	width: .89rem;
	height: 1.18rem;
	position: relative;
	margin-right: .29rem;
}

.ht-left-pic {
	width: .89rem;
	height: 1.18rem;
}

.ht-left-recommend {
	position: absolute;
	top: -.1rem;
	left: -.1rem;
	padding: 0 .1rem;
	height: .3rem;
	font-size: .2rem;
	background: red;
	color: #FFF;
	border-radius: .1rem;
}

.ht-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


/* 标题 */
.answer-more {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .28rem;
	border: 0;
	color: #225AFC;
}

.answer-title-text {
	font-size: .36rem;
	color: #15294e;
	font-weight: 700;
}

.answer-right {
	font-size: .20rem;
}

.answer-title-hr {
	width: 1.16rem;
	height: .16rem;
	background: rgb(34, 90, 252, .36);
	position: absolute;
	bottom: .06rem;
	left: .14rem;
}


/* 标题 */
.answer-title {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.answer-title-msg {
	margin-left: .18rem;
	flex: 1;
	font-size: .26rem;
	font-weight: 400;
	color: rgba(113, 129, 156, 1);
	line-height: .43rem;
}

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

.hot-item {
	display: flex;
	border-bottom: 1px solid #f3f5f9;
	margin-bottom: .19rem;
	padding-bottom: .20rem;
}

.home-hot-img {
	width: 2.40rem;
	height: 1.73rem;
	background: rgba(152, 164, 226, 1);
	border-radius: .10rem;
	margin-right: .3rem;
}

.home-hot-right {
	flex: 1;
}

.hot-item-lawyer {
	font-size: .26rem;
	font-weight: 400;
	color: rgba(101, 115, 139, 1);
	margin-bottom: .17rem;
}

.hot-item-lawyer-msg {
	font-size: .28rem;
	font-weight: 400;
	color: rgba(21, 41, 78, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	margin-bottom: .2rem;
}

.hot-answer-info {
	display: flex;
	justify-content: flex-end;
	font-size: .26rem;
	color: #8396bb;
}

.hot-answer-msg {
	display: flex;
	justify-content: flex-end;
}

.hot-answer-text {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.hot-answer-text i {
	margin-right: .10rem;
	font-size: .28rem;
}

.answer-title-more {
	display: flex;
}

/* 专长 */
.major-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: .4rem 0 .12rem;
}

.major-item {
	width: 1.60rem;
	height: 1.6rem;
	background: rgba(238, 242, 249, 1);
	border-radius: .08rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: .18rem;
}

.major-item-icon {
	width: .48rem;
	height: .48rem;
	margin-bottom: .18rem;
}

.major-item h2 {
	font-size: .28rem;
	font-weight: 400;
	color: rgb(111, 126, 155);
}

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

/* 专长 */
.tool-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: .4rem 0 .12rem;
}

.tool-item {
	width: 33%;
	height: 1.44rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tool-item-icon {
	width: .87rem;
	height: .87rem;
	border-radius: .87rem;
	margin-bottom: .24rem;
}

.tool-item span {
	font-size: .28rem;
	font-weight: 400;
	color: rgba(60, 76, 107, 1);
}



