/*body {*/
/*  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;*/
/*  color: #333;*/
/*  padding-bottom: 80px;*/
/*  background-image: url("../images/login-bg-2022.jpg");*/
/*  background-position: center 0;*/
/*  background-repeat: no-repeat;*/
/*  background-attachment: fixed;*/
/*  background-size: cover;*/
/*  -webkit-background-size: cover;*/
/*  -o-background-size: cover;*/
/*  -moz-background-size: cover;*/
/*  -ms-background-size: cover;*/
/*}*/
/*.bg_img{*/
/*  position:fixed;*/
/*  width:100%;*/
/*  height:100%;*/
/*  background-color:#000;*/
/*  opacity: 0.2;*/
/*}*/
/*.login-form {*/
/*  background: #fff;*/
/*  color: #858585;*/
/*  -moz-border-radius: 6px;*/
/*  -webkit-border-radius: 6px;*/
/*  border-radius: 6px;*/
/*}*/

/*.text_wrap,  .text_wrap .list-group-item{*/
/*  background:rgba(0,0,0,0.3)!important;*/
/*  border:none!important;*/
/*  color: #fff !important;*/
/*}*/
/*.text_wrap .list-group-item a{*/
/*  color: #fff !important;*/
/*}*/

/*.show_grid {*/
/*  border:1px solid rgba(86,61,124,0.2);*/
/*}*/

html, body{
  height: 100%;
  font-family: Microsoft YaHei;
}
body{
  background: url("../images/login/login_bg.png") no-repeat center center;
  background-size: cover;
}
.page_background{
  position: fixed;
  top: 52px;
  bottom: 52px;
  left: 0;
  right: 0;
  z-index: 0;
}
.login_header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  line-height: 90px;
  /*background: #FFFFFF;*/
  /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);*/
  padding: 0 25px;
}
.login_header img{
  width: 33px;
  vertical-align: middle;
  margin-top: -11px;
  margin-right: 5px;
}
.login_title{
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
}
.login_right{
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #0F0F0F;
}
.login_mian{
  position: fixed;
  top: 22%;
  right: 21%;
  width: 380px;
  min-height: 442px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.login_entry_title{
  padding-top: 32px;
  text-align: center;
}
.login_entry_title .login_way{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #999999;
  line-height: 46px;
  cursor: pointer;

}
.login_entry_title .active{
  position: relative;
  color: #0F0F0F;
}
.login_entry_title .active::before{
  content: '';
  position: absolute;
  bottom: 0px;
  width: 40px;
  height: 5px;
  background: #EA7540;
  border-radius: 0px 0px 5px 5px;
  left: 19px;

}

.login_footer{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  background: #000000;
  opacity: 0.4;
}
#loginForm{
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px
}
.login_user .form-group{
  position: relative;
}
.login_user .iconfont{
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  font-size: 16px;
}

.login_user input{
  text-indent: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08), inset 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
}
.login_user .form-group{
  margin-bottom: 24px;
}

#imgValcode{
  display: inline-block;
  width: 150px;
}

.error{
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: 2px;
}

.login_action{
  text-align: center;
  margin-top: 25px;
}
.login_action a{
  color: #333333;
  font-size: 14px;
}
.driver{
  margin: 0 13px;
}

#loginForm input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #999;
  font-size: 16px;
}
#loginForm  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 16px;
}
#loginForm input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 16px;
}
#loginForm input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 16px;
}

.icon-auto {
  font-family: "icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 1.5px;
  margin-left: 1.5px;
}