.register-panel {
	width: 100%;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.register-form {
	width: 1000px;
	margin: 0 auto;
	margin-top: 16px;
	background-color: #ffffff;
	border-radius: 4px;
}

.content-title{
	height: 45px;
	line-height: 45px;
	padding-left: 26px;
	border-bottom: #c1d8f2 solid 1px;
	color: #245e9e;
	font-size: 18px;
}

form{
	padding: 20px;
}

.layui-tab-title .layui-this {
	background-color: #327fd3 !important;
}

.layui-tab-title .layui-this:after {
	border: none;
	border-width: inherit;
}

.layui-tab-title {
	border: none;
}


.layui-form-select .layui-edge {
	left: 460px;
}

.layui-form-select dl {
	min-width: 250px;
	left: 237px;
}

.layui-form-label {
	padding: 9px 7px 9px 0;
	width: 340px;
}

.layui-textarea {
	width: 416px;
}

.layui-input-block .layui-input{
	width: 250px;
	display: inline-block;
}

.layui-input-inline .layui-form-select .layui-edge{
	left: 106px;
}

.input_width .layui-form-select .layui-edge{
	left: 225px;
}

.layui-input-inline .layui-form-select dl{
	left: 0px;
	min-width: 110px;
}

.input_width{
	width: 250px!important;
}

.jingao{
	color: red;
	line-height: 38px;
}

h4{
	line-height: 38px;
}

.getyzm{
	height: 38px;
	border: none;
	border-radius: 3px;
	padding: 0 15px;
	cursor: pointer;
    background-color: #d2d2d2;
}
.getyzm:hover{
	background-color: #d2d2d2a8;
}