/*layout*/

.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#70000000,endcolorstr=#70000000);
	opacity:0.8;
	z-index: 9998;
	display: none;
}

.layout {
	position: fixed;
	top: 80px;
	left: 100px;
	width: 560px;
	height: 350px;
	padding: 20px 30px;
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	z-index: 9999;
	display: none;
	overflow: hidden;
}

.layout h4 {
	position: relative;
	display: block;
	text-align: center;
	font-size: 22px;
	color: #383838;
	padding-bottom: 22px;
	border-bottom: 1px solid #eee;
}

.layout h4 span {
	position: absolute;
	top: -5px;
	right: 0;
	display: block;
	width: 22px;
	height: 22px;
	background: url(/static/ucenter/img/delete.png) center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.layout .sava_btn {
	position: absolute;
	bottom: 30px;
	width: 260px;
	left: 50%;
	margin-left: -130px;
}

.layout .sava_btn a {
	display: inline-block;
	width: 110px;
    height: 38px;
    line-height: 38px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layout .sava_btn  a.btn0 {
	float: right;
	background: #d9d9d9;
	color: #666;
}

.layout .sava_btn a.btn1 {
	float: left;
	background: #009688;
}

.layui-form-label {
	width: 100px;
}
.select2-container--default .select2-selection--single {
	height: 38px;
	line-height: 38px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 0px;
	border-color: #e6e6e6;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 38px;
	line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
	line-height: 38px;
}