.login_box {
  width: 340px;
  height: 203px;
  margin: 0 auto;
  margin-top: 44px; }
  .login_box li {
    position: relative; }
    .login_box li strong {position: absolute;
    height: 44px;
    width: 300px;
    line-height: 44px;
    text-indent: 20px;
    color: red;
    display: none}
  .login_box li:nth-child(1), .login_box li:nth-child(2) {
    width: 340px;
    height: 44px;
    margin-bottom: 19px; }
    .login_box li:nth-child(1) input, .login_box li:nth-child(2) input {
      width: 338px;
      height: 42px;
	  line-height:42px;
      border: 1px solid #ddd;
      background-color: #fff;
      text-indent: 64px;
      font-size: 14px;
      color: #999; 
	  overflow:hidden;
	  display:block;
	  float:left;}
    .login_box li:nth-child(1) span, .login_box li:nth-child(2) span {
      position: absolute;
      width: 44px;
      height: 44px;
      left: 0px;
      top: 0px;
      background-color: #f47e14; }
      .login_box li:nth-child(1) span::before, .login_box li:nth-child(2) span::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url("../imgs/user.png"); }
  .login_box li:nth-child(2) {
    margin-bottom: 0; }
    .login_box li:nth-child(2) span:before {
      background-image: url("../imgs/pass.png"); }
  .login_box li:nth-child(3) {
    height: 42px;
    margin-bottom: 10px; }
    .login_box li:nth-child(3) span {
      float: right;
      margin-right: 4px;
      text-align: right;
      line-height: 42px;
      color: #b1b1b1; }
  .login_box li:nth-child(4) button {
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer; }
  .login_box li:nth-child(4) .login {
    background-color: #f47e14; }
  .login_box li:nth-child(4) .up_date {
    background-color: #b4b4b4; }
	.blank{
		height: 253px;
	}
	.top_img {
		position: absolute;
		left: 50%;
		transform: translateX( -50% )
	}
/* You can add global styles to this file, and also import other style files */
@charset "utf-8";
/* reset */
body,ul,li,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial,"微软雅黑";
  font-size: 12px;
  color: #000;
  overflow: hidden;
}
.clear {
  clear: both;
  font-size: 0px;
}
ul,li {
  list-style: none;
}
img {
  border: none;
}
/*一般链接*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after{
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
}
.clearfix {
  /* 触发 hasLayout */ 
  zoom: 1; 
}
* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
}
.my-nav-style {
  background-color: #0b5089;
  color: #fff;
  font-size: 16px;
  height: 40px;
}
.my-drop-style:hover {
  background-color: #f37e14;
}
.my-drop-style {
  color: #fff;
  font-size: 16px;
}
.my-drop-style a {
  padding: 0 43px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  display: block
}
.my-drop-style a:hover {
  background-color: #f37e14;
}
.selected {
  background: #f37e14 !important;
}
.navbar {
  min-height: 40px;
}


.copyright {
  width: 100%;
  height: 145px;
  margin-top: 41px;
  background-color: #f3f3f3; }
  .copyright .copyright_logo_box {
    position: relative;
    height: 145px;
    width: 162px;
    margin-left: 239px; }
    .copyright .copyright_logo_box img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
  .copyright p {
    line-height: 154px;
    font-size: 14px;
    color: #a9a9a9; }
  .copyright .QR_code_box {
    width: 174px;
    height: 106px;
    margin-top: 10px;
    margin-right: 52px; }
    .copyright .QR_code_box div {
      height: 106px;
      width: 78px; }
      .copyright .QR_code_box div img {
        width: 78px; }
      .copyright .QR_code_box div p {
        color: #a9a9a9;
        line-height: 24px;
        text-align: center; }
    .copyright .QR_code_box div:nth-child(2) {
      margin-right: 13px; }

/*# sourceMappingURL=copyright.component.css.map */

/*# sourceMappingURL=login.component.css.map */
