.login {
    background-color: #fff;
    min-height: 100vh;
}
.form_tip{
    padding: 15px;
    line-height: .533333rem;
    color: #FA9804;
    background-color: #F7F7F7;
    text-align: left;
    font-size: 14px;

}

body {
    min-height: 100%;
  }
  
  a {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  input {
    padding: 0 10px;
    font-size: 16px;
    line-height: 48px;
    outline: none;
    border: none;
    text-decoration: none;
    text-align: left;
  }
  
  /* Safari，Chrome WebKit browsers */
  ::-webkit-input-placeholder {
    color: #e9e9e9;
  }
  
  /* 火狐 Mozilla Firefox 4 to 18 */
  :-moz-placeholder {
    color: #e9e9e9;
  }
  
  /* 火狐 Mozilla Firefox 19+ */
  ::-moz-placeholder {
    color: #e9e9e9;
  }
  
  /* Internet Explorer 10+ */
  :-ms-input-placeholder {
    color: #e9e9e9;
  }
  
  /* 取消[type='number']的input的上下箭头 */
  ::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
  }
  
  ::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
  }
  
  input[type='number'] {
    -moz-appearance: textfield;
  }
  
  .layui-layer {
    max-height: 80vh;
  }
  
  .layui-layer-title {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }
  
  #login_button {
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 30px 0;
    padding: 10px 12px;
    color: #fff;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    border: 0;
    border-radius: 5px !important;
    background: -moz-linear-gradient(left, #ff9b49, #ff8b43, #ff7139) !important;
    background: -o-linear-gradient(left, #ff9b49, #ff8b43, #ff7139) !important;
    background: linear-gradient(left, #ff9b49, #ff8b43, #ff7139) !important;
    background: -webkit-linear-gradient(left, #ff9b49, #ff8b43, #ff7139) !important;
  }
  
  .form-box {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
  }
  
  .input-item {
    position: relative;
    width: 100%;
    display: flex;
    justify-items: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .input-item label {
    position: relative;
    width: auto;
    min-width: 68px;
    color: #999999;
    font-size: 16px;
    line-height: 48px;
    text-align: left;
  }
  
  .input-item input {
    flex: 1;
  }
  
  .other-box {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    color: #999999;
    font-size: 14px;
    line-height: 40px;
  }
  
  .other-box a {
    flex: 1;
    padding: 0 5px;
    color: #ff7139;
    font-size: 14px;
    line-height: 40px;
  }
  
  .important {
    position: relative;
  }
  
  .important::before {
    content: '*';
    position: absolute;
    top: 0;
    left: -5px;
    color: red;
    font-size: 16px;
    line-height: 48px;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  
  #detail_addr {
    flex: 1;
    min-height: 48px;
    padding: 10px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    border: 0;
    outline: none;
  }
  
  .qrcode-box {
    flex: 1;
    min-height: 206px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .down_btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 68px;
    height: 26px;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    border-radius: 8px;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background: -moz-linear-gradient(left, #ff9b49, #ff8b43, #ff7139);
    background: -o-linear-gradient(left, #ff9b49, #ff8b43, #ff7139);
    background: linear-gradient(left, #ff9b49, #ff8b43, #ff7139);
    background: -webkit-linear-gradient(left, #ff9b49, #ff8b43, #ff7139);
  }
  
  #eshop_qrcode {
    width: 206px;
    margin: 0 auto;
    padding: 10px;
    background: #ffffff;
  }
  
  #eshop_qrcode h3 {
    max-width: 160px;
    font-size: 16px;
    line-height: 16px;
    word-wrap: break-word;
    margin: 0 auto 10px auto;
  }
  
  #eshop_qrcode img {
    margin: 0 auto;
  }
  
  .mobile_code_btn {
    position: absolute;
    top: 8px;
    right: 10px;
    bottom: 8px;
    width: 86px;
    color: #ffffff;
    font-size: 12px;
    line-height: 32px;
    border-radius: 8px;
    background: -moz-linear-gradient(left, #ff9b49, #ff8b43, #ff7139);
    background: -o-linear-gradient(left, #ff9b49, #ff8b43, #ff7139);
    background: linear-gradient(left, #ff9b49, #ff8b43, #ff7139);
    background: -webkit-linear-gradient(left, #ff9b49, #ff8b43, #ff7139);
  }
  
  .mobile_code_btn:hover {
    opacity: 0.8;
  }
  
  .disable {
    user-select: none;
    background: -moz-linear-gradient(left, #c2c1c1, #8b8b8b, #868686);
    background: -o-linear-gradient(left, #c2c1c1, #8b8b8b, #868686);
    background: linear-gradient(left, #c2c1c1, #8b8b8b, #868686);
    background: -webkit-linear-gradient(left, #c2c1c1, #8b8b8b, #868686);
  }