.open-content {
	position: relative;
	padding: 22px 25px 0 15px;
	line-height: 24px;
	font-size: 12px;
}

.open-content .item {
	margin-bottom: 10px;
}

.open-content label {
	float: left;
	display: block;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	white-space: nowrap;
	width: 70px;
	padding: 1px;
}

.open-content input[type=password], .open-content input[type=text], .open-content input[type=number] {
	height: 24px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	margin-left: 2px;
	padding-left: 8px;
}
.open-content input[type=file] {
	margin-left: 2px;
}

.open-content textarea {
	height: 50px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	margin-left: 2px;
	padding-left: 8px;
	line-height: 20px;
	width: 146px;
}

.open-content .textarea {
	height: 50px;
}

.open-content select {
	height: 26px;
	margin-left: 2px;
	padding: 0 2px 0;
	width: 156px;
}

.open-content input[type=radio] {
	cursor: pointer;
	vertical-align: middle;
	margin: 0 4px 0 10px;
}

.open-content .item span{
	vertical-align: middle;
}

.layui-form-label.required:before, .open-content .required:before {
	content: '* ';
	color: red;
}

.layui-input-fix2 {
	width: 390px !important;
}

.layui-fluid-fix {
	padding: 22px 8px 0 !important;
}

.right-fix{
	margin-right: 32px;
}

.bottom-fix1 {
	position: fixed;
	bottom: 50px;
}

.bottom-fix2 {
	position: fixed;
	bottom: 110px;
}

.label-channel {
	width: 120px;
}

.layui-form-overflow {
	height: 650px; 
	overflow: auto;
	margin:0px 50px;
}

.layui-button-margin {
	margin: 20px 0px 20px 20px ;
}

a.default {
  color: #007bff;
  text-decoration: underline;
}

a.shade {
  color: #698aaf;
  text-decoration: underline;
}

a:hover {
	cursor: pointer;
}

.layui-span {
    float: left;
    display: block;
    padding: 9px 1px;
    width: auto;
    font-weight: 450;
    line-height: 20px;
    text-align: left;
}
