@charset "UTF-8";
/* ==========================================================================
 * 
 * 公用样式/communal
 * 
 ========================================================================== */
/*清除浮动*/
/*渐显效果*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.ani {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ani2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* ==========================================================================
 * 
 * 主内容/main
 * 
 ========================================================================== */
/*按钮模块*/
.btn_admin {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  background: #0981e6;
  border: 1px solid #0981e6;
  border-radius: 2px;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.btn_admin:link, .btn_admin:visited, .btn_admin:hover, .btn_admin:active {
  color: #FFFFFF;
  text-decoration: none;
}

.btn_admin:active {
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
}

.btn_admin:hover {
  background: #0B88F1;
}

/*橙色*/
.btn_admin_login {
  border-color: #ff8b00;
  background-color: #ff8b00;
}

.btn_admin_login:hover {
  border-color: #FF9920;
  background-color: #FF9920;
}

/*登录输入框组*/
.user_item, .password_item, .code_item {
  font-size: 14px;
  display: inline-block;
}

.user_item:before, .password_item:before, .code_item:before, .user_item:after, .password_item:after, .code_item:after {
  content: "";
  display: table;
}

.user_item:after, .password_item:after, .code_item:after {
  clear: both;
}

.user_item span, .password_item span, .code_item span {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.user_item span:after, .password_item span:after, .code_item span:after {
  display: inline-block;
  content: '';
  margin-top: 8px;
  background: url(../img/admin_login.png) no-repeat;
}

.user_item input, .password_item input, .code_item input {
  height: 40px;
  border: 0px;
  padding: 0 6px;
  display: inline-block;
  width: 280px;
  line-height: 38px;
  float: left;
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  outline: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.user_item input:hover, .password_item input:hover, .code_item input:hover {
  border-color: #66afe9;
}

.user_item input:focus, .password_item input:focus, .code_item input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/*登录输入框组END*/
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

.body_lan {
  position: relative;
  height: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0;
  padding: 0;
}

.adminLogin_bj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.login_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  min-width: 1220px;
  max-width: 1920px;
  width: 100%;
}

.login_bottom img {
  width: 100%;
}

.ctn {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ctn_logins {
  position: relative;
  z-index: 10;
}

.login_box_bj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.login_box {
  position: relative;
  z-index: 12;
  display: inline-block;
  text-align: center;
  margin-top: 54px;
}

/*logo*/
.admin_logo {
  display: inline-block;
  background: url(../img/admin_login.png) no-repeat;
  height: 69px;
  width: 165px;
  background-position: 0 -96px;
  margin-bottom: 18px;
}

.admin_en {
  display: block;
  background: url(../img/admin_login.png) no-repeat;
  height: 52px;
  width: 316px;
  background-position: 0 -178px;
  margin: 0 auto 24px auto;
}

/*登录框*/
.admin_login {
  position: relative;
  width: 474px;
  height: 323px;
  background-color: #FFFFFF;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(4, 0, 0, 0.2);
}

.admin_login:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ff8b00;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  top: -1px;
  left: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: 0 1px 3px rgba(4, 0, 0, 0.3);
}

.admin_login .login_item:first-child {
  padding-top: 44px;
}

.login_box_light {
  position: absolute;
  bottom: 0;
  left: -27%;
  z-index: -1;
  width: 159%;
}

.login_item {
  padding: 10px 0;
}

.user_item span {
  background-color: #83c1f2;
}

.user_item span:after {
  height: 24px;
  width: 24px;
  background-position: 0 0;
}

.user_item input:hover {
  border-color: #66afe9;
}

.user_item input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.password_item span {
  background-color: #ffc57f;
}

.password_item span:after {
  height: 24px;
  width: 24px;
  background-position: 0 -64px;
}

.password_item input:hover {
  border-color: #ffc57f;
}

.password_item input:focus {
  border-color: #ffc57f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(252, 204, 146, 0.6);
}

.code_item span {
  background-color: #76d8ac;
}

.code_item span:after {
  height: 24px;
  width: 24px;
  background-position: 0 -30px;
}

.code_item input {
  width: 160px;
}

.code_item input:hover {
  border-color: #76d8ac;
}

.code_item input:focus {
  border-color: #76d8ac;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 248, 205, 0.6);
}

.code_item .verification_code {
  float: left;
  width: 115px;
  height: 40px;
  margin-left: 4px;
}

/*登录按钮组*/
.btn_admin {
  width: 130px;
  height: 40px;
  line-height: 38px;
}

.btn_admin_reset {
  margin-left: 56px;
}

/*版权信息*/
.copyright {
  margin-top: 80px;
}

.copyright p {
  font-size: 12px;
  color: #ffffff;
  padding-bottom: 12px;
}

.copyright p a {
  color: #ffffff;
  text-decoration: none;
}

.copyright p a:hover {
  color: #ff8b00;
}
