.register-container {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background-color: #4c79ba;
  padding-left: 40px;
  padding-right: 40px;
}

.register-container p {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.register-container input {
  width: 100%;
  border: none;
  height: 24px;
  border-radius: 8px;
  padding-left: 6px;
}

.register-container .confirm-cord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register-container .confirm-cord .phone-number {
  width: 160px;
}

.register-container .confirm-cord .code {
  width: 100px;
}

.register-container .confirm-cord .query-code {
  cursor: pointer;
  color: #666;
  border-style: none;
  border-radius: 4px;
  font-size: 12px;
  height: 26px;
}

.register-container .register {
  width: 100%;
  margin-top: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #e6a733;
  border-style: none;
  border-radius: 4px;
}

.register-container .attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.register-container .attention a {
  color: #fff;
}
/*# sourceMappingURL=register.css.map */