@import url("font_3197275_ec8lruplobd.css");

*:before,
*:after {
	box-sizing: border-box;
	max-height: 1000001px;
}

*,
*:before,
*:after {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
textarea,
td {
	border: 0 none;
	font-size: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

em,
strong,
i {
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
}

body {
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
	line-height: 1.5;
	color: #333;
	background-color: #f2f2f2;
	font-size: 16px;
}

a {
	text-decoration: none;
}

* html .clearfix {
	height: 1%;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

input,
button {
	outline: none;
	border: none !important;
}

::-ms-clear {
	display: none;
}

:-moz-placeholder {
	color: #7a848d;
}

::-moz-placeholder {
	color: #7a848d;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #7a848d;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #7a848d;
}

.art-cont blockquote {
	background: rgba(0,124,255,.05);
    border-left: 2px solid #007cff;
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 20px 0;
    padding: 20px 20px 20px 18px;
    word-break: break-all;
}



/*公用*/
.w-1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.w-880 {
	width: 880px;
}

.w-300 {
	width: 300px;
}

.w-260 {
	width: 260px;
}

.w100 {
	width: 100%;
}

.w48 {
	width: 48%;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ptblf-10 {
	padding: 10px;
}

.ptblf-20 {
	padding: 20px;
}

.plr-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.plr-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.ml-20 {
	margin-left: 20px;
}

.bg-fff {
	background-color: #fff;
}

.dis-block {
	display: block;
}

.over-hide {
	overflow: hidden;
}

.shadow-a {
	box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}

.shadow-5 {
	box-shadow: 0 0 5px rgba(0, 0, 0, .16);
}

.bor-5 {
	border-radius: 5px;
}

.bor-10 {
	border-radius: 10px;
}

.bor-20 {
	border-radius: 20px;
}

.b-ef {
	border: 1px solid #efefef;
}

.bb-ef {
	border-bottom: 1px solid #efefef;
}

.bt-ef {
	border-top: 1px solid #efefef;
}

.es-1 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

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

.es-3 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.font-0 {
	font-size: 0;
}

.flex {
	display: flex;
	-webkit-display: flex;
}

.flex-1 {
	flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.region-scroll {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

span[id^=cnzz] {
	display: none;
}

.img img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.other {
	height: 20px;
}

.other span,
.other a {
	font-size: 12px;
	color: #999;
}

.other .fr span {
	padding-left: 10px;
}

.color-9 {
	color: #999;
}

.title-h1 {
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

.title-h1 .fr {
	color: #999;
	font-size: 14px;
	font-weight: normal !important;
}

.art-h2 {
	font-size: 18px;
	color: #0e89d1;
	position: relative;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	font-weight: bold;
}

.art-h2::after {
	content: "";
	display: block;
	width: 4px;
	height: 22px;
	background: #0e89d1;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
}

.t-h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.t-h2 i {
	color: #0e89d1;
	font-weight: normal;
	font-size: 16px;
	padding-left: 4px;
}

.h2 {
	font-size: 20px;
	font-weight: bold;
}

.h2 i {
	color: #0e89d1;
	font-weight: normal;
	font-size: 16px;
	padding-left: 4px;
}

.h3 {
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.h3 span,
.h3 a {
	font-size: 14px;
	font-weight: normal;
}

.h3 .fr {
	color: #999;
}

.h3 a:hover {
	color: #0e89d1;
}

.user-img {
	width: 40px;
	height: 40px;
	position: relative;
}

.user-img img {
	border-radius: 50%;
}

.user-img .verified-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	background-image: url(../images/authentication.png);
}

.ask-docState {
	font-size: 12px;
}

.ask-docState span.zx {
	color: rgb(8, 217, 105);
	font-size: 12px;
}

.ask-docState span.lx {
	color: rgb(173, 173, 173);
	font-size: 12px;
}

.i-views {
	font-size: 18px !important;
	vertical-align: middle;
	padding-right: 2px;
}

.i-time {
	font-size: 14px !important;
	vertical-align: middle;
	padding-right: 2px;
}

.i-category {
	font-size: 17px !important;
	vertical-align: middle;
	padding-right: 2px;
}

.i-answers {
	font-size: 18px !important;
	vertical-align: middle;
}

.art-tag a {
	display: inline-block;
	background: #FFF7F8;
	padding: 4px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	max-width: 100px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 20px;
}

.art-tag a:hover {
	opacity: .8;
}

.art-title {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}

.art-title em {
	color: #f73131;
	font-style: normal;

}

.art-desc {
	font-size: 14px;
	color: #999;
	line-height: 22px;
}

.kfBtn {
	position: relative;
}

.ad-tips {
	position: absolute;
	right: 4px;
	bottom: 4px;
	background: rgba(0, 0, 0, .25);
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	z-index: 999;
	font-size: 12px;
}

/*翻页*/
.pages {
	width: 100%;
	overflow: hidden;
}

.pages a {
	display: block;
	float: left;
	border: 1px solid #E5E5E5;
	text-align: center;
	margin-right: 10px;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 14px;
}

.pages .page {
	margin: 0 auto;
	display: table;
}

.pages .page a {
	display: table-cell;
	color: #999999;
}

.pages .page .cur,
.pages .page a:hover {
	color: #ffffff;
	background: #0e89d1;
	border: 1px solid #0e89d1;
}

/*管理员*/
.adminBtn {
	position: absolute;
	z-index: 10000;
	color: #999999;
	font-size: 14px;
	background: #f5f5f5;
	padding: 0 10px;
	border-radius: 10px;
	right: 10px;
}

.admin-login {
	top: 10px;
}

.admin-logout {
	top: 40px;
}

.adminBtn:hover {
	background: #0e89d1;
	color: #fff;
}

.admin-edit .admin-edit-item a {
	font-size: 16px;
	color: #999;
	padding: 2px 10px;
	border-radius: 10px;
	margin-right: 10px;
	background: #f5f5f5;
}

/*swiper*/
.swiper-pagination {
	color: #FFF;
}

.swiper-pagination span {
	color: #FFF;
}

/*公共遮罩层*/
.mask {
	background: rgba(0, 0, 0, .8);
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.mask .picSwiper {
	width: 100%;
	height: 100%;
}

.mask .picSwiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.mask .swiper-container-android .swiper-slide,
.mask .picSwiper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mask .picSwiper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mask .swiper-container-horizontal>.swiper-pagination-bullets,
.mask .swiper-pagination-custom,
.mask .swiper-pagination-fraction {
	position: absolute;
	top: 40px;
	left: 92%;
	width: 120px;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	border-radius: 30px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mask .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	margin: auto;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.mask .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.mask .swiper-button-next,
.mask .swiper-button-prev {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	text-align: center;
}

.mask .swiper-button-next:after,
.mask .swiper-rtl .swiper-button-prev:after,
.mask .swiper-button-prev:after,
.mask .swiper-rtl .swiper-button-next:after {
	font-size: 25px !important;
	line-height: inherit !important;
}

.mask .swiper-button-next.swiper-button-disabled,
.mask .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: pointer;
}

.mask .swiper-button-prev {
	left: 80px !important;
}

.mask .swiper-button-next {
	right: 80px !important;
}

.mask .swiper-button-disabled {
	cursor: not-allowed;
}

.mask .swiper-button-disabled {
	cursor: not-allowed !important;
	z-index: 10000 !important;
}

.floor-nav {
	width: 50px;
	position: fixed;
	left: 50%;
	top: 34.5% !important;
	z-index: 200;
	margin-left: 620px;
	background: #fff;
	padding: 3px;
}

.floor-nav .cur,
.floor-nav li:hover {
	background: #0e89d1;
	color: #fff;
	cursor: pointer;
}

.floor-nav li {
	display: block;
	height: 40px;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	color: #181818;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s;
}

.foot-l img {
	width: 160px;
}

.pages .page em {
	float: left;
}

.img img {}

.haiwai img {
	height: 100% !important;
}

.ssgl {
	color: red;
}

/*404*/
.warp {
	width: 1000px;
	margin: 76px auto;
	height: auto;
	overflow: hidden;
}

.warp_top {
	width: 1000px;
	margin-top: 18px;
	height: auto;
	overflow: hidden;
}

.warp_box {
	width: 80%;
	margin: 60px auto;
	overflow: hidden;
	background: url("../images/404bg.jpg") no-repeat 99px 0;
	height: 269px;
}

.warp_info {
	float: right;
	width: 482px;
	overflow: hidden;
	padding-top: 59px;
}

.warp_info span {
	display: block;
	color: #151515;
	font-size: 28px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}

.warp_info p {
	color: #666666;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin-top: 3px;
}

.warp_info p i {
	font-style: normal;
	color: #ff6600;
}

.warp_info p a {
	color: #666666;
}

.warp_info p a:hover {
	color: red;
}

.warp_info .sy404 {
	display: block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 19px;
	color: #ffffff;
	font-size: 14px;
	background: #58ac0c;
	border-radius: 3px;
}

.tupian_404 {
	width: 80%;
	overflow: hidden;
	margin: 30px auto;
}

.tupian_404 li {
	float: left;
	width: 144px;
	overflow: hidden;
	background: #f7f7f7;
	margin: 0 8px;
	padding-bottom: 9px;
}

.tupian_404 li img {
	display: block;
	width: 100%;
	height: 100px;
}

.tupian_404 li p {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 16px;
}

.tupian_404 li a {
	text-decoration: none;
	color: #0a7cbe;
}

.tupian_404 li p:hover {
	color: red;
}

/*404*/

img.lazy {
	visibility: visible;
	opacity: 0.00;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	/*-webkit-filter: blur(5px);*/
}