/* 头部导航 */
.fixednav {
	position: fixed !important;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	-webkit-animation: slideInDown .6s;
	animation: slideInDown .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes slideInDown {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0)
	}
}

.fast-nav {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	background: #f6f8fb
}

.nav-top {
	height: 40px;
	background: #F5F5F5;
}

.nav-top .nav-boxitem {
	float: left;
	position: relative;
}

.nav-top .nav-item {
	float: left;
	line-height: 40px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	padding: 0 12px;
}

.nav-top .nav-item:hover,
.nav-top .nav-guide:hover,
.nav-top .nav-item.active {
	color: #0669F0;
}

.nav-top .nav-item-area {
	float: left;
	line-height: 40px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	padding-right: 27px;
}

.nav-top .nav-item-area .icon-dizhi {
	margin-right: 2px;
}

.nav-top .nav-item-area:hover,
.nav-top .nav-item-area.act {
	color: #0669f0;
}

.nav-top .nav-guide {
	float: left;
	line-height: 40px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	padding-left: 8px;
}

.nav-top .nav-guide:hover .iconfont,
.nav-top .nav-guide.act .iconfont {
	transform: rotate(-180deg);
	transition: all .2s;
}

.nav-top .nav-guide.act {
	color: #0669f0;
}

.nav-top .nav-item-mobile .iconfont {
	font-size: 10px;
	margin-right: 3px;
}

/* 网站导航 */
.nav-top .nav-float-box {
	transition: all .2s;
	position: absolute;
	visibility: hidden;
	top: 40px;
	opacity: 0;
	right: 0;
	width: 1200px;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	z-index: 999;
	padding: 30px 0;
}

.nav-top .nav-guide-screen {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.nav-top .nav-guide-list.guide-hot-city {
	width: 435px;
	padding-left: 30px;
}

.nav-top .nav-guide-list {
	box-sizing: border-box;
}

.nav-top .nav-guide-list .nav-guide-content {
	border-right: 1px solid #eee;
}

.nav-top .nav-guide-title {
	font-size: 14px;
	color: #999;
	margin-bottom: 22px;
	line-height: 20px;
}

.nav-top .nav-guide-link {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	line-height: 17px;
	white-space: nowrap;
	margin-bottom: 15px;
}

.nav-top .nav-guide-link:hover {
	color: #0669f0;
}

.nav-top .nav-guide-list.guide-hot-city .nav-guide-link {
	margin-right: 28px;
}

.nav-top .nav-guide-list.guide-hot-city .nav-guide-link:nth-child(7n+7) {
	margin-right: 0;
}

.nav-top .nav-guide-list.guide-law-ask {
	width: 390px;
	padding-left: 40px;
}

.nav-top .nav-guide-list.guide-law-ask .nav-guide-content {
	padding-right: 39px;
}

.nav-top .nav-guide-list.guide-law-ask .nav-guide-link {
	margin-right: 35px;
}

.nav-top .nav-guide-list.guide-law-ask .nav-guide-link:nth-child(4n+4) {
	margin-right: 0;
}

.nav-top .nav-guide-list.guide-find-lawyer {
	width: 185px;
}

.nav-top .nav-guide-list.guide-law-know {
	width: 144px;
}

.nav-top .nav-guide-list.guide-law-know .nav-guide-link {
	display: block;
	width: 100%;
	text-align: center;
}

.nav-top .nav-guide-list.guide-law-know .nav-guide-title {
	text-align: center;
}

.nav-top .nav-guide-list.guide-serve {
	width: 225px;
	padding-left: 44px;
}

.nav-top .nav-guide-list.guide-serve .nav-guide-content {
	border-right: none;
}

.nav-top .nav-guide-list.guide-serve .nav-guide-link:nth-child(odd) {
	margin-right: 38px;
}

/* 地址下拉框*/
.nav-top .nav-area-screen {
	left: 0;
	width: 590px;
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.nav-top .nav-hot-city {
	margin-bottom: 25px;
}

.nav-top .nav-hot-city .item-title,
.nav-top .nav-select-city .item-title {
	font-size: 14px;
	font-weight: 500;
	color: #999;
	margin-bottom: 15px;
}

.nav-top .nav-city-link {
	display: inline-block;
	margin: 0 22px 15px 0;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	line-height: 17px;
}

.nav-top .nav-city-letters {
	margin-bottom: 15px;
}

.nav-top .nav-letter-item.active,
.nav-top .nav-letter-item:hover,
.nav-top .nav-city-link:hover {
	color: #0669f0;
}

.nav-top .nav-letter-item {
	margin-right: 9px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 22px;
}

.nav-top .nav-letter-item:last-child {
	margin-right: 0;
}

/* logo 导航 */
.logo-bar {
	position: relative;
	width: 100%;
	height: 90px;
	z-index: 700;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.02);
	background-color: #fff;
}

.logo-bar .logo {
	float: left;
	width: 209px;
	/*height: 36px;*/
	margin: 0 50px 0 0;
}

.img-block img {
	display: block;
	width: 100%;
}

.logo-bar .menu-nav {
	/* float: left; */
}

.logo-bar .menu-nav li {
	float: left;
	margin: 35px 20px;
	position: relative;
}

.logo-bar .menu-nav li:last-child {
	margin-right: 0;
}

.logo-bar .menu-nav li a {
	float: left;
	font-size: 18px;
	padding: 0;
	line-height: 20px;
	color: #222;
}

.logo-bar .menu-nav li a:hover,
.logo-bar .menu-nav li.cur a {
	color: #0669F0;
	font-weight: 600;
}

.logo-bar2 .menu-nav li.cur::before,
.logo-bar2 .menu-nav li.cur2::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 20px;
	height: 3px;
	margin-left: -10px;
	background: #0668EF;
	border-radius: 2px;
}

