.content_row {
	width: 100%;
	margin-top: 68px;
	margin-bottom: 80px;
}

.content_in {
	width: 800px;
	padding: 36px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 30px 0 rgba(232, 232, 237, .5);
	margin-bottom: 16px;
}

.p_1 {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-color);
}

.p_1 textarea {
	width: 86%;
	font-size: 23px;
	line-height: 32px;
	font-weight: bold;
	color: var(--font-2);
	word-break: break-all;
	white-space: pre-wrap;
	resize: none;
	overflow: hidden;
}

.p_1 textarea::placeholder {
	color: var(--font-4);
}

.p_1 p {
	font-size: 13px;
	color: var(--font-1);
}

.bt_full {
	width: 96% !important;
}

.p_2_nav {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 52px;
	border-bottom: 1px solid #eee;
	z-index: 2;
}

.p_2 {
	width: 100%;
	padding: 1% 0;
}

#editor-text-area {
	min-height: 620px;
}

/* .p_2 textarea {
	width: 100%;
	height: 800px;
	font-size: 16px;
	line-height: 32px;
	color: var(--font-2);
	word-break: break-all;
	white-space: pre-wrap;
}

.p_2 textarea::placeholder {
	color: var(--font-4);
} */



.p_2_mood textarea {
	width: 98%;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: var(--font-2);
	word-break: break-all;
	white-space: pre-wrap;
	resize: none;
	overflow: hidden;
}

.p_2 textarea::placeholder {
	color: var(--font-4);
}

