@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	font-family: PingFangSC-Regular, "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif
}

body {
	color: #141721;
	min-width: 1200px;
}

a {
	text-decoration: none;
	color: #141721;
}

input,
select,
textarea {
	outline: 0;
	border: 0;
	background-color: transparent;
}

img {
	max-width: 100%;
	border: 0;
	display: inline-block
}

li,
ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

em,
i {
	font-style: normal
}

.center {
	margin-left: auto;
	margin-right: auto
}

.tl {
	text-align: left
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.dis_none {
	display: none;
}

.posr {
	position: relative
}

.posa {
	position: absolute
}

.left {
	float: left
}

.right {
	float: right
}

.clear {
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	clear: both
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.col_down {
	color: #BF513E !important;
}

.col_up {
	color: #409F72 !important;
}

.bg_down {
	background: #BF513E !important;
}

.bg_up {
	background: #409F72 !important;
}

.bg_F5F7FB {
	background-color: #F5F7FB;
}

.bg_FEF8F1 {
	background-color: #FEF8F1;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
}

.flex_cen_cen {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex_sb_cen {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn_sty {
	/* display: inline-block; */
	min-width: 100px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 11px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid transparent;
	background: none;
	border-radius: 3px;
	font-weight: 500;
	transition: border .2s ease, background-color .2s ease, color .15s ease;
	cursor: pointer;
	box-sizing: border-box;
	user-select: none;
	outline: none;
}

.btn_kx {
	color: #1977EF;
	background: #ffffff;
	border-color: #1977EF;
}

.btn_kx:hover {
	background: #1977EF;
	border-color: #1977EF;
	color: #ffffff;
}

.btn_sx {
	background: #1977EF;
	border-color: #1977EF;
	color: #ffffff;
}

.btn_sx:hover {
	/*color: #ffffff;*/
	background: #4396FF;
	border-color: #4396FF;
}

.btn_kx:active,
.btn_sx:active {
	color: #ffffff;
	background: #125CB9;
	border-color: #125CB9;
}

.mask_style_pub {
	display: none;
	background: rgba(0, 0, 0, 0.32);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	box-sizing: border-box;
	overflow: auto;
}



/*header*/

.logo_img_pub {
	display: none;
}

.qr_head {
	background: #10273F;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.qr_head_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 66px;
}

.qr_head_box>.dl {
	display: flex;
	align-items: center;
}

.qr_head_box>.dl span {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	border-left: 1px solid rgba(255, 255, 255, 0.36);
	padding-left: 20px;
}

.qr_head_box>.dr {
	display: flex;
	align-items: center;
}

.qr_head_box>.dr .kf_img,
.qr_head_box>.dr .menu_img {
	margin-left: 20px;
	cursor: pointer;
}

#lang_text {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	cursor: pointer;
	background: url(../img/longEditor/jt_down.svg) no-repeat right center;
	padding-right: 15px;
}

.lang_list {
	border: none;
	padding: 5px 0;
	border-radius: 2px;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.lang_list li {
	padding: 8px 16px;
	font-size: 14px;
	color: #141721;
	background-color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	cursor: pointer;
}

.lang_list li:hover {
	background: #F2F3F5;
}

/* 预览 */


.showViewArt_text h3,
.w-e-text-container .w-e-text h3 {
	font-size: 1.17em !important;
	font-weight: bold;
	color: #141721;
}

.showViewArt_text ul,
.w-e-text-container ul {
	list-style-type: disc !important;
	margin: 10px 0 10px 20px;
}

.showViewArt_text ul li,
.w-e-text-container ul li {
	list-style: disc !important;
}

.showViewArt_text ol,
.w-e-text-container ol {
	list-style-type: decimal !important;
	margin: 10px 0 10px 20px;
}

.showViewArt_text ol li,
.w-e-text-container ol li {
	list-style: decimal !important;
}

.showViewArt_text h1 {
	margin: 10px 0;
	line-height: 1.5;
}

.showViewArt_mask {
	/* display: none; */
}

.showViewArt_con {
	background: url(../img/longEditor/showView_bg.png) no-repeat center center;
	background-size: cover;
	width: 375px;
	height: 667px;
	margin: 80px auto 0;
	position: relative;
}

.showViewArt_con .return_btn {
	display: block;
	width: 15px;
	height: 26px;
	z-index: 1;
	position: absolute;
	left: 28px;
	top: 50px;
	opacity: 0;
	cursor: pointer;
}

.showViewArt_avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 8px;
}

.showViewArt_div {
	width: 340px;
	height: 566px;
	position: absolute;
	left: 16px;
	top: 87px;
	background-color: #fff;
	/* opacity: 0.8; */
	z-index: 1;
	box-sizing: border-box;
	padding: 10px 16px;
	border-radius: 40px;
}

.showViewArt_head {
	display: flex;
	align-items: center;
}

.showViewArt_head>div {
	width: calc(100% - 40px);
}

.showViewArt_nickName {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #141721;
}

.showViewArt_time {
	font-size: 12px;
	line-height: 17px;
	color: #797B85;
}

.showViewArt_title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #141721;
	margin: 10px 0 0;
	word-break: break-all;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.showViewArt_avatar_bot {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.showViewArt_text {
	font-size: 14px;
	line-height: 21px;
	word-break: break-all;
	padding-top: 20px;
}