.logo-bar .popup-mn {
	position: absolute;
	left: 0;
	/* top: 90px; */
	top: 110px;
	opacity: 0;
	right: 0;
	border-top: 1px solid #f3f3f3;
	box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 2%);
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}

.logo-bar .p-nav {
	padding: 18px 0 19px;
}

.logo-bar .p-nav span {
	display: inline-block;
	line-height: 22px;
	padding: 0 24px;
	border-right: 1px solid #eeeeee;
}

.logo-bar .p-nav span:last-child {
	border-right: 0;
}

.logo-bar .p-nav span>a:hover {
	color: rgba(6, 105, 240, .9)
}

.logo-bar .r-handle .rzbtn {
	width: 96px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #FF7D1B;
	border-radius: 18px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 12px;
}

.logo-bar .r-handle .linebtn {
	width: 130px;
	height: 40px;
	line-height: 40px;
	background: #0668EF;
	border-radius: 20px;
	font-size: 16px;
}

.logo-bar .r-handle .rzbtn.linebtn:hover {
	background: #1f77f1;
}

.logo-bar .r-handle .rzbtn:hover {
	background: #ff8932;
}

.logo-bar .r-handle .r_search {
	width: 274px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	border: 1px solid #EEEEEE;
	border-radius: 18px;
	background-color: #fff;
	padding-left: 12px;
	box-sizing: border-box;
}

.logo-bar .r-handle .r_search input::-webkit-input-placeholder {
	color: #bababa;
	font-size: 12px;
}

.logo-bar .r-handle .r_search input:-moz-placeholder {
	color: #bababa;
	font-size: 12px;
}

.logo-bar .r-handle .r_search input::-moz-placeholder {
	color: #bababa;
	font-size: 12px;
}

.logo-bar .r-handle .r_search input:-ms-input-placeholder {
	color: #bababa;
	font-size: 12px;
}

