* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei;
  box-sizing: border-box;
}

body {
  background-color: #F7F7F7;
  font-size: 16px;
}

button {
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  color: #fff;
  background-color: #00B578;
  font-size: 16px;
  font-weight: 400;
}

input {
  border: none;
  outline: none;
}

input:disabled {
  font-size: 16px;
  background-color: #0060FF;
  color: #363030;
  opacity: 1;
  -webkit-text-fill-color: #363030;
  -webkit-opacity: 1;
}

input::-webkit-input-placeholder {
  /*WebKit browsers*/
  font-size: 16px;
}

input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  font-size: 16px;
}

input::-ms-input-placeholder {
  /*Internet Explorer*/
  font-size: 16px;
}

.hide {
  display: none;
}

.not-border {
  border: none !important;
}

.important {
  position: relative;
}
