/* 浏览器 */
.browser-body {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 9999999999;
	overflow: hidden;
}

.browser-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 9999999999;
}

.browser-header {
	background-color: #656e73;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 30px 0;
}

.browser-header i {
	display: inline-block;
	width: 41px;
	height: 61px;
	font-size: 40px;
	margin-bottom: 10px;
}

.browser-bs {
	width: 1000px;
	padding: 60px 0;
	text-align: center;
	margin: 0 auto;
}

.browser-bs-block {
	display: inline-block;
	width: 100px;
	margin: 0 40px;
}

.browser-bs-block .bsi-icon {
	display: inline-block;
	height: 80px;
	width: 80px;
}

.browser-bs-block a {
	display: inline-block;
	width: 98px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #39b94e;
	color: #39b94e;
	border-radius: 50px;
	text-decoration: none;
	font-size: 12px;
}

.browser-bs-block a:hover {
	background-color: #39b94e;
	color: #fff;
}

.browser-bsi-chrome .browser-bsi-icon {
	width: 100px;
	height: 100px;
}

.browser-bsi-firefox .browser-bsi-icon {
	width: 100px;
	height: 100px;
}

.browser-bsi-name {
	font-size: 18px;
	display: inline-block;
	margin: 10px 0 20px;
}

/* 响应式适配 */
.container-width {
	min-width: 1200px;
}

.content {
	width: 1200px;
}

.content-left {
	flex: 1;
	margin-right: 18px;
}

.content-right {
	width: 330px;
}

.answer-left {
	flex: 1;
	margin-right: 20px;
}

.answer-right {
	width: 400px;
}

/* 富文本渲染 */
.article-article {
	font-size: 16px;
	color: #15294e;
	line-height: 1.8;
	word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	font-weight: 500;
}

.article-article h1,
.article-article h2,
.article-article h3,
.article-article h4,
.article-article h5,
.article-article h6,
.article-article p {
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}

.article-article img {
	max-width: 620px;
	margin: 0 auto;
}

