@charset "UTF-8";
.ad-border[data-v-9db03cf4] {
  width: 100%;
}
.ad-border .ad-header[data-v-9db03cf4] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.ad-border .ad-header .ad-header-left[data-v-9db03cf4] {
      flex: 1;
}
.ad-border .ad-header .ad-header-left .ad-header-stu[data-v-9db03cf4] {
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 22px;
        word-break: break-all;
}
.ad-border .ad-header .ad-header-left .ad-header-stu span[data-v-9db03cf4] {
          margin-right: 44px;
}
.ad-border .ad-header .ad-header-left .ad-header-time[data-v-9db03cf4] {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 24px;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 22px;
        word-break: break-all;
}
.ad-border .ad-header .ad-header-right[data-v-9db03cf4] {
      flex: 1;
      display: flex;
      justify-content: end;
      align-items: top;
      -webkit-user-select: none;
      /* Chrome/Safari/Opera */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* IE/Edge */
      user-select: none;
      /* 标准 */
}
.ad-border .ad-header .ad-header-right span[data-v-9db03cf4] {
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 22px;
}
.ad-border .ad-header .ad-header-right .ad-icon[data-v-9db03cf4] {
        width: 16px;
        height: 16px;
        cursor: pointer;
        margin-right: 16px;
        position: relative;
        top: 4.5px;
}
.ad-border .ad-header .ad-header-right .ad-icon2[data-v-9db03cf4] {
        margin-left: 16px;
        margin-right: 0;
}
.ad-content[data-v-9db03cf4] {
  width: 100%;
}
.ad-content .ad-row[data-v-9db03cf4] {
    width: 100%;
    margin-bottom: 24px;
}
.ad-content .ad-row .ad-title[data-v-9db03cf4] {
      width: 100%;
      font-weight: 400;
      font-size: 14px;
      color: #333333;
      line-height: 22px;
}
.ad-content .ad-row .ad-title i[data-v-9db03cf4] {
        color: #FF3B30;
        margin-right: 2px;
}
.ad-content .ad-row .ad-title span[data-v-9db03cf4] {
        color: #736EFE;
}
.ad-content .ad-row .ad-row-content[data-v-9db03cf4] {
      width: 100%;
      box-sizing: border-box;
      padding-left: 30px;
      margin-top: 12px;
}
.ad-content .ad-row .ad-row-content .ad-textarea[data-v-9db03cf4] {
        width: 100%;
        min-height: 54px;
        background: #FFFFFF;
        border-radius: 3px;
        border: 1px solid #DCDCDC;
        box-sizing: border-box;
        padding: 5px 8px;
        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4);
        line-height: 22px;
}
.ad-img-border[data-v-9db03cf4] {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
  flex-wrap: wrap;
}
.ad-img-border .ad-img[data-v-9db03cf4] {
    width: 100px;
    height: 100px;
    margin-right: 24px;
    flex-shrink: 0;
    margin-top: 12px;
}
.ad-img-border .ad-img[data-v-9db03cf4]:last-child {
    margin-right: 0;
}
.ad-row-radio[data-v-9db03cf4] {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: top;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 30px;
}
.ad-row-radio .ad-radio-every[data-v-9db03cf4] {
    width: 200px;
    flex-shrink: 0;
    margin-top: 12px;
    margin-right: 42px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 12px;
}
.ad-row-radio .ad-radio-one[data-v-9db03cf4] {
    display: flex;
    justify-content: start;
    align-items: top;
}
.ad-row-radio .ad-radio-circle[data-v-9db03cf4] {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    border-radius: 100%;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    top: 3px;
}
.ad-row-radio .ad-radio-circle .ad-radio-nei[data-v-9db03cf4] {
      width: 8px;
      height: 8px;
      background-color: #736EFE;
      border-radius: 100%;
      opacity: 0;
}
.ad-row-radio .ad-radio-circle-active[data-v-9db03cf4] {
    border: 1px solid #736EFE;
}
.ad-row-radio .ad-radio-circle-active .ad-radio-nei[data-v-9db03cf4] {
      opacity: 1;
}
.ad-row-radio .ad-check-circle[data-v-9db03cf4] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 8px;
    border: 1px solid #DCDCDC;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    top: 3px;
}
.ad-row-radio .ad-check-circle i[data-v-9db03cf4] {
      opacity: 0;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 12px;
}
.ad-row-radio .ad-check-circle-active[data-v-9db03cf4] {
    border: 1px solid #736EFE;
    background-color: #736EFE;
}
.ad-row-radio .ad-check-circle-active i[data-v-9db03cf4] {
      opacity: 1;
}
.ad-row-radio .ad-radio-text[data-v-9db03cf4] {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 22px;
    flex: 1;
    min-width: 0;
}
.ad-row-radio .ad-radio-img[data-v-9db03cf4] {
    width: 100px;
    height: 100px;
    margin: 12px auto;
    display: block;
}
.ad-red-tip[data-v-9db03cf4] {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #FF3B30;
  line-height: 22px;
  word-break: break-all;
  margin-top: 12px;
  box-sizing: border-box;
  padding-left: 30px;
}
.ad-nodata[data-v-9db03cf4] {
  width: 460px;
  display: block;
  margin: 20px auto 0;
}
.ad-nodata-text[data-v-9db03cf4] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #999;
}

