.item[data-v-7b6ca67e] {
  width: 100%;
  padding: 28px 0;
  cursor: pointer;
}
.item[data-v-7b6ca67e]:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}
.item > img[data-v-7b6ca67e] {
    width: 100px;
    height: 100px;
    background: #fafafa;
    border-radius: 12px;
    margin-right: 22px;
}
.item h4[data-v-7b6ca67e] {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}
.item h4 i[data-v-7b6ca67e] {
      height: 20px;
      background: #ffebeb;
      border-radius: 4px;
      line-height: 20px;
      padding: 0 5px;
      font-size: 12px;
      color: #ff6a4d;
      margin-right: 8px;
}
.item h4 span[data-v-7b6ca67e] {
      max-width: 900px;
}
.item .int[data-v-7b6ca67e] {
    width: 810px;
    height: 44px;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    margin: 10px 0;
}
.item ul:last-child li[data-v-7b6ca67e] {
    margin-left: 24px;
}
.item ul:first-child li[data-v-7b6ca67e] {
    margin-right: 24px;
}
.item ul li[data-v-7b6ca67e] {
    font-size: 12px;
    color: #999999;
    line-height: 1.4;
}
.item ul li span[data-v-7b6ca67e] {
      margin-left: 6px;
}
.item ul li span.line1[data-v-7b6ca67e] {
        max-width: 150px;
}

.typeList[data-v-e6f7f9b4] {
  width: 200px;
  background: #ffffff;
  border-radius: 16px;
}
.typeList ul[data-v-e6f7f9b4] {
    padding: 22px 0;
}
.typeList ul li[data-v-e6f7f9b4] {
      height: 24px;
      margin: 12px 0;
      font-size: 16px;
      color: #333333;
      line-height: 24px;
      padding-left: 24px;
      position: relative;
      cursor: pointer;
}
.typeList ul li.choose[data-v-e6f7f9b4] {
        font-weight: bold;
}
.typeList ul li.choose[data-v-e6f7f9b4]::after {
          content: "";
          width: 4px;
          height: 24px;
          background: #ffbf65;
          border-radius: 2px;
          position: absolute;
          top: 0;
          left: 0;
}

