.btn-primary {
  width: 100px;
  height: 36px;
  background: #418eee;
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #ffffff;
  opacity: 1;
  border: 0px;
}

.btn-cancel {
  width: 100px;
  height: 36px;
  border: 1px solid #e3e7ed;
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #5a646f;
}
