.zwfw-draw-admin{
	position: fixed;
	right: 20px;
	bottom: 185px;
	z-index: 999;
}

.zwfw-draw-fkadmin{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	cursor: pointer;
}

.close-zwfw-admin{
	color: #fff;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
	cursor: pointer;
}

/* 不满意弹框 */
.dissatisfied-draw {
	/* display: none; */
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.2);
	font-size: 14px;
	color: #333;
}

.dissatisfied-draw-div {
	width: 600px;
	height: fit-content;
	background: #ffffff;
	padding: 40px;
	margin: 100px auto;
}

.dissatisfied-draw-head {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.dissatisfied-draw-title {
	width: 100%;
	height: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
}

.draw-top-img {
	width: 16px;
	height: 16px;
	background: url(../img/draw-btn.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.dissatisfied-draw-keyword,
.dissatisfied-draw-question,
.dissatisfied-draw-detail {
	margin-bottom: 30px;
}

.draw-title {
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	margin-bottom: 10px;
}

.dissatisfied-draw-keyword input,
.draw-question-select select {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	border: 1px solid #dfdfdf;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
}

.dissatisfied-draw-detail .dissatisfied-draw-textarea {
	width: 100%;
	height: 100px;
	padding: 21px 11px;
	border: 1px solid #dfdfdf;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	resize: unset;
}

.dissatisfied-draw-btn {
	display: flex;
	justify-content: center;
}

.dissatisfied-btn-confirm,
.dissatisfied-btn-cancel {
	width: 120px;
	height: 40px;
	background: #d78b94;
	border-radius: 4px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.dissatisfied-btn-confirm,
.dissatisfied-btn-cancel {
	width: 120px;
	height: 40px;
	background: #1677FF;
	border-radius: 4px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.dissatisfied-btn-confirm:hover,
.dissatisfied-btn-cancel:hover {
	background: #1677FF;
}

.dissatisfied-btn-confirm {
	margin-right: 40px;
}

@media screen and (max-width: 768px) {
	.zwfw-draw-admin,.zwfw-draw-fkadmin{
		display: none;
	}
}