.logo-bar .r-handle .r_search .searchbtn {
	width: 68px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #0669F0;
	border-radius: 18px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

.logo-bar .r-handle .r_search .searchbtn:hover {
	background-color: #1d77f0;
}

.logo-bar2 .menu-nav li a {
	font-size: 16px;
	color: #222222;
}

.logo-bar2 .menu-nav li.cur {
	position: relative;
}

.logo-bar .menu-nav li.cur a {}

/* 律师右侧导航 */
.logo-bar .process {
	display: flex;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

.logo-bar .process {
	display: flex;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

.logo-bar .process .p_item {
	position: relative;
	padding: 0 35px
}

.logo-bar .process .p_item:last-child {
	padding-right: 0
}

.logo-bar .process .p_item:last-child:before,
.logo-bar .process .p_item:last-child:after {
	display: none
}

.logo-bar .process .p_item.active {
	font-weight: 500;
	color:#0669F0; 
}

.logo-bar .process .p_item.active:before {
	border-color: transparent transparent transparent #0669F0;
}

.logo-bar .process .p_item:before,
.logo-bar .process .p_item:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 4px
}

.logo-bar .process .p_item:before {
	right: -9px;
	border-width: 6px;
	border-color: transparent transparent transparent #a39b8f;
	border-style: solid
}

.logo-bar .process .p_item:after {
	right: -7px;
	border-width: 6px;
	border-color: transparent transparent transparent #fff;
	border-style: solid
}

/* 尾部 */
.footer {
	padding-bottom: 60px;
	background-color: #1d1d1d;
}

.footer .ft-k4 {
	padding-top: 60px;
	margin-bottom: 30px;
}

.footer .ft-k4 .logo {
	display: block;
	margin-right: 88px;
	padding-top: 45px;
}

.footer .ft-k4 .logo a,
.footer .ft-k4 .logo img {
	display: block;
	width: 176px;
	height: 97px;
}

.footer .ft-k4 .milddle {
	border-left: 1px solid #242424;
	padding-left: 88px;
	margin-right: 120px;
}

.footer .ft-k4 .milddle .txt-index {
	margin-bottom: 18px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
}

.footer .ft-k4 .milddle .txt-a {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
}

.footer .ft-k4 .milddle .txt-b {
	margin: 7px auto 4px;
	font-size: 24px;
	font-family: 'DINCond-Bold';
	color: #FFFFFF;
	line-height: 30px;
}

.footer .ft-k4 .milddle .btn {
	display: block;
	width: 104px;
	height: 28px;
	margin-top: 12px;
	line-height: 28px;
	background: #0669F0;
	box-shadow: 0px 2px 4px 0px rgba(6, 105, 240, 0.1);
	border-radius: 100px;
	font-size: 12px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
}

.footer .ft-k4 .milddle .btn:hover {
	background-color: #3e80ff;
	color: #fff;
}

.footer .ft-k4 .our dt {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	/*margin-left: 5px;*/
	margin-top: 20px;
}

.footer .ft-k4 .our dd {
	margin-top: 28px;
	text-align: center;
}

.footer .ft-k3 .tab-nav {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #333;
}

.footer .ft-k3 .tab-nav span {
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #999999;
	line-height: 17px;
}

.footer .ft-k3 .un-pr {
	position: relative;
	margin-top: 20px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #444444;
	line-height: 24px;
}

.footer .ft-k3 .un-pr a {
	margin-right: 30px;
	color: #555;
	white-space: nowrap;
}

.footer .ft-k3 .un-pr a:hover {
	color: rgba(6, 105, 240, .9);
}

.footer .ft-k3 .unfold-bar {
	position: absolute;
	padding-right: 100px;
	font-size: 12px;
}

.footer .ft-k3 .un-ovh {
	height: 60px;
	overflow: hidden;
}

.footer .ft-k3 .un-ovh .un-nr {
	padding: 6px 0;
	overflow: hidden;
}

.footer .ft-k3 .un-ovh a {
	float: left;
	color: #444;
	line-height: 26px;
	white-space: nowrap;
	margin-right: 30px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.footer .ft-k4 .link {
	margin-right: 120px;
	font-size: 14px;
}

.footer .ft-k4 .link:nth-last-child(2) {
	margin-right: 128px;
}

.footer .ft-k4 .link .dt {
	margin-bottom: 20px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
}

.footer .ft-k4 .link a {
	display: block;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
}

.footer .ft-k4 .link a:hover {
	color: rgba(6, 105, 240, .9);
}

.footer .ft-k4 .our .mr60 {
	margin-right: 40px;
}

.footer .ft-k4 .our dd .ecod {
	display: block;
	margin: auto;
	width: 100px;
	height: 100px;
}

.footer .ft-k4 .our dd .txt {
	font-size: 12px;
	color: #999;
	margin-top: 12px;
	line-height: 17px;
}

.copyright {
	margin-top: 20px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #444444;
	line-height: 24px;
	text-align: center;
}


/* 右侧栏 */
.right-menu-bar {
	position: fixed;
	top: 0;
	right: 0;
	width: 48px;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
	z-index: 999;
	white-space: nowrap;
	padding-top: calc(50vh - 250px);
}

.right-menu-bar .list-item {
	position: relative;
	margin-bottom: 29px;
}

.right-menu-bar .list-item .item-index {
	position: relative;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #fff;
	border-radius: 50%;
	color: #666;
	margin: auto;
}

.right-menu-bar .list-item .item-index .iconfont {
	font-size: 18px;
}

.right-menu-bar .list-item .item-text {
	position: absolute;
	top: 0;
	right: 55px;
	visibility: hidden;
	color: #333333;
	background-color: #fff;
	box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 8%);
	border-radius: 6px;
}

.right-menu-bar .list-item.show .item-text {
	right: 52px;
	visibility: visible;
}

.right-menu-bar .list-item:hover .item-index {
	color: #0669f0;
	background-color: rgb(235, 243, 254);
}

.right-menu-bar .list-item .item-text.only-text {
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	font-size: 12px;
	white-space: nowrap;
}

.right-menu-bar .list-item .item-text:before {
	content: '';
	position: absolute;
	top: 14px;
	right: -4px;
	border-left: 4px solid #fff;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	margin-top: -4px;
}

.right-menu-bar .list-item .item-text.ask {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #333;
	padding: 8px 10px 8px 8px;
}

.right-menu-bar .list-item.show .item-text {
	opacity: 1 !important;
	right: 52px !important;
	visibility: visible !important;
}

.right-menu-bar .item-text.ask .icon {
	margin-right: 6px;
}

.right-menu-bar .item-text.qrcode {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 17px;
	text-align: center;
	padding: 4px 4px 12px;
}

.right-menu-bar .item-text.qrcode .code {
	width: 120px;
	height: 120px;
}

.right-menu-bar .menu-bar-list-fb {
	position: absolute;
	width: 100%;
	bottom: 39px;
}

.right-menu-bar .allserve {
	width: 93px;
	height: 196px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

.right-menu-bar .allserve .serve-item {
	display: block;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
	padding: 7px 0 7px 31px;
}

.right-menu-bar .allserve .serve-item:first-child {
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 17px;
	padding: 12px 0 5px 31px;
}

.right-menu-bar .allserve a.serve-item:hover {
	color: #0669f0;
}

.right-menu-bar .allserve .serve-item .iconfont {
	content: '';
	position: absolute;
	/* top: 50%; */
	left: 12px;
	/* transform: translateY(-50%); */
}

.right-menu-bar .list-item.gotop:hover {
	cursor: pointer;
}


/* 登录弹窗 */
.norPop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1000;
	display: none;
}

.norPop .pop_box {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 352px;
	height: 315px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 8px;
}

.norPop .pop_close {
	position: absolute;
	top: 27px;
	right: 18px;
	width: 16px;
	height: 16px;
	background-image: url("/images/consult/nor_close.png");
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s;
}

.login_pop {
	padding: 20px 32px
}

.login_pop .tl {
	font-size: 21px;
	line-height: 30px;
	color: #333;
	font-weight: 600;
	margin-bottom: 9px
}

.login_pop .form_main {
	margin-bottom: 30px
}

.login_pop .form_main .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 13px 0;
	height: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #eaebed;
	font-size: 16px
}

.login_pop .form_main .inputTxt {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-family: PingFang SC, Microsoft YaHei;
	color: #333
}

.login_pop .form_main .inputTxt::-webkit-input-placeholder {
	color: #999
}

.login_pop .form_main .inputTxt::-moz-placeholder {
	color: #999
}

.login_pop .form_main .inputTxt:-ms-input-placeholder {
	color: #999
}

.login_pop .form_main .inputTxt::-ms-input-placeholder {
	color: #999
}

.login_pop .form_main .inputTxt::placeholder {
	color: #999
}

.login_pop .form_main .mes {
	width: 100px;
	text-align: right;
	color: #0669F0;
	font-size: 16px;
	cursor: pointer
}

.login_pop .form_btn {
	margin-bottom: 30px
}

.login_pop .form_btn .btn {
	display: block;
	width: 100%;
	height: 40px;
	background: #0669f0;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s
}

.login_pop .form_btn .btn.dis-btn {
	opacity: .3
}

.login_pop .from_agree {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #666;
	font-size: 12px;
	height: 16px
}

.login_pop .from_agree .orange {
	color: #0669F0;
}

.login_pop .from_agree .orange:hover {
	color: #046eff;
	text-decoration: none
}

.login_pop .from_agree .abl {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 16px
}

.login_pop .from_agree .fotxt {
	position: absolute;
	height: 25px;
	line-height: 25px;
	background-color: #000;
	padding: 0 10px;
	border-radius: 4px;
	color: #fff;
	top: -34px;
	font-size: 12px;
	left: 0
}

.login_pop .from_agree .fotxt:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	border-color: #000 transparent transparent;
	left: 26px;
	bottom: -7px
}

