body {
  overflow: hidden;
  cursor: pointer;
}
#leaveMessage {
  position: relative;
}
.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;
}
.input .el-textarea__inner {
  background: rgba(78, 147, 218, 0.3);
  border-radius: 0;
  border: 0.33vw solid #4e93da;
  height: 20vw !important;
  color: #fff;
}
.input .el-textarea__inner::placeholder {
  font-size: 2vw;
  color: #fff;
}
.input .el-textarea__inner:hover {
  border-color: #4e93da;
}
.buttonGroup {
  margin-top: 3.33vw;
  /* 1.25rem -> 3.33vw */
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonGroup .cancel {
  width: 35.87vw;
  /* 8.9375rem -> 35.87vw */
  height: 8vw;
  /* 2.6875rem -> 10.75vw */
  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: 3vw;
  /* 0.875rem -> 3.5vw */
  color: #cde9f3;
  margin-right: 2.67vw;
  /* 0.625rem -> 2.67vw */
  text-align: center;
  line-height: 8vw;
  /* 2.6875rem -> 10.75vw */
  cursor: pointer;
}
.buttonGroup .submit {
  width: 35.87vw;
  /* 8.9375rem -> 35.87vw */
  height: 8vw;
  /* 2.6875rem -> 10.75vw */
  background: #168cff;
  border-radius: 0;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 3vw;
  /* 0.875rem -> 3.5vw */
  color: #cde9f3;
  text-align: center;
  line-height: 8vw;
  /* 2.6875rem -> 10.75vw */
  cursor: pointer;
}
#translate {
  opacity: 0;
  display: none;
}
