@charset "UTF-8";
[v-cloak] {
  display: none; }

html, body {
  width: 100%;
  height: 100%; }

#login {
  min-width: 1080px;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  background: url("/static/style/login/icon/login.png") no-repeat center; }

.loginAdmin {
  position: absolute;
  top: 260px;
  left: 50%;
  margin-left: -327px;
  width: 655px;
  height: 490px; }

.logoTitle {
  width: 656px;
  height: 54px;
  margin: 0 auto; }
  .logoTitle img {
    display: inline-block;
    width: 100%;
    height: 100%; }

.loginInfo {
  height: 400px;
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff; }

.userLeft {
  float: left;
  width: 320px;
  height: 400px;
  padding-top: 60px; }

.infoImg img {
  display: block;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  margin-top: 40px; }
.infoImg .infoWrod {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: 22px;
  color: #71777d; }

.infoType img {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 4px; }
.infoType .g_code_name {
  line-height: 16px;
  padding: 0 18px;
  margin-top: 12px;
  font-size: 16px;
  color: #71777d;
  text-align: center;
  font-weight: bold; }
.infoType .g_code_over {
  line-height: 14px;
  padding: 0 18px;
  margin-top: 20px;
  font-size: 14px;
  color: #4d77ff;
  text-align: center; }
.infoType .g_code_btn {
  line-height: 14px;
  padding: 0 18px;
  margin-top: 36px;
  font-size: 14px;
  color: #71777d;
  text-align: center;
  cursor: pointer; }
  .infoType .g_code_btn span {
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url("/static/style/dept/user/login/icon/check_icon.png") no-repeat center;
    background-size: contain;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 8px; }

.userT {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  color: #71777d; }

.userInfo {
  float: left;
  width: 335px;
  padding: 60px 40px 0 0; }
  .userInfo input {
    width: 300px;
    height: 48px;
    border: 1px solid #d9dde1;
    border-radius: 2px;
    margin-top: 20px;
    padding: 0 18px; }
  .userInfo .loginBtn {
    height: 48px;
    background: #4d77ff;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    margin-top: 40px;
    border-radius: 2px;
    cursor: pointer; }

.g_select {
  float: left;
  width: 330px;
  height: 350px;
  padding: 55px 70px 0 20px;
  background: #fff;
  border-radius: 5px; }
  .g_select .g_s_title {
    line-height: 20px;
    margin-bottom: 15px;
    color: #F01414;
    text-align: center;
    font-size: 14px;
    font-weight: bold; }
  .g_select .g_comps {
    height: 200px;
    padding-top: 15px;
    text-align: center;
    overflow: auto;
    border-top: 1px solid #ebebeb; }
    .g_select .g_comps .g_comp_name {
      line-height: 40px;
      margin-bottom: 15px;
      background: #F8F8F8;
      font-size: 14px;
      cursor: pointer;
      color: #2B333B;
      border-radius: 2px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .g_select .g_comps .g_comp_name:hover {
      background: #2b333b;
      color: #fff; }

/*滚动条整体样式*/
::-webkit-scrollbar {
  /*高宽分别对应横竖滚动条的尺寸*/
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999999; }

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED; }

.g_versions {
  float: left;
  width: 330px;
  height: 350px;
  padding: 155px 70px 0 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #38a8ff;
  font-weight: bold; }

.loginCheck {
  height: 400px;
  margin-top: 30px;
  padding-top: 60px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff; }
  .loginCheck .checkTitle {
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: #71777d; }
  .loginCheck .g_comps {
    width: 560px;
    margin-top: 28px;
    overflow: auto;
    height: 240px;
    margin-left: 66px; }
  .loginCheck .g_comp_name {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    height: 48px;
    padding: 0 15px;
    margin-right: 24px;
    margin-bottom: 13px;
    border: 1px solid #d9dde1;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #b7bbbf;
    text-align: center;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer; }
