.modal-auth {
    height: 370px;
    width: 800px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 250px;
    margin-left: -400px;
    background-color: #fff;
    z-index: 99999;
    display: none;
    padding: 40px;
    box-sizing: border-box;
  }
  .modal-auth * {
    box-sizing: border-box;
  }
  .modal-auth .title {
    margin-bottom: 40px;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .modal-auth .close {
    font-family: mailbox;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 22px;
    color: #BDBDBD;
    cursor: pointer;
  }
  .modal-auth .step-box {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .modal-auth .step-box .step {
    overflow: hidden;
  }
  .modal-auth .step-box .text {
    float: left;
    width: 727px;
    height: 120px;
    text-indent: 4em;
  }
  .modal-auth .step-box .text p {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    float: left;
  }
  .modal-auth .step-box .text .status {
    float: left;
    width: 70px;
    height: 35px;
    padding: 5px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-left: 15px;
    background: #BDBDBD;
    margin-top: 2.5px;
  }
  .modal-auth .step-box .text .status.complete {
    background: #60b775;
  }
  .modal-auth .step-box .btn {
    float: right;
    padding: 0 50px;
    border-radius: 0;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    background-color: #4489ca;
    color: #fff;
  }
  .modal-auth .step-box .btn.disabled {
    background-color: #BDBDBD;
    cursor: not-allowed;
  }
  .modal-auth .step-box .img-box {
    margin-top: 20px;
    height: 180px;
  }
  .modal-auth .step-box .img-box img {
    height: 180px;
  }
  .modal-auth .btn-group {
    text-align: center;
    padding-top: 10px;
  }
  .modal-auth .btn-group .btn {
    width: 300px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
  }
  .modal-auth .btn-group .btn.disabled {
    background-color: #BDBDBD;
    margin: auto;
  }
  .mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 88888;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
  }

  .modal-auth1 {
    height: 370px;
    width: 800px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -400px;
    background-color: #fff;
    z-index: 99999;
    display: none;
    padding: 40px;
    box-sizing: border-box;
  }
  .modal-auth1 * {
    box-sizing: border-box;
  }
  .modal-auth1 .title1 {
    margin-bottom: 40px;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .modal-auth1 .close1 {
    font-family: mailbox;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 22px;
    color: #BDBDBD;
    cursor: pointer;
  }
  .modal-auth1 .step-box1 {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .modal-auth1 .step-box1 .step1 {
    overflow: hidden;
  }
  .modal-auth1 .step-box1 .text1 {
    float: left;
    width: 727px;
    height: 120px;
    text-indent: 4em;
  }
  .modal-auth1 .step-box1 .text1 p {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    float: left;
  }
  .modal-auth1 .step-box1 .text1 .status1 {
    float: left;
    width: 70px;
    height: 35px;
    padding: 5px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-left: 15px;
    background: #BDBDBD;
    margin-top: 2.5px;
  }
  .modal-auth1 .step-box1 .text .status.complete {
    background: #60b775;
  }
  .modal-auth1 .step-box .btn {
    float: right;
    padding: 0 50px;
    border-radius: 0;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    background-color: #4489ca;
    color: #fff;
  }
  .modal-auth1 .step-box1 .btn.disabled {
    background-color: #BDBDBD;
    cursor: not-allowed;
  }
  .modal-auth1 .step-box1 .img-box1 {
    margin-top: 20px;
    height: 180px;
  }
  .modal-auth1 .step-box1 .img-box1 img {
    height: 180px;
  }
  .modal-auth1 .btn-group1 {
    text-align: center;
    padding-top: 10px;
  }
  .modal-auth1 .btn-group1 .btn {
    width: 300px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
  }
  .modal-auth1 .btn-group1 .btn.disabled {
    background-color: #BDBDBD;
    margin: auto;
  }
  .mask1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 88888;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
  }