* {
  margin: 0;
  padding: 0; }

.auto {
  margin: 0 auto;
  padding: 0 auto; }

html, body {
  height: 100%;
  width: 100%;
  min-width: 1200px; }
  html #all, body #all {
    width: 100%;
    height: 100%;
    background: url("../img/login/logobg.jpg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
    html #all .interface, body #all .interface {
      position: fixed;
      top: 190px;
      right: 124px;
      width: 390px;
      height: 330px;
      background: #ffffff;
      color: #6f6f6f; }
      html #all .interface p, body #all .interface p {
        width: 80%;
        height: 32px;
        font-size: 15px;
        margin-top: 26px;
        line-height: 32px;
        font-weight: bold; }
      html #all .interface .list, body #all .interface .list {
        width: 80%;
        height: 44px;
        margin-top: 18px;
        display: flex;
        align-items: center;
        border: 1px solid #e4e4e4; }
        html #all .interface .list img, body #all .interface .list img {
          width: 26px;
          height: 26px; }
        html #all .interface .list input, body #all .interface .list input {
          outline: none;
          border: none;
          width: 80%;
          height: 30px;
          font-size: 16px;
          line-height: 35px; }
      html #all .interface .lists, body #all .interface .lists {
        width: 80%;
        height: 22px;
        margin-top: 20px;
        font-size: 14px; }
        html #all .interface .lists .remember, body #all .interface .lists .remember {
          float: left; }
        html #all .interface .lists .forget, body #all .interface .lists .forget {
          float: right;
          color: #8bb0db; }
      html #all .interface .lister, body #all .interface .lister {
        width: 80%;
        height: 44px;
        margin-top: 34px;
        font-size: 18px;
        border-radius: 5px;
        background: #009dd7;
        color: #ffffff;
        text-align: center;
        line-height: 44px; }

/*# sourceMappingURL=firstHome.css.map */
