.issue-product {
	border: 2px solid #efefef;
	background-color: #FFFFFF;
	border-radius: 1rem;
}

.issue-product-select {
	background-color: #FFFFFF;
	border-radius: 1rem;
	border: 2px solid #1b91ff;
}

.issue-product:hover {
	background-color: #FFFFFF;
	border-radius: 1rem;
	border: 2px solid #cdcdcd;
}

.issue-divider-text {
	font-size: 18px;
	font-weight: 400;
}

.issue-padding-top {
	padding-top: 3rem;
}

.issue-product-padding {
	padding-top: 1rem;
}

#wangid>.toolbar {
	border: 1px solid #ccc;
}

#wangid>.text {
	border: 1px solid #ccc;
	min-height: 400px;
}

.el-col-6 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.el-dialog__body {
	padding: 10px 20px 30px 20px !important;
}

/*
.el-dialog {
	width: 40% !important;
}
*/
/*
.w-e-menu:nth-child(7){
	display: none !important;
}
.w-e-menu:nth-child(10){
	display: none !important;
}
*/
.w-e-menu .w-e-panel-container .w-e-panel-close {
	z-index: 10003 !important;
}

/*工单*/
@media (min-width: 481px) and (max-width: 1024px) {
	.el-dialog {
		width: 90% !important;
	}
}

@media (max-width: 480px) {
	.el-dialog {
		width: 90% !important;
	}

	.el-dialog__headerbtn {
		font-size: 22px !important;
		top: 15px !important;
	}

	.el-divider__text {
		/*		background-color: transparent !important;*/
	}

	.issue-divider-text {
		font-size: 16px !important;
	}

	.el-divider__text.is-center {
		width: 100% !important;
		text-align: center;
	}

	.el-col-6 {
		width: 50% !important;
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.el-form-item__content {
		margin-left: 0px !important;
	}

	.el-form-item__label {
		float: none !important;
		text-align: left !important;
	}

	.w-e-toolbar {
		float: none;
	}

	.el-divider__text img {
		width: 70% !important;
	}

	.issue-padding-top {
		padding-top: 1rem;
	}
}