.feedback_main {
  padding-bottom: 56px;
}

.feedback_desc {
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #505e6a;
  line-height: 24px;
  margin: 40px auto 56px;
  text-align: center;
}

.feedback_tab {
  text-align: center;
  font-size: 0;
}

.feedback_tab_btn {
  display: inline-block;
  vertical-align: top;
  width: 144px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  color: #505e6a;
  line-height: 48px;
  cursor: pointer;
}

.feedback_tab_btn.active {
  background: #005bac;
  border-radius: 24px;
  color: #ffffff;
}

.feedback_tab_content {
  width: 468px;
  margin: 0 auto;
}

.feedback_tab_form > .clearfix {
  padding-top: 32px;
}

.feedback_tab_form .checkboxParent {
  margin-top: 20px;
}

.feedback_tab_form .tips {
  margin-top: 16px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.feedback_tab_form .submitBtnBox {
  text-align: center;
}

.feedback_tab_form .submitBtnBox .ui-button[data-type="primary"] {
  background: #005bac;
}

.feedback_tab_form .ui-outline.ui-outline {
  outline: none;
}

.feedback_tab_form .ui-checkbox + label {
  font-size: 14px;
}

label.left {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  display: block;
  margin-bottom: 8px;
}

label.left .red {
  color: red;
  padding: 0 2px;
}

.ui-select-icon,
.ui-select-text:only-child::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+PHBhdGggZmlsbD0iI2QwZDBkNSIgZD0iTTE0NS42NTkgNjguOTQ5YTEyLjg3NCAxMi44NzQgMCAwIDAtMTguNDczIDBMOTkuNDc5IDk3LjIzMyA3MS43NzIgNjguOTQ5YTEyLjg3NCAxMi44NzQgMCAwIDAtMTguNDczIDBjLTUuMDk5IDUuMjA4LTUuMDk5IDEzLjY0OCAwIDE4Ljg1N2w0Ni4xOCA0Ny4xNCA0Ni4xODEtNDcuMTRjNS4wOTktNS4yMDggNS4wOTktMTMuNjQ5LS4wMDEtMTguODU3eiIvPjwvc3ZnPg==");
  background-size: 20px 20px;
}

:checked + .ui-checkbox {
  color: #005bac;
  background-color: #005bac;
}

.ui-dialog-footer {
  max-height: none;
}

@media only screen and (max-width: 768px) {
  .feedback_main {
    padding: 0 0.32rem 0.56rem;
  }
  .feedback_desc {
    height: auto;
    font-size: 0.26rem;
    line-height: 0.39rem;
    margin: 0.32rem auto 0.4rem;
    text-align: left;
  }
  .feedback_tab_btn {
    width: 1.8rem;
    height: 0.72rem;
    line-height: 0.72rem;
    border-radius: 0.36rem;
    font-size: 0.24rem;
  }
  .feedback_tab_btn.active {
    border-radius: 0.36rem;
    color: #ffffff;
  }
  .feedback_tab_content {
    width: auto;
    margin: 0 auto;
  }
  .feedback_tab_form > .clearfix {
    padding-top: 0.4rem;
  }
  .feedback_tab_form .checkboxParent {
    margin-top: -0.24rem;
  }
  .feedback_tab_form .tips {
    margin-top: 0.22rem;
    line-height: 0.36rem;
    font-size: 0.24rem;
  }
  label.left {
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.24rem;
    margin-bottom: 0.16rem;
  }
  label.left .red {
    color: red;
    padding: 0 2px;
  }
}
