body{
	background-color: #1dbece08;
}
html{
   overflow: hidden;
}
.login_title{
	width: 50px !important;
	background-color: #184f79 !important;
	border-width: 0 !important;
	line-height: 29px !important;
	height: 45px !important;
	padding: 8px 10px !important;
}
.login_title i{
	font-size: 24px;
	color: #819dab;
}
.layui-btn {
    padding: 0 2px;
    font-size: 20px;
	margin-top: -4px;
}
.layui-form-radio>i{
	margin-right: 0;
}
.layui-form-radio{
	margin: 0;
	marker: 0;
}

body{
}
.login_main{
	width: 100vw;
}

.login_main .box{
	/* min-width: 300px;
	max-width: 60%; */
	width: 100vw;
	margin: 0 auto;
	overflow: hidden;
	/* margin-top: 20px; */
	width: 100vw;
	height: 100vh;
	min-height: 240px;
}
.login_main .box .left{
	width: 50vw;
	height: 240px;
	float: left;
	text-align: center;
	/* border-right: 1px solid #dfe2e3; */
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding-top:60px
}
.login_main .box .left img{
	width: 300px;
	height: 100px;
	border-radius: 6px;
}
.login_main .box .left p{
	font-size: 30px;
	font-weight: 600;
	margin-top: 25px;
}
.login_main .box .right{
	width: 560px;
	height: 100vh;
	/* float: left; */
	padding: 10px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	 margin: 0 auto;
}
.layui-form-item {
    margin-bottom: 18px;
/* 	width:12.5vw; */
	display: table-cell;
}

.layui-form-pane{
	margin-top: 18vh;
	margin-left: 16vw;
}

.login-txt{
	font-size: 34px;
	/* margin-left: 40%; */
	font-weight: bolder;
	color: #00bcd4;
	margin-bottom: 30px;
	font-family:"Times New Roman", Times, serif;
	display:block;
}

.syscopyright {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	height: 48px;
	/* background-color:#ebf2f373; */
	background-color:#000000bd;
	color: white;
	padding: 8px 5px;
}

.module-introduce{
	position: absolute;
	bottom: 70px;
	height: 100px;
	width: 100%;
}

.module-introduce   ul li{
	float: left;
	font-size: 20px;
	margin-left: 30px;
	height: 40px;
	line-height: 40px;
	background-color: #1e9fff1a;
	padding: 8px 8px;
}

#userName{
	/* background-image: url("../images/icon/user-blue.png"); */
	background-repeat: no-repeat;
	background-position: left;
	padding: 12px 12px 12px 12px; 
	border-radius: 8px;
}
#password{
/* 	background-image: url("../images/icon/pwd-blue.png"); */
	background-repeat: no-repeat;
	background-position: left;
	padding: 12px 12px 12px 12px;  
	border-radius: 8px;
}

.system_title{
/* 	background-color: red; */
	text-align: center;
	font-size: 40px;
	font-weight: bolder;
	font-family:"Times New Roman", Times, serif;
	margin-top: 10vh;
	color: #3088e1;
}


/* start by cuisheng   新版样式*/
.login_main{
   display: flex;
}
.main_left{
	width: 50%;
	background-color: #FFFFFF;
	min-height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}
.main_left_logo img{
	margin-left: 1vw;
	margin-top: 2vh;
	width: 8vw;
}
.main_left_login_title{
	font-family: Alibaba PuHuiTi 2.0;
	font-weight: bold;
	line-height: 44px;
	color: #2143AF;
	font-size: 2vw;
	margin-left: 15%;
	/* text-align: center; */
	margin-top: 15vh;
}

.login_account_div{
	width: 100%!important;
	text-align: center;
}
.login_password_div{
	width: 100%!important;
	text-align: center;
}
.login_submit_div{
	width: 100%!important;
	margin-top: 2vh;
	/* text-align: center; */
}

.password_title{
	margin-left: 15%;
	font-weight: 800;
	font-size: 1vw;
	padding-top: 10px;
	padding-bottom: 8px;
}

.account_title{
	margin-left: 15%;
	font-weight: 800;
	font-size: 1vw;
	padding-top: 10vh;
	padding-bottom: 8px;
}

.login_input{
	margin-left: 3px !important;
	width: 12vw;
}
.login_input input{
	border-width: 0 !important;
	height: 5vh !important;
     border:1px solid #e6e6e6!important; 
    font-size: 0.8vw;
	 width: 50%;
	margin-left: 15%;
}
.login_input input:focus{
	background-color: #ffffff !important;
    border:1px solid #98a8eb!important;
	font-size: 0.8vw;
}
.login_but{
	height: 5vh;
	line-height: 5vh;
	background-color: #98a8eb !important;
	width: 50%;
	font-size: 1vw;
	margin-left: 15%;
	border-radius: 8px;
	margin-top: 30px;
}

.main_right{
	width: 50%;
	background-color: #0000FF;
	height: 100vh;
	overflow-y: hidden;
	background: url(../images/img_bg.png) no-repeat;
    background-position: 50% 50%;
	background-size: 100% 100%; 
}


/* end by cuisheng   新版样式*/