html,body{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: "΢���ź�";
	background: #469dff;
	
}
.login_container{
	width: 100%;
	height: 100%;
	background: url(../images/login_bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
	background-position: center;
}
.login_box{
	margin: auto;
	height: 600px;
	max-width: 1440px;
	width: calc(100% - 100px);
	padding: 10px 0 10px;

	
}
.login_left{
	width: 50%;
	min-width: 500px;
	height: 648px;
	background: #ecf5ff;
	vertical-align: middle;
	border-radius: 11px 0 0 11px;
	float: left;
	/*box-shadow: 0px 0px 10px #185ca8;*/
}
.login_left img{
	width: 90%;
	vertical-align: middle;
	margin: auto;
	padding-top: 80px;
}
.login_right{
	width: 50%;
	min-width: 500px;
	height: 648px;
	background: #FFF;
	vertical-align: middle;
	border-radius: 0 11px 11px 0;
	float: left;	
	/*box-shadow:7px 0px 8px #185ca8;*/
}
.login_footer{
	color: #FFF;
	font-size: 14px;
	padding-top: 20px;
}
.login_footer img{
	position: relative;
	top: 4px;
	margin-left: -44px;
	margin-top: -2px;
}
.login_logo{
	text-align: center;
	margin-top: 40px;
}
.input_box{
	height: 46px;
	line-height: 46px;
	padding: 15px;
}
.input_box input{
	width: 70%;
	height: 46px;
	line-height: 46px;
	padding-left: 36px;
	border-radius: 0px;
	font-size: 16px;
	border: 1px solid #ccc;
	background-position: 10px 13px;
	background-repeat: no-repeat;
	background-size: 18px;
}
.input_box input:focus{
	border-radius: 0px;
	border:1px solid #469dff;  
    box-shadow: 0 0 0px #469dff; 
    outline:none
}
.user_name{
	background: url(../images/user_icon.png);
}
.password{
	background: url(../images/pwd_icon.png);
}
.change_pwd,.change_pwd a{
	height: 10px;
	text-align: right;
	padding-right: 8%;
	color: #469dff;
	cursor: pointer;
	/* text-decoration: underline; */
}
.submit{
	height: 56px !important;
	line-height: 56px !important;
	color: #fff;
	border: none;
	background: #469dff;
	padding: 0 !important;
	border-radius: 8px !important;
}
.reset{
	height: 56px !important;
	line-height: 56px !important;
	color: #469dff;
	border: 1px solid #469dff !important;
	background: #fff;
	padding: 0 !important;
	border-radius: 8px !important;
}
@media screen and (max-width: 1240px) {
	.login_box{
		width: 1080px;
		max-width: 1080px;
	}
	.login_left img {
    	padding-top: 120px;
	}
}


@media screen and (min-height: 768px) {
	.login_box{
		padding: 60px 0 30px !important;
	}
}
@media screen and (min-height: 890px) {
	.login_box{
		padding: 140px 0 60px !important;
	}
}
@media screen and (min-height: 1024px) {
	.login_box{
		padding: 120px 0 60px !important;
	}
}
@media screen and (min-height: 1080px) {
	.login_box{
		padding: 160px 0 60px !important;
	}
}

.layui-layer{
	border-radius: 15px !important;	
}
.layui-layer-title{
	height: 66px !important;
	line-height: 66px !important;
	font-size: 18px !important;
	text-align: left;
	color: #FFF !important;
	background-color: #469dff !important;
	border-radius: 15px 15px 0 0 !important;
	margin-bottom: 30px !important;
}
.row_input{
	width: 600px;
	margin-top: 20px;
	height: 46px;
	line-height: 46px;
}
.row_input input[type='password'],.row_input input[type='text']{
	width: 420px;
	margin: auto;
	height: 46px;
	line-height: 46px;
	padding:0 10px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #FAFAFA;
}
.row_input input:focus{
	border: 1px solid #469dff;
	background: #FFF;
    outline: none;
}
.row_input input[type='button']{
	width: 200px;
	margin:30px 20px auto;
	height: 46px;
	line-height: 46px;
	background: #469DFF;
	color: #FFF;
	border: 1px solid #469dff;
	border-radius: 24px;
	font-size: 18px;
}
.row_input input[type='button']:last-child{
	background: #FFF;
	color: #469DFF;
}
.is_show_pwd{
	width: 46px;
    height: 48px;
    background-image: url(../images/show_p.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 85px;
    cursor: pointer;
    z-index: 2;
}
.is_show_pwd_1{
	background-image: url(../images/show_p-1.png);
}
.layui-layer-setwin{
	top: 25px !important;
}
.layui-layer-setwin .layui-layer-close1 {
    background-position: -89px -38px !important;
    cursor: pointer;
    width: 22px !important;
    height: 22px !important; 
}
.layui-layer-page .layui-layer-content {
    overflow: hidden !important;
}