.pc-login {
  width: 100%;
  height: 100%;
  background: url("../images/pc_login_back.png") no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
  .logo {
    width: 700px;
    margin: 40px auto;
    img {
      width: 100%;
    }
  }
  .hos-logo {
    width: 400px;
    margin: 0 auto;
  }
  .main {
    width: 340px;
    margin: 0 auto;
    margin-top: 30px;
    .item {
      height: 40px;
      line-height: 40px;
      width: 100%;
      border: 1px solid #aaaaaa;
      border-radius: 10px;
      border-left: none;
      margin-bottom: 20px;
      img {
        width: 40px;
        height: 40px;
      }
      input {
        height: 40px;
        line-height: 40px;
        width: 254px;
        padding-left: 10px;
        border-radius: 10px;
        font-size: 16px;
      }
    }
  }
  .login-btn {
    margin: 35px auto;
    cursor: pointer;
    width: 265px;
    p {
      color: #173783;
      text-align: center;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
    }
  }
}
.pc-index {
  .pc-login-btn {
    margin: 70px auto 20px;
    width: 675px;
    cursor: pointer;
    .btn {
      width: 315px;
    }
  }
  .logo {
    margin-bottom: 40px;
  }
  .l-logo {
    width: 400px;
    margin-left: 30px;
    margin-top: 30px;
  }
  .tips {
    color: #173783;
    text-align: center;
    font-size: 14px;
  }
}
.pc-register {
  .main {
    width: 640px;
    .item {
      width: 300px;
      margin: 0;
      input {
        width: 244px;
      }
    }
  }
  #cmbProvince,
  #cmbCity {
    text-indent: 7px;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    color: #666;
  }
}
.pc-zhibo {
  background: url("../images/pc_zhibo_back.png") no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 1583px;
  overflow: hidden;
  .logo {
    width: 700px;
    margin: 40px auto;
    img {
      width: 100%;
    }
  }
  .l-logo {
    width: 400px;
    margin-left: 30px;
    margin-top: 30px;
  }
  .hos-logo {
    width: 400px;
    margin: 0 auto 30px;
  }
  .content {
    width: 930px;
    margin: 0 auto;
  }
  .logo {
    margin: 50px auto 20px;
  }
  .pc-login-btn {
    margin: 0 auto;
    margin-top: 50px;
    width: 400px;
  }
}

.mob-index {
  background: url("../images/mob_back.png") no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding-top:20px;
  .l-logo {
    width: 150px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .logo {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .hos-logo {
    width: 70%;
    margin: 25px auto 100px;
    max-width: 300px;
  }
  .mob-btn {
    width: 60%;
    margin: 40px auto 20px;
    max-width: 300px;
  }
  .tips {
    color: #173783;
    text-align: center;
    font-size: 12px;
  }
  .zhibo-logo {
    width: 95%;
    margin: 20px auto 40px;
    max-width: 500px;
  }
}
.mob-reg {
  .logo {
    margin-bottom: 20px;
  }
  .hos-logo {
    margin-bottom: 25px;
  }
  .main {
    width: 290px;
    margin: 0 auto;
    .item {
      height: 44px;
      line-height: 44px;
      width: 290px;
      border-radius: 5px;
      border-left: none;
      margin-bottom: 20px;
      img {
        width: 44px;
        height: 44px;
      }
      input {
        height: 44px;
        line-height: 44px;
        width: 234px;
        padding-left: 10px;
        border-radius: 5px;
        font-size: 16px;
        border: 1px solid #aaaaaa;
        box-sizing: border-box;
        border-left: none;
      }
    }
  }
  #cmbProvince,
  #cmbCity {
    width: 234px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    color: #666;
    border: 1px solid #aaaaaa;
    border-left: none;
    box-sizing: border-box;
    float: left;
  }
  .mob-btn {
    margin-bottom: 0;
    margin-top: 0;
  }
  .tips {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.mob-login {
  .main {
    margin: 70px auto;
    .item {
      margin-bottom: 20px;
    }
  }
  .hos-logo {
    margin-bottom: 55px;
  }
}
.mob-zhibo{
    .hos-logo{
        margin-bottom: 20px;
    }
}
.invitation{
    .hos-logo{
        margin-bottom: 50px;
    }
    .invitation-b{
        width: 70%;
        margin: 0 auto;
    }
    .info{
        width: 95%;
        height: 150px;
        position: relative;
        margin: 0 auto;
        .fs{
            width: 65%;
            position: absolute;
        }
        .qrcode{
            width: 25%;
            position: absolute;
            right: 0;
            bottom: 0;
        }
    }
}