.topbar {
      height: 46px;
      width: 100%;
      padding: 28px 0;
      position: relative;
      overflow: hidden;
      background-color: #0029ff;
      /*background-image: radial-gradient(circle at 50% -200px,#0024d1 0,#2700ef 45%,#0029ff 100%);*/
    }
    .topbar-logo {
      background-repeat: no-repeat;
      background-size: 100%;
      float: left;
      width: 300px;
      height: 46px;
      background-image: url(../images/logs.png);
      margin-left: 48px;
      cursor: pointer;
    }
    body .main .container, html .main .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 496px;
      padding: 50px 0;
      margin: 40px auto;
      background: #fff;
      box-shadow: 0 6px 32px -7px rgb(29 102 189 / 16%);
      border-radius: 8px;
    }
    .container-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      width: 316px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .container-title__split {
      height: 14px;
      width: 3px;
      margin-right: 8px;
      background: #2b8dfd;
    }
    .container-inner {
      margin-top: 10px;
      width: 298px;
    }
    .input-account__input {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      flex: auto;
      height: 36px;
      padding: 0 5px;
      margin-top: 8px;
      font-family: PingFangSC-Regular;
      font-size: 14px;
      color: #000;
      background: #f5f6fa;
      border-radius: 8px;
    }
    input{
      flex: 1;
      min-width: 0;
      font-size: 14px;
      border: 0;
      resize: none;
    }
    .btn-area{
      margin-top: 20px;
    }
    .qui-button {
      width: 100%;
      height: 40px;
      /*background: #3382fd;*/
      background-image: linear-gradient(124deg,#3382fd,#0029ff);
      border-radius: 8.53px;
      border:none;
      cursor: pointer;
      color: #fff;
      font-size: 100%;
      align-items: center;
    }
    input{
      height: 36px;
      line-height: 36px;
      background: none;
      width: 100%;
      outline:none;
    }
    .errormsg{
      font-size: 12px;
      font-weight: 400;
      color: #ff596a;
    }
    @media screen and (max-width:600px){
      body .main .container, html .main .container{
        width: 100%;
      }
    }