.gt-dialog-20190418 {
  width: 594px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.gt-dialog-title-20190418 {
  height: 68px;
  width: 100%;
  background: #02ccc5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
.gt-dialog-content-20190418 {
  /* min-height: 286px; */
  padding: 25px;
}
.gt-dialog-title-20190418 > span:last-child {
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
}
.gt-dialog-20190418 input {
  height: 45px;
  border: none;
  width: 65%;
}
.phoneno-field-20190418,
.verifycode-field-20190418 {
  border: 1px solid #d0d0d0;
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 15px 0 0;
}
.verifycode-field-20190418 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.verifycode-field-20190418 > span,
.phoneno-field-20190418 > img {
  cursor: pointer;
}
.gt-dialog-content-20190418 label {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #212121;
  letter-spacing: 0;
  margin-top: 10px;
}
#start-20190418 {
  margin-top: 20px;
  background: #3ABFFA;
  border: none;
  color: #fff;
  padding: 10px 35px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
}
.start-20190418:hover {
  background: #02CCC5 !important;
}
.disable-btn-20190418 {
  background: #CCCCCC !important;
}
.gt-mask-20190418 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.gt-dialog-20190418 input[type=number] {
  text-indent: 12px;
}
#gt-dialog-info-20190418 {
  font-size: 14px;
  line-height: 36px;
  width: 640px;
  margin: 0 auto;
  color: red;
}
@media screen and (max-width: 767px) {
  .gt-dialog-20190418 {
    transform: none;
    width: 100vw;
    bottom: 0px;
    left: 0;
    top: unset;
    z-index: 99999;
  }
  .gt-dialog-title-20190418 {
    background: none;
    color: #d8d8d8;
    height: 48px;
    padding-top: 20px;
  }
  .gt-dialog-title-20190418 > span:first-child {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #212121;
    letter-spacing: 0;
    transform: translate(-50%, 70%);
    position: relative;
    left: 50%;
  }
  .gt-dialog-content-20190418 {
    min-height: 0;
  }
  .gt-dialog-content-20190418 label {
    display: none;
  }
  .phoneno-field-20190418,
  .verifycode-field-20190418 {
    margin: 10px 0;
    width: 100%;
  }
  #start-20190418 {
    width: 100%;
  }
  .gt-dialog-20190418 input {
    width: 61%;
  }
}