/* tab */
.word-tab {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.word-tab-item {
	margin: 0 26px 15px 0;
	width: 114px;
	height: 47px;
	background: rgba(243, 245, 253, 1);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.word-tab-item.active {
	background: rgba(35, 89, 253, 1);
	color: #FFF;
}

.word-article-title {
	font-size: 24px;
	font-weight: bold;
	color: rgba(20, 43, 83, 1);
	margin-bottom: 27px;
	text-align: center;
}

.word-nav {
	width: 260px;
}

.word-nav-active {
	color: #2459fd;
}

.word-nav a {
	display: flex;
	font-size: 18px;
	color: #626e83;
	margin-bottom: 43px;
	padding-left: 32px;
	cursor: pointer;
}

.word-nav a span {
	margin-right: 45px;
}

.word-banner img {
	width: 100%;
}

/* 面包屑盒子 */
.mbx-page-box {
	display: flex;
	justify-content: center;
}

.mbx-list {
	max-width: 1200px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 40px 0 30px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(131, 149, 182, 1);
}

.mbx-item {
	margin-right: 10px;
	color: rgba(131, 149, 182, 1);
}

.mbx-item.active {
	color: #225AFC;
}

.mbx-for-box {
	display: flex;
}

/* 下载 */
.download-box {
	position: absolute;
	width: 163px;
	border-radius: 10px;
	background-color: #FFF;
	right: 70px;
	top: -10px;
	padding: 15px 0 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 34px 1px rgba(113, 148, 250, 0.19);
}

.download-msg {
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #2b3f63;
	margin-top: 12px;
}

.download-code {
	width: 120px;
	margin: 12px 0 0;
	background: #132547;
}

/* word页面盒子 */
.word-box {
	margin: 78px auto 150px;
	display: flex;
}

.word-content {
	flex: 1;
	padding-right: 58px;
}

/* 律师个人中心盒子 */
.lawyer-home-box {
	width: 100%;
	display: flex;
	justify-content: center;
}

.lawyer-home {
	padding: 30px 0 50px;
	display: flex;
}

.lawyer-home-r {
	flex: 1;
}

/* 点赞 */
.article-right {
	display: flex;
}

.article-zan {
	padding: 0 12px;
	height: 30px;
	border-radius: 30px;
	background-color: red;
	border: 1px solid #e2e9ff;
	background: #e2e9ff;
	color: #225afc;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-right: 10px;
	cursor: pointer;
}

@media (max-width: 1400px) {
	.container-width {
		min-width: 960px;
	}

	.content {
		width: 960px;
	}

	.content-right {
		width: 290px;
	}

	.answer-right {
		width: 340px;
	}

	.mbx-list {
		max-width: 960px;
	}
}

/* 公用顶部 */
/* 顶部导航 */
.header-nav {
	width: 100%;
	height: 38px;
	background: rgba(235, 240, 246, 1);
	position: fixed;
	top: 0;
	z-index: 666;
	box-shadow: 0 0 10px rgba(34, 90, 252, 0.08);
	display: flex;
	justify-content: center;
}

.header-nav-content {
	align-items: center;
	display: flex;
}

/* 城市相关开始 */
.header-nav-city {
	display: flex;
	align-items: center;
	padding-right: 30px;
	font-size: 13px;
	color: rgba(35, 90, 253, 1);
	cursor: pointer;
	position: relative;
	user-select: none;
}

.city-box {
	position: absolute;
	top: 27px;
	width: 819px;
	background-color: #FFF;
	box-shadow: 0px 5px 12px 1px rgba(34, 90, 252, 0.09);
	cursor: initial;
	z-index: 2;
}

.city-shade {
	position: fixed;
	left: 0;
	top: 38px;
	width: 100%;
	height: calc(100vh - 38px);
	background-color: rgba(0, 0, 0, .56);
	z-index: 1;
}

.header-nav-city i {
	margin-left: 5px;
}

.city-now {
	/* padding: 20px 30px 30px; */
	display: flex;
	height: 53px;
	/* margin-bottom: 26px; */
	background: #f7faff;
}

.city-now-item {
	line-height: 53px;
	padding: 0 27px;
	color: rgba(156, 165, 184, 1);
	cursor: pointer;
}

.city-now-item.active {
	background-color: #FFF;
	color: rgba(34, 90, 252, 1);
}

.city-title {
	padding: 0 30px 10px;
	color: #9CA5B8FF;
}

.city-letter {
	display: flex;
	font-size: 18px;
	font-weight: 400;
	padding: 0 30px;
	color: rgba(58, 78, 113, 1);
	line-height: 43px;
}

.city-letter-item {
	padding-right: 10px;
}

.city-select {
	background: rgba(238, 243, 250, 1);
	padding: 20px 30px;
	max-height: 400px;
	overflow-y: scroll;
}

.city-select::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #acb2c0;
}

/*定义滚动条轨道*/
.city-select::-webkit-scrollbar-track {
	background-color: #e6eaf0;
}

/*定义滑块*/
.city-select::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #acb2c0;
}

.city-select-item {
	display: flex;
	align-items: center;
}

.city-select-letter {
	width: 20px;
	font-size: 18px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
	padding-bottom: 12px;
	margin-right: 17px;
}

.city-province-list {
	display: flex;
	flex-wrap: wrap;
}

.city-select-province {
	padding: 12px 15px;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border-radius: 4px;
	margin: 0 12px 12px 0;
	font-size: 16px;
	font-weight: 400;
	color: rgba(43, 63, 99, 1);
	position: relative;
	cursor: pointer;
}

/* 城市相关结束 */
.header-nav-list {
	flex: 1;
	display: flex;
}

.header-nav-item {
	display: flex;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(131, 149, 182, 1);
}

.header-nav-item h2 {
	font-size: 14px;
}

.header-nav-item:hover {
	color: #225AFC;
}

.header-nav-user {
	height: 38px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: rgba(131, 149, 182, 1);
}

