.add-pop-up-windows {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none; }

.add-pop-up-windows-content {
  background-color: white;
  width: 6.9rem;
  margin: 3.586667rem auto 0;
  padding: 0;
  width: 7.6rem;
  height: 5.146667rem;
  background: #FFFFFF;
  border-radius: .053333rem; }
  .add-pop-up-windows-content .closeBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: .16rem;
    padding-top: .16rem; }
    .add-pop-up-windows-content .closeBox .closeBtn {
      width: .186667rem;
      height: .186667rem; }
  .add-pop-up-windows-content .feedBack_title {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: .213333rem;
    color: #201F1C; }
  .add-pop-up-windows-content .feedBak_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .4rem 0 .4rem;
    margin-top: .426667rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #91979D;
    font-size: .186667rem;
    font-weight: 400; }
    .add-pop-up-windows-content .feedBak_content textarea {
      width: 5.626667rem;
      height: 1.6rem;
      border: 1px solid #E8EAEB;
      outline: none;
      padding: .133333rem; }
    .add-pop-up-windows-content .feedBak_content .reportIBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 5.626667rem; }
      .add-pop-up-windows-content .feedBak_content .reportIBox div {
        min-width: 1.36rem;
        font-size: .186667rem;
        font-weight: 500;
        margin-left: .4rem;
        margin-bottom: .133333rem;
        color: #201F1C; }
      .add-pop-up-windows-content .feedBak_content .reportIBox div:nth-child(1) {
        margin-left: 0; }
      .add-pop-up-windows-content .feedBak_content .reportIBox div:nth-child(4) {
        margin-left: 0; }
      .add-pop-up-windows-content .feedBak_content .reportIBox div:nth-child(5) {
        width: 1.783333rem; }
  .add-pop-up-windows-content .upload_pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .24rem 0 .4rem;
    margin-top: .213333rem;
    color: #91979D; }
    .add-pop-up-windows-content .upload_pictures .upload_pictures_title {
      margin-top: .16rem; }
    .add-pop-up-windows-content .upload_pictures .add_p_box {
      width: 5.626667rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .add-pop-up-windows-content .upload_pictures .add_pic {
      width: 1.333333rem;
      height: 1.333333rem;
      background: #F6F6F9;
      border-radius: .053333rem;
      border: 1px solid #E8EAEB;
      cursor: pointer; }
      .add-pop-up-windows-content .upload_pictures .add_pic .heng {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-43%);
        transform: translateX(-43%);
        z-index: 2;
        width: .346667rem;
        height: .053333rem;
        background: #C5C7C7;
        border-radius: .026667rem; }
      .add-pop-up-windows-content .upload_pictures .add_pic .shu {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-56%);
        transform: translateY(-56%);
        width: .053333rem;
        height: .346667rem;
        background: #C5C7C7;
        border-radius: .026667rem; }
    .add-pop-up-windows-content .upload_pictures .pic_box {
      margin-left: .16rem;
      width: 1.333333rem;
      height: 1.333333rem;
      border-radius: .053333rem;
      border: 1px solid #E8EAEB; }
      .add-pop-up-windows-content .upload_pictures .pic_box img {
        width: 100%;
        height: 100%; }
  .add-pop-up-windows-content .explain {
    width: 5.626667rem;
    height: .453333rem;
    font-size: .16rem;
    font-weight: 400;
    color: #91979D;
    margin-left: 1.733333rem;
    margin-top: .16rem; }
  .add-pop-up-windows-content .submitBtn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .32rem;
    padding: 0 .4rem; }
  .add-pop-up-windows-content .submit {
    width: 1.2rem;
    height: .48rem;
    background: #35D4A5;
    border-radius: .053333rem;
    border: 0;
    outline: none;
    font-size: .186667rem;
    font-weight: 500;
    color: #fff; }

input[type=radio] {
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 12px;
  position: relative; }

input[type=radio]:after {
  position: absolute;
  width: .186667rem;
  height: .186667rem;
  top: -0.013333rem;
  content: " ";
  background-color: #fff;
  color: #fff;
  display: inline-block;
  visibility: visible;
  border: 1px solid #C5C7C7;
  border-radius: 50%; }

input[type=radio]:checked:before {
  content: "";
  display: block;
  position: relative;
  top: 35%;
  left: 35%;
  width: .053333rem;
  height: .053333rem;
  color: #35D4A5;
  background-color: #35D4A5;
  border-radius: 50%;
  font-weight: 400;
  z-index: 1; }