.upload_out {
	width: 100%;
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.upload_out .upload_box {
	width: 128px;
	height: 128px;
	background-color: #fcfcfd;
	border-radius: 4px;
	border: 1px dashed var(--bg-color);
	margin: 0 15px 30px 15px;
	position: relative;
	font-size: 24px;
	color: var(--bg-color);
	cursor: pointer;
	position: relative;
}

.upload_out .upload_box .ico_pic {
	font-size: 24px;
	color: #e3e3e3;
}

.upload_out .upload_box .ico_close {
	font-size: 14px;
	color: rgba(0, 21, 63, 0.3);
	position: absolute;
	top: 4px;
	right: 4px;
}

.txt_tip {
	width: 100%;
	font-size: 13px;
	line-height: 13px;
	color: var(--font-1);
}


.p_2_video .p_in {
	width: 100%;
	height: 450px;
	background-color: #fdfdfd;
	border: 1px dashed #cacaca;
	cursor: pointer;
	position: relative;
}

.p_2_video .p_in:hover {
	background-color: #fbfbfb;
	border: 1px dashed #c2c2c2;
}


.p_2_video .del_btn {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: #4c4c4c;
	border: 1px solid rgba(255, 255, 255, 0.9);
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	padding: 1px 1px;
}


.p_2_video .icon-shangchuanmian {
	font-size: 64px;
	color: var(--line-color);
}

.p_2_video .p_txt {
	font-size: 14px;
	color: var(--font-1);
	margin-top: 16px;
}

.p_2_video .p_bot {
	width: 94%;
	padding: 0 3%;
	margin-top: 36px;
}

.p_2_video .txt_box {
	margin-left: 16px;
}

.p_2_video .txt_1 {
	font-size: 14px;
	color: var(--font-1);
}

.p_2_video .txt_2 {
	font-size: 13px;
	color: var(--font-3);
	margin-top: 4px;
}

.p_2_video .icon-tupian-mianxing {
	font-size: 36px;
	color: #e2e2e2;
}

.p_2_video .icon-fenbianshuai {
	font-size: 36px;
	color: #e2e2e2;
}

.p_2_video .icon-shipindaxiao {
	font-size: 36px;
	color: #e2e2e2;
}


.content_in .p_1_row {
	width: 100%;
	margin-bottom: 32px;
}

.content_in .p_1_row .txt_1 {
	width: 10%;
	font-size: 13px;
	line-height: 26px;
	color: var(--font-2);
	margin-right: 20px;
	cursor: pointer;
}

.content_in .p_1_row .txt_1 span {
	width: 12%;
	color: var(--main-color);
}

.content_in .p_1_row .ico_sm {
	font-size: 16px;
	color: var(--font-1) !important;
}

.content_in .p_1_row .upload_out {
	width: 49%;
}

.content_in .p_1_row .upload_box {
	width: 160px;
	height: 120px;
	background-color: #fdfdfd;
	border-radius: 4px;
	border: 1px dashed var(--bg-color);
	margin-bottom: 16px;
	position: relative;
	font-size: 24px;
	color: var(--bg-color);
	cursor: pointer;
}

.content_in .p_1_row .txt_2 {
	width: 90%;
	font-size: 13px;
	line-height: 13px;
	color: var(--font-1);
	margin-left: 16px;
}

.content_in .p_1_row .zy_input {
	width: 90%;
	position: relative;
}

.content_in .p_1_row .zy_input textarea {
	width: 96%;
	height: 100px;
	padding: 1% 2%;
	border: 1px solid var(--line-color);
	border-radius: 4px;
	font-size: 16px;
	line-height: 26px;
	color: var(--font-2);
	cursor: pointer;
}

.content_in .p_1_row .zy_input_sp textarea {
	width: 96%;
	height: 32px;
	padding: 1% 2%;
	border: 1px solid var(--line-color);
	border-radius: 4px;
	font-size: 16px;
	line-height: 30px;
	color: var(--font-2);
	cursor: pointer;

	word-break: break-all;
	white-space: pre-wrap;
	resize: none;
	overflow: hidden;
}



.content_in .p_1_row .zy_input textarea::placeholder {
	color: var(--font-3);
}

.content_in .p_1_row .zy_input textarea:hover {
	border: 1px solid #dddddd;
}

.content_in .p_1_row .zy_input .span_box {
	position: absolute;
	bottom: 16px;
	right: 12px;
}

.content_in .p_1_row .zy_input span {
	font-size: 12px;
	line-height: 24px;
	color: var(--font-1);
	margin-right: 10px;
}

.content_in .p_1_row .zy_input button {
	padding: 6px 12px;
	background-color: transparent;
	border: 1px solid var(--line-color);
	border-radius: 4px;
	font-size: 12px;
	line-height: 12px;
	color: var(--font-1);
}

.content_in .p_1_row .p_row_rt {
	margin-top: 6px;
}

.content_in .p_1_row .p_row_rt input {
	cursor: pointer;
}

.content_in .p_1_row .p_row_rt span {
	font-size: 14px;
	line-height: 14px;
	color: var(--font-2);
	margin: 0 40px 0 10px;
}

.content_in .p_box_rt_box {
	width: 100%;
	margin-bottom: 32px;
}

.content_in .p_box_rt_box .txt_1 {
	width: 10%;
	font-size: 13px;
	line-height: 13px;
	color: var(--font-2);
	margin-right: 20px;
	margin-top: 24px;
	cursor: pointer;
}

.content_in .p_box_rt_box .txt_1 span {
	width: 12%;
	color: var(--main-color);
}

.content_in .p_box_rt_box form {
	width: 90%;
}

.content_in .yxz_box {
	width: 100%;
}

.content_in .yxz_box span {
	font-size: 13px;
	line-height: 13px;
	color: var(--font-1);
}

.content_in .yxz_rt span {
	margin-top: 16px;
}

.content_in .yxz_rt_b span {
	font-weight: bold;
	color: var(--main-color);
}


.content_in .p_bq {
	font-size: 13px;
	line-height: 13px;
	color: var(--main-color);
	padding: 6px 12px;
	border-radius: 4px;
	background-color: rgba(252, 85, 49, 0.05);
	margin-right: 16px;
	margin-top: 16px;
	cursor: pointer;
	position: relative;

}

.content_in .p_bq:hover {
	background-color: rgba(252, 85, 49, 0.1);
}

.p_bq_xz {
	padding-right: 30px !important;
}



.bq_del_btn {
	position: absolute;
	top: 0;
	right: 2px;
	width: 90%;
	height: 100%;
	padding-right: 6%;
}

.bq_del_btn div {
	width: 16px;
	height: 16px;
	font-size: 12px;
	transform: scale(0.82);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.9);
	background-color: #767676;
}

.content_in .p_bq_1 {
	font-size: 14px;
	line-height: 14px;
	color: var(--font-1);
	margin-right: 16px;
	margin-top: 16px;
	cursor: pointer;
}

.content_in .p_bq_1:hover {
	color: var(--main-color);
}

.content_in .xz_box {
	width: 96%;
	padding: 0 2% 16px 2%;
	background-color: #fcfcfd;
	border: 1px solid var(--line-color);
	border-radius: 4px;
	margin-top: 16px;
}