.login_pop .from_agree .checkb {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #bdbfc5;
	border-radius: 2px;
	margin-right: 6px;
	margin-top: 2px;
	cursor: pointer
}

.login_pop .from_agree .checkb.active {
	width: 14px;
	height: 14px;
	border: none;
	background-image: url(//pic3.lawtimeimg.com/images/ask/fabu/v4/select_law.png?v=1667965495);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto
}

/* 律师列表1 */
.lawyer-media-card1 {
	position: relative;
	width: 205px;
	height: 298px;
	margin-right: 10px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	overflow: hidden;
}

.lawyer-media-card1 .lawyer-img-box {
	width: 205px;
	height: 205px;
	display: block;
}

.lawyer-media-card1 .cover-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.lawyer-media-card1 .lawyer-msg {
	position: relative;
	top: 0px;
	width: 100%;
	height: 140px;
	background: #FFFFFF;
	border-radius: 0px 0px 4px 4px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 10px 0;
	top: 0;
	transition: all .2s;
}

.lawyer-media-card1:hover .lawyer-msg {
	top: -48px;
}

.lawyer-media-card1 .lawyer-name {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
}

.lawyer-media-card1 .lawyer-name:hover {
	color: #0669F0;
}

.lawyer-media-card1 .goodat {
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	margin: 4px auto 12px;
}

.lawyer-media-card1 .phone {
	display: none;
	font-size: 18px;
	font-family: 'DINCond-Bold';
	font-weight: bold;
	color: #333333;
	line-height: 21px;
}

.lawyer-media-card1:hover .phone {
	display: block;
}

.lawyer-media-card1 .phone .iconfont {
	margin-right: 1px;
	font-size: 16px;
	color: #0669f0;
}

.lawyer-media-card1 .ask-btn {
	display: none;
	width: 96px;
	height: 32px;
	margin: 0 auto 0;
	line-height: 32px;
	text-align: center;
	background: #0669F0;
	border-radius: 16px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

.lawyer-media-card1:hover .ask-btn {
	display: block;
}

.lawyer-media-card1 .ask-btn:hover {
	background: rgba(6, 105, 240, .9);
}

.lawyer-media-asklink {
	width: 205px;
	text-align: center;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	background: #FFFFFF;
	background: url("../images/index/online-bg.png") center center no-repeat;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	background-size: 100% 100%;
}

/* 律师列表1结束 */

/*  律师解答动态 */
.latest-ans-box {
	width: 350px;
	max-height: 562px;
	padding-left: 40px;
	overflow: hidden;
}

.latest-ans-box .latest-ans-box-title {
	position: relative;
	margin-bottom: 20px;
	padding-left: 18px;
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	line-height: 28px;
}

.latest-ans-box .latest-ans-box-title::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 3px;
	height: 18px;
	background: #0669F0;
	border-radius: 2px;
}

.latest-ans-box .swiper-container {
	position: relative;
}

.latest-ans-box .swiper-container:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 15px;
	width: 1px;
	height: 399px;
	background: #eaeaea;
}

