* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Microsoft YaH"; }

body, html {
  position: relative;
  width: 100%;
  height: 100%;
  background-color:#F8F8FA;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.f-r {
  float: right; }

.f-l {
  float: left; }

.f-clear {
  clear: both; }

input {
  border: 0px;
  outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out; }

a {
  text-decoration: none; }

.hide {
  display: none; }

.f-12 {
  font-size: 12px !important; }

.f-14 {
  font-size: 14px !important; }

.f-16 {
  font-size: 16px !important; }

.f-18 {
  font-size: 18px !important; }

.f-20 {
  font-size: 20px !important; }

.f-22 {
  font-size: 22px !important; }

.f-24 {
  font-size: 24px !important; }

.f-26 {
  font-size: 26px !important; }

.f-28 {
  font-size: 28px !important; }

.f-30 {
  font-size: 30px !important; }

.f-32 {
  font-size: 32px !important; }

.el-dialog, .el-pager {
  margin: 0 8px; }

.el-dialog, .el-pager li {
  background: transparent;
  font-size: 18px;
  color: #999999;
  font-weight: normal; }

.el-pager li.active {
  color: #fff;
  cursor: default;
  text-decoration: underline; }

.el-pagination .btn-next, .el-pagination .btn-prev {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  min-width: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 0 0px;
  color: #fff;
  margin-top: 2px; }

.el-pagination button:disabled {
  color: #d6d6d6;
  cursor: not-allowed;
  background: transparent; }

.el-pagination__total {
  color: #d6d6d6;
  font-size: 16px; }

textarea {
  outline: none;
  resize: none; }

.runing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  color: #fff;
  z-index: 1003; }
  .runing .con {
    width: 200px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -80px; }
  .runing .fonts {
    margin-top: 100px; }

#rundingAni {
  position: relative;
  margin-top: 55px;
  margin-left: 100px;
  transform: scale(2); }
  #rundingAni span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: #9b59b6;
    position: absolute;
    -webkit-animation: rundingAni 1.5s infinite ease-in-out;
    -moz-animation: rundingAni 1.5s infinite ease-in-out;
    -ms-animation: rundingAni 1.5s infinite ease-in-out;
    -o-animation: rundingAni 1.5s infinite ease-in-out;
    animation: rundingAni 1.5s infinite ease-in-out; }
    #rundingAni span:nth-child(2) {
      left: 11px;
      -webkit-animation-delay: .2s;
      -moz-animation-delay: .2s;
      -ms-animation-delay: .2s;
      -o-animation-delay: .2s;
      animation-delay: .2s; }
    #rundingAni span:nth-child(3) {
      left: 22px;
      -webkit-animation-delay: .4s;
      -moz-animation-delay: .4s;
      -ms-animation-delay: .4s;
      -o-animation-delay: .4s;
      animation-delay: .4s; }
    #rundingAni span:nth-child(4) {
      left: 33px;
      -webkit-animation-delay: .6s;
      -moz-animation-delay: .6s;
      -ms-animation-delay: .6s;
      -o-animation-delay: .6s;
      animation-delay: .6s; }
    #rundingAni span:nth-child(5) {
      left: 44px;
      -webkit-animation-delay: .8s;
      -moz-animation-delay: .8s;
      -ms-animation-delay: .8s;
      -o-animation-delay: .8s;
      animation-delay: .8s; }

