body {
  min-width: 1400px;
}

#app {
  background-color: #f3f6f9;
}

.banner {
  width: 100%;
}
.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.content-body {
  width: 942px;
  margin: 0 auto;
  /* font-size: 18px; */
  color: #000000;
  background-color: #fff;
  padding-top: 30px;
}

.content-body .panel {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}

.content-body header {
  margin-bottom: 30px;
}

.content-body h1 {
  text-align: center;
}

.content-body .tips {
  font-size: 21px;
  color: #1774ba;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.content-body .el-form-item__label {
  font-size: 21px;
  color: #282828;
}

.content-body .el-input.is-disabled .el-input__inner {
  background-color: #fff;
  font-weight: bold;
  color: #000;
  font-size: 22px;
}

.content-body .tabs {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.content-body .tabs span {
  border-radius: 6px 6px 0 0;
  color: #fff;
  width: 50%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 21px;
  cursor: pointer;
}
.content-body .tabs span:nth-child(3) {
  background: linear-gradient(180deg, #ffbb00 0%, #fe900c 100%);
}
.content-body .tabs span:nth-child(2) {
  background: linear-gradient(180deg, #f37f4e 0%, #f3530f 100%);
}
.content-body .tabs span:nth-child(1) {
  background: linear-gradient(180deg, #2788C4 0%, #0A53AF 100%);
}

.content-body .tabs .active {
  color: #fff;
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.content-body .btn-group {
  width: 100%;
  display: flex;
  justify-content: center;
}

.content-body .btn-group .el-button--primary {
  width: 140px;
  height: 42px;
  background: #0263B6;
  border-radius: 4px;
  font-size: 18px;
}

.content-body .btn-group .el-button--danger {
  width: 140px;
  height: 42px;
  background: #F3530F;
  border-radius: 4px;
  font-size: 18px;
}

.tools .count-tips {
  text-align: center;
  font-size: 21px;
  margin-top: 20px;
  padding-bottom: 20px;
}