.latest-ans-item {
	padding-bottom: 30px;
}


.latest-ans-item .lawyer-img-box {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.latest-ans-item .lawyer-img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.latest-ans-item .item-r {
	width: calc(100% - 40px - 8px);
	margin-left: 8px;
}

.latest-ans-item .lawyer-name {
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
}

.latest-ans-item .lawyer-name .aname:hover {
	color: #333;
	text-decoration: underline;
}

.latest-ans-item .lawyer-name .time,
.latest-ans-item .lawyer-name .desc {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
}

.latest-ans-item .lawyer-name .desc {
	margin-top: 2px;
}

.latest-ans-item .ans_qsn {
	display: block;
	margin: 12px 0;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 17px;
}

.latest-ans-item .ans_qsn:hover {
	color: rgba(6, 105, 240, .9);
}

.latest-ans-item .ans_aye {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333;
	line-height: 17px;
}

.latest-ans-item .ans_aye span {
	color: #999999;
}

.latest-ans-box .swiper-slide-duplicate-prev .latest-ans-item:before {
	content: "";
	display: none;
}

/* 律师解答动态结束 */

/* 分页1 */
#layui-page1 {
	text-align: center;
	margin: 20px 0;
}

#layui-page1 .layui-laypage a,
.layui-laypage span {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	padding: 0;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border-radius: 4px;
	margin: 0 4px;
}