.header-user-login {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: rgba(131, 149, 182, 1);
}

.header-user-tx {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	margin-right: 5px;
	object-fit: cover;
}

.header-user-name {
	margin-right: 21px;
	display: flex;
	align-items: center;
}

.header-user-law {
	margin-right: 15px;
	cursor: pointer;
}

.header-user-law:hover {
	color: #225AfC;
}

.header-user-name i {
	margin-right: 5px;
}

.header-user-item {
	height: 38px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	padding: 0 10px;
}

.header-user-item a {
	color: rgba(131, 149, 182, 1);
}

.header-user-item:hover {
	background-color: #FFF;
	color: #225AFC;
}

.header-user-item i {
	margin-right: 6px;
	font-size: 19px;
}

.header-user-item:hover i {
	color: #225AFC;
}

/* 城市选择 */
.city-menu-box {
	width: 250px;
	height: 300px;
	overflow-y: scroll;
}

.header-user-nav {
	color: rgba(131, 149, 182, 1);
}

.header-user-phone:hover .phone-qrcode {
	display: flex;
}

.header-user-nav:hover .nav-qrcode {
	display: flex;
}

/* 网站导航 */
.nav-qrcode {
	width: 680px;
	padding: 15px 30px;
	flex-direction: column;
	justify-content: center;
}

/* 手机听律选择 */
.nav-qrcode,
.phone-qrcode {
	right: 0;
	top: 38px;
	position: absolute;
	background-color: #FFF;
	display: none;
	border-radius: 6px 0 6px 6px;
	box-shadow: 0px 20px 34px 1px rgba(113, 148, 250, 0.19);
}

.nav-site {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 36px;
	padding-right: 57px;
}

.nav-site-input {
	width: 430px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #DBDEE4;
	border-radius: 20px;
	padding: 0 15px;
}

