.accusation_btn {
  color: #ccc;
  padding: 20px 10px 10px 0;
  text-align: right;
  position: relative;
}
.accusation_btn:hover {
  color: #6691ff;
}
.accusation_btn span {
  cursor: pointer;
}

.accusation_content {
  position: relative;
  width: 100%;
  height: 100vh;
  font-size: 0.14rem;
  background: #F8F8FA;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  overflow: -moz-scrollbars-none;
}


.accusation_content::-webkit-scrollbar {
  display: none;
}

.accusation_content form .form-item .item-title {
  height: 0.5rem;
  color: #ADAFB6;
  background: #FFF;
  font-size: 0.16rem;
  padding-left: 0.16rem;
  line-height: 0.5rem;
}


.accusation_content .form-item .item-radio label {
  display: block;
  border-bottom: 1px solid #F1F2F4;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 0.18rem 0 0.16rem;
}

.accusation_content .form-item .item-radio label span {
  font-size: 0.16rem;
  font-weight: 600;
}
.accusation_content .form-item .item-radio label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.accusation_content .form-item .item-radio label input[type="checkbox"]::after {
  content: "";
  /*不换行空格*/
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background-size: 0.18rem 0.18rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/btn_unselect.png);
  background-color: #fff;
  border-radius: 50%;
}

.accusation_content .form-item .item-radio label input[type="checkbox"]:checked::after {
  background-image: url(../images/btn_selected.png);
  background-clip: content-box;
}

.accusation_content .form-item input::-webkit-input-placeholder {
  font-size: 0.16rem;
  color: #CBCCCE;
}

.accusation_content .submit {
  display: block;
  width: 2.95rem;
  height: 0.43rem;
  border-radius: 0.05rem;
  margin: 0.3rem auto 0.35rem;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}

.accusation_content .submit::after {
  border: none;
}


.feedback_success {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 0.1rem 0.2rem;
  border: 1px solid #cbcbcb;
  background: #fff;
  border-radius: 12px;
  white-space: nowrap;
}

.error-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  font-size: 0.16rem;
}
.error-link span {
  color: #ccc;
  font-size: 0.14rem;
}