#layui-page1 .layui-laypage .layui-laypage-curr .layui-laypage-em {
	padding: 0;
	color: #0669f0;
	border: 1px solid #0669F0;
	background-color: transparent;
}

#layui-page1 .layui-laypage .layui-laypage-curr em {
	font-size: 14px;
	font-weight: 600;
	color: #0669F0;
}

/* 分页1结束 */

/* 律师排行榜 */
.lawyer-rank-list {
	margin-top: 20px;
}

.lawyer-rank-box {
	width: 387px;
	height: 549px;
	margin-bottom: 40px;
	padding: 24px 30px 0 12px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	border: 1px solid #EEEEEE;
}

.lawyer-rank-media-card .simple-msg-box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 0 10px 70px;
}

.lawyer-rank-media-card .rank-icon,
.lawyer-rank-media-card .rank-num {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
	line-height: 24px;
	text-align: center;
	color: #a9a9a9;
	border: 1px solid #a9a9a9;
	border-radius: 50%;
	font-family: 'DINCond-Bold';
	background-color: #fff;
}

.lawyer-rank-media-card:nth-child(-n + 3) .rank-icon {
	color: #0f6ef0;
	border-color: #ebf3fe;
	background-color: #ebf3fe;
}

.lawyer-rank-media-card .name {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}

.lawyer-rank-media-card .goodnum {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
}

.lawyer-rank-media-card .card-content,
.lawyer-rank-media-card.show .simple-msg-box {
	display: none;
}

.lawyer-rank-media-card.show .card-content {
	display: flex;
}

.lawyer-rank-media-card .lawyer-img-box {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 10px;
	overflow: hidden;
}

.lawyer-rank-media-card .lawyer-img-box>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lawyer-rank-media-card .name {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}

.lawyer-rank-media-card .name:hover {
	color: #1e78f1;
}

.lawyer-rank-media-card .desc {
	margin-top: 1px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
}

