body {
  background-color: #F1F1F1;
}
.case {
  padding: 30px 0;
  margin-top: 3.75rem;
}
.case .container {
  background-color: #fff;
  padding: 45px 100px;
}
.case .title {
  font-size: 24px;
  font-weight: 600;
  color: #4FA271;
  width: 100%;
  height: 60px;
  text-align: center;
  border-bottom: solid 2px #E5E5E5;
}
.case .el-table {
  font-size: 16px!important;
}
.case .el-table .el-table__header thead {
  color: #4FA271;
  font-size: 18px;
  font-weight: normal!important;
}
.case .form {
  margin-top: 50px;
  width: 50%;
  display: flex;
  flex-flow: column;
}
.case .form .el-form {
  width: 100%;
}
.case .form .title {
  padding: 26px 0;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  text-align: center;
}
.case .form .el-form-item__label {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 5px;
}
.case .form .el-input__inner {
  height: 54px;
  line-height: 54px;
}
.case .form .el-form-item {
  margin-bottom: 25px;
}
.case .form .el-radio__inner {
  width: 20px;
  height: 20px;
}
.case .form .el-radio__input.is-checked + .el-radio__label {
  color: #4FA271;
}
.case .form .el-radio__input.is-checked .el-radio__inner {
  border-color: #4FA271;
  background: #fff;
}
.case .form .el-radio__inner:hover {
  border-color: #4FA271;
}
.case .form .el-radio__inner::after {
  width: 10px;
  height: 10px;
  background-color: #4FA271;
}
.case .form .el-radio__label {
  font-size: 18px;
}
.case .form .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.case .form .el-button {
  width: 240px;
  height: 60px;
  background: #4FA271;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
