#icon_module,#iconDivMain1{
	display: none;
}
.Title>h1{
	font-size: 28px;
	color: #565656;
	text-align: center;
	position: relative;
	padding-top: 20px;
	margin-bottom: 25px;
}
.Title>h1:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	width: 183px;
	height: 10px;
	background: url(/images/i1.png);
}
.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	background-color: #374260;
	border-radius: 2px 2px 0 0;
	text-align: center;
	position: relative;
}
.layui-layer-ico {
	position: absolute;
	top:15px;
	right: 15px;
}
.layui-layer-ico {
	cursor: pointer;
}
.book_success {
	width: 500px;
	position: fixed;
	top: 30%;
	z-index: 1111;
	left: 36%;
	border: 1px solid #999;
	display: none;
}
.book_success .guanbi {
	position: absolute;
	top: 0px;
	right: 0px;
}
.book_success>img {
	width: 100%;
}
#layui-layer-shade1{
	z-index: 19891014; 
	opacity: 0.3; 
	background-color: rgb(0, 0, 0);
}
#box .layui-anim{
	z-index: 19891017; 
	width: 800px; 
	height: 430px; 
	position: absolute; 
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto; 
	position:fixed;
	overflow: hidden;
}
.mobile-title{
	display: none;
}
@media screen and (max-width: 800px) {
	#box .layui-anim{
		width: 98%;
	}
	.register-left-text{
		display: none;
	}
	#box .register-from-pointer{
		display: none;
	}
	#box .register-right-form{
		height: auto;
	}
	#box .register-right-form .el-input,
	#box .register-right-form .el-button--primary,
	#box .btn{
		width: 100%!important;
	}
	.layui-layer-title-title{
		display: none;
	}
	.mobile-title{
		display: block;
	}
}