.zxjy_form .zxjy_item {
    display: flex;
  }

  .zxjy_form .layui-form-radio:hover *,
  .zxjy_form .layui-form-radioed,
  .zxjy_form .layui-form-radioed>i {
    color: #1462cd;
  }

  .zxjy_form .layui-form-radio>i {
    font-size: 14px;
    margin-right: 10px;
  }

  .zxjy_form .zxjy_title {
    white-space: nowrap;
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 20px;
    color: #333333;
    padding: 0;
    margin-right: 12px;
  }

  .zxjy_form .zxjy_title .red {
    vertical-align: top;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f0002d;
  }

  .zxjy_form .input_item .zxjy_title {
    min-width: 82px;
    line-height: 42px;
  }

  .zxjy_form .zxjy_body {
    width: calc(100% - 84px);
    position: relative;
  }

  .zxjy_form .zxjy_body .input_box {
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #c6cdd4;
    font-size: 15px;
    box-sizing: border-box;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333;
    padding-right: calc(27px + 14px);
    padding-left: 16px;
  }

  .zxjy_form .zxjy_body .input_box::placeholder {
    color: #c1c1c1;
  }

  .zxjy_form .zxjy_body .limit_tag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    line-height: 42px;
    margin: auto;
    font-size: 12px;
    color: #c1c1c1;
  }

  .zxjy_form .zxjy_body .layui-textarea {
    padding: 0;
    margin: 0;
    padding: 13px 17px;
    box-sizing: border-box;
    resize: none;
    width: 100%;
    height: 222px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #c6cdd4;
  }

  .zxjy_form .desc_body .limit_tag {
    top: unset;
    bottom: 0;
    line-height: 46px;
  }

  .zxjy_form .yzm_body {
    line-height: 42px;
  }

  .zxjy_form .yzm_body .yzm_value {
    display: inline-block;
    width: 73px;
    height: 42px;
  }

  .zxjy_form .yzm_body .modify_next {
    font-family: PingFang-SC-Regular;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
  }

  .zxjy_form .yzm_body .yzm_input {
    width: 22.60638298%;
    height: 42px;
    min-width: 170px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #c6cdd4;
  }

  .zxjy_form .concat_div .input_box {
    width: 400px;
  }

  .zxjy_form .layui-form-radio {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
    padding: 0;
    margin-right: 28px;
  }

  .zxjy_submit_box {
    padding-top: 70px;
    padding-bottom: 124px;
  }

  .zxjy_submit {
    display: block;
    width: 190px;
    height: 42px;
    background-color: #1462cd;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
  }

  .zxjy_form .concat_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .zxjy_form .yzm_body .modify_next {
    margin-left: 10px;
  }

  .zxjy_form .zxjy_body .input_box.w170:disabled {
    background-color: #e9ecef;
    opacity: 1;
  }

  .zxjy_form .input_item .zxjy_title {
    display: block;
    text-align: right;
    line-height: 42px;
  }

  @media (max-width: 1160px) {

    .zxjy_form .concat_div .input_box {
      width: 100%;
    }
  }

  @media (max-width: 750px) {
    .zxjy_form {
      padding: 15px;
    }
  }