.main-content[data-v-05fc6fc2] {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  max-height: 700px;
  overflow-y: scroll;
}
.templatelist[data-v-05fc6fc2] {
  display: flex;
  flex-wrap: wrap;
}
.templatelist .hand[data-v-05fc6fc2] {
    cursor: pointer;
}
.templatelist .template-item[data-v-05fc6fc2] {
    width: 31%;
    aspect-ratio: 3/4;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 13px;
    cursor: pointer;
}
.templatelist .template-item .content1[data-v-05fc6fc2] {
      font-size: 18px;
      text-align: center;
      margin-top: 10px;
      font-weight: 600;
      color: #736EFE;
}
.templatelist .template-item .content2[data-v-05fc6fc2] {
      font-size: 12px;
      text-align: left;
      padding-left: 20%;
      margin-top: 6px;
}
.templatelist .template-item .content3[data-v-05fc6fc2] {
      display: flex;
      width: 50%;
      margin-left: 25%;
      margin-top: 20px;
}
.templatelist .template-item .content3 .item-btn[data-v-05fc6fc2] {
        width: 30%;
        aspect-ratio: 80/43;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        cursor: pointer;
        opacity: 1;
        border: 1px solid #736EFE;
        color: #736EFE;
        font-size: 0.8vw;
        display: flex;
        justify-content: center;
        align-items: center;
}
.templatelist .template-item .content3 .btn2[data-v-05fc6fc2] {
        margin-left: 40%;
}
.templatelist .template-item .book-image[data-v-05fc6fc2] {
      width: 60%;
      aspect-ratio: 3/4;
      margin-left: 20%;
      margin-top: 50px;
}
.templatelist .item-add[data-v-05fc6fc2] {
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px dashed  #CCCCCC;
    cursor: pointer;
}
.templatelist .item-add .add-content[data-v-05fc6fc2] {
      margin-top: 45%;
      display: flex;
      justify-content: center;
}
.templatelist .item-add .add-content .content-yuan[data-v-05fc6fc2] {
        width: 75px;
        height: 75px;
        background: rgba(115, 110, 254, 0.1);
        border-radius: 53px 53px 53px 53px;
        opacity: 1;
}
.templatelist .item-add .add-content .content-yuan .content-fang[data-v-05fc6fc2] {
          width: 43px;
          height: 43px;
          margin-left: 16px;
          margin-top: 16px;
          border-radius: 5px 5px 5px 5px;
          opacity: 1;
          border: 1px dashed  #CCCCCC;
}
.templatelist .item-add .add-content .content-yuan .content-fang .add-image[data-v-05fc6fc2] {
            width: 43px;
            height: 43px;
}
.templatelist .item-add .add-text[data-v-05fc6fc2] {
      margin-top: 32px;
      font-size: 0.8vw;
      text-align: center;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.6);
}
.main-foot[data-v-05fc6fc2] {
  margin-top: 20px;
  background: rgba(115, 110, 254, 0.1);
  border-radius: 5px 5px 5px 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 27px;
  font-size: 15px;
}
.down-title[data-v-05fc6fc2] {
  height: 80px;
  border-bottom: #F5F5F5 1px dashed;
  display: flex;
}
.down-title .title-left[data-v-05fc6fc2] {
    color: #333333;
    font-size: 28px;
    padding-left: 32px;
    width: 400px;
    line-height: 80px;
}
.down-title .title-right[data-v-05fc6fc2] {
    display: flex;
    justify-content: end;
    flex: 1;
    padding-right: 32px;
}
.down-title .title-right .title-button[data-v-05fc6fc2] {
      width: 70px;
      height: 32px;
      background: #FFFFFF;
      border-radius: 3px 3px 3px 3px;
      opacity: 1;
      border: 1px solid #736EFE;
      color: #736EFE;
      line-height: 30px;
      margin-top: 24px;
      margin-left: 10px;
      text-align: center;
      cursor: pointer;
      font-size: 14px;
}
.down-title .title-right .title-active[data-v-05fc6fc2] {
      background-color: #736EFE;
      color: #fff;
}
.down-title .title-right .title-button[data-v-05fc6fc2]:hover {
      background-color: #736EFE;
      color: #fff;
}
.arealist[data-v-05fc6fc2] {
  height: 600px;
  overflow-y: scroll;
}
.area-title[data-v-05fc6fc2] {
  display: flex;
}
.area-title .title-button[data-v-05fc6fc2] {
    width: 70px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #736EFE;
    color: #736EFE;
    line-height: 30px;
    margin-left: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.area-title .title-button[data-v-05fc6fc2]:hover {
    background-color: #736EFE;
    color: #fff;
}
.selectInput[data-v-05fc6fc2] {
  position: relative;
}
.selectInput .select[data-v-05fc6fc2] {
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 99999;
    overflow: auto;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 0 10px;
}
.selectTextarea[data-v-05fc6fc2] {
  width: 550px;
  height: 60px;
  border: 1px solid #DCDFE6;
}
.add-title[data-v-05fc6fc2] {
  margin-top: 20px;
}

