﻿@charset "utf-8";
/**{*/
/*    margin:0;*/
/*    padding:0;*/
/*    color:#333333;*/
/*    font-size:14px;*/
/*    text-decoration:none;*/
/*}*/
html{
  font-size: 62.5%;
  font-size: 15px;/*  想要的/15=xxrem  */
}
body{
	font-size: 15px;
  font-size: 1.5rem;
	/*background-color: #F8F9FA;*/
}
.container{
	width: calc(100% - 320px);
	height: auto;
	margin: 0 auto;
}
.l_draw{
	width: 56.06%;
	height: 669px;
	float: left;
	margin-top: calc(20% - 150px);
}
.l_draw img{
	width: 100%;
	height: 100%;
}
.r_login{
	width: 37%;
	height: 504px;
	float:right;
	margin-top: calc(20% - 120px);
}
.system_name{
	width: 100%;
	height: 125px;
	margin-bottom: 60px;
}
.system_name p{
	color: #323740;
	font-size: 2.3rem;/*38*/
	font-weight: lighter;
	margin-bottom: 5px;
}
.system_name b{
	color: #323740;
	font-size: 2.75rem;
	letter-spacing: 2px;
}
.line{
	width: 135px;
	height: 4px;
	background-color: #A2A2A2;
	margin-top: 5px;
}
.login_msg{
	width: 88%;
	height: auto;
	margin-bottom: 30px;
}
.input_box{
	width: 100%;
	height: 70px;
	margin-bottom: 30px;
}
.input_box p{
	width: auto;
	height: 20px;
	color: #496084;
	font-size: 1.2rem;
	margin-bottom: 18px;
}
.input_box input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border:none;
	font-size: 1.2rem;
	color: #273141;
	background-color: rgba(255,255,255,0.0);
	border-bottom:1px solid rgba(73,94,129,0.8);
	outline:none;
}

.login_btn{
	width: 100%;
	height: 50px;
	color: white;
	font-size: 1.2rem;
	text-align: center;
	line-height: 50px;
	background-image: url(/images/login/bg.png);
	background-repeat: 100% 50px;
	border:none;
	outline:none;
	margin-top: 10px;
}
.login_btn:hover{
	cursor: pointer;
}
.help_msg{
	width:88%;
	height: 20px;
}
.helps{
	float: left;
	width: auto;
	color: #374356;
	font-size: 1rem;
}
.helps a{
	font-size: 1rem;
	color: #1066D8;
}
.helps a:hover{
	cursor: pointer;
	text-decoration: underline;
}
.helps b{
	font-weight: 500;
}
.forgot_psd{
	float: right;
	color: #1352DF;
	font-size: 1rem;
}
.forgot_psd:hover{
	cursor: pointer;
}



