body {
  overflow: hidden;
  cursor: pointer;
}
.history {
  width: 100%;
  height: 10vw;
  /* 3.75rem -> 10vw */
  margin-bottom: 3.33vw;
  /* 1.25rem -> 3.33vw */
  display: flex;
  align-items: center;
}
.history .history_title {
  width: 66.7vw;
  /* 25.125rem -> 66.7vw */
  height: 100%;
  background-image: url("/static/image/titleBgi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.history .history_title span {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 10vw;
  /* 3.75rem -> 10vw */
  padding-left: 5.33vw;
  /* 1.875rem -> 5.33vw */
  box-sizing: border-box;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 4.33vw;
  /* 1.625rem -> 4.33vw */
  background: linear-gradient(90deg, #f7f9fa 0%, #9ad4ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.inputContainer {
  margin-top: 3.33vw;
  /* 1.25rem -> 3.33vw */
}
.inputContainer .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.33vw;
  /* 1.25rem -> 3.33vw */
}
.inputContainer .tabs div {
  width: 23.87vw;
  /* 8.9375rem -> 23.87vw */
  height: 5vw;
  /* 1.875rem -> 5vw */
  background: rgba(22, 140, 255, 0.3);
  border-radius: 0;
  border: 0.16vw solid #168cff;
  /* 0.0625rem -> 0.16vw */
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 2.33vw;
  /* 0.875rem -> 2.33vw */
  color: #cde9f3;
  margin-right: 1.67vw;
  /* 0.625rem -> 1.67vw */
  text-align: center;
  line-height: 5vw;
  /* 1.875rem -> 5vw */
}
.inputContainer .tabs .ac {
  background-color: #168cff;
}
.inputContainer .titleTips {
  text-align: center;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 4vw;
  /* 1.5rem -> 4vw */
  line-height: 4vw;
  /* 1.5rem -> 4vw */
  background: linear-gradient(90deg, #f7f9fa 0%, #9ad4ea 100%);
  margin-bottom: 3.33vw;
  /* 1.25rem -> 3.33vw */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.inputContainer .input {
  text-align: center;
}
.inputContainer .input .el-input__inner {
  background: rgba(78, 147, 218, 0.3);
  border-radius: 0;
  border: 0.33vw solid #4e93da;
  /* 0.125rem -> 0.33vw */
  color: #fff;
  height: 8vw !important;
  line-height: 8vw !important;
  padding: 0 4vw;
  font-size: 2.4vw !important;
}
.inputContainer .input .el-input__inner:hover {
  border-color: #4e93da;
}
.inputContainer .inputSms {
  width: 80%;
  margin: 0 auto;
  margin-top: 1.67vw;
  /* 0.625rem -> 1.67vw */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inputContainer .inputSms .el-input__inner {
  background: rgba(78, 147, 218, 0.3);
  border-radius: 0;
  border: 0.33vw solid #4e93da;
  /* 0.125rem -> 0.33vw */
  color: #fff;
  height: 8vw !important;
  line-height: 8vw !important;
  padding: 0 4vw;
  font-size: 2.4vw !important;
}
.inputContainer .inputSms .el-input__inner:hover {
  border-color: #4e93da;
}
.el-input__inner::placeholder {
  color: #dcdfe6 !important;
  font-size: 2.4vw !important;
}
.inputContainer .inputSms .el-sms {
  width: calc(30vw - 10vw);
  /* 30% - 0.625rem -> 30vw - 2.67vw */
  height: 7.4vw !important;
  line-height: 7.4vw !important;
  background: rgba(78, 147, 218, 0.3);
  border-radius: 0;
  border: 0.33vw solid #4e93da;
  /* 0.125rem -> 0.33vw */
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 2.33vw;
  /* 0.875rem -> 2.33vw */
  color: #cde9f3;
  text-align: center;
}
.inputContainer .tooltips {
  text-align: center;
  margin-top: 3.33vw;
  /* 1.25rem -> 3.33vw */
}
.inputContainer .tooltips .orangeRedText {
  margin-bottom: 2.67vw;
  /* 1rem -> 2.67vw */
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 2.33vw;
  /* 0.875rem -> 2.33vw */
  color: #ff5757;
}
.inputContainer .tooltips .gray {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 2.33vw;
  /* 0.875rem -> 2.33vw */
  color: #cde9f3;
}
.buttonGroup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonGroup .cancel {
  width: 23.87vw;
  /* 8.9375rem -> 23.87vw */
  height: 7.17vw;
  /* 2.6875rem -> 7.17vw */
  background: rgba(22, 140, 255, 0.3);
  border-radius: 0;
  border: 0.16vw solid #168cff;
  /* 0.0625rem -> 0.16vw */
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 2.33vw;
  /* 0.875rem -> 2.33vw */
  color: #cde9f3;
  margin-right: 1.67vw;
  /* 0.625rem -> 1.67vw */
  text-align: center;
  line-height: 7.17vw;
  /* 2.6875rem -> 7.17vw */
}
.buttonGroup .submit {
  width: 23.87vw;
  /* 8.9375rem -> 23.87vw */
  height: 7.17vw;
  /* 2.6875rem -> 7.17vw */
  background: #168cff;
  border-radius: 0;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 2.33vw;
  /* 0.875rem -> 2.33vw */
  color: #cde9f3;
  text-align: center;
  line-height: 7.17vw;
  /* 2.6875rem -> 7.17vw */
}
