body{
  height: 100%;
  width: 100%;
}
.login_bg {
  background-image: url(../img/login/bg_Login.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment:scroll;
  overflow: auto;
}
.login{
  position: relative;
  margin: 0 auto;
  padding-top: 54px;
}
.login_h1 {
  text-align: center;
  width: 100%;
}
.login_h1 img{  
  margin: 0 auto;
  display: block;
  margin-top: 67px;
}
.login_h1 span{
  width:252px;
  height:40px;
  font-size:28px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(34,34,34,1);
  line-height:40px;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}
.login_h1 p{
  width:171px;
  height:18px;
  font-size:13px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(34,34,34,1);
  line-height:18px;
  display: block;
  margin: 63px;
  margin: 0 auto;
  opacity: 0.5;
}
.login_details {
  width: 488px;
  height: 497px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 21px 15px rgba(133,93,50,0.1);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  margin-top: 55px;
}
.login_details h2 {
  width: 60px;
  height:21px;
  font-size:15px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(34,34,34,1);
  line-height:21px;
  float: left;
  margin-left: 48px;
  margin-top: 55px;
}
.login_details input {
  width:348px;
  height:48px;
  border-radius:4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border:1px solid rgba(237,237,237,1);
  border-left: none;
  float: left;
  margin-top: 16px;
  margin-bottom: 25px;
}
.inputicon{
  width: 42px;
  height: 48px;
  border-radius:4px;
  border:1px solid rgba(237,237,237,1);
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  clear: both;
  float: left;
  margin-top: 16px;
  margin-left: 48px;
}
.user_name {
  background: url(../img/login/ic_assignment.png) no-repeat;
  background-position:7px 9px;   
}
.password {
  background: url(../img/login/ic_lock.png) no-repeat;
  background-position:7px 9px;  
}
.login_auto {
  zoom: 1;
  line-height: 1;
  font-weight: bold;
  padding-top: 3px;
}
.login_auto:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
.check{
  clear: both;
  width:20px;
  height:20px;
  border-radius:4px;
  margin-top: 36px;
  margin-left: 48px; 
  background: url("../img/login/ic_selected.png") ;
}
.checked{
  clear: both;
  width:20px;
  height:20px;
  border-radius:4px;
  margin-top: 36px;
  margin-left: 48px; 
  background-image: url("../img/login/ic_select2.png") ;
  background-size: cover;
}
.login_auto p{
  width:96px;
  font-size:16px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(34,34,34,1);
  line-height:22px;
  margin-left: 86px;
  margin-top: -25px;
  margin-bottom: 2px;
}
.login_auto span{
  width:108px;
  height:17px;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:17px;
  margin-left: 86px;
}
.login_details a {
  display: block;
  height:48px;
  background:#221816;
  border-radius:4px;
  line-height:48px;
  text-align: center;
  font-size: 18px;
  margin-top: 28px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(255,255,255,1);
}
.login_details a:link,.login_details a:visited,.login_details a:hover {
  text-decoration: none;
}
.attention {
  zoom: 1;
  margin: 0 12px;
  padding-top: 16px;
}
.attention:after,.attention ul:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
.attention .login_pop {
  float: left;
  color: #fe0000;
  font-weight: bold;
  margin-left: 48px;
}
.attention ul {
  width: 113px;
  height: 21px;
  float: right;
  zoom: 1;
  margin-right: 37px;
}
.attention ul li {
  float: right;
  padding-left: 5px; 
  color:rgba(109,114,120,1);
}
.attention ul li a {
  display: inline;
  width: auto;
  line-height: normal;
  text-align: left;
  background: none;
  font-size: 15px;
  margin-top: 13px;
  margin-left: 0px;
  font-weight: 400;
  color:rgba(109,114,120,1);
  padding-left: 0px;
}
.attention ul li a:link,.attention ul li a:visited {
  text-decoration: none;
}
.attention ul li a:hover {
  color: #165DFF;
  text-decoration: none;
}
.copyright {
  width: 100%;;
  height:18px;
  font-size:13px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:18px;
  text-shadow:0px 1px 2px rgba(0,0,0,0.5);
  text-align: center;
  margin-top: 1px;

}
.login_tip {
  position: absolute;
  left: 400px;
  top: 249px;
  width: 328px;
  height: 148px;
  padding: 15px;
  border:1px solid #ff7700;
  font-size: 16px;
  line-height: 1.8;
}
.placeholder_box {
  margin-bottom: 25px;
}
.placeholder_box .mar_top {
  top: 0!important;
}