@-webkit-keyframes rundingAni {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #9b59b6; }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    background: #3498db; }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #9b59b6; }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #9b59b6; } }
@-moz-keyframes rundingAni {
  0% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #9b59b6; }
  25% {
    height: 30px;
    -moz-transform: translateY(15px);
    background: #3498db; }
  50% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #9b59b6; }
  100% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #9b59b6; } }
@-ms-keyframes rundingAni {
  0% {
    height: 5px;
    -ms-transform: translateY(0px);
    background: #9b59b6; }
  25% {
    height: 30px;
    -ms-transform: translateY(15px);
    background: #3498db; }
  50% {
    height: 5px;
    -ms-transform: translateY(0px);
    background: #9b59b6; }
  100% {
    height: 5px;
    -ms-transform: translateY(0px);
    background: #9b59b6; } }
@keyframes rundingAni {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6; }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db; }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6; }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6; } }
.topContent {
  height: 70px;
  background-color: #1D242F;
  position: relative;
  z-index: 1000; }
  .topContent .logo {
    display: block;
    width: 220px;
    height: 70px;
    line-height: 70px;
    font-size: 0;
    margin-left: 40px;
    float: left;
    background: url(../img/logo.png) no-repeat;
    background-position: center left;
    background-size: 132px; }
  .topContent .return, .topContent .linkBtn {
    line-height: 70px;
    float: left;
    width: 140px; }
    .topContent .return .fontCon, .topContent .linkBtn .fontCon {
      cursor: pointer; }
      .topContent .return .fontCon:hover, .topContent .linkBtn .fontCon:hover {
        color: #d6d6d6; }
    .topContent .return .iconfont, .topContent .linkBtn .iconfont {
      font-size: 20px; }
    .topContent .return .font, .topContent .linkBtn .font {
      font-size: 16px;
      font-weight: 400;
      color: white;
      line-height: 22px; }
  .topContent .btns {
    text-align: right;
    line-height: 70px;
    height: 70px;
    width: 850px;
    float: right; }
    .topContent .btns .iconfont {
      font-size: 24px;
      color: #fff;
      margin-right: 40px;
      vertical-align: middle; }
    .topContent .btns .xiala {
      margin-right: 30px;
      vertical-align: middle; }
    .topContent .btns .peopleInfo {
      height: 70px;
      width: 120px;
      display: inline-block;
      text-align: left;
      vertical-align: middle;
      margin-right: 20px; }
      .topContent .btns .peopleInfo .touxiang {
        width: 44px;
        height: 44px;
        display: inline-block;
        overflow: hidden;
        border-radius: 50%;
        margin-top: 13px; }
        .topContent .btns .peopleInfo .touxiang > img {
          width: 100%;
          height: 100%; }
      .topContent .btns .peopleInfo .name {
        width: 70px;
        height: 70px;
        line-height: 22px;
        display: inline-block;
        font-size: 14px;
        color: #fff;
        float: right;
        padding-top: 12px; }
        .topContent .btns .peopleInfo .name > p {
          display: block;
          width: 100%;
          height: 22px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
    .topContent .btns .ewmInfo {
      width: 140px;
      height: 40px;
      display: inline-block;
      text-align: right;
      vertical-align: middle;
      margin-right: 45px; }
      .topContent .btns .ewmInfo .font {
        width: 90px;
        height: 34px;
        font-size: 12px;
        font-family: PingFangSC-Regular,PingFang SC;
        font-weight: 400;
        color: white;
        line-height: 17px;
        float: left;
        margin-top: 6px; }
      .topContent .btns .ewmInfo .img {
        width: 40px;
        height: 40px;
        background: #d8d8d8;
        border-radius: 2px;
        float: right;
        border: 3px solid #797C81;
        border-radius: 5px;
        position: relative; }
        .topContent .btns .ewmInfo .img .smallImg {
          width: 34px;
          height: 34px;
          float: left; }
        .topContent .btns .ewmInfo .img .bigImgCon {
          width: 300px;
          height: 300px;
          padding: 5px;
          border-radius: 8px;
          position: absolute;
          right: 0;
          top: 40px;
          background: #fff;
          display: none; }
          .topContent .btns .ewmInfo .img .bigImgCon > img {
            width: 100%;
            height: 100%; }
        .topContent .btns .ewmInfo .img:hover .bigImgCon {
          display: block; }

.mainContent {
  width: 100%;
  height: 100%;
  background-image: url(../img/login/logo3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 1200px;
min-height: 700px;
  }
  .mainContent .loginContent {
    /* display: none; */
    width: 4rem;
    height: 5.5rem;
    position: absolute;
    top: 49%;
    left: 19%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    transform: translate(-50%,-50%);
  }
    .mainContent .loginContent .title {
      width: 3rem;
      height: 0.5rem;
      margin-top: .7rem;
      margin-left: .6rem;
      font-size: 0.3rem;
      font-weight: bold;
    }
    .mainContent .loginContent .formCon {
      padding: 0rem 0.6rem;
      position: relative; }
      /* .mainContent .loginContent .formCon .formLi {
        margin-top: 0.15rem;
        margin-left: 2.8rem; } */
        .mainContent .loginContent .formCon .formLi .label {
          font-size: 0.13rem;
          width: 0.4rem;
          margin-top: .3rem;
          color: #999999;
      }
          .mainContent .loginContent .formCon .formLi .label .iconfont {
            color: #D2D2D2;
            font-size: 0.24rem;
            float: left; }
        .mainContent .loginContent .formCon .formLi .input {
          height: 0.5rem;
          border-radius: 0.08rem;
          width: 2.8rem;
          margin-top: .1rem;
          background: #fff;}
          .mainContent .loginContent .formCon .formLi .input input {
            height: 0.5rem;
            width: 100%;
            background: transparent;
            position: relative;
            font-size: 0.13rem;
            float: left;
            text-indent: .3rem;
        }
        .mainContent .loginContent .formCon .formLi .input input:focus{
          border: 1px solid black;
          border-radius: 0.08rem;
        }
          .mainContent .loginContent .formCon .formLi .input input::-webkit-input-placeholder, .mainContent .loginContent .formCon .formLi .input input:-moz-placeholder, .mainContent .l.mainContent .loginContent .formCon .formLi .loginBtnoginContent .formCon .formLi .input input::-moz-placeholder, .mainContent .loginContent .formCon .formLi .input input:-ms-input-placeholder {
            color: #D2D2D2;
            font-size: .18rem; }
        .mainContent .loginContent .formCon .formLi .loginBtn {
          width: 1.7rem;
          height: 0.5rem;
          border-radius: 0.07rem;
          font-weight: 500;
          background: #333333;
          color: #FFFFFF;
          text-align: center;
          cursor: pointer;
          font-size: .12rem;
          margin-top: .6rem;
          line-height: .5rem;
      }
    .mainContent .loginContent .font {
      width: 1.76rem;
      height: 0.22rem;
      font-size: 0.16rem;
      font-weight: 400;
      color: white;
      line-height: 0.22rem;
      position: absolute;
      bottom: .33rem;
      left: 1.24rem;
      opacity: 35%; }

/*# sourceMappingURL=login.css.map */