.phone-qrcode {
	width: 320px;
	padding: 15px 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.phone-app-item {
	width: 320px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 20px 5px;
}

.phone-app-item.end {
	border-bottom: 0;
}

.phone-app-qrcode {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.phone-app-title {
	font-size: 15px;
	color: #15294e;
	font-weight: 700;
	margin-bottom: 3px;
}

.phone-app-info {
	font-size: 14px;
	color: rgba(131, 149, 182, 1);
}

.city-site {
	font-size: 13px;
	font-weight: 400;
	color: rgba(35, 90, 253, 1);
	margin-right: 15px;
}

/* 网站地图 */
.nav-qrcode-box {
	display: flex;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #F3F5F9FF;
}

.nav-qrcode-icon {
	font-size: 22px !important;
	color: #225AFCFF;
}

.nav-qrcode-title {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #15294E;
	margin-bottom: 10px;
}

.nav-qrcode-lists {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.nav-qrcode-list {
	width: 100%;
}

.nav-qrcode-item {
	font-size: 14px;
	font-weight: 400;
	color: #55688D;
	margin: 0 14px 10px 0;
}

.user-icon-remind {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: red;
	position: absolute;
	right: -4px;
	top: 0;
}

.shade {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 665;
}

.login {
	cursor: pointer;
	font-size: 14px;
}

.top-kh {
	width: 100%;
	height: 118px;
}


.top-box {
	width: 100%;
	height: 80px;
	background: #fff;
	position: fixed;
	top: 38px;
	z-index: 666;
	box-shadow: 0 0 10px rgba(34, 90, 252, 0.08);
}

.top {
	margin: 0 auto;
	display: flex;
}

.top-logo {
	width: 160px;
	height: 80px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.top-logo img {
	height: 54px;
}

.top-city {
	height: 80px;
	margin-left: 52px;
	display: flex;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

.top-city img {
	width: 12px;
	margin-left: 3px;
}

.nav {
	flex: 1;
	display: flex;
	margin-left: 36px;
}

.nav li {
	display: flex;
}

.nav-li-a {
	font-size: 16px;
	color: #59616f;
	height: 80px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	border: 1px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	position: relative;
}

.nav-li-a:hover .nav-dropdown {
	display: block;
}

.nav-dropdown {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0px 20px 34px 1px rgb(113 148 250 / 19%);
	background-color: #FFF;
}

.nav-dropdown-item {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #59616f;
}

.nav-dropdown-item.active{
	color: #FFF !important;
	background-color: #235afc !important;
}

.nav-dropdown-item:hover {
	color: #FFF !important;
	background-color: #235afc !important;
}

.nav-li-a h2 {
	font-size: 16px;
}

.nav-li-a i {
	margin-left: 10px;
}

.nav-li-a.active {
	color: #235afc;
	border: 1px solid #f0f2f9;
	border-top: 2px solid #fff;
	border-bottom: 4px solid #1650fd;
}

.nav-li-a:hover h2 {
	color: #235afc;
}

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

.user-icon li {
	padding: 0 25px;
	position: relative;
	cursor: pointer;
	height: 80px;
	display: flex;
	align-items: center;
}

.user-icon-item {
	display: flex;
	align-items: center;
	position: relative;
	user-select: none;
}

.user-icon-item:hover .user-icon-img {
	color: #225AFC;
}

.user-icon-img {
	font-size: 24px;
	margin-right: 8px;
}

.user-icon {
	display: flex;
	height: 80px;
}

.user-tx {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	overflow: hidden;
	margin-left: 30px;
	cursor: pointer;
}

.user-tx img {
	width: 36px;
	height: 36px;
	object-fit: cover;
}

/* 通知 */
.inform-box {
	position: absolute;
	width: 213px;
	padding: 22px 21px 17px;
	background-color: #FFF;
	border-radius: 10px;
	top: 70px;
	left: -90px;
	box-shadow: 0 0 10px rbga(133, 148, 250, .08);
}

.inform-item {
	margin-bottom: 15px;
}

.inform-orderno {
	font-size: 14px;
	color: #162a4d;
	margin-bottom: 5px;
}

.inform-info {
	display: flex;
	margin-bottom: 15px;
}

.inform-msg {
	flex: 1;
	font-size: 14px;
	color: #5b6f94;
}

.inform-num {
	font-size: 13px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 15px;
	color: #FFF;
	background: red;
}

.inform-more {
	margin-top: 10px;
	text-align: center;
	color: #2b3f63;
	font-size: 14px;
}

/* 搜索 */
.search-box {
	width: 100%;
	background: #FFF;
	padding: 50px 0 63px;
	display: flex;
	justify-content: center;
}

.search {
	width: 743px;
}

.search-title {
	font-size: 18px;
	color: #14284d;
	margin-bottom: 27px;
}

.search-main {
	display: flex;
}

.search-input {
	flex: 1;
	height: 45px;
	border-radius: 45px 0 0 45px;
	border: 1px solid #b3bdd1;
	padding: 0 15px;
}

.search-btn {
	width: 91px;
	border-radius: 0 45px 45px 0;
	background: #225AFC;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 5px;
}

.search-btn-icon {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.citylist {
	position: absolute;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(133, 148, 250, .08);
	right: -24px;
	top: 80px;
	width: 120px;
	height: 300px;
	text-align: center;
	overflow-y: scroll;
	border-radius: 10px;
}

.citylist-item {
	height: 35px;
	line-height: 35px;
}

.citylist::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: rgba(0, 0, 0, 0);
}

/*定义滚动条轨道*/
.citylist::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
}

/*定义滑块*/
.citylist::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e0e3ea8f;
}

/* 热搜词 */
.search-word {
	display: flex;
	align-items: center;
	padding-top: 20px;
	font-size: 14px;
	color: #a1adc5;
}

.search-word-title {
	margin-right: 15px;
}

.search-list {
	display: flex;
	align-items: center;
}

.search-item {
	margin-right: 20px;
	color: #a1adc5;
}

@media (max-width: 1400px) {
	.nav {
		margin-left: 0;
	}
}


/* 右侧悬浮 */

.rmenu {
	position: fixed;
	width: 60px;
	height: 100vh;
	top: 0;
	right: 2%;
	padding-top: 80px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 100px;
	z-index: 9999;
}

.rmenu-item {
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	border-radius: 6px;
	margin-bottom: 18px;
	box-shadow: 0 0 10px rgba(151, 176, 249, .43);
	cursor: pointer;
	position: relative;
}

.rmenu-item:hover .rmenu-item-icon {
	color: #225AFC;
}

.rmenu-item-icon {
	/* width: 26px;
    height: 26px; */
	color: #ABBAE6;
	font-size: 26px;
}

.rmenu-item span {
	font-size: 13px;
	color: #3e4f81;
	margin-top: 3px;
}

/* 咨询 */
.consult-box {
	width: 163px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(151, 176, 249, .43);
	position: absolute;
	right: 70px;
	top: -10px;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 14px 0 6px;
}

.consult-text {
	font-size: 14px;
	color: #9c9fb5;
	margin-bottom: 14px;
}

.consult-btn {
	width: 118px;
	height: 35px;
	border-radius: 35px;
	background-color: #507bf7;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 7px;
}

.consult-btn:hover {
	color: #FFF;
}

/* 公用分页 */
.pagination {
	margin: 40px auto;
	text-align: center;
}

.pagination li {
	display: inline-block;
	margin: 0 6px;
}

.pagination li a:hover {
	color: #225AFC;
}

.pagination li a,
.pagination li.active {
	width: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.pagination li a {
	background: #EDF0F2;
	color: #626262;
}

.pagination li.active {
	background: #15294E;
	color: #FFF;
}

/* 公共底部 */
.qrcode-img {
	width: 98px;
	height: 98px;
	background: #FFF;
	margin-bottom: 16px;
}

.qrcode-item span {
	color: #FFF;
	font-size: 14px;
}

.qrcode-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 26px;
}

.qrcode-title {
	color: #FFF;
	font-size: 14px;
	margin-bottom: 10px;
}

.qrcode {
	display: flex;
}

.footer-msg {
	font-size: 14px;
	color: #8a949c;
	margin-bottom: 5px;
	line-height: 1.5;
}

.footer-msg p {
	display: flex;
	align-items: center;
}

.footer-msg a {
	color: #8a949c;
	cursor: pointer;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
}

.footer-nav a {
	display: block;
	font-size: 16px;
	color: #FFF;
	padding-right: 13px;
	margin-right: 13px;
	margin-bottom: 10px;
	border-right: 1px solid #50575d;
}

.footer-nav a h2 {
	font-size: 16px;
}

.footer-link {
	font-size: 13px;
	margin-bottom: 7px;
	color: #8a949c;
}

.footer-link span {
	margin-right: 10px;
}

.footer-link a {
	color: #FFF;
}

.footer-info {
	flex: 1;
}

.footer-logo {
	width: 160px;

}

.footer {
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #2c2c2c;
}

.footer-box {
	width: 100%;
	background: #2c2c2c;
}

.footer-contont {
	display: flex;
	align-items: center;
}

.link-box {
	margin: 20px 0 0;
}

/* 承诺 */
.foot-approve {
	margin: 50px auto 0;
	display: flex;
	padding: 50px 0;
	border-top: 1px solid #ece7f0;
	justify-content: space-between;
}

.approve-item {
	display: flex;
	flex: 1;
}

.approve-img {
	width: 64px;
	height: 64px;
	margin-right: 10px;
}

.approve-info {
	flex: 1;
}

.approve-title {
	font-size: 16px;
	color: #15294e;
	margin-bottom: 10px;
	margin-top: 4px;
}

.approve-msg {
	font-size: 14px;
	color: #9ba3ba;
}

/* 友情链接 */
.link-box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.link-tab {
	display: flex;
	color: #8a949c;
	border-bottom: 1px solid #50575d;
}

.link-tab-item {
	display: flex;
	margin-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	cursor: pointer;
}

.link-tab-item:hover {
	color: #fff;
}

.link-tab-item.active {
	color: #fff;
}

.link-list {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	padding-top: 15px;
}

.link-list a {
	color: #FFF;
	margin-right: 15px;
}

/* logo */
.footer-logo-link {
	display: flex;
	margin-right: 48px;
}

/* 版权声明 */
.article-copyright {
	color: #888;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 70px;
}


/* 底部推荐律师 */
/* 标题 */
.btm-lawyerlist-box {
	width: 100%;
	display: flex;
	background-size: cover;
	margin-bottom: 100px;
}

.btm-box-title {
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
	margin-bottom: 66px;
}

.btm-title {
	font-size: 30px;
	color: #fff;
	font-size: 600;
}

.btm-more {
	font-size: 20px;
	color: #cfd8e9;
}

.related {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 0px rgba(33, 89, 251, 0.11);
	border-radius: 14px;
	padding: 30px;
	display: flex;
	flex-direction: column;
}

.related-title {
	font-size: 18px;
	font-weight: bold;
	color: rgba(43, 62, 99, 1);
	margin-bottom: 26px;
}

.related-list {
	display: flex;
	flex-wrap: wrap;
}

.related-item {
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 35px;
	background: rgba(107, 143, 251, 1);
	border-radius: 4px;
	margin: 0 15px 20px 0;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.related-item:hover {
	color: #FFF !important;
}

.related-type {
	display: flex;
	position: relative;
}

.related-type-more {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 400;
	color: rgba(116, 133, 165, 1);
	cursor: pointer;
	padding: 0 15px;
	user-select: none;
}

.related-type-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(115, 133, 166, 1);
	margin-right: 20px;
}

.related-type-item {
	font-size: 14px;
	font-weight: 400;
	color: rgba(21, 41, 77, 1);
	display: flex;
	margin-bottom: 10px;
}

.related-type-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	line-height: 40px;
	padding-right: 58px;
	margin-bottom: 15px;
	overflow: hidden;
}

.related-type-item {
	margin-right: 30px;
}

.load {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.load i {
	margin-right: 6px;
}


/* 占位 */
.nodata-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
}

.nodata-box img {
	width: 100px;
	margin-bottom: 20px;
}

.nodata-box span {
	font-size: 16px;
	color: #666;
}

/* 分享 */
.share-shade {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.share-box {
	width: 400px;
	background-color: #FFF;
	border-radius: 5px;
}

.share-box-head {
	height: 50px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.share-box-title {
	font-weight: 700;
}

.share-box-iconfont {
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.share-app {
	display: flex;
	justify-content: space-between;
	padding: 0 15px 15px;
}

.share-app-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px 0 0;
}

.share-app-item {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.share-app-item i {
	font-size: 30px;
	margin-right: 10px;
}

.share-code {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.code-img {
	width: 100px;
	height: 100px;
	background-color: #0066CC;
	margin-bottom: 5px;
}

.share-code-title {
	color: #666;
	font-size: 14px;
}

/* 下载APP宣传图 */

.publicity {
	width: 100%;
	height: 210px;
	background-color: #000066;
	border-radius: 16px;
	margin-bottom: 20px;
	overflow: hidden;
}

.publicity img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

@media (max-width: 1400px) {

	.publicity,
	.publicity img {
		height: 170px;
	}
}

/* 客服弹窗 */
.servewin-box{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 599;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.20);
  display: flex;
  justify-content: center;
  align-items: center;
}

.servewin{
  width: 262px;
  height: 278px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(146, 172, 244, .56);
  padding: 44px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.servewin-title{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 22px;
}
.servewin-msg{
  font-size: 13px;
  color: #225afc;
  margin-bottom: 24px;
}
.servewin-code{
  width: 120px;
  height: 120px;
  background: #000000;
}
.servewin-code img{
  width: 120px;
  height: 120px;
}
