.wj_content {
  color: #4c4c4c;
  line-height: 1.5;
  margin-bottom: 20px;
}

.wj_title {
  text-align: center;
  font-weight: bold;
  color: #000;
}

.wj_info {
  color: #4c4c4c;
  text-align: center;
}

.wj_info span {
  white-space: nowrap;
  margin: 4px 10px;
}

.wj_summary {
  color: #4c4c4c;
}

.wj_state {
  color: #dc3a3a;
  margin: 12px 0px 4px;
}

.wj_line {
  height: 2px;
  background-color: #ccc;
  margin-top: 10px;
}
.wj_maincon {
  margin-top: 20px;
}
.wj_item_title {
  margin-bottom: 8px;
  color: #4c4c4c;
}
.required::after {
  content: '*';
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #dc3a3a;
}
.wj_item {
  margin-bottom: 16px;
}
.wj_options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
.wj_option {
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 8px;
}

.wj_option input {
  margin: 0 6px 0 0 !important;
  cursor: pointer;
}
.wj_option label {
  cursor: pointer;
}

.wj_item textarea {
  border: 1px solid #828282;
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
  color: #333;
  font-family: "微软雅黑";
  padding: 10px;
  font-size: 12px;
  outline: none;
  resize: none;
}
.wj_result,
.wj_return,
.wj_submit {
  color: #fff;
  background: #2984ef;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: auto;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: 1px #2984ef solid;
  box-sizing: border-box;
}
.wj_result:active,
.wj_return:active,
.wj_submit:active {
  border: 1px #4c4c4c solid;
}

.tpzs {
  color: #000;
  text-align: right;
}
.wj_jg_bar_cell {
  width: 100%;
  display: flex;
}
.wj_jg_bar_cell>div {
  width: 100%;
  background: #e8e8e8;
  border-radius: 4px;
}
.wj_jg_bar_cell>span {
  display: block;
  width: 100px;
  text-align: right;
  flex-shrink: 0;
}
.wj_jg_bar {
  border-radius: 4px;
  background-color: #2984ef;
  width: 40%;
  height: 100%;
  text-align: right;
  color: #fff   ;
}
@media screen and (min-width: 1025px) {
  .wj_content {
    border: 1px solid #e8e8e8;
    padding: 20px 5%;
    font-size: 16px;
  }

  .wj_title {
    font-size: 36px;
  }

  .wj_info {
    margin-top: 30px;
  }

  .wj_summary {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .wj_content {
    border: none;
    padding: 0;
    margin-top: 20px;
    font-size: 14px;
  }

  .wj_title {
    font-size: 20px;
  }

  .wj_info {
    margin-top: 10px;
  }

  .wj_summary {
    margin-top: 10px;
  }
}