.lawyer-rank-media-card .ask-btn {
	width: 74px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #0669F0;
	border-radius: 13px;
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

.lawyer-rank-media-card .ask-btn:hover {
	background-color: rgba(6, 105, 240, .9);
}

/* 律师排行榜结束 */

/* 热门标签 */
.hot-tagbox {
	height: 310px;
	overflow: hidden;
}

.hot-tagbox .tag {
	display: block;
	max-width: 110px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	background: #ffffff;
	margin: 0 12px 12px 0;
	border-radius: 4px;
	box-sizing: border-box;
}

.hot-tagbox .tag:hover {
	color: #fff;
	background-color: #0669f0 !important;
}

/* 面包屑 */
.com-page-record {
	font-size: 12px;
	color: #999999;
	padding: 20px 0;
}

.com-page-record>a {
	color: #666666;
}

.com-page-record .icon-youjiantou {
	font-size: 10px;
	margin: 0 5px;
}


/* 右边公共盒子css */
.main-combox {
	padding-left: 30px;
	padding-right: 30px;
	background: #FFFFFF;
	border-radius: 4px;
}

.bg-odd {
	background-color: #e6f0fd !important;
}

.bg-even {
	background-color: #ffffff !important;
}

.ask-info-hotbox .bg-even {
	background-color: #f5f5f5 !important;
}

/* 星星评分 */
.star-msg {
	font-size: 16px;
	color: #dddddd;
	margin: 22px 0 20px;
}

.star-msg .icon {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.star-num {
	font-size: 18px;
	font-family: 'DINCond-Bold';
	font-weight: bold;
	color: #F79704;
	line-height: 21px;
}

/* 百度地图logo */
.anchorBL {
	display: none;
}

.a-more:hover {
	text-decoration: underline;
}

.com-title2 {
	position: relative;
	padding-left: 15px;
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 28px;
}

.com-title2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 3px;
	height: 18px;
	background: #0669F0;
	border-radius: 2px;
}

.r-fwbz {
	width: 285px;
	height: 668px;
	padding: 30px 30px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	box-sizing: border-box;
}

.r-fwbz h6 {
	font-size: 20px;
	color: #333333;
	line-height: 41px;
	padding-bottom: 25px;
	border-bottom: 1px solid #F5F5F5;
}

.r-fwbz .rtag-ul {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.r-fwbz .rtag-ul>li {
	margin-top: 50px;
}

.r-fwbz .rtag-ul .text {
	margin-top: 10px;
}

/* 图文咨询 */
.zxtel-box{
    position: relative;
    top: -128px;
    margin-bottom: 80px;
    padding: 60px 60px 40px;
}
.bd-li {
    line-height: 36px;
    min-height: 36px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 20px;
}

.bd-li dt {
	position: absolute;
    left: 0;
    top: 0;
    color: #999999;
    font-weight: 500;
    text-align: right;
    font-size: 14px;
}

.zx-type-tab span {
    float: left;
    width: 108px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #f1f1f1;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
	border-radius: 4px;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

.zx-type-tab span.disabled, .zx-type-tab span.disabled:hover {
    border-color: #ddd;
    color: #ddd;
    cursor: default;
}

.zx-type-tab span:hover {
    border-color: #0057ff;
}

.zx-type-tab span a {
    display: block
}
.zx-type-tab span.cur {
    width: 106px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #0669F0;
    border-radius: 4px;
	background: url("../images/consult/select.png") 101% -1px no-repeat;
	background-size: 20px 14px;
}
.zxtel-box .app-tip {
    font-size: 12px;
    color: #999;
    line-height: 17px;
    margin-top: 10px;
}
.fwnr {
    padding: 12px;
    background-color: #f3f8fe;
    line-height: 24px;
    color: #333;
	font-size: 14px;
}

.bd-li .input-txt {
    border: 1px solid #f1f1f1;
	border-radius: 4px;
}

.bd-li .input-txt .txt {
    display: block;
    width: 100%;
    line-height: 34px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;

}
/* .bd-li .input-txt .txt:focus{
	border-color: #d2d2d2 !important;
} */
.bd-li .input-txt .tips {
    left: 10px;
    top: 0;
    color: #ccc;
    line-height: 34px;
}

.bd-li .input-txt.w280 {
    width: 278px;
}

.bd-li .input-txt.w620 {
    width: 618px;
}

.bd-li dd .input-yz {
    float: left;
    width: 159px;
}
.bd-li.show-smsCode .input-txt{
	border-right: none;
	border-radius: 4px 0 0 4px;
}
.bd-li dd .btn-yzm {
    float: left;
    width: 118px;
    height: 36px;
	border: 1px solid #F1F1F1;
	background-color: #f5f5f5;    
    border-left: none;
    color: #0057ff;
    text-align: center;
    cursor: pointer;
}
.bd-li .btn-yzm.send_note{
	border: 1px solid #F1F1F1;
	background-color: #f5f5f5;
}
.bd-li dd .btn-yzm:hover {
    text-decoration: underline;
}

.bd-li dd .btn-yzm.no-click, .bd-li dd .btn-yzm.no-click:hover {
    text-decoration: none;
    background-color: #eee;
    color: #999;
}

.bd-li dd.jine {
    padding-bottom: 10px;
}

.bd-li dd.jine b {
    display: block;
    font-size: 20px;
    color: #FE5B4C;
    line-height: 28px;
}
.bd-li dd.jine>p{
	line-height: 20px;
}


.bd-li.zhifu dt {
    line-height: 60px;
}
.zhifu-tab span {
	float: left;
    width: 180px;
    height: 60px;
    padding-left:54px;
    position: relative;
    border: 1px solid #f1f1f1;
    font-size: 16px;
    line-height: 60px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    color: #333;
	background: url("../images/consult/check.png") 18px center no-repeat;
	background-size: 20px;
}

.zhifu-tab span .icon-weixuan,.zhifu-tab span .icon-fuxuankuang{
    font-size: 18px;
    color: #999999;
    margin-right: 16px;
}
.zhifu-tab span .icon-zhifubao,.zhifu-tab span .icon-weixinzhifu{
	font-size: 32px;
	margin-right: 8px;
}
.zhifu-tab span .icon-zhifubao{color:#00a0ea;}
.zhifu-tab span .icon-weixinzhifu{color:#4bca48;}
.zhifu-tab span.select_pay_type .icon-fuxuankuang{
	color: #0669f0;
}
span.select_pay_type {
   background-image: url("../images/consult/checked.png");	
}
.zhifu-tab span .ico-radio {
    position: absolute;
    left: 20px;
    top: 24px;
}

.zhifu-tab span .xy12, .zhifu-tab span .xy13 {
    margin-right: 10px;
}
.zhifu-tab span.cur .ico-radio {
    background-position: -360px -58px;
}

.bd-li dd.xieyi .btn-check .ico-check {
    margin-right: 10px;
}

.bd-li .ask-send {
	display: block;
	width: 240px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	border-radius: 30px;
	margin-top: 28px;
	background:#fe5b4c;
	color: #fff;
	cursor: pointer;
	margin: auto;
}

.bd-li .is-disabled {
    background: #d7d7d7
}

.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
    float: left;
}
.zxtel-bg{
	display: block;
	width: 100%;
}
.zxtel-box .layui-word-aux{
    color: #666 !important;				
}
.zxtel-box .layui-word-aux>a:hover{
	color: #0675f2!important;
}
.zxtel-box .text-type-tips{
	position: relative;
}
.zxtel-box .text-type-tips .conNum{
    position: absolute;
    bottom: 0;
    right: 12px;
    font-size: 14px;
    color: #666666;
}
.zxtel-box .layui-textarea{
	min-height: 200px;
	padding: 12px;
	resize: none;
}
.zxtel-box .layui-form-checkbox i{
	border-radius: 50%;
	border: 1px solid #E0E0E0;
	transform: scale(0.9);
}
.zxtel-box .text-fubz dd>p{
	margin-left: 8px;
}
.zxtel-box2 .bd-li-lastsub{
	padding-left: 0;
	margin-bottom: 0;
}