body,
html {
	width: 100%;
	height: 100%;
}

.login_box {
	width: 100%;
	height: 100%;
}

.login_box_top {
	width: 100%;
	height: 50%;
	background: #30b097;
}

.login_inp_box {
	width: 415px;
	height: 500px;
	top: 35%;
	left: 50%;
	margin-left: -207px;
}

.login_inp_box h1 {
	line-height: 54px;
	margin-bottom: 48px;
}

.popup {
	height: 295px;
	background: #FFF;
	border-radius: 5px;
	padding: 30px;
	-moz-box-shadow: 2px 1px 18px #333333;
	-webkit-box-shadow: 2px 1px 18px #333333;
	box-shadow: 2px 1px 18px #333333;
}

.popup h2 {
	line-height: 40px;
	margin-bottom: 20px;
}

.accountNum input,.passWord input,.hotel input{
	width: 280px;
	height: 34px;
	line-height: 34px;
	border: 0;
	font-size: 14px;
	color: #666;
}

.accountNum {
	height: 34px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
}

.passWord , .hotel {
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
}

.hotel {
	margin-bottom: 0px;
}

.popup .layui-form {
	display: inline-block;
	height: 52px;
	width: 150px;
	line-height: 52px;
	border: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
}
.popup select:nth-of-type(1){
	float: left;
}
.popup select:nth-of-type(2){
	float: right;
}

.popup select option {
	width: 100px;
	height: 20px;
}

.login_bd_left {
	width: 286px;
	height: 83px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/login_bd_left.png) no-repeat center center;
	background-size: 100% 100%;
}

.login_bd_right {
	width: 444px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -222px;
	background: url(../images/login_bd_right.png) no-repeat center center;
	background-size: 100% 100%;
}

.Ximg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	background: url(../images/Ximg.png) no-repeat center center;
	background-size: 100% 100%;
}

.eyes {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	background: url(../images/openEyes.png) no-repeat center center;
	background-size: 100% 100%;
}

/* 忘记密码tips */
.forgotPwd {
	text-align: right;
	line-height: 35px;
}
.forgotPwd span {
	cursor: pointer;
	color: #169BD5;
}

.loginBtn {
	/* width: 310px; */
	height: 44px;
	background: #30B097;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 auto;
}

.billNum,
.passNum,.hotelCode {
	font-size: 12px;
	color: #30B097;
	top: -10px;
}
.layui-form-select{
	height: 54px;
}
.layui-form-select input{
	height: 54px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
#downLoadTag {
	position: absolute;
    left: 90%;
    top: 90%;
}