.control-real-name i {
	margin-right: 3px;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
//-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background-color: #b9b9b9;
}

::-webkit-scrollbar-track {    // 加不加这个阴影都可
//-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #f0f0f0;
}

@media (max-width: 1024px){
	.control-name {

		display: block;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border: 1px solid #ededed;
	}
	.diy-form > div:nth-child(1) {
		width: 100px;
		float: left;
		border-right: 1px solid #e7e6e6;
	}
	.diy-form > div:nth-child(2) {
		width: calc(100% - 100px);
		margin-left: 100px;
		padding: 4px;
		position: absolute;
	}

}

@media (min-width: 768px) {
	.control-name {
		width: 48%;
		float: left;
		padding: 5px;
		border: 1px solid #ededed;
		margin: 0 1% 20px 1%;
		border-radius: 2px;

	}
	.diy-form > div:nth-child(1) {
		/*background-color: #fff;*/
		width: 250px;
		float: left;
		border-right: 1px solid #e7e6e6;
	}
	.diy-form > div:nth-child(2) {
		width: calc(100% - 254px);
		margin-left: 250px;
		padding: 4px;
		position: absolute;
	}
}

.control-real-name {
	float: left;
	font-size: 14px;
}
.control-name:hover {
	color: #0377ed;
	cursor: move;
	border: 1px solid #0377ed;
}
.form-title {
	text-align: center;
	font-size: 18px;
}
.form-subject {
	width: 100%;
	padding: 0px 10px;
	float: left;
	position: relative;
	height: 100%;
	overflow: auto;
	/*background-color: #fff;*/
}
.form-item-head {
	padding: 7px 0;
	width: 100%;
}
.form-item-content .checkbox,
.form-item-content .checkbox-inline,
.form-item-content .radio,
.form-item-content .radio-inline {
	padding-top: 8px;
	vertical-align:middle;
	margin-top:-2px;
	margin-bottom:1px;

}
.form-item-name {
	float: left;
}
.form-item-group-button {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 50;
}
.form-item-group-button i {
	margin-left: 3px;
	background-color: #22aaff;
	padding: 5px;
	color: white;
	cursor: pointer;
}
.form-item-group-button i.control-move {
	cursor: move;
}
.form-item-id {
	background-color: #22aaff;
	color: white;
	padding: 2px;
	margin-right: 5px;
}
.form-item-content {
	width: 100%;
}
.form-item-content::before,
.form-item-content::after {
	display: table;
	content: '';
}
.check-margin {
	margin-top: 7px;
}
.select-input-div {
	display: none;
	border: 1px solid #ccc;
	width: 92%;
	padding: 4px 6px;
	box-shadow: 1px 1px 0 0 #ccc;
	position: absolute;
	z-index: 10000;
	background: #fff;
	overflow: auto;
}
.select-input-div p {
	margin-bottom: 0;
	padding: 0.5rem 0;
}
.select-input-div p:hover {
	background: #0377ed;
	color: #fff;
}
.full {
	width: 100%;
	float: left;
}
.z_photo {
	padding: 5px;
	border: 1px dashed #e7e6e6;
}
.z_file {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
.add-img {
	display: block;
	width: 120px;
	height: 120px;
}



.form-button {
	border-bottom: 1px solid #e7e6e6;
	padding: 5px;
	margin-bottom: 5px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.form-attribute,
.form-configs,
.form-controls {
	width: 96%;
	margin: 0 2%;
	padding: 0 2%;
	float: left;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}
input[type="date" i]{
	width: 2.2rem;
	line-height: 2.2rem;
	background-position: right;/*设置箭头位置*/
	background-size: 80px!important;
	padding-inline-start: 0px;
	-webkit-appearance: button;/*控制下拉箭头*/
	min-width:100%;

}

.place-location-top {
	border-top: 1px solid #22aaff;
}
.place-location-bottom {
	border-bottom: 1px solid #22aaff;
}

.required {
	float: right;
	color: #f00;
	margin: 0 2px;
}
.required-hiddle {
	display: none;
}


.preview-main {
	position: absolute;
	width: 800px;
	height: 600px;
	display: none;
	margin: 0 auto;
	border: 1px solid #000;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.error-info{
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #f00;
	width: 100%;
	display: none;
}
.hid-margin {
	margin: 9px 0 0 0px;
}


.form-title {
	border-bottom: 1px solid #e7e6e6;
	padding: 5px;
	margin-bottom: 5px;
}
.diy-form {
	border: 1px solid #e7e6e6;
}
.diy-form,
.diy-form > div {
	height: 100%;
	position: relative;
}


.diy-form > div:nth-child(3),
.diy-form > div:nth-child(4) {
	display: none;
	border-left: 1px solid #e7e6e6;
}

.has-properties.diy-form > div:nth-child(2) {
	width: calc(100% - 504px);
	position: absolute;
}
.has-properties.diy-form > .show-attr {
	/*div:nth-child(3)*/
	/*background-color: #fff;*/
	width: 250px;
	float: right;
	display: flex;
	flex-direction: column;

}
.btn-form-group{
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;


}
.m-btn-form-group{
	/* display: table; */
	/* width: auto; */
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.btn-form-group>a{
	width: 60px;
	text-align: center;

}
.m-btn-form-group>a{
	width: 50%;
	text-align: center;
	padding: 9px;
}
.form-body>.row{
	margin: 0;
}

.form-subject-form .row {
	margin: 3px auto;
}
.prew .form-item {
	border: rgb(25, 178, 238) 1px dashed;
	/*background-color: rgba(236, 245, 255, 0.3);*/
	padding: 3px;
	position: relative;
}
.ldg-top .form-item-content{

	width: 100%;
	margin: 18px 0 0 0;

}
.ldg-left .form-item-head,
.ldg-right .form-item-head {
	width: 100px;
}
.ldg-left .form-item,
.ldg-right .form-item {
	width: 100%;
	display: flex;
}
.form-content{
	padding: 5px;
}
.ldg-left .form-item-content {
	float: left;
}
.ldg-right .form-item-name {
	float: right;
}
.ldg-right .required {
	float: right;
}
.opt-row{
	margin-bottom: 3px;
	line-height: 25px;
}
.opt-row>input{
	height: 25px;
}
.opt-operator{
	font-size: 15px;

}
.opt-operator>span:hover{
	cursor: pointer;
}
