.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: 675px;
    margin: 316px auto 80px;
    img {
      width: 100%;
    }
  }
  .hos-logo {
    width: 400px;
    margin: 0 auto;
  }
  .main {
    width: 676px;
    height: 210px;
    margin: 0 auto;
    margin-top: 316px;
    background: url('../images/pc_login_form.png')no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    .item {
      width: 390px;
      margin: 0 auto;
      height: 40px;
      line-height: 40px;
      border-radius: 10px;
      border-left: none;
      margin-top: 40px;
      .lable{
        width: 100px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
      }
      img {
        width: 40px;
        height: 40px;
      }
      input {
        height: 40px;
        line-height: 40px;
        width: 254px;
        padding-left: 10px;
        border-radius: 10px;
        font-size: 16px;
        background-color: #ddebf4;
      }
    }
  }
  .login-btn {
    margin: 35px auto 20px;
    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 {
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
}
.pc-register {
  .form{
    width: 850px;
    margin: 280px auto 0;
    background: url('../images/pc_login_form.png')no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    height: 300px;
  }
  .main {
    width: 100%;
    margin-top: 40px;
    background: none;
    height: 44px;
    .item {
      width: 400px;
      margin: 0;
      input {
        width: 270px;
        padding: 0;
        text-indent: 10px;
      }
    }
  }
  #cmbProvince,
  #cmbCity {
    text-indent: 7px;
    width: 270px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    color: #666;
    background-color: #ddebf4;
  }
}
.pc-zhibo {
  padding-bottom: 75px;
  width: 100%;
  overflow: hidden;
  .p-nav{
    width: 100%;
    border-bottom: 1px solid #2eb0ea;
    .nav{
      width: 590px;
      margin: 0 auto;
      height: 190px;
      overflow: hidden;
      .nav-item{
        width: 220px;
        margin-top: 35px;
        cursor: pointer;
      }
    }
  }
  .cont{
    width: 915px;
    margin: 40px auto 0;
  }
  .in-btn{
    width: 300px;
    margin: 60px auto 0;
    cursor: pointer;
  }
}

.mob-index {
  background: url("../images/mob_back.png") no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 840px;
  margin: 0 auto;
  .logo{
    width: 225px;
    margin: 200px auto 120px;
    img{
      width: 100%;
    }
  }
  .mob-btn {
    width: 60%;
    margin: 0 auto 20px;
    max-width: 300px;
  }
  .tips {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
  }
}
.mob-reg {
  .form{
    margin-top: 170px;
  }
  .main {
    width: 290px;
    margin: 0 auto;
    .item {
      height: 40px;
      line-height: 40px;
      width: 300px;
      border-radius: 5px;
      border-left: none;
      margin-bottom: 20px;
      span {
        width: 50px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
      }
      input {
        height: 40px;
        line-height: 40px;
        width: 234px;
        border-radius: 7px;
        font-size: 16px;
        box-sizing: border-box;
        border-left: none;
        background-color: #cfd5de;
      }
    }
  }
  #cmbProvince,
  #cmbCity {
    width: 234px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 7px;
    border: none;
    color: #666;
    border: 1px solid #aaaaaa;
    border-left: none;
    box-sizing: border-box;
    float: left;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: #cfd5de;
  }
  .mob-btn {
    margin-bottom: 0;
    margin-top: 0;
    width: 234px;
    transform: translateX(20px)
  }
  .tips {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
  }
}
.mob-login {
  .main{
    width: 300px;
    height: 170px;
    background: url('../images/pc_login_form.png')no-repeat center center;
    margin: 210px auto 30px;
    background-size: 100% 100%;
    overflow: hidden;
    .item{
      height: 40px;
      line-height: 40px;
      margin-top: 30px;
      padding-left:10px;
      span{
        font-size: 14px;
        color: #fff;
        width: 50px;
        text-align: center;
        font-weight: 700;
      }
      input{
        height: 100%;
        width: 200px;
        background-color: #dceaf3;
        border-radius: 7px;
      }
    }
  }
  .mob-btn{
    margin-top: 110px;
  }
}
.mob-zhibo{
  padding-bottom: 20px;
    .nav{
      padding: 18px 0;
      border-bottom: 1px solid #2eb0ea;
      .nav-btn{
        width: 245px;
        margin: 0 auto;
        .btn{
          width: 90px;
        }
      }
    }
    .cont{
      width: 90%;
      margin: 20px auto;
    }
    .mob-btn{
      width: 160px;
      margin: 0 auto;
    }
}
.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;
        }
    }
}