.content_in .xz_box_1 {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-color);
	display: flex;
	flex-wrap: wrap;
}

.content_in .xz_box_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.content_bot {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 68px;
	background-color: #fff;
	border-top: 1px solid var(--line-color);
	z-index: 8;
}

.content_bot_in {
	width: 1000px;
}

.content_bot .content_bot_lf {
	width: 500px;
}

.content_bot .content_bot_lf .txt_1 {
	font-size: 13px;
	line-height: 13px;
	color: var(--font-1);
	margin-right: 16px;
}

.content_bot .content_bot_lf .txt_2 {
	font-size: 13px;
	line-height: 13px;
	color: var(--font-2);
	margin-right: 4px;
}

.content_bot .content_bot_lf .ico_sjt {
	font-size: 13px;
	color: var(--font-1);
}

.content_bot .content_bot_lf .ico_xjt {
	font-size: 13px;
	color: var(--font-1);
}

.content_bot .content_bot_rt {
	width: 500px;
}

.content_bot .bc_but {
	padding: 0 20px;
	height: 36px;
	border: 1px solid var(--line-color);
	background-color: var(--sub-color);
	border-radius: 4px;
	font-size: 14px;
	line-height: 22px;
	color: #b3b3b3;
	cursor: pointer;
}

.content_bot .bc_but:hover {
	color: var(--font-1);
}

.bc_but_big {
	background-color: var(--main-color);
	color: #fff;
}

.content_bot .fb_but {
	padding: 0 20px;
	height: 36px;
	background-color: var(--main-color);
	border-radius: 4px;
	border: none;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-left: 24px;
	cursor: pointer;
}

.content_bot .fb_but:hover {
	background-color: var(--hover-color);
}


.hide_ {
	display: none;
}


.upload_box {
	width: 240px !important;
	height: 160px !important;
}

.upload_out .upload_box .del_btn {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: #4c4c4c;
	border: 1px solid rgba(255, 255, 255, 0.9);
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 50%;
	padding: 1px 1px;
}

#file_img {
	width: 240px;
	height: 160px;
	object-fit: cover;
}



.txt_tip {
	width: 100%;
	font-size: 13px;
	line-height: 13px;
	color: var(--font-1);
}


.upload_out_dt {
	width: 100%;
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}



.upload_out_dt .upload_box {
	width: 128px !important;
	height: 128px !important;
	background-color: #fcfcfd;
	border-radius: 4px;
	border: 1px dashed var(--bg-color);
	margin: 0 15px 30px 15px;
	position: relative;
	font-size: 24px;
	color: var(--bg-color);
	cursor: pointer;
	position: relative;
}

.upload_out_dt .upload_box .ico_pic {
	font-size: 24px;
	color: #e3e3e3;
}

.upload_out_dt .upload_box .ico_close {
	font-size: 14px;
	color: rgba(0, 21, 63, 0.3);
	position: absolute;
	top: 4px;
	right: 4px;
}

.upload_out_dt .upload_box .del_btn {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: #4c4c4c;
	border: 1px solid rgba(255, 255, 255, 0.9);
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 50%;
	padding: 1px 1px;
}

.file_img_dt {
	width: 128px !important;
	height: 128px !important;
	object-fit: cover;
}

.wz_content {
	margin-top: 56px;
}

.wz_pic_list_out {
	width: 52%;
	height: 200px;
}

.wz_pic_list {
	width: 100%;
	height: 190px;
	overflow-y: scroll;
}

/* .wz_pic_list::-webkit-scrollbar {
	display: none;
} */

.wz_pic_list .wz_pic_one_div {
	width: 118px;
	height: 88px;
	margin-bottom: 2px;
	margin-right: 2px;
	position: relative;
	overflow: hidden;
}

.wz_pic_one_div .wz_pic_one {
	width: 100%;
	height: 100%;
	cursor: pointer;
}



.zwzxzfm {
	width: 96px;
	font-size: 12px;
	line-height: 30px;
	color: var(--font-1);
	margin-bottom: 6px;
	padding: 6px auto;
	text-align: center;
	background-color: var(--main-88-color);
	color: #fff;
	border-radius: 16px;

}

.set_fm_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: transparent;
	cursor: pointer;
	pointer-events: none;
}


.wz_pic_one:hover+.set_fm_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
}


.wz_pic_one:hover {
	transform: scale(1.2);
}