.wrap-left-template[data-v-aa8491a8] {
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.wrap-left-template .header[data-v-aa8491a8] {
  margin-top: 33px;
  margin-bottom: 33px;
  display: flex;
  align-items: center;
}
.wrap-left-template .header .headpic[data-v-aa8491a8] {
  width: 64px;
  height: 64px;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
}
.wrap-left-template .header .headpic img[data-v-aa8491a8] {
  border-radius: 50%;
  width: 100%;
}
.wrap-left-template .header .title[data-v-aa8491a8] {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #231716;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: justify;
}
.wrap-left-template .header .info[data-v-aa8491a8] {
  font-size: 14px;
  font-weight: 400;
  color: #818286;
  line-height: 14px;
}
.wrap-left-template .header .num[data-v-aa8491a8] {
  font-size: 14px;
  font-weight: 600;
  color: #171725;
  line-height: 14px;
}
.wrap-left-template .task-number[data-v-aa8491a8] {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #f9f9f9;
  padding: 20px 15px 10px;
  box-sizing: border-box;
}
.wrap-left-template .task-number .list[data-v-aa8491a8] {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.wrap-left-template .task-number .list img[data-v-aa8491a8] {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.wrap-left-template .task-number .list .title[data-v-aa8491a8] {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 20px;
  flex: 1;
}
.wrap-left-template .task-number .list .number[data-v-aa8491a8] {
  font-size: 28px;
  font-weight: bold;
  color: #171725;
  line-height: 28px;
}
.wrap-left-template .task-list[data-v-aa8491a8] {
  width: 100%;
  height: 60px;
  padding: 0 20px 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #d9e3f7;
  border-radius: 10px;
  cursor: pointer;
}
.wrap-left-template .task-list .icon[data-v-aa8491a8] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.wrap-left-template .task-list .title[data-v-aa8491a8] {
  color: #175ce6;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.wrap-left-template .task-list .flex_1[data-v-aa8491a8] {
  flex: 1;
}
.wrap-left-template .task-list .block[data-v-aa8491a8] {
  color: 101419;
}
.wrap-left-template .task-list-other[data-v-aa8491a8] {
  background: #fff;
}
@charset "UTF-8";
.wrap-task-list-content[data-v-5f14e50c] {
  width: 100%;
  height: 124px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.wrap-task-list-content[data-v-5f14e50c]:hover {
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08);
}
.wrap-task-list-content .icon[data-v-5f14e50c] {
  flex-shrink: 0;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-task-list-content .icon .task-type[data-v-5f14e50c] {
  width: 100%;
}
.wrap-task-list-content .icon .task-new[data-v-5f14e50c] {
  width: 38px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.wrap-task-list-content .status[data-v-5f14e50c] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
  box-sizing: border-box;
  height: 20px;
  background: #f28d00;
  border-radius: 0px 8px 0px 8px;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
}
.wrap-task-list-content .red[data-v-5f14e50c] {
  background: #f12c20;
}
.wrap-task-list-content .orange[data-v-5f14e50c] {
  background: #faae16;
}
.wrap-task-list-content .green[data-v-5f14e50c] {
  background: #1db659;
}
.wrap-task-list-content .gray[data-v-5f14e50c] {
  background: #bebebe;
}
.wrap-task-list-content .name[data-v-5f14e50c] {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 14px;
  margin-right: 10px;
}
.wrap-task-list-content .number[data-v-5f14e50c] {
  font-size: 14px;
  font-weight: 600;
  color: #467db9;
  line-height: 14px;
  text-shadow: 0px 12px 16px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}
.wrap-task-list-content .info[data-v-5f14e50c] {
  font-size: 12px;
  font-weight: 400;
  color: #92929d;
  line-height: 20px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* 作为弹性伸缩盒子模型显示。 */
  -webkit-box-orient: vertical; /* 设置伸缩盒子的子元素排列方式--从上到下垂直排列 */
  -webkit-line-clamp: 2; /* 显示的行 */
}
.wrapper-overlayContent-template .wrapper[data-v-a86608b6] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.wrapper-overlayContent-template .block[data-v-a86608b6] {
  background: #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
  background-image: url(../img/bingdingList-rect.9b66e15e.png);
  padding: 40px 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 12;
}
.wrapper-overlayContent-template .block .overlay-close-normal[data-v-a86608b6] {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.wrapper-overlayContent-template .block .overlay-close-normal img[data-v-a86608b6] {
  width: 56px;
  height: 56px;
}
.wrapper-overlayContent-template .block .overlay-title[data-v-a86608b6] {
  font-size: 18px;
  font-weight: 500;
  color: #1a2840;
  line-height: 25px;
  margin-left: 10px;
  margin-bottom: 30px;
}
.wrapper-csrOverlay-template[data-v-6648490a]  .el-input__inner {
  border: none;
  background: #f2f7ff;
  border-radius: 10px;
}
.wrapper-csrOverlay-template .content[data-v-6648490a] {
  padding: 10px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper-csrOverlay-template .col_center[data-v-6648490a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper-csrOverlay-template .col_center .username-text[data-v-6648490a] {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
  width: 244px;
}
.wrapper-csrOverlay-template .col_center .info-text[data-v-6648490a] {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #1a2840;
  line-height: 28px;
  text-align: center;
  width: 244px;
}
.wrapper-csrOverlay-template .col_center .icon_CSR_error[data-v-6648490a] {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.wrapper-csrOverlay-template .col_center .icon_CSR_error img[data-v-6648490a] {
  width: 100%;
}
.wrapper-csrOverlay-template .col_center .icon_CSR_error-text[data-v-6648490a] {
  font-size: 16px;
  font-weight: 400;
  color: #1a2840;
  line-height: 28px;
  margin-top: 5px;
}
.wrapper-csrOverlay-template .container[data-v-6648490a] {
  width: 100%;
  height: 232px;
  overflow: auto;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}
.wrapper-csrOverlay-template .btn-content[data-v-6648490a] {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-csrOverlay-template .btn-content .left[data-v-6648490a] {
  width: 112px;
  height: 40px;
  background: #f2f7ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #31456a;
  line-height: 22px;
  letter-spacing: 2px;
  margin: 0 10px;
  cursor: pointer;
}
.wrapper-csrOverlay-template .btn-content .right[data-v-6648490a] {
  margin: 0 10px;
  width: 112px;
  height: 40px;
  background: #175ce6;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrapper-bingdingList-template .list-content[data-v-00a838fb] {
  height: 340px;
  overflow: auto;
}
.wrapper-bingdingList-template .total[data-v-00a838fb] {
  font-size: 12px;
  color: #000;
  margin-top: 10px;
}
.wrapper-bingdingList-template .total .blue[data-v-00a838fb] {
  font-weight: 500;
  font-size: 14px;
  color: #175ce6;
}
.wrapper-msgOverlay-template[data-v-375fe3aa]  .el-input__inner {
  border: none;
  background: #f2f7ff;
  border-radius: 10px;
}
.wrapper-msgOverlay-template .content[data-v-375fe3aa] {
  padding: 10px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper-msgOverlay-template .col_center[data-v-375fe3aa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper-msgOverlay-template .col_center .info-tip[data-v-375fe3aa] {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}
.wrapper-msgOverlay-template .col_center .info-tip .btn-txt[data-v-375fe3aa] {
  display: inline-block;
  color: #175ce6;
}
.wrapper-msgOverlay-template .col_center .info-text[data-v-375fe3aa] {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #93939e;
  line-height: 24px;
}
.wrapper-msgOverlay-template .col_center .icon_CSR_error[data-v-375fe3aa] {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.wrapper-msgOverlay-template .col_center .icon_CSR_error img[data-v-375fe3aa] {
  width: 100%;
}
.wrapper-msgOverlay-template .col_center .icon_CSR_error-text[data-v-375fe3aa] {
  font-size: 16px;
  font-weight: 400;
  color: #1a2840;
  line-height: 28px;
  margin-top: 5px;
}
.wrapper-msgOverlay-template .col_center .icon_CSR_error_bold[data-v-375fe3aa] {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.wrapper-msgOverlay-template .container[data-v-375fe3aa] {
  width: 100%;
  height: 232px;
  overflow: auto;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}
.wrapper-msgOverlay-template .btn-content[data-v-375fe3aa] {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-msgOverlay-template .btn-content .left[data-v-375fe3aa] {
  width: 112px;
  height: 40px;
  background: #f2f7ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #31456a;
  line-height: 22px;
  letter-spacing: 2px;
  margin: 0 10px;
  cursor: pointer;
}
.wrapper-msgOverlay-template .btn-content .right[data-v-375fe3aa] {
  margin: 0 10px;
  width: 112px;
  height: 40px;
  background: #175ce6;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrapper-encryptPhone-template[data-v-91205eb6]  .el-input__inner {
  border: none;
  background: #f2f7ff;
  border-radius: 10px;
}
.wrapper-encryptPhone-template .content[data-v-91205eb6] {
  padding: 10px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper-encryptPhone-template .content .phone-content[data-v-91205eb6] {
  width: 100%;
  display: flex;
  align-items: center;
}
.wrapper-encryptPhone-template .content .phone-content .title[data-v-91205eb6] {
  font-size: 16px;
  font-weight: 400;
  color: #1a2840;
  line-height: 28px;
  flex-shrink: 0;
}
.wrapper-encryptPhone-template .content .phone-content .phone[data-v-91205eb6] {
  font-size: 16px;
  font-weight: 400;
  color: #175ce6;
  line-height: 28px;
}
.wrapper-encryptPhone-template .content .info[data-v-91205eb6] {
  font-size: 14px;
  font-weight: 400;
  color: #92929d;
  line-height: 14px;
  margin-top: 20px;
  text-align: left;
  width: 100%;
}
.wrapper-encryptPhone-template .btn-content[data-v-91205eb6] {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-encryptPhone-template .btn-content .left[data-v-91205eb6] {
  width: 112px;
  height: 40px;
  background: #f2f7ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #31456a;
  line-height: 22px;
  letter-spacing: 2px;
  margin: 0 10px;
  cursor: pointer;
}
.wrapper-encryptPhone-template .btn-content .right[data-v-91205eb6] {
  margin: 0 10px;
  width: 112px;
  height: 40px;
  background: #175ce6;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrapper-choosePhone-template[data-v-c358f8aa]  .el-input__inner {
  border: none;
  background: #f2f7ff;
  border-radius: 10px;
}
.wrapper-choosePhone-template .content[data-v-c358f8aa] {
  padding: 10px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper-choosePhone-template .list[data-v-c358f8aa] {
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: 100%;
  height: 54px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.wrapper-choosePhone-template .list .title[data-v-c358f8aa] {
  width: 130px;
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  line-height: 14px;
}
.wrapper-choosePhone-template .list .phone[data-v-c358f8aa] {
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  line-height: 14px;
}
.wrapper-choosePhone-template .list .icon[data-v-c358f8aa] {
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.wrapper-choosePhone-template .list .icon img[data-v-c358f8aa] {
  width: 100%;
}
.wrapper-choosePhone-template .btn-content[data-v-c358f8aa] {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-choosePhone-template .btn-content .left[data-v-c358f8aa] {
  width: 112px;
  height: 40px;
  background: #f2f7ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #31456a;
  line-height: 22px;
  letter-spacing: 2px;
  margin: 0 10px;
  cursor: pointer;
}
.wrapper-choosePhone-template .btn-content .right[data-v-c358f8aa] {
  margin: 0 10px;
  width: 112px;
  height: 40px;
  background: #175ce6;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrap-ebanking-list-content[data-v-4c72485e] {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content[data-v-4c72485e]:hover {
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08);
}
.wrap-ebanking-list-content .box[data-v-4c72485e] {
  flex: 1;
  width: 100%;
  display: flex;
}
.wrap-ebanking-list-content .box .checkbox[data-v-4c72485e] {
  margin-left: 6px;
  margin-top: 26px;
}
.wrap-ebanking-list-content .header[data-v-4c72485e] {
  flex: 1;
  width: 100%;
  padding: 20px 20px 16px;
  box-sizing: border-box;
}
.wrap-ebanking-list-content .header .name-content[data-v-4c72485e] {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.wrap-ebanking-list-content .header .name[data-v-4c72485e] {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 14px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-ebanking-list-content .header .headpic[data-v-4c72485e] {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .header .headpic img[data-v-4c72485e] {
  width: 100%;
  border-radius: 4px;
}
.wrap-ebanking-list-content .header .age-text[data-v-4c72485e] {
  font-size: 12px;
  font-weight: 400;
  color: #92929d;
  line-height: 12px;
  margin-bottom: 12px;
}
.wrap-ebanking-list-content .header .tag-info[data-v-4c72485e] {
  display: flex;
}
.wrap-ebanking-list-content .header .tag-info .title[data-v-4c72485e] {
  font-size: 12px;
  font-weight: 400;
  color: #92929d;
  line-height: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.wrap-ebanking-list-content .header .tag-info .cor[data-v-4c72485e] {
  color: #92929d;
  line-height: 20px;
}
.wrap-ebanking-list-content .header .tag-info .cor1[data-v-4c72485e] {
  color: #467db9;
}
.wrap-ebanking-list-content .header .tag-info .tag-content[data-v-4c72485e] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-ebanking-list-content .header .tag-info .tag-content .tag[data-v-4c72485e] {
  padding: 0 6px;
  box-sizing: border-box;
  height: 18px;
  background: #175ce6;
  border-radius: 2px;
  margin-right: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap-ebanking-list-content .bottom[data-v-4c72485e] {
  height: 50px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.wrap-ebanking-list-content .bottom .tag-content[data-v-4c72485e] {
  height: 18px;
  background: #ebf5ff;
  border-radius: 3px;
  padding: 0 2px 0 6px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  color: #467db9;
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.wrap-ebanking-list-content .bottom .tag-content img[data-v-4c72485e] {
  width: 15px;
  height: 15px;
}
.wrap-ebanking-list-content .bottom .button[data-v-4c72485e] {
  margin-left: auto;
  width: 106px;
  height: 30px;
  background: #f2f7ff;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #175ce6;
  line-height: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wrap-ebanking-list-content .bottom .button .pc-ebanking-add[data-v-4c72485e] {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.wrap-ebanking-list-content .bottom .button .line[data-v-4c72485e] {
  width: 2px;
  height: 12px;
  border-radius: 2px;
  background: #175ce6;
  margin-left: 8px;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative[data-v-4c72485e] {
  flex: 1;
  width: 100%;
  height: 30px;
  position: relative;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative i[data-v-4c72485e] {
  color: #175ce6;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative .dropdown[data-v-4c72485e] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative .dropdown .wrap-el-icon-more-icon[data-v-4c72485e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .icon-content[data-v-4c72485e] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  color: #467db9;
  line-height: 14px;
}
.wrap-ebanking-list-content .icon-content .threadAdd-recycle[data-v-4c72485e] {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.wrap-ebanking-list-content .DADCE0[data-v-4c72485e] {
  font-size: 14px;
  font-weight: 500;
  color: #dadce0;
  line-height: 14px;
}
.wrap-ebanking-list-content .DAF5D0[data-v-4c72485e] {
  font-size: 14px;
  font-weight: 500;
  color: #daf5d0;
  line-height: 14px;
}
.bg[data-v-4c72485e]  .el-dialog {
  background: #f2f7ff;
}
.wrap-ebanking-list-content .el-dropdown {
  width: 100%;
  height: 100%;
}
.el-popper.wrapdropDownStyle {
  width: 106px !important;
  background: #fff !important;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08), 0px 12px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 4px;
  box-sizing: border-box;
  border: none;
  margin: 15px -10px 0 0;
}
.el-popper.wrapdropDownStyle .el-dropdown-menu__item {
  width: 100%;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #175ce6;
  line-height: 12px;
}
.el-popper.wrapdropDownStyle .pc-ebanking-bing {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.el-popper.wrapdropDownStyle .el-dropdown-menu__item:focus,
.el-popper.wrapdropDownStyle .el-dropdown-menu__item:not(.is-disabled):hover {
  background: #f2f7ff;
}
.el-dialog__header {
  font-size: 1.6vw;
}
.wrapper-bingdingList-template[data-v-1a46b418]  .el-input__inner {
  border: none;
  background: #f2f7ff;
  border-radius: 10px;
}
.wrapper-bingdingList-template .demo-form-inline[data-v-1a46b418] {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.wrapper-bingdingList-template .demo-form-inline .search-title[data-v-1a46b418] {
  font-size: 16px;
  color: #1a2840;
  margin-right: 16px;
}
.wrapper-bingdingList-template .search-content[data-v-1a46b418] {
  margin-bottom: 35px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.wrapper-bingdingList-template .search-content .search-title[data-v-1a46b418] {
  font-size: 16px;
  color: #1a2840;
  margin-right: 16px;
}
.wrapper-bingdingList-template .list-content[data-v-1a46b418] {
  height: 340px;
  overflow: auto;
}
.wrapper-bingdingList-template .pagination-block[data-v-1a46b418] {
  margin-top: 20px;
}
.wrapper-bingdingList-template .overlay-input[data-v-1a46b418] {
  display: flex;
  align-items: center;
  margin-left: 16px;
  margin-bottom: 30px;
}
.wrapper-bingdingList-template .overlay-input .title[data-v-1a46b418] {
  font-size: 16px;
  font-weight: 400;
  color: #1a2840;
  line-height: 22px;
  margin-right: 16px;
}
.wrapper-bingdingList-template .overlay-input .input[data-v-1a46b418] {
  width: 180px;
}
.wrapper-bingdingList-template .list[data-v-1a46b418] {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}
.wrapper-bingdingList-template .list .name-content[data-v-1a46b418] {
  flex: 1;
  overflow: hidden;
}
.wrapper-bingdingList-template .list .headpic[data-v-1a46b418] {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
}
.wrapper-bingdingList-template .list .headpic img[data-v-1a46b418] {
  border-radius: 50%;
  width: 100%;
}
.wrapper-bingdingList-template .list .username[data-v-1a46b418] {
  font-size: 14px;
  font-weight: 400;
  color: #1a2840;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.wrapper-bingdingList-template .list .nickname[data-v-1a46b418] {
  font-size: 12px;
  margin-right: 10px;
  font-weight: 400;
  color: #7b8499;
  line-height: 17px;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper-bingdingList-template .list .btn-text[data-v-1a46b418] {
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
  color: #175ce6;
  line-height: 20px;
  flex-shrink: 0;
  cursor: pointer;
}
.wrapper-bingdingConfirm-template[data-v-44d87394]  .el-input__inner {
  border: none;
  background: #f2f7ff;
  border-radius: 10px;
}
.wrapper-bingdingConfirm-template .content[data-v-44d87394] {
  padding: 10px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper-bingdingConfirm-template .text[data-v-44d87394] {
  font-size: 16px;
  font-weight: 400;
  color: #1a2840;
  line-height: 28px;
  margin-top: 80px;
  text-align: left;
}
.wrapper-bingdingConfirm-template .btn-content[data-v-44d87394] {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-bingdingConfirm-template .btn-content .left[data-v-44d87394] {
  width: 112px;
  height: 40px;
  background: #f2f7ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #31456a;
  line-height: 22px;
  letter-spacing: 2px;
  margin: 0 10px;
  cursor: pointer;
}
.wrapper-bingdingConfirm-template .btn-content .right[data-v-44d87394] {
  margin: 0 10px;
  width: 112px;
  height: 40px;
  background: #175ce6;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrapper-bingdingConfirm-template .nickinfo[data-v-44d87394] {
  position: relative;
}
.wrapper-bingdingConfirm-template .nickinfo .name[data-v-44d87394] {
  position: absolute;
  width: 90px;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 16px;
  font-weight: 400;
  color: #1a2840;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.wrapper-bingdingConfirm-template .headpic[data-v-44d87394] {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin: 0 16px;
  border-radius: 8px;
  display: flex;
}
.wrapper-bingdingConfirm-template .headpic img[data-v-44d87394] {
  width: 100%;
}
.wrapper-bingdingConfirm-template .overlay-binding[data-v-44d87394] {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  margin: 0 12px;
  display: flex;
}
.wrapper-bingdingConfirm-template .overlay-binding img[data-v-44d87394] {
  width: 100%;
}
.wrapper-bingdingConfirm-template .spot-content[data-v-44d87394] {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-bingdingConfirm-template .spot-content .spot[data-v-44d87394] {
  width: 4px;
  height: 4px;
  background: #175ce6;
  margin: 4px;
  border-radius: 50%;
}
.wrapper-encryptPhone-template[data-v-76a4a419]  .el-input__inner {
  border: none;
  background: #f2f7ff;
  border-radius: 10px;
}
.wrapper-encryptPhone-template .content[data-v-76a4a419] {
  padding: 10px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper-encryptPhone-template .content .flex[data-v-76a4a419] {
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: baseline;
  margin-bottom: 24px;
}
.wrapper-encryptPhone-template .content .flex .phone-content[data-v-76a4a419] {
  flex: 1;
}
.wrapper-encryptPhone-template .content .flex .flex2[data-v-76a4a419] {
  flex: 2;
}
.wrapper-encryptPhone-template .content .flex .flex1[data-v-76a4a419] {
  flex: 1;
}
.wrapper-encryptPhone-template .content .phone-content[data-v-76a4a419] {
  width: 100%;
  display: flex;
  align-items: baseline;
}
.wrapper-encryptPhone-template .content .phone-content .title[data-v-76a4a419] {
  font-size: 14px;
  font-weight: 400;
  color: #92929d;
  line-height: 14px;
  flex-shrink: 0;
}
.wrapper-encryptPhone-template .content .phone-content .phone[data-v-76a4a419] {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 14px;
}
.wrapper-encryptPhone-template .content .phone-content .tags[data-v-76a4a419] {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper-encryptPhone-template .content .phone-content .tags .fixation-tag[data-v-76a4a419] {
  background: #175ce6;
  border-radius: 2px;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
}
.wrapper-encryptPhone-template .content .info[data-v-76a4a419] {
  font-size: 14px;
  font-weight: 400;
  color: #92929d;
  line-height: 14px;
  margin-top: 20px;
  text-align: left;
  width: 100%;
}
.wrapper-encryptPhone-template .content .flexDC[data-v-76a4a419] {
  margin-top: 24px;
  flex-direction: column;
}
.wrapper-encryptPhone-template .content .flexDC .box[data-v-76a4a419] {
  margin: 16px 0;
  width: 100%;
  border-radius: 6px;
}
.wrapper-encryptPhone-template .btn-content[data-v-76a4a419] {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-encryptPhone-template .btn-content .left[data-v-76a4a419] {
  width: 112px;
  height: 40px;
  background: #f2f7ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #31456a;
  line-height: 22px;
  letter-spacing: 2px;
  margin: 0 10px;
  cursor: pointer;
}
.wrapper-encryptPhone-template .btn-content .right[data-v-76a4a419] {
  margin: 0 10px;
  width: 112px;
  height: 40px;
  background: #175ce6;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrapper-encryptPhone-template .bottom-box[data-v-76a4a419] {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}
.wrapper-encryptPhone-template .bottom-box .msgbox[data-v-76a4a419] {
  display: flex;
  cursor: pointer;
}
.wrapper-encryptPhone-template .bottom-box .msgbox .left[data-v-76a4a419] {
  text-align: right;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
}
.wrapper-encryptPhone-template .bottom-box .msgbox .left .tip[data-v-76a4a419] {
  color: #176fff;
  font-size: 12px;
  margin-top: 6px;
}
.wrapper-encryptPhone-template .bottom-box .msgbox .right[data-v-76a4a419] {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #ccc;
  overflow: hidden;
}
.wrapper-encryptPhone-template .bottom-box .msgbox .right img[data-v-76a4a419] {
  width: 40px;
  height: 40px;
}
.box[data-v-76a4a419]  .el-textarea__inner {
  background: #f7f7f7;
  border-radius: 1.066667vw;
  border: none;
}
.wrap-template-eBanking .btn-flex[data-v-c347ba64] {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  align-items: center;
}
.wrap-template-eBanking .search-content[data-v-c347ba64] {
  flex: 1;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .search-content .search-title[data-v-c347ba64] {
  font-size: 16px;
  color: #1a2840;
  margin-right: 16px;
}
.wrap-template-eBanking .search-content .txt[data-v-c347ba64] {
  font-size: 14px;
  color: #1a2840;
  margin-right: 16px;
}
.wrap-template-eBanking .flex-right[data-v-c347ba64] {
  justify-content: flex-end;
  margin-bottom: 20px;
}
.wrap-template-eBanking .header[data-v-c347ba64] {
  padding: 0 16px;
  box-sizing: border-box;
}
.wrap-template-eBanking .breadcrumb[data-v-c347ba64] {
  font-size: 12px;
  font-weight: 400;
  color: #175ce6;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .breadcrumb .div[data-v-c347ba64] {
  cursor: pointer;
}
.wrap-template-eBanking .breadcrumb .span[data-v-c347ba64] {
  color: #999999;
  margin-left: 4px;
}
.wrap-template-eBanking .title[data-v-c347ba64] {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #231716;
  line-height: 16px;
}
.wrap-template-eBanking .info-template[data-v-c347ba64] {
  width: 100%;
  padding-top: 20px;
  background: #f2f7ff;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.wrap-template-eBanking .info-template .info-content[data-v-c347ba64] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .info-template .info-title[data-v-c347ba64] {
  font-size: 14px;
  font-weight: 400;
  color: #175ce6;
  line-height: 20px;
  flex-shrink: 0;
}
.wrap-template-eBanking .info-template .info-text[data-v-c347ba64] {
  font-size: 14px;
  font-weight: 400;
  color: #171725;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.wrap-ebanking-list-content[data-v-20624851] {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content[data-v-20624851]:hover {
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08);
}
.wrap-ebanking-list-content .header[data-v-20624851] {
  flex: 1;
  width: 100%;
  padding: 20px 20px 16px;
  box-sizing: border-box;
}
.wrap-ebanking-list-content .header .name-content[data-v-20624851] {
  display: flex;
  margin-bottom: 14px;
}
.wrap-ebanking-list-content .header .name[data-v-20624851] {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 14px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-ebanking-list-content .header .headpic[data-v-20624851] {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .header .headpic img[data-v-20624851] {
  width: 100%;
  border-radius: 4px;
}
.wrap-ebanking-list-content .header .age-text[data-v-20624851] {
  font-size: 12px;
  font-weight: 400;
  color: #92929d;
  line-height: 12px;
  margin-bottom: 12px;
}
.wrap-ebanking-list-content .header .tag-info[data-v-20624851] {
  display: flex;
}
.wrap-ebanking-list-content .header .tag-info .title[data-v-20624851] {
  font-size: 12px;
  font-weight: 400;
  color: #92929d;
  line-height: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.wrap-ebanking-list-content .header .tag-info .cor[data-v-20624851] {
  color: #92929d;
  line-height: 20px;
}
.wrap-ebanking-list-content .header .tag-info .cor1[data-v-20624851] {
  color: #467db9;
}
.wrap-ebanking-list-content .header .tag-info .tag-content[data-v-20624851] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-ebanking-list-content .header .tag-info .tag-content .tag[data-v-20624851] {
  padding: 0 6px;
  box-sizing: border-box;
  height: 18px;
  background: #175ce6;
  border-radius: 2px;
  margin-right: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap-ebanking-list-content .bottom[data-v-20624851] {
  height: 50px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.wrap-ebanking-list-content .bottom .tag-content[data-v-20624851] {
  height: 18px;
  background: #ebf5ff;
  border-radius: 3px;
  padding: 0 2px 0 6px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  color: #467db9;
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.wrap-ebanking-list-content .bottom .tag-content img[data-v-20624851] {
  width: 15px;
  height: 15px;
}
.wrap-ebanking-list-content .bottom .button[data-v-20624851] {
  margin-left: auto;
  width: 106px;
  height: 30px;
  background: #f2f7ff;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #175ce6;
  line-height: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wrap-ebanking-list-content .bottom .button .pc-ebanking-add[data-v-20624851] {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.wrap-ebanking-list-content .bottom .button .line[data-v-20624851] {
  width: 2px;
  height: 12px;
  border-radius: 2px;
  background: #175ce6;
  margin-left: 8px;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative[data-v-20624851] {
  flex: 1;
  width: 100%;
  height: 30px;
  position: relative;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative i[data-v-20624851] {
  color: #175ce6;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative .dropdown[data-v-20624851] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative .dropdown .wrap-el-icon-more-icon[data-v-20624851] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .icon-content[data-v-20624851] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  color: #467db9;
  line-height: 14px;
}
.wrap-ebanking-list-content .icon-content .threadAdd-recycle[data-v-20624851] {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.wrap-ebanking-list-content .DADCE0[data-v-20624851] {
  font-size: 14px;
  font-weight: 500;
  color: #dadce0;
  line-height: 14px;
}
.wrap-ebanking-list-content .DAF5D0[data-v-20624851] {
  font-size: 14px;
  font-weight: 500;
  color: #daf5d0;
  line-height: 14px;
}
.bg[data-v-20624851]  .el-dialog {
  background: #f2f7ff;
}
.wrap-ebanking-list-content .el-dropdown {
  width: 100%;
  height: 100%;
}
.el-popper.wrapdropDownStyle {
  width: 106px !important;
  background: #fff !important;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08), 0px 12px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 4px;
  box-sizing: border-box;
  border: none;
  margin: 15px -10px 0 0;
}
.el-popper.wrapdropDownStyle .el-dropdown-menu__item {
  width: 100%;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #175ce6;
  line-height: 12px;
}
.el-popper.wrapdropDownStyle .pc-ebanking-bing {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.el-popper.wrapdropDownStyle .el-dropdown-menu__item:focus,
.el-popper.wrapdropDownStyle .el-dropdown-menu__item:not(.is-disabled):hover {
  background: #f2f7ff;
}
.el-dialog__header {
  font-size: 1.6vw;
}
.wrap-template-eBanking .search-content[data-v-64fc7650] {
  margin-bottom: 20px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .search-content .search-title[data-v-64fc7650] {
  font-size: 16px;
  color: #1a2840;
  margin-right: 16px;
}
.wrap-template-eBanking .header[data-v-64fc7650] {
  padding: 0 16px;
  box-sizing: border-box;
}
.wrap-template-eBanking .breadcrumb[data-v-64fc7650] {
  font-size: 12px;
  font-weight: 400;
  color: #175ce6;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .breadcrumb .div[data-v-64fc7650] {
  cursor: pointer;
}
.wrap-template-eBanking .breadcrumb .span[data-v-64fc7650] {
  color: #999999;
  margin-left: 4px;
}
.wrap-template-eBanking .title[data-v-64fc7650] {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #231716;
  line-height: 16px;
}
.wrap-template-eBanking .info-template[data-v-64fc7650] {
  width: 100%;
  padding-top: 20px;
  background: #f2f7ff;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.wrap-template-eBanking .info-template .info-content[data-v-64fc7650] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .info-template .info-title[data-v-64fc7650] {
  font-size: 14px;
  font-weight: 400;
  color: #175ce6;
  line-height: 20px;
  flex-shrink: 0;
}
.wrap-template-eBanking .info-template .info-text[data-v-64fc7650] {
  font-size: 14px;
  font-weight: 400;
  color: #171725;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.wrap-tactics-list-content[data-v-62fc5c0c] {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.5s;
  padding: 20px;
  box-sizing: border-box;
}
.wrap-tactics-list-content[data-v-62fc5c0c]:hover {
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08);
}
.wrap-tactics-list-content .header[data-v-62fc5c0c] {
  display: flex;
  align-items: center;
}
.wrap-tactics-list-content .header .headpic[data-v-62fc5c0c] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  margin-right: 10px;
}
.wrap-tactics-list-content .header .headpic img[data-v-62fc5c0c] {
  width: 100%;
  border-radius: 50%;
}
.wrap-tactics-list-content .header .info[data-v-62fc5c0c] {
  flex: 1;
  overflow: hidden;
}
.wrap-tactics-list-content .header .info .nickname[data-v-62fc5c0c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #1a2840;
  line-height: 20px;
  margin-right: 20px;
}
.wrap-tactics-list-content .header .info .des[data-v-62fc5c0c] {
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: #7b8499;
  line-height: 17px;
}
.wrap-tactics-list-content .header .info .gender[data-v-62fc5c0c] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.wrap-tactics-list-content .header .time[data-v-62fc5c0c] {
  height: 20px;
  border-radius: 5px;
  padding: 0 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  flex-shrink: 0;
  margin-left: 10px;
}
.wrap-tactics-list-content .header .red[data-v-62fc5c0c] {
  background: #e64340;
}
.wrap-tactics-list-content .header .orange[data-v-62fc5c0c] {
  background: #f59a23;
}
.wrap-tactics-list-content .header .green[data-v-62fc5c0c] {
  background: #49cb15;
}
.wrap-tactics-list-content .header .gray[data-v-62fc5c0c] {
  color: #92929d;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  flex-shrink: 0;
  text-align: right;
}
.wrap-tactics-list-content .header .btn[data-v-62fc5c0c] {
  flex-shrink: 0;
  margin-left: 20px;
  height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f7ff;
  border-radius: 5px;
  font-size: 12px;
  color: #175ce6;
  line-height: 12px;
}
.wrap-tactics-list-content .header .btn .icon[data-v-62fc5c0c] {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.wrap-tactics-list-content .header .icon-content[data-v-62fc5c0c] {
  flex-shrink: 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #467db9;
  line-height: 14px;
}
.wrap-tactics-list-content .header .icon-content .threadAdd-recycle[data-v-62fc5c0c] {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.wrap-tactics-list-content .header .DADCE0[data-v-62fc5c0c] {
  font-size: 14px;
  font-weight: 500;
  color: #dadce0;
  line-height: 14px;
}
.wrap-tactics-list-content .header .DAF5D0[data-v-62fc5c0c] {
  font-size: 14px;
  font-weight: 500;
  color: #daf5d0;
  line-height: 14px;
}
.wrap-tactics-list-content .bottom .describe[data-v-62fc5c0c] {
  margin-top: 30px;
  display: flex;
}
.wrap-tactics-list-content .bottom .title[data-v-62fc5c0c] {
  font-size: 14px;
  font-weight: 400;
  color: #92929d;
  line-height: 18px;
  flex-shrink: 0;
}
.wrap-tactics-list-content .bottom .info[data-v-62fc5c0c] {
  font-size: 14px;
  font-weight: 400;
  color: #1a2840;
  line-height: 18px;
}
.wrap-tactics-list-content .bottom .message[data-v-62fc5c0c] {
  margin-top: 12px;
  display: flex;
}
.wrap-template-eBanking[data-v-cb5c4978]  .el-form--inline .el-form-item {
  display: flex;
}
.wrap-template-eBanking .demo-form-inline[data-v-cb5c4978] {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .header[data-v-cb5c4978] {
  padding: 0 16px;
  box-sizing: border-box;
}
.wrap-template-eBanking .message-content[data-v-cb5c4978] {
  padding: 0 16px;
  box-sizing: border-box;
}
.wrap-template-eBanking .message-content .content[data-v-cb5c4978] {
  background: #ffffff;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: 1px solid #eeeeee;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.wrap-template-eBanking .message-content .content .message-title[data-v-cb5c4978] {
  font-size: 14px;
  font-weight: 500;
  color: #1a2840;
  line-height: 20px;
}
.wrap-template-eBanking .message-content .content .text[data-v-cb5c4978] {
  font-size: 14px;
  font-weight: 400;
  color: #1a2840;
  line-height: 24px;
  margin-top: 20px;
}
.wrap-template-eBanking .message-content .content .img-content[data-v-cb5c4978] {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-template-eBanking .message-content .content .img-content .img[data-v-cb5c4978] {
  margin-bottom: 10px;
  margin-right: 8px;
  width: 142px;
  height: 106px;
  border-radius: 16px;
}
.wrap-template-eBanking .message-content .content .file-content[data-v-cb5c4978] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0px;
}
.wrap-template-eBanking .message-content .content .file-content .file-list[data-v-cb5c4978] {
  width: 378px;
  height: 74px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  box-sizing: border-box;
}
.wrap-template-eBanking .message-content .content .file-content .file-list .file-img[data-v-cb5c4978] {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  margin-right: 10px;
}
.wrap-template-eBanking .message-content .content .file-content .file-list .file-img img[data-v-cb5c4978] {
  width: 44px;
  height: 44px;
}
.wrap-template-eBanking .message-content .content .file-content .file-list .file-info[data-v-cb5c4978] {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.wrap-template-eBanking .message-content .content .file-content .file-list .file-info .file-title[data-v-cb5c4978] {
  font-size: 14px;
  color: #000;
  line-height: 14px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-template-eBanking .message-content .content .file-content .file-list .file-info .file-des[data-v-cb5c4978] {
  font-size: 14px;
  color: #818286;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-template-eBanking .reminder[data-v-cb5c4978] {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.wrap-template-eBanking .reminder .reminder-title[data-v-cb5c4978] {
  font-size: 14px;
  font-weight: 500;
  color: #92929d;
  line-height: 14px;
}
.wrap-template-eBanking .reminder .reminder-info[data-v-cb5c4978] {
  font-size: 14px;
  font-weight: 400;
  color: #92929d;
  line-height: 24px;
  margin: 8px 0;
}
.wrap-template-eBanking .reminder img[data-v-cb5c4978] {
  width: 325px;
}
.wrap-template-eBanking .breadcrumb[data-v-cb5c4978] {
  font-size: 12px;
  font-weight: 400;
  color: #175ce6;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .breadcrumb .div[data-v-cb5c4978] {
  cursor: pointer;
}
.wrap-template-eBanking .breadcrumb .span[data-v-cb5c4978] {
  color: #999999;
  margin-left: 4px;
}
.wrap-template-eBanking .title[data-v-cb5c4978] {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #231716;
  line-height: 16px;
}
.wrap-template-eBanking .info-template[data-v-cb5c4978] {
  width: 100%;
  padding-top: 20px;
  background: #f2f7ff;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.wrap-template-eBanking .info-template .info-content[data-v-cb5c4978] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .info-template .info-title[data-v-cb5c4978] {
  font-size: 14px;
  font-weight: 400;
  color: #175ce6;
  line-height: 20px;
  flex-shrink: 0;
}
.wrap-template-eBanking .info-template .info-text[data-v-cb5c4978] {
  font-size: 14px;
  font-weight: 400;
  color: #171725;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.wrap-ebanking-list-content[data-v-4b55e894] {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content[data-v-4b55e894]:hover {
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08);
}
.wrap-ebanking-list-content .header[data-v-4b55e894] {
  flex: 1;
  width: 100%;
  padding: 20px 20px 16px;
  box-sizing: border-box;
}
.wrap-ebanking-list-content .header .name-content[data-v-4b55e894] {
  display: flex;
}
.wrap-ebanking-list-content .header .name-content .leftBox[data-v-4b55e894] {
  flex: 1;
}
.wrap-ebanking-list-content .header .name[data-v-4b55e894] {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 14px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 14px;
}
.wrap-ebanking-list-content .header .headpic[data-v-4b55e894] {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .header .headpic img[data-v-4b55e894] {
  width: 100%;
}
.wrap-ebanking-list-content .header .headpicDone[data-v-4b55e894] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.wrap-ebanking-list-content .header .age-text[data-v-4b55e894] {
  font-size: 12px;
  font-weight: 400;
  color: #92929d;
  line-height: 12px;
  margin-bottom: 12px;
}
.wrap-ebanking-list-content .header .tag-info[data-v-4b55e894] {
  display: flex;
}
.wrap-ebanking-list-content .header .tag-info .title[data-v-4b55e894] {
  font-size: 12px;
  font-weight: 400;
  color: #92929d;
  line-height: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.wrap-ebanking-list-content .header .tag-info .tag-content[data-v-4b55e894] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-ebanking-list-content .header .tag-info .tag-content .tag[data-v-4b55e894] {
  padding: 0 6px;
  box-sizing: border-box;
  height: 18px;
  background: #175ce6;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}
.wrap-ebanking-list-content .bottom[data-v-4b55e894] {
  height: 50px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wrap-ebanking-list-content .bottom .tag-content[data-v-4b55e894] {
  height: 18px;
  background: #ebf5ff;
  border-radius: 3px;
  padding: 0 2px 0 6px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  color: #467db9;
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.wrap-ebanking-list-content .bottom .tag-content img[data-v-4b55e894] {
  width: 15px;
  height: 15px;
}
.wrap-ebanking-list-content .bottom .button[data-v-4b55e894] {
  margin-left: 10px;
  width: 74px;
  height: 30px;
  background: #f2f7ff;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #175ce6;
  line-height: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wrap-ebanking-list-content .bottom .button .pc-ebanking-add[data-v-4b55e894] {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.wrap-ebanking-list-content .bottom .button .line[data-v-4b55e894] {
  width: 2px;
  height: 12px;
  border-radius: 2px;
  background: #175ce6;
  margin-left: 8px;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative[data-v-4b55e894] {
  flex: 1;
  width: 100%;
  height: 30px;
  position: relative;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative i[data-v-4b55e894] {
  color: #175ce6;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative .dropdown[data-v-4b55e894] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative .dropdown .wrap-el-icon-more-icon[data-v-4b55e894] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .icon-content[data-v-4b55e894] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  color: #467db9;
  line-height: 14px;
}
.wrap-ebanking-list-content .icon-content .threadAdd-recycle[data-v-4b55e894] {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.wrap-ebanking-list-content .DADCE0[data-v-4b55e894] {
  font-size: 14px;
  font-weight: 500;
  color: #dadce0;
  line-height: 14px;
}
.wrap-ebanking-list-content .DAF5D0[data-v-4b55e894] {
  font-size: 14px;
  font-weight: 500;
  color: #daf5d0;
  line-height: 14px;
}
.wrap-ebanking-list-content .el-dropdown {
  width: 100%;
  height: 100%;
}
.el-popper.wrapdropDownStyle {
  width: 106px !important;
  background: #fff !important;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08), 0px 12px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 4px;
  box-sizing: border-box;
  border: none;
  margin: 15px -10px 0 0;
}
.el-popper.wrapdropDownStyle .el-dropdown-menu__item {
  width: 100%;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #175ce6;
  line-height: 12px;
}
.el-popper.wrapdropDownStyle .pc-ebanking-bing {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.el-popper.wrapdropDownStyle .el-dropdown-menu__item:focus,
.el-popper.wrapdropDownStyle .el-dropdown-menu__item:not(.is-disabled):hover {
  background: #f2f7ff;
}
.wrap-template-eBanking[data-v-10277518]  .el-form--inline .el-form-item {
  display: flex;
}
.wrap-template-eBanking .demo-form-inline[data-v-10277518] {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .header[data-v-10277518] {
  padding: 0 16px;
  box-sizing: border-box;
}
.wrap-template-eBanking .breadcrumb[data-v-10277518] {
  font-size: 12px;
  font-weight: 400;
  color: #175ce6;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .breadcrumb .div[data-v-10277518] {
  cursor: pointer;
}
.wrap-template-eBanking .breadcrumb .span[data-v-10277518] {
  color: #999999;
  margin-left: 4px;
}
.wrap-template-eBanking .title[data-v-10277518] {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #231716;
  line-height: 16px;
}
.wrap-template-eBanking .info-template[data-v-10277518] {
  width: 100%;
  padding-top: 20px;
  background: #f2f7ff;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.wrap-template-eBanking .info-template .info-content[data-v-10277518] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .info-template .info-title[data-v-10277518] {
  font-size: 14px;
  font-weight: 400;
  color: #175ce6;
  line-height: 20px;
  flex-shrink: 0;
}
.wrap-template-eBanking .info-template .info-text[data-v-10277518] {
  font-size: 14px;
  font-weight: 400;
  color: #171725;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.wrap-template-eBanking[data-v-3838a458]  .el-form--inline .el-form-item {
  display: flex;
}
.wrap-template-eBanking .demo-form-inline[data-v-3838a458] {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .header[data-v-3838a458] {
  padding: 0 16px;
  box-sizing: border-box;
}
.wrap-template-eBanking .breadcrumb[data-v-3838a458] {
  font-size: 12px;
  font-weight: 400;
  color: #175ce6;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .breadcrumb .div[data-v-3838a458] {
  cursor: pointer;
}
.wrap-template-eBanking .breadcrumb .span[data-v-3838a458] {
  color: #999999;
  margin-left: 4px;
}
.wrap-template-eBanking .title[data-v-3838a458] {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #231716;
  line-height: 16px;
}
.wrap-template-eBanking .info-template[data-v-3838a458] {
  width: 100%;
  padding-top: 20px;
  background: #f2f7ff;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.wrap-template-eBanking .info-template .info-content[data-v-3838a458] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .info-template .info-title[data-v-3838a458] {
  font-size: 14px;
  font-weight: 400;
  color: #175ce6;
  line-height: 20px;
  flex-shrink: 0;
}
.wrap-template-eBanking .info-template .info-text[data-v-3838a458] {
  font-size: 14px;
  font-weight: 400;
  color: #171725;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.wrap-tactics-list-content[data-v-5c579a8d] {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.5s;
  padding: 20px;
  box-sizing: border-box;
}
.wrap-tactics-list-content[data-v-5c579a8d]:hover {
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08);
}
.wrap-tactics-list-content .header[data-v-5c579a8d] {
  display: flex;
  align-items: center;
}
.wrap-tactics-list-content .header .headpic[data-v-5c579a8d] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  margin-right: 10px;
}
.wrap-tactics-list-content .header .headpic img[data-v-5c579a8d] {
  width: 100%;
  border-radius: 50%;
}
.wrap-tactics-list-content .header .info[data-v-5c579a8d] {
  flex: 1;
  overflow: hidden;
}
.wrap-tactics-list-content .header .info .nickname[data-v-5c579a8d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #1a2840;
  line-height: 20px;
  margin-right: 20px;
}
.wrap-tactics-list-content .header .info .des[data-v-5c579a8d] {
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: #7b8499;
  line-height: 17px;
}
.wrap-tactics-list-content .header .info .gender[data-v-5c579a8d] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.wrap-tactics-list-content .header .time[data-v-5c579a8d] {
  height: 20px;
  border-radius: 5px;
  padding: 0 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  flex-shrink: 0;
  margin-left: 10px;
}
.wrap-tactics-list-content .header .red[data-v-5c579a8d] {
  background: #e64340;
}
.wrap-tactics-list-content .header .orange[data-v-5c579a8d] {
  background: #f59a23;
}
.wrap-tactics-list-content .header .green[data-v-5c579a8d] {
  background: #49cb15;
}
.wrap-tactics-list-content .header .gray[data-v-5c579a8d] {
  color: #92929d;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  flex-shrink: 0;
  text-align: right;
}
.wrap-tactics-list-content .header .btn[data-v-5c579a8d] {
  flex-shrink: 0;
  margin-left: 20px;
  height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f7ff;
  border-radius: 5px;
  font-size: 12px;
  color: #175ce6;
  line-height: 12px;
}
.wrap-tactics-list-content .header .btn .icon[data-v-5c579a8d] {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.wrap-tactics-list-content .header .icon-content[data-v-5c579a8d] {
  flex-shrink: 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #467db9;
  line-height: 14px;
}
.wrap-tactics-list-content .header .icon-content .threadAdd-recycle[data-v-5c579a8d] {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.wrap-tactics-list-content .header .DADCE0[data-v-5c579a8d] {
  font-size: 14px;
  font-weight: 500;
  color: #dadce0;
  line-height: 14px;
}
.wrap-tactics-list-content .header .DAF5D0[data-v-5c579a8d] {
  font-size: 14px;
  font-weight: 500;
  color: #daf5d0;
  line-height: 14px;
}
.wrap-tactics-list-content .bottom .describe[data-v-5c579a8d] {
  margin-top: 30px;
  display: flex;
}
.wrap-tactics-list-content .bottom .title[data-v-5c579a8d] {
  font-size: 14px;
  font-weight: 400;
  color: #92929d;
  line-height: 18px;
  flex-shrink: 0;
}
.wrap-tactics-list-content .bottom .info[data-v-5c579a8d] {
  font-size: 14px;
  font-weight: 400;
  color: #1a2840;
  line-height: 18px;
}
.wrap-tactics-list-content .bottom .message[data-v-5c579a8d] {
  margin-top: 12px;
  display: flex;
}
.wrap-template-eBanking[data-v-b1da2490]  .el-form--inline .el-form-item {
  display: flex;
}
.wrap-template-eBanking .demo-form-inline[data-v-b1da2490] {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .header[data-v-b1da2490] {
  padding: 0 16px;
  box-sizing: border-box;
}
.wrap-template-eBanking .breadcrumb[data-v-b1da2490] {
  font-size: 12px;
  font-weight: 400;
  color: #175ce6;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .breadcrumb .div[data-v-b1da2490] {
  cursor: pointer;
}
.wrap-template-eBanking .breadcrumb .span[data-v-b1da2490] {
  color: #999999;
  margin-left: 4px;
}
.wrap-template-eBanking .title[data-v-b1da2490] {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #231716;
  line-height: 16px;
}
.wrap-template-eBanking .info-template[data-v-b1da2490] {
  width: 100%;
  padding-top: 20px;
  background: #f2f7ff;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.wrap-template-eBanking .info-template .info-content[data-v-b1da2490] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .info-template .info-title[data-v-b1da2490] {
  font-size: 14px;
  font-weight: 400;
  color: #175ce6;
  line-height: 20px;
  flex-shrink: 0;
}
.wrap-template-eBanking .info-template .info-text[data-v-b1da2490] {
  font-size: 14px;
  font-weight: 400;
  color: #171725;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.wrap-tactics-list-content[data-v-21827941] {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.5s;
  padding: 20px;
  box-sizing: border-box;
}
.wrap-tactics-list-content[data-v-21827941]:hover {
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08);
}
.wrap-tactics-list-content .header[data-v-21827941] {
  display: flex;
  align-items: center;
}
.wrap-tactics-list-content .header .headpic[data-v-21827941] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  margin-right: 10px;
}
.wrap-tactics-list-content .header .headpic img[data-v-21827941] {
  width: 100%;
  border-radius: 50%;
}
.wrap-tactics-list-content .header .info[data-v-21827941] {
  flex: 1;
  overflow: hidden;
}
.wrap-tactics-list-content .header .info .nickname[data-v-21827941] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #1a2840;
  line-height: 20px;
  margin-right: 10px;
}
.wrap-tactics-list-content .header .time[data-v-21827941] {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #92929d;
  line-height: 12px;
  flex-shrink: 0;
}
.wrap-tactics-list-content .header .icon-content[data-v-21827941] {
  flex-shrink: 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #467db9;
  line-height: 14px;
}
.wrap-tactics-list-content .header .icon-content .threadAdd-recycle[data-v-21827941] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.wrap-tactics-list-content .header .DADCE0[data-v-21827941] {
  font-size: 14px;
  font-weight: 400;
  color: #1572f7;
  line-height: 20px;
}
.wrap-tactics-list-content .header .DAF5D0[data-v-21827941] {
  font-size: 14px;
  font-weight: 400;
  color: #37ac14;
  line-height: 20px;
}
.wrap-template-eBanking[data-v-0f75d052]  .el-form--inline .el-form-item {
  display: flex;
}
.wrap-template-eBanking .demo-form-inline[data-v-0f75d052] {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .header[data-v-0f75d052] {
  padding: 0 16px;
  box-sizing: border-box;
}
.wrap-template-eBanking .tips[data-v-0f75d052] {
  font-size: 12px;
  color: #969799;
  margin-bottom: 10px;
}
.wrap-template-eBanking .breadcrumb[data-v-0f75d052] {
  font-size: 12px;
  font-weight: 400;
  color: #175ce6;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .breadcrumb .div[data-v-0f75d052] {
  cursor: pointer;
}
.wrap-template-eBanking .breadcrumb .span[data-v-0f75d052] {
  color: #999999;
  margin-left: 4px;
}
.wrap-template-eBanking .title[data-v-0f75d052] {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #231716;
  line-height: 16px;
}
.wrap-template-eBanking .info-template[data-v-0f75d052] {
  width: 100%;
  padding-top: 20px;
  background: #f2f7ff;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.wrap-template-eBanking .info-template .info-content[data-v-0f75d052] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .info-template .info-title[data-v-0f75d052] {
  font-size: 14px;
  font-weight: 400;
  color: #175ce6;
  line-height: 20px;
  flex-shrink: 0;
}
.wrap-template-eBanking .info-template .info-text[data-v-0f75d052] {
  font-size: 14px;
  font-weight: 400;
  color: #171725;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.wrap-ebanking-list-content[data-v-13ddf56d] {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content[data-v-13ddf56d]:hover {
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08);
}
.wrap-ebanking-list-content .header[data-v-13ddf56d] {
  flex: 1;
  width: 100%;
  padding: 20px 20px 16px;
  box-sizing: border-box;
}
.wrap-ebanking-list-content .header .name-content[data-v-13ddf56d] {
  display: flex;
  margin-bottom: 14px;
}
.wrap-ebanking-list-content .header .name[data-v-13ddf56d] {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 14px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-ebanking-list-content .header .headpic[data-v-13ddf56d] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .header .headpic img[data-v-13ddf56d] {
  width: 100%;
}
.wrap-ebanking-list-content .header .age-text[data-v-13ddf56d] {
  font-size: 12px;
  font-weight: 400;
  color: #92929d;
  line-height: 12px;
  margin-bottom: 12px;
}
.wrap-ebanking-list-content .header .tag-info[data-v-13ddf56d] {
  display: flex;
}
.wrap-ebanking-list-content .header .tag-info .title[data-v-13ddf56d] {
  font-size: 12px;
  font-weight: 400;
  color: #92929d;
  line-height: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.wrap-ebanking-list-content .header .tag-info .cor[data-v-13ddf56d] {
  color: #92929d;
  line-height: 20px;
}
.wrap-ebanking-list-content .header .tag-info .cor1[data-v-13ddf56d] {
  color: #467db9;
}
.wrap-ebanking-list-content .header .tag-info .tag-content[data-v-13ddf56d] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-ebanking-list-content .header .tag-info .tag-content .tag[data-v-13ddf56d] {
  padding: 0 6px;
  box-sizing: border-box;
  height: 18px;
  background: #175ce6;
  border-radius: 2px;
  margin-right: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap-ebanking-list-content .bottom[data-v-13ddf56d] {
  height: 50px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.wrap-ebanking-list-content .bottom .tag-content[data-v-13ddf56d] {
  height: 18px;
  background: #ebf5ff;
  border-radius: 3px;
  padding: 0 2px 0 6px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  color: #467db9;
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.wrap-ebanking-list-content .bottom .tag-content img[data-v-13ddf56d] {
  width: 15px;
  height: 15px;
}
.wrap-ebanking-list-content .bottom .button[data-v-13ddf56d] {
  margin-left: auto;
  width: 106px;
  height: 30px;
  background: #f2f7ff;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #175ce6;
  line-height: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wrap-ebanking-list-content .bottom .button .pc-ebanking-add[data-v-13ddf56d] {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.wrap-ebanking-list-content .bottom .button .line[data-v-13ddf56d] {
  width: 2px;
  height: 12px;
  border-radius: 2px;
  background: #175ce6;
  margin-left: 8px;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative[data-v-13ddf56d] {
  flex: 1;
  width: 100%;
  height: 30px;
  position: relative;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative i[data-v-13ddf56d] {
  color: #175ce6;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative .dropdown[data-v-13ddf56d] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .bottom .button .wrap-relative .dropdown .wrap-el-icon-more-icon[data-v-13ddf56d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ebanking-list-content .icon-content[data-v-13ddf56d] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  color: #467db9;
  line-height: 14px;
}
.wrap-ebanking-list-content .icon-content .threadAdd-recycle[data-v-13ddf56d] {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.wrap-ebanking-list-content .DADCE0[data-v-13ddf56d] {
  font-size: 14px;
  font-weight: 500;
  color: #dadce0;
  line-height: 14px;
}
.wrap-ebanking-list-content .DAF5D0[data-v-13ddf56d] {
  font-size: 14px;
  font-weight: 500;
  color: #daf5d0;
  line-height: 14px;
}
.bg[data-v-13ddf56d]  .el-dialog {
  background: #f2f7ff;
}
.wrap-ebanking-list-content .el-dropdown {
  width: 100%;
  height: 100%;
}
.el-popper.wrapdropDownStyle {
  width: 106px !important;
  background: #fff !important;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08), 0px 12px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 4px;
  box-sizing: border-box;
  border: none;
  margin: 15px -10px 0 0;
}
.el-popper.wrapdropDownStyle .el-dropdown-menu__item {
  width: 100%;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #175ce6;
  line-height: 12px;
}
.el-popper.wrapdropDownStyle .pc-ebanking-bing {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.el-popper.wrapdropDownStyle .el-dropdown-menu__item:focus,
.el-popper.wrapdropDownStyle .el-dropdown-menu__item:not(.is-disabled):hover {
  background: #f2f7ff;
}
.el-dialog__header {
  font-size: 1.6vw;
}
.wrap-template-eBanking .search-content[data-v-faee6764] {
  margin-bottom: 20px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .search-content .search-title[data-v-faee6764] {
  font-size: 16px;
  color: #1a2840;
  margin-right: 16px;
}
.wrap-template-eBanking .header[data-v-faee6764] {
  padding: 0 16px;
  box-sizing: border-box;
}
.wrap-template-eBanking .breadcrumb[data-v-faee6764] {
  font-size: 12px;
  font-weight: 400;
  color: #175ce6;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .breadcrumb .div[data-v-faee6764] {
  cursor: pointer;
}
.wrap-template-eBanking .breadcrumb .span[data-v-faee6764] {
  color: #999999;
  margin-left: 4px;
}
.wrap-template-eBanking .title[data-v-faee6764] {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #231716;
  line-height: 16px;
}
.wrap-template-eBanking .info-template[data-v-faee6764] {
  width: 100%;
  padding-top: 20px;
  background: #f2f7ff;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.wrap-template-eBanking .info-template .info-content[data-v-faee6764] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.wrap-template-eBanking .info-template .info-title[data-v-faee6764] {
  font-size: 14px;
  font-weight: 400;
  color: #175ce6;
  line-height: 20px;
  flex-shrink: 0;
}
.wrap-template-eBanking .info-template .info-text[data-v-faee6764] {
  font-size: 14px;
  font-weight: 400;
  color: #171725;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.wrapper-msgOverlay-template[data-v-0d3c901c]  .el-input__inner {
  border: none;
  background: #f2f7ff;
  border-radius: 10px;
}
.wrapper-msgOverlay-template .content[data-v-0d3c901c] {
  padding: 10px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper-msgOverlay-template .content .search-content[data-v-0d3c901c] {
  margin-bottom: 20px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  width: 100%;
}
.wrapper-msgOverlay-template .content .content_box[data-v-0d3c901c] {
  width: 100%;
  height: 300px;
  overflow: auto;
}
.col_center[data-v-36aad63b] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-typeIndex .search-content[data-v-36aad63b] {
  margin-bottom: 20px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.wrap-typeIndex .search-content .search-title[data-v-36aad63b] {
  font-size: 16px;
  color: #1a2840;
  margin-right: 16px;
}
.wrap-typeIndex .header[data-v-36aad63b] {
  padding: 40px 24px 20px 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #f9f9f9;
}
.wrap-typeIndex .header .col[data-v-36aad63b] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-typeIndex .header .header-list[data-v-36aad63b] {
  margin-bottom: 20px;
  font-size: 12px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
}
.wrap-typeIndex .header .header-list .taskPc-statistics[data-v-36aad63b] {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
}
.wrap-typeIndex .header .header-list .taskPc-statistics img[data-v-36aad63b] {
  width: 100%;
}
.wrap-typeIndex .header .header-list .title[data-v-36aad63b] {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-right: 40px;
}
.wrap-typeIndex .header .header-list .number1[data-v-36aad63b] {
  font-size: 24px;
  color: #006aff;
  line-height: 20px;
  flex: 1;
}
.wrap-typeIndex .header .header-list .number2[data-v-36aad63b] {
  font-size: 24px;
  color: #4ab300;
  line-height: 20px;
  flex: 1;
}
.wrap-typeIndex .header .header-list .number3[data-v-36aad63b] {
  font-size: 24px;
  color: #ff6a00;
  line-height: 20px;
  flex: 1;
}
.wrap-typeIndex .header .statistics1[data-v-36aad63b] {
  background-image: linear-gradient(90deg, rgba(204, 225, 255, 0) 0%, #cce1ff 100%), linear-gradient(90deg, rgba(128, 181, 255, 0), rgb(128, 181, 255));
}
.wrap-typeIndex .header .statistics2[data-v-36aad63b] {
  background-image: linear-gradient(90deg, rgba(225, 255, 204, 0) 0%, #e1ffcc 100%), linear-gradient(90deg, rgba(145, 204, 102, 0), rgb(145, 204, 102));
}
.wrap-typeIndex .header .statistics3[data-v-36aad63b] {
  background-image: linear-gradient(90deg, rgba(255, 234, 204, 0) 1%, #ffeacc 100%), linear-gradient(90deg, rgba(255, 202, 128, 0), rgb(255, 202, 128));
}
.wrap-typeIndex .body[data-v-36aad63b] {
  padding: 40px 24px 40px 24px;
  box-sizing: border-box;
}
.wrap-typeIndex .body .title[data-v-36aad63b] {
  height: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #231716;
  line-height: 16px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.wrap-typeIndex .other-template[data-v-36aad63b] {
  padding: 40px 24px 20px 24px;
  box-sizing: border-box;
}
@charset "UTF-8";
.wrap-template[data-v-013671d5] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 70px;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  background: #f9f9f9;
}
.wrap-template .left-content[data-v-013671d5] {
  background-image: url(../img/pcTask-home-bg.36e6da27.png);
  /* 背景图不平铺 */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 272px;
  width: 240px;
  height: 100%;
  background-color: #fff;
  border-radius: 15px 0px 0px 15px;
  margin-right: 1px;
  overflow: auto;
}
.wrap-template .left-content[data-v-013671d5]::-webkit-scrollbar {
  width: 6px;
}
.wrap-template .left-content[data-v-013671d5]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.wrap-template .left-content[data-v-013671d5]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.wrap-template .right-content[data-v-013671d5] {
  flex: 1;
  height: 100%;
  background: #fff;
  border-radius: 0px 15px 15px 0px;
  overflow: auto;
}
.wrap-template .right-content[data-v-013671d5]::-webkit-scrollbar {
  width: 6px;
}
.wrap-template .right-content[data-v-013671d5]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.wrap-template .right-content[data-v-013671d5]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
@charset "UTF-8";
.task-template[data-v-dfd5253c] {
  padding: 5.333333vw;
  box-sizing: border-box;
}
.task-template .task-bg[data-v-dfd5253c] {
  width: 100%;
  height: 49.733333vw;
  background-image: url(../img/taskIndex-bg.f1ea4558.png);
  /* 背景图不平铺 */
  background-repeat: no-repeat;
  /* 让背景图基于容器大小伸缩 */
  background-size: cover;
  position: relative;
  padding: 3.2vw 2.133333vw 2.133333vw;
  box-sizing: border-box;
  margin-bottom: 3.2vw;
}
.task-template .task-bg .taskIndex-bg-title[data-v-dfd5253c] {
  position: absolute;
  top: 6vw;
  right: 4.8vw;
  width: 20.933333vw;
}
.task-template .task-bg .headpic[data-v-dfd5253c] {
  width: 9.6vw;
  height: 9.6vw;
  flex-shrink: 0;
  margin: 0 2.133333vw;
}
.task-template .task-bg .headpic img[data-v-dfd5253c] {
  width: 9.6vw;
  height: 9.6vw;
}
.task-template .task-bg .flex-end[data-v-dfd5253c] {
  display: flex;
  align-items: flex-end;
}
.task-template .task-bg .cusManagerName[data-v-dfd5253c] {
  font-size: 4.266667vw;
  font-weight: 500;
  color: #ffffff;
  line-height: 4.266667vw;
  letter-spacing: 1px;
  margin-right: 1.6vw;
}
.task-template .task-bg .cusManagerPost[data-v-dfd5253c] {
  font-size: 3.2vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 3.733333vw;
}
.task-template .task-bg .newly[data-v-dfd5253c] {
  margin-top: 5.333333vw;
  margin-bottom: 4vw;
  margin-left: 2.133333vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 3.2vw;
  display: flex;
  align-items: center;
}
.task-template .task-bg .newly .number[data-v-dfd5253c] {
  font-size: 3.2vw;
  font-weight: 600;
  color: #ffc800;
  line-height: 3.2vw;
}
.task-template .task-bg .task-number[data-v-dfd5253c] {
  width: 100%;
  height: 22vw;
  background: #ffffff;
  box-shadow: 0px 1.6vw 2.133333vw 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.333333vw;
  display: flex;
  align-items: center;
}
.task-template .task-bg .task-number .line[data-v-dfd5253c] {
  background-color: rgb(241, 241, 245);
  width: 0.266667vw;
  height: 8.133333vw;
}
.task-template .task-bg .task-number .list[data-v-dfd5253c] {
  flex: 1;
  width: 100%;
  height: 22vw;
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.task-template .task-bg .task-number .list img[data-v-dfd5253c] {
  width: 5.333333vw;
  height: 5.333333vw;
  margin-right: 1.066667vw;
}
.task-template .task-bg .task-number .list .title[data-v-dfd5253c] {
  font-size: 3.2vw;
  font-weight: 400;
  color: #171725;
  line-height: 4.4vw;
  letter-spacing: 1px;
}
.task-template .task-bg .task-number .list .number[data-v-dfd5253c] {
  font-size: 6.4vw;
  font-weight: bold;
  color: #171726;
  line-height: 6.4vw;
  margin-top: 1.733333vw;
}
.task-template .classify[data-v-dfd5253c] {
  background: #ffffff;
  box-shadow: 0px 1.6vw 2.133333vw 0px rgba(0, 0, 0, 0.05);
  border-radius: 2.133333vw;
  width: 100%;
  margin-bottom: 3.2vw;
}
.task-template .classify .title[data-v-dfd5253c] {
  width: 100%;
  height: 13.866667vw;
  padding: 0 4.266667vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.task-template .classify .title .text[data-v-dfd5253c] {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #303030;
  line-height: 4.266667vw;
}
.task-template .classify .title .title-number[data-v-dfd5253c] {
  font-size: 3.733333vw;
  font-weight: 600;
  color: #303030;
  line-height: 3.733333vw;
}
.task-template .classify .title .access_bule[data-v-dfd5253c] {
  width: 5.333333vw;
  height: 5.333333vw;
}
.task-template .classify .title-border[data-v-dfd5253c] {
  border-bottom: 1px solid #f2f2f2;
}
.task-template .classify .content[data-v-dfd5253c] {
  padding: 3.2vw 4.266667vw 2.133333vw;
  box-sizing: border-box;
}
.task-template .classify .content .task-unfinished-icon[data-v-dfd5253c] {
  padding-bottom: 2.133333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  font-weight: 400;
  color: #92929d;
  line-height: 4.8vw;
}
.task-template .classify .content .task-unfinished-icon img[data-v-dfd5253c] {
  width: 100%;
  margin-bottom: 3.2vw;
}
@charset "UTF-8";
.page-template[data-v-04bdc5e5] {
  font-family: PingFangSC-Regular, PingFang SC;
  width: 85.333333vw;
  height: 134.133333vw;
  background: var(--backgroundImg);
  background-size: cover;
  margin: auto;
}
.page-template .topBox[data-v-04bdc5e5] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6.666667vw 6.666667vw 1.866667vw;
}
.page-template .topBox .logo img[data-v-04bdc5e5] {
  width: 28.266667vw;
  height: 6.666667vw;
}
.page-template .topBox .reference[data-v-04bdc5e5] {
  color: var(--referenceFontColour);
  font-size: var(--referenceFontSize);
}
.page-template .content[data-v-04bdc5e5] {
  width: 76vw;
  height: 115.466667vw;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template .content .content-img[data-v-04bdc5e5] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-template .content .content-img img[data-v-04bdc5e5] {
  width: 100%;
  height: 100%;
}
.page-template .content .label[data-v-04bdc5e5] {
  position: absolute;
  color: var(--cardColour);
  font-size: var(--cardSize);
  top: 2.4vw;
  background: yellow;
  padding: 1.333333vw 5.333333vw;
  border-radius: 0 0 60% 60%;
}
.page-template .content .contentBox[data-v-04bdc5e5] {
  width: 80%;
  padding: 13.333333vw 8vw 2.666667vw;
  height: 68vw;
  text-align: center;
  box-sizing: content-box;
}
.page-template .content .contentBox .title[data-v-04bdc5e5] {
  font-family: PingFangSC-Medium, PingFang SC;
  text-align: left;
  color: var(--productNameFontColour);
  font-size: var(--productNameFontSize);
  margin-top: 0.8vw;
  margin-bottom: 1.066667vw;
  -webkit-line-clamp: 2; /* 显示的行 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page-template .content .contentBox .code[data-v-04bdc5e5] {
  text-align: left;
  color: var(--productCodeFontColour);
  font-size: var(--productCodeFontSize);
}
.page-template .content .contentBox .code .productSubtagBack[data-v-04bdc5e5] {
  display: inline-block;
  color: var(--productSubtagBackColour);
  font-size: var(--productSubtagBackSize);
  border: 1px solid var(--productSubtagBackColour);
  padding: 0.266667vw 1.066667vw 0.533333vw;
  border-radius: 0.533333vw;
  margin-left: 1.6vw;
}
.page-template .content .contentBox .yieldPer[data-v-04bdc5e5] {
  margin-top: 9.866667vw;
  text-align: center;
  color: var(--yieldPerColour);
  font-size: var(--yieldPerSize);
  position: relative;
}
.page-template .content .contentBox .yieldPer .yieldPer-img[data-v-04bdc5e5] {
  position: absolute;
  left: 0;
  right: 0;
  top: -1.6vw;
  bottom: 0;
  z-index: 10;
}
.page-template .content .contentBox .yieldPer .yieldPer-img img[data-v-04bdc5e5] {
  width: 100%;
  height: 100%;
}
.page-template .content .contentBox .yieldPer .zindex11[data-v-04bdc5e5] {
  position: relative;
  z-index: 11;
}
.page-template .content .contentBox .yieldPer .inlineBlockBox[data-v-04bdc5e5] {
  display: inline-block;
}
.page-template .content .contentBox .yieldPer .newProduct[data-v-04bdc5e5] {
  display: inline-block;
  margin: 2.666667vw 0 2.666667vw 0;
}
.page-template .content .contentBox .yieldPer .market[data-v-04bdc5e5] {
  font-family: PingFangSC-Regular, PingFang SC;
  color: var(--marketFontColour);
  font-size: var(--marketFontSize);
  display: inline-block;
  padding-top: 5.333333vw;
  padding-bottom: 5.333333vw;
}
.page-template .content .contentBox .yieldPer .common[data-v-04bdc5e5] {
  font-family: PingFangSC-Regular, PingFang SC;
  padding-top: 1.6vw;
  color: var(--commonColour);
  font-size: var(--commonSize);
  padding-bottom: 1.6vw;
}
.page-template .content .contentBox .yieldPer .base[data-v-04bdc5e5] {
  padding: 0 1.066667vw;
  text-align: left;
}
.page-template .content .contentBox .yieldPer .txt[data-v-04bdc5e5] {
  -webkit-line-clamp: 1; /* 显示的行 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page-template .content .contentBox .yieldPerAndroid[data-v-04bdc5e5] {
  margin-top: 8.533333vw;
}
.page-template .content .contentBox .yieldPer1[data-v-04bdc5e5] {
  margin-top: 4.533333vw;
}
.page-template .content .contentBox .allMenu[data-v-04bdc5e5] {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--expositoryCaseSize);
  margin-top: 4.533333vw;
  align-items: center;
  justify-content: center;
}
.page-template .content .contentBox .allMenu .menu-item[data-v-04bdc5e5] {
  color: var(--expositoryCaseColour);
  background-color: #fff5f5;
  padding: 1.066667vw 1.333333vw 1.333333vw;
  margin: 1.333333vw 1.066667vw 0 0;
  border-radius: 0.533333vw;
}
.page-template .content .contentBox .allMenuAndroid[data-v-04bdc5e5] {
  margin-top: 7.733333vw;
}
.page-template .content .contentBox .allMenu1[data-v-04bdc5e5] {
  margin-top: 2.4vw;
}
.page-template .content .bottomBox[data-v-04bdc5e5] {
  width: 88%;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #cecece;
  padding-top: 2.133333vw;
}
.page-template .content .bottomBox .txt[data-v-04bdc5e5] {
  padding: 0 2.666667vw;
}
.page-template .content .bottomBox .txt .qrOneCode[data-v-04bdc5e5] {
  color: var(--qrOneCode);
  font-size: var(--qrOneSize);
  margin-bottom: 5.066667vw;
}
.page-template .content .bottomBox .txt .qrTwoCode[data-v-04bdc5e5] {
  color: var(--qrTwoCode);
  font-size: var(--qrTwoSize);
}
.page-template .content .bottomBox .qrcode[data-v-04bdc5e5] {
  margin-right: 2.666667vw;
}
.page-template .content .bottomBox .qrcode .qr-img[data-v-04bdc5e5] {
  width: 23.466667vw;
  height: 23.466667vw;
}
.page-template .content .bottomBox .qrcode #qrCanvas[data-v-04bdc5e5] {
  width: 23.466667vw !important;
  height: 23.466667vw !important;
}
.page-template[data-v-2e813c9a] {
  font-family: PingFangSC-Regular, PingFang SC;
  width: 85.333333vw;
  height: 134.133333vw;
  background: var(--backgroundImg);
  background-size: cover;
  margin: auto;
}
.page-template .topBox[data-v-2e813c9a] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6.666667vw 6.666667vw 1.866667vw;
}
.page-template .topBox .logo img[data-v-2e813c9a] {
  width: 28.266667vw;
  height: 6.666667vw;
}
.page-template .topBox .reference[data-v-2e813c9a] {
  color: var(--referenceFontColour);
  font-size: var(--referenceFontSize);
}
.page-template .content[data-v-2e813c9a] {
  width: 76vw;
  height: 115.466667vw;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template .content .content-img[data-v-2e813c9a] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-template .content .content-img img[data-v-2e813c9a] {
  width: 100%;
  height: 100%;
}
.page-template .content .label[data-v-2e813c9a] {
  font-family: PingFangSC-Regular, PingFang SC;
  position: absolute;
  color: var(--cardColour);
  font-size: var(--cardSize);
  margin-top: 3%;
  width: 34.4vw;
  height: 6.4vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template .content .label .label-img[data-v-2e813c9a] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.page-template .content .label .label-img img[data-v-2e813c9a] {
  width: 100%;
  height: 100%;
}
.page-template .content .label .label-txt[data-v-2e813c9a] {
  position: relative;
  z-index: 11;
}
.page-template .content .contentBox[data-v-2e813c9a] {
  width: 80%;
  margin: 13.333333vw 8vw 2.666667vw;
  height: 68vw;
  text-align: center;
  box-sizing: content-box;
}
.page-template .content .contentBox .title[data-v-2e813c9a] {
  font-family: PingFangSC-Medium, PingFang SC;
  text-align: left;
  color: var(--productNameFontColour);
  font-size: var(--productNameFontSize);
  margin-top: 1.333333vw;
  margin-bottom: 1.066667vw;
}
.page-template .content .contentBox .title .lheight[data-v-2e813c9a] {
  line-height: 6.933333vw;
}
.page-template .content .contentBox .code[data-v-2e813c9a] {
  display: inline-block;
  text-align: left;
  color: var(--productCodeFontColour);
  font-size: var(--productCodeFontSize);
}
.page-template .content .contentBox .code .productSubtagBack[data-v-2e813c9a] {
  display: inline-block;
  color: var(--productSubtagBackColour);
  font-size: var(--productSubtagBackSize);
  border: 1px solid var(--productSubtagBackColour);
  padding: 0.266667vw 0.8vw;
  border-radius: 0.533333vw;
  margin-left: 1.333333vw;
}
.page-template .content .contentBox .target[data-v-2e813c9a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1.333333vw;
  margin-top: 8vw;
  position: relative;
}
.page-template .content .contentBox .target .yieldPer-img[data-v-2e813c9a] {
  position: absolute;
  left: 0;
  right: 0;
  top: -1.6vw;
  bottom: 0;
  z-index: 10;
}
.page-template .content .contentBox .target .yieldPer-img img[data-v-2e813c9a] {
  width: 100%;
  height: 100%;
}
.page-template .content .contentBox .target .yieldPer[data-v-2e813c9a] {
  position: relative;
  z-index: 11;
  padding-bottom: 2.133333vw;
  text-align: left;
  color: var(--yieldPerColour);
  font-size: var(--yieldPerSize);
  white-space: nowrap;
}
.page-template .content .contentBox .target .yieldPer .common[data-v-2e813c9a] {
  font-family: PingFangSC-Regular, PingFang SC;
  margin-top: 1.6vw;
  color: var(--yieldStatementColour);
  font-size: var(--yieldStatementSize);
}
.page-template .content .contentBox .target .yieldPer .tip[data-v-2e813c9a] {
  font-size: 1.6vw;
}
.page-template .content .contentBox .target .wBig[data-v-2e813c9a] {
  width: 70%;
  color: var(--yieldPerColour);
  font-size: var(--yieldPerSize);
}
.page-template .content .contentBox .target .wBig .ellipsis[data-v-2e813c9a] {
  color: var(--yieldPerColour);
  font-size: var(--yieldPerSize);
}
.page-template .content .contentBox .target .wSmall[data-v-2e813c9a] {
  width: 30%;
  font-size: var(--expositoryCaseSize);
  color: var(--expositoryCaseColour);
}
.page-template .content .contentBox .target1[data-v-2e813c9a] {
  margin-top: 12vw;
}
.page-template .content .contentBox .target10[data-v-2e813c9a] {
  margin-top: 5.333333vw;
  padding-bottom: 0.8vw;
}
.page-template .content .contentBox .allMenu[data-v-2e813c9a] {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--commonSize);
  margin-top: 4.266667vw;
  align-items: center;
  justify-content: center;
}
.page-template .content .contentBox .allMenu .menu-item[data-v-2e813c9a] {
  color: var(--commonColour);
  background-color: #fff5f5;
  padding: 0.8vw 1.6vw;
  margin: 1.333333vw 1.066667vw 0 0;
  border-radius: 0.533333vw;
}
.page-template .content .bottomBox[data-v-2e813c9a] {
  width: 88%;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #cecece;
  padding-top: 2.133333vw;
}
.page-template .content .bottomBox .txt[data-v-2e813c9a] {
  padding: 0 2.666667vw;
}
.page-template .content .bottomBox .txt .qrOneCode[data-v-2e813c9a] {
  color: var(--qrOneCode);
  font-size: var(--qrOneSize);
  margin-bottom: 2.666667vw;
}
.page-template .content .bottomBox .txt .qrTwoCode[data-v-2e813c9a] {
  color: var(--qrTwoCode);
  font-size: var(--qrTwoSize);
}
.page-template .content .bottomBox .qrcode[data-v-2e813c9a] {
  margin-right: 2.666667vw;
}
.page-template .content .bottomBox .qrcode .qr-img[data-v-2e813c9a] {
  width: 23.466667vw;
  height: 23.466667vw;
}
.qrcode[data-v-2e813c9a] {
  margin-right: 2.666667vw;
}
.qrcode #qrCanvasDep[data-v-2e813c9a] {
  width: 23.466667vw !important;
  height: 23.466667vw !important;
}
.fontClass[data-v-2e813c9a] {
  font-family: PingFangSC-Regular, PingFang SC;
}
.page-template[data-v-47a49aa7] {
  box-sizing: border-box;
}
.white-bg[data-v-47a49aa7] {
  background: #fff;
  padding: 0 5.333333vw;
  box-sizing: border-box;
}
.white-bg .header-content[data-v-47a49aa7] {
  padding: 5.333333vw 0 3.2vw 0;
}
.white-bg .header-content .title[data-v-47a49aa7] {
  font-size: 4.8vw;
  font-weight: 600;
  text-align: left;
  color: #303030;
  line-height: 8vw;
}
.white-bg .header-content .info[data-v-47a49aa7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.133333vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #9d9d9d;
  line-height: 4.4vw;
}
.white-bg .digest-content[data-v-47a49aa7] {
  padding: 3.2vw 0;
  box-sizing: border-box;
}
.white-bg .main-content[data-v-47a49aa7] {
  padding: 3.2vw 0 5.333333vw 0;
  box-sizing: border-box;
}
.white-bg .header-headline[data-v-47a49aa7] {
  margin-bottom: 2.133333vw;
  font-size: 3.466667vw;
  font-weight: 600;
  color: #303030;
  line-height: 3.866667vw;
}
.white-bg .main-info[data-v-47a49aa7] {
  font-size: 3.2vw;
  font-weight: 400;
  color: #303030;
  line-height: 5.6vw;
}
.page-padding[data-v-47a49aa7] {
  padding: 0 4vw;
  box-sizing: border-box;
  background: #f9f9f9;
}
.headline[data-v-47a49aa7] {
  padding: 3.2vw 0 4.266667vw 0;
  display: flex;
  align-items: center;
}
.headline .line[data-v-47a49aa7] {
  width: 0.8vw;
  height: 3.2vw;
  opacity: 1;
  background: linear-gradient(270deg, #cda67c 50%, #c2966b);
  border-radius: 0.666667vw;
  margin-right: 1.066667vw;
}
.headline .title[data-v-47a49aa7] {
  font-size: 4.266667vw;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 4.266667vw;
  letter-spacing: 1px;
}
.remark-content[data-v-47a49aa7] {
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
}
.remark-content .flex[data-v-47a49aa7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.remark-content .headline[data-v-47a49aa7] {
  padding: 3.2vw 0;
}
.remark-content .title[data-v-47a49aa7] {
  font-size: 3.466667vw;
  font-weight: 500;
  text-align: justify;
  color: #303030;
  line-height: 3.466667vw;
  letter-spacing: 1px;
}
.remark-content .remark-list[data-v-47a49aa7] {
  display: flex;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: justify;
  line-height: 5.333333vw;
}
.remark-content .remark-list .name[data-v-47a49aa7] {
  color: #aeaeae;
  flex-shrink: 0;
}
.remark-content .remark-list .content[data-v-47a49aa7] {
  color: #606060;
}
.remark-content .remark-list[data-v-47a49aa7]:not(:last-child) {
  margin-bottom: 1.066667vw;
}
.remark-content .editBtn[data-v-47a49aa7] {
  font-size: 3.2vw;
  font-weight: 400;
  text-align: right;
  color: #c4986e;
  height: 9.6vw;
  line-height: 9.6vw;
}
.remark-content .remarkbox[data-v-47a49aa7] {
  opacity: 1;
  background: #f9f9f9;
  border-radius: 2.133333vw;
  position: relative;
}
.remark-content .remarkbox .remarkplaceholder[data-v-47a49aa7] {
  font-size: 3.2vw;
  font-weight: 400;
  text-align: left;
  color: #9d9d9d;
  padding: 3.2vw 2.666667vw;
}
.remark-content .remarkbox .num[data-v-47a49aa7] {
  position: absolute;
  bottom: 2.133333vw;
  right: 2.133333vw;
  color: #9d9d9d;
}
.remark-content .flexright[data-v-47a49aa7] {
  margin-top: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.remark-content .flexright .word[data-v-47a49aa7] {
  opacity: 0.8;
  font-size: 2.666667vw;
  font-weight: 400;
  text-align: left;
  color: #303030;
  margin-right: 2.4vw;
}
.addGoods-detail[data-v-47a49aa7] {
  width: 4.533333vw;
  height: 4.533333vw;
}
.statement[data-v-47a49aa7] {
  height: 60.266667vw;
  opacity: 1;
  background: #fff;
  border-radius: 2.133333vw;
  padding: 4vw 4vw 2.933333vw 4vw;
  box-sizing: border-box;
}
.statement .title[data-v-47a49aa7] {
  font-size: 3.2vw;
  font-weight: 500;
  text-align: left;
  color: #303030;
  line-height: 4.4vw;
  margin-bottom: 0.933333vw;
}
.statement .text[data-v-47a49aa7] {
  font-size: 3.2vw;
  font-weight: 400;
  text-align: justify;
  color: #9d9d9d;
  line-height: 5.333333vw;
}
.read-number[data-v-47a49aa7] {
  height: 9.733333vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: justify;
  color: #9d9d9d;
  line-height: 3.2vw;
}
.read-number .morningPaper-reading[data-v-47a49aa7] {
  margin-right: 1.066667vw;
  width: 3.2vw;
  height: 3.2vw;
}
.statement-content[data-v-47a49aa7] {
  padding-bottom: 4.266667vw;
  margin: 2.666667vw;
}
.picker-day-template[data-v-7399a829] {
  height: 4.933333vw;
}
.picker-day-template .select-date[data-v-7399a829] {
  position: relative;
  color: #FFF;
  font-size: 4vw;
  height: 4.933333vw;
  line-height: 4.933333vw;
  font-family: CenturyaGothic;
}
.picker-day-template .select-date[data-v-7399a829]::after {
  content: "";
  position: absolute;
  right: -2.666667vw;
  top: 50%;
  width: 1.333333vw;
  height: 1.333333vw;
  margin-top: -0.8vw;
  background-color: transparent;
  border-color: #FFF;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.picker-day-template[data-v-484823dd] {
  height: 4.933333vw;
}
.picker-day-template .select-date[data-v-484823dd] {
  position: relative;
  color: #FFF;
  font-size: 4vw;
  height: 4.933333vw;
  line-height: 4.933333vw;
  font-family: CenturyaGothic;
}
.picker-day-template .select-date[data-v-484823dd]::after {
  content: "";
  position: absolute;
  right: -2.666667vw;
  top: 50%;
  width: 1.333333vw;
  height: 1.333333vw;
  margin-top: -0.8vw;
  background-color: transparent;
  border-color: #FFF;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.field-title[data-v-195c2c90] {
  color: #676767;
  font-weight: bold;
  line-height: 5.333333vw;
  margin-bottom: 1.6vw;
}
.field-view[data-v-195c2c90] {
  font-family: PingFangSC, PingFang SC;
  font-size: 3.733333vw;
}
.field-view .field-input[data-v-195c2c90] {
  position: relative;
  border: 1px solid #D6D6D6;
  border-radius: 1.6vw;
  width: 88.266667vw;
  height: 10.266667vw;
  padding: 0 13.333333vw 0 3.2vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.field-view .field-input input[data-v-195c2c90] {
  width: 100%;
}
.field-view .field-input .word-limit[data-v-195c2c90] {
  position: absolute;
  right: 3.2vw;
  top: 0;
  height: 10.266667vw;
  line-height: 10.266667vw;
  font-size: 3.466667vw;
  font-weight: 400;
  font-family: PingFangSC, PingFang SC;
  color: #9D9D9D;
}
.field-view-horizontal[data-v-195c2c90] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.field-view-horizontal .field-horizontal-input[data-v-195c2c90] {
  position: relative;
  border: 1px solid #D6D6D6;
  border-radius: 1.6vw;
  width: 40vw;
  height: 10.266667vw;
  padding: 0 3.2vw 0 3.2vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.field-view-horizontal .field-horizontal-input input[data-v-195c2c90] {
  width: 100%;
  text-align: right;
}
.field-view-horizontal .field-horizontal-input input[data-v-195c2c90]::-moz-placeholder {
  text-align: right;
}
.field-view-horizontal .field-horizontal-input input[data-v-195c2c90]::placeholder {
  text-align: right;
}
.field-view-horizontal .word-limit[data-v-195c2c90] {
  flex: 1;
  width: 0;
  margin-right: 1.333333vw;
  text-align: right;
  height: 10.266667vw;
  line-height: 10.266667vw;
  font-size: 3.466667vw;
  font-weight: 400;
  font-family: PingFangSC, PingFang SC;
  color: #9D9D9D;
}
.title[data-v-09d30c18] {
  padding: 0 5.333333vw;
  box-sizing: border-box;
  height: 12.533333vw;
  display: flex;
  align-items: center;
  font-size: 4.266667vw;
  font-weight: 600;
  color: #2e2d2d;
}
.title .title-line[data-v-09d30c18] {
  width: 1.066667vw;
  height: 3.466667vw;
  background: #467db9;
  border-radius: 0.933333vw;
  margin-right: 1.6vw;
}
.detailsBank-container[data-v-09d30c18]  .van-field--disabled .van-field__label {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #000000;
  line-height: 3.733333vw;
}
.detailsBank-container[data-v-09d30c18]  .van-field__control:disabled {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #9d9d9d;
  line-height: 3.733333vw;
}
.detailsBank-container[data-v-09d30c18]  .van-cell {
  padding: 4vw 5.333333vw;
  display: flex;
  align-items: center;
}
.detailsBank-container[data-v-09d30c18]  .van-field__label {
  width: 33.333333vw;
}
.template[data-v-09d30c18] {
  background: #f5f5f5;
}
.card-content[data-v-09d30c18] {
  box-sizing: border-box;
  padding: 0 5.333333vw;
  background: #fff;
}
.card-content .info-content[data-v-09d30c18] {
  box-sizing: border-box;
  padding: 3.866667vw 0 3.2vw;
  display: flex;
  align-items: center;
}
.card-content .info-content .headpic[data-v-09d30c18] {
  flex-shrink: 0;
  margin-right: 2.133333vw;
}
.card-content .info-content .headpic img[data-v-09d30c18] {
  width: 10.666667vw;
  height: 10.666667vw;
  border-radius: 1.333333vw;
}
.card-content .info-content .userinfo-content[data-v-09d30c18] {
  height: 10.666667vw;
  display: flex;
  flex-direction: column;
}
.card-content .info-content .bottom_12[data-v-09d30c18] {
  margin-bottom: 1.066667vw;
}
.card-content .info-content .other[data-v-09d30c18] {
  flex: 1;
  width: 100%;
  display: flex;
  height: 10.666667vw;
}
.card-content .info-content .other .username-content[data-v-09d30c18] {
  display: flex;
  align-items: center;
  width: 65.333333vw;
}
.card-content .info-content .other .username-content .text[data-v-09d30c18] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 4vw;
  font-weight: 600;
  text-align: left;
  color: #2e2d2d;
}
.card-content .info-content .other .username-content .remark[data-v-09d30c18] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: left;
  color: #9d9d9d;
  margin-right: 1.066667vw;
}
.card-content .info-content .other .username-content .icon_boy[data-v-09d30c18] {
  width: 4.266667vw;
  height: 4.266667vw;
  flex-shrink: 0;
}
.card-content .info-content .other .username-content .icon_boy img[data-v-09d30c18] {
  width: 4.266667vw;
  height: 4.266667vw;
}
.card-content .info-content .other .wechat[data-v-09d30c18] {
  flex-shrink: 0;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: left;
  color: #5bb460;
}
.card-content .info-content .other .btn[data-v-09d30c18] {
  margin-left: auto;
  display: flex;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: left;
  color: #467db9;
  flex-shrink: 0;
}
.marginTop16[data-v-09d30c18] {
  margin-top: 2.133333vw;
}
.add[data-v-09d30c18] {
  color: #467db9;
}
.del[data-v-09d30c18] {
  color: #e85446;
}
.btn-content[data-v-09d30c18] {
  margin-top: 6.666667vw;
  padding: 0 5.333333vw;
  box-sizing: border-box;
}
.approve[data-v-09d30c18] {
  width: 12.8vw;
  height: 3.733333vw;
}
.page-template[data-v-0fe54297] {
  height: 100vh;
  background: url(../img/red.6620fa02.png) no-repeat;
  background-size: cover;
}
.page-template .topImg[data-v-0fe54297] {
  padding-top: 22.666667vw;
  padding-left: 6.4vw;
}
.page-template .topImg .img[data-v-0fe54297] {
  width: 49.333333vw;
}
.page-template .imgBox[data-v-0fe54297] {
  position: fixed;
  bottom: 24.8vw;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template .imgBox .img[data-v-0fe54297] {
  width: 25.6vw;
}
.page-template .content[data-v-0fe54297] {
  position: relative;
}
.page-template .content .content-img[data-v-0fe54297] {
  position: absolute;
  top: -22.666667vw;
  z-index: 1;
}
.page-template .content .content-img .img[data-v-0fe54297] {
  width: 100%;
}
.page-template .content .content-box[data-v-0fe54297] {
  width: 100vw;
  height: 70.666667vw;
  margin-top: 13.333333vw;
  background: url(../img/bg.0f547cc2.png) no-repeat;
  background-size: cover;
}
.page-template .content .content-box .label[data-v-0fe54297] {
  font-size: 3.2vw;
  font-weight: 400;
  color: #9c9a9d;
  line-height: 3.2vw;
  padding-bottom: 2.4vw;
}
.page-template .content .content-box .num[data-v-0fe54297] {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #222222;
  line-height: 4.266667vw;
}
.page-template .content .content-box .paddingbottom32[data-v-0fe54297] {
  padding-bottom: 4.266667vw;
}
.page-template .content .content-box .content-box-top[data-v-0fe54297] {
  padding-top: 11.733333vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page-template .content .content-box .content-box-top .title[data-v-0fe54297] {
  font-size: 5.333333vw;
  font-weight: 600;
  color: #222222;
  padding-bottom: 2.133333vw;
}
.page-template .content .content-box .content-box-top .percent[data-v-0fe54297] {
  font-size: 7.466667vw;
  font-weight: 600;
  color: #f43f2f;
  line-height: 7.466667vw;
  min-height: 7.466667vw;
}
.page-template .content .content-box .content-box-bottom[data-v-0fe54297] {
  width: 73.333333vw;
  margin: 0 auto;
  margin-top: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template .content .content-box .content-box-bottom .flex1[data-v-0fe54297] {
  flex: 1;
  text-align: center;
}
.page-template .qr-img[data-v-0fe54297] {
  width: 36.266667vw;
  height: 36.266667vw;
}
.page-template .isRed[data-v-0fe54297] {
  font-size: 6.4vw;
  font-weight: 600;
  color: #e85446;
}
.popcontant {
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  box-sizing: border-box;
  width: 52vw;
  height: 44vw;
  opacity: 0.8;
  background: #000000;
  border-radius: 1.066667vw;
  color: #fff;
  padding: 7.066667vw 7.733333vw;
  text-align: center;
  font-weight: 400;
}
.popcontant .big {
  padding: 4.533333vw 0 1.6vw 0;
  font-size: 4vw;
  text-align: center;
  color: #f9f9f9;
  line-height: 4vw;
}
.popcontant .small {
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 5.6vw;
}
.button-template {
  padding: 4vw 15.733333vw;
  box-sizing: border-box;
  margin-top: 1.333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-template .van-button__text {
  font-size: 5.066667vw;
  font-weight: 500;
}
.page-template[data-v-36a92aa8] {
  height: 100vh;
  background: url(../img/red.6620fa02.png) no-repeat;
  background-size: cover;
}
.page-template .topImg[data-v-36a92aa8] {
  padding-top: 22.666667vw;
  padding-left: 6.4vw;
}
.page-template .topImg .img[data-v-36a92aa8] {
  width: 49.333333vw;
}
.page-template .imgBox[data-v-36a92aa8] {
  position: fixed;
  bottom: 24.8vw;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template .imgBox .img[data-v-36a92aa8] {
  width: 25.6vw;
}
.page-template .content[data-v-36a92aa8] {
  position: relative;
}
.page-template .content .content-img[data-v-36a92aa8] {
  position: absolute;
  top: -22.666667vw;
  z-index: 1;
}
.page-template .content .content-img .img[data-v-36a92aa8] {
  width: 100%;
}
.page-template .content .content-box[data-v-36a92aa8] {
  width: 100vw;
  height: 70.666667vw;
  margin-top: 13.333333vw;
  background: url(../img/bg.0f547cc2.png) no-repeat;
  background-size: cover;
}
.page-template .content .content-box .label[data-v-36a92aa8] {
  font-size: 3.2vw;
  font-weight: 400;
  color: #9c9a9d;
  line-height: 3.2vw;
  padding-bottom: 2.4vw;
}
.page-template .content .content-box .num[data-v-36a92aa8] {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #222222;
  line-height: 4.266667vw;
}
.page-template .content .content-box .paddingbottom32[data-v-36a92aa8] {
  padding-bottom: 4.266667vw;
}
.page-template .content .content-box .content-box-top[data-v-36a92aa8] {
  padding-top: 11.733333vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page-template .content .content-box .content-box-top .title[data-v-36a92aa8] {
  font-size: 5.333333vw;
  font-weight: 600;
  color: #222222;
  padding-bottom: 2.133333vw;
}
.page-template .content .content-box .content-box-top .percent[data-v-36a92aa8] {
  font-size: 7.466667vw;
  font-weight: 600;
  color: #f43f2f;
  line-height: 7.466667vw;
  min-height: 7.466667vw;
}
.page-template .content .content-box .content-box-bottom[data-v-36a92aa8] {
  width: 73.333333vw;
  margin: 0 auto;
  margin-top: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template .content .content-box .content-box-bottom .flex1[data-v-36a92aa8] {
  flex: 1;
  text-align: center;
}
.page-template .qr-img[data-v-36a92aa8] {
  width: 36.266667vw;
  height: 36.266667vw;
}
.page-template .isRed[data-v-36a92aa8] {
  font-size: 6.4vw;
  font-weight: 600;
  color: #e85446;
}
.popcontant {
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  box-sizing: border-box;
  width: 52vw;
  height: 44vw;
  opacity: 0.8;
  background: #000000;
  border-radius: 1.066667vw;
  color: #fff;
  padding: 7.066667vw 7.733333vw;
  text-align: center;
  font-weight: 400;
}
.popcontant .big {
  padding: 4.533333vw 0 1.6vw 0;
  font-size: 4vw;
  text-align: center;
  color: #f9f9f9;
  line-height: 4vw;
}
.popcontant .small {
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 5.6vw;
}
.button-template {
  padding: 4vw 15.733333vw;
  box-sizing: border-box;
  margin-top: 1.333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-template .van-button__text {
  font-size: 5.066667vw;
  font-weight: 500;
}
.page-template[data-v-6152e7a6] {
  padding: 4vw;
  box-sizing: border-box;
}
@keyframes bounceInRight-data-v-6152e7a6 {
0% {
    opacity: 0;
    -webkit-transform: translateX(26.666667vw);
}
60% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    animation-timing-function: ease-out;
}
80% {
    -webkit-transform: translateX(1.333333vw);
    animation-timing-function: ease-in;
}
100% {
    -webkit-transform: translateX(0);
}
}
.activity-image[data-v-6152e7a6] {
  width: 100%;
  height: auto;
  opacity: 1;
  background: #e8e8e8;
  border-radius: 2.133333vw;
  margin-bottom: 3.2vw;
}
.white-bg[data-v-6152e7a6] {
  width: 100%;
  opacity: 1;
  background: #ffffff;
  border-radius: 2.133333vw;
  padding: 5.333333vw 4vw;
  box-sizing: border-box;
  margin-bottom: 3.2vw;
}
.page-title[data-v-6152e7a6] {
  font-size: 4.266667vw;
  font-weight: 500;
  color: #2e2d2d;
  line-height: 6vw;
  margin-bottom: 3.2vw;
}
.page-text[data-v-6152e7a6] {
  font-size: 3.2vw;
  font-weight: 400;
  text-align: justify;
  color: rgba(48, 48, 48, 0.79);
  line-height: 5.6vw;
  white-space: pre-wrap;
}
.h80[data-v-6152e7a6] {
  height: 10.666667vw;
}
.template[data-v-d64de4d0] {
  background: #f5f5f5;
}
.card-content[data-v-d64de4d0] {
  box-sizing: border-box;
  padding: 0 5.333333vw;
  background: #fff;
}
.card-content .info-content[data-v-d64de4d0] {
  box-sizing: border-box;
  padding: 3.866667vw 0 3.2vw;
  display: flex;
  align-items: center;
}
.card-content .info-content .headpic[data-v-d64de4d0] {
  flex-shrink: 0;
  margin-right: 2.133333vw;
}
.card-content .info-content .headpic img[data-v-d64de4d0] {
  width: 10.666667vw;
  height: 10.666667vw;
  border-radius: 1.333333vw;
}
.card-content .info-content .userinfo-content[data-v-d64de4d0] {
  height: 10.666667vw;
  display: flex;
  flex-direction: column;
}
.card-content .info-content .bottom_12[data-v-d64de4d0] {
  margin-bottom: 1.066667vw;
}
.card-content .info-content .other[data-v-d64de4d0] {
  flex: 1;
  width: 100%;
  display: flex;
  height: 10.666667vw;
}
.card-content .info-content .other .username-content[data-v-d64de4d0] {
  display: flex;
  align-items: center;
  width: 65.333333vw;
}
.card-content .info-content .other .username-content .text[data-v-d64de4d0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 4vw;
  font-weight: 600;
  text-align: left;
  color: #2e2d2d;
}
.card-content .info-content .other .username-content .remark[data-v-d64de4d0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: left;
  color: #9d9d9d;
  margin-right: 1.066667vw;
}
.card-content .info-content .other .username-content .icon_boy[data-v-d64de4d0] {
  width: 4.266667vw;
  height: 4.266667vw;
  flex-shrink: 0;
}
.card-content .info-content .other .username-content .icon_boy img[data-v-d64de4d0] {
  width: 4.266667vw;
  height: 4.266667vw;
}
.card-content .info-content .other .wechat[data-v-d64de4d0] {
  flex-shrink: 0;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: left;
  color: #5bb460;
}
.card-content .info-content .other .btn[data-v-d64de4d0] {
  margin-left: auto;
  display: flex;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: left;
  color: #467db9;
  flex-shrink: 0;
}
.marginTop16[data-v-d64de4d0] {
  margin-top: 2.133333vw;
}
.add[data-v-d64de4d0] {
  color: #467db9;
}
.del[data-v-d64de4d0] {
  color: #e85446;
}
.btn-content[data-v-d64de4d0] {
  margin-top: 6.666667vw;
  padding: 0 5.333333vw;
  box-sizing: border-box;
}
.approve[data-v-d64de4d0] {
  width: 12.8vw;
  height: 3.733333vw;
}
.field-view[data-v-7c1e850e] {
  font-family: PingFangSC, PingFang SC;
  font-size: 3.733333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.field-view .field-title[data-v-7c1e850e] {
  color: #676767;
  font-weight: bold;
  line-height: 5.333333vw;
  margin-bottom: 1.6vw;
}
.field-view .field-input-number[data-v-7c1e850e] {
  position: relative;
  border: 1px solid #D6D6D6;
  border-radius: 1.6vw;
  width: 40vw;
  height: 10.266667vw;
  padding: 0 3.2vw 0 3.2vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.field-view .field-input-number input[data-v-7c1e850e] {
  width: 100%;
  text-align: right;
}
.field-view .field-input-number input[data-v-7c1e850e]::-moz-placeholder {
  text-align: right;
}
.field-view .field-input-number input[data-v-7c1e850e]::placeholder {
  text-align: right;
}
.field-view[data-v-78f04e7f] {
  font-family: PingFangSC, PingFang SC;
  font-size: 3.733333vw;
}
.field-view .field-title[data-v-78f04e7f] {
  color: #676767;
  font-weight: bold;
  line-height: 5.333333vw;
  margin-bottom: 1.6vw;
}
.field-view .field-textarea[data-v-78f04e7f] {
  position: relative;
  border: 1px solid #D6D6D6;
  border-radius: 1.6vw;
  width: 88.266667vw;
  height: 22.4vw;
  padding: 2.666667vw 3.2vw 6.666667vw;
  box-sizing: border-box;
}
.field-view .field-textarea textarea[data-v-78f04e7f] {
  width: 100%;
  height: 100%;
  font-size: 3.466667vw;
}
.field-view .dialog-content[data-v-78f04e7f] {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: 100;
  width: 100vw;
  height: 54.533333vw;
  font-family: PingFangSC, PingFang SC;
  padding-bottom: 6.666667vw;
}
.field-view .dialog-content .dialog-header[data-v-78f04e7f] {
  display: flex;
  height: 10.266667vw;
  justify-content: space-around;
  align-items: center;
}
.field-view .dialog-content .dialog-header .cancel-btn[data-v-78f04e7f] {
  margin-left: 1.333333vw;
  width: 12.8vw;
  text-align: center;
  color: #9D9D9D;
  font-weight: 400;
  font-size: 3.733333vw;
}
.field-view .dialog-content .dialog-header .header-title[data-v-78f04e7f] {
  width: 0;
  flex: 1;
  font-weight: bold;
  font-size: 4.266667vw;
  color: #1E1D1D;
  text-align: center;
}
.field-view .dialog-content .dialog-header .submit-btn[data-v-78f04e7f] {
  margin-right: 1.333333vw;
  width: 12.8vw;
  text-align: center;
  color: #467DB9;
  font-weight: 400;
  font-size: 3.733333vw;
}
.field-view .dialog-content .dialog-input[data-v-78f04e7f] {
  margin: 0 auto;
  width: 92vw;
  height: 42.133333vw;
  position: relative;
  border: 1px solid #D6D6D6;
  border-radius: 1.6vw;
  padding: 2.666667vw 3.2vw 6.666667vw;
  box-sizing: border-box;
}
.field-view .dialog-content .dialog-input textarea[data-v-78f04e7f] {
  width: 100%;
  height: 100%;
  font-size: 3.466667vw;
}
.field-view .word-limit[data-v-78f04e7f] {
  position: absolute;
  right: 2.666667vw;
  bottom: 1.6vw;
  height: 4.933333vw;
  line-height: 4.933333vw;
  font-size: 3.466667vw;
  font-weight: 400;
  font-family: PingFangSC, PingFang SC;
  color: #9D9D9D;
}
.field-view[data-v-7891bc12] {
  font-family: PingFangSC, PingFang SC;
  font-size: 3.733333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.field-view .field-title[data-v-7891bc12] {
  color: #676767;
  font-weight: bold;
  margin-bottom: 1.6vw;
  display: flex;
  align-items: center;
}
.field-view .field-title .warning-icon[data-v-7891bc12] {
  margin-left: 0.666667vw;
  width: 4.666667vw;
  height: 4.666667vw;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAA2xJREFUaEPtmT1oFEEUx/9vLqjIXalFQEULg4UxTQrRQrGzSMQihYpyMwkp/QA/wPit4EcRLUMyeyjGIoVoCjvRImJhYxQULQxRSKHlHRLkbkYmzsnlsne7dzt7cSULxx7szHvvN/PezHszhIQ/lHD7sQJQnsFcLre9VCr1Msa2AWjXWrebt/0+R0RzAMzvAxFNZrPZ9y5mP9IMWKOzRHQAwOYGDZrRWj9JpVK5KDBNAYyMjGxsa2u7BuAIANag4dXNFYCHxWLxwuDg4NdGZTUEMDExsapQKFzVWp8AsLpRZQHt54noXjqdvtjX1/crrOzQAJ7nrdNaPwawO6zwJttNEdFBzvmPMP1DAYyOjnYyxiYBbAoj1EGbWaVUz8DAwLsgWYEA1vhXANJBwhx/LyildgVB1AWwbvOmhSNfPQazRNRdz51qApiAzefzz1vg80ETN5XJZPbVCuyaAJ7n3dRanw2S3orvRHSLc37OT5cvgF3nPwFYE8FA43rPbP/9ALojyJovFosdfvuEL4CU8j6AoxEUmq5XhBCXzR8ppXlfiijvgRDiWLWMJQAmPVBKvXWww7oGUIyxruq0YwmAlHIYgNlpoz6uAYw9d4UQJysN8wP40kRi5gcbB8CMEGJLTQC7aU1HHXrbPw4AMMY6K91o0QyMjY0NEZHJMl08sQAQ0RDn/EbZwEUAnueNa60PubA+hlVowSwiesQ5P1wL4IXWes8/DvCSc77XF0BKaTavrf8yAIDPQoiOWgB5h1lnLDEAoCCEyPy3AMl2Ic/zXAbxHSHEGZsL3QZw2kVsEVHtIHa8jLqwd4mMoGX0vNb6eiyaHQmtu5HZTDSwkHZkS1Ni6qYS1l9dJXPjABZiAICJgb+7Z1OW/+lUP5mzAC7S6e+ZTGZDuY619fU3AOsjGA+t9XB/f/+pShlxFTTTQoiuSkVSSlMk7YgAEK6gsbMQtaQsMcZ2ZrNZUxcjl8t1K6VeA0hFAAhXUhoFjor6nwBMHJjH+P/aCMY3VtQbRYk+VjEAiT/YsrNgTqSTebRY9tdEH+5WQSTzeL0MkegLjjJExRXT8Yjnpn4rarxXTJUaE3vJVz1sNnvlAHqbOM2bAfCUMea1/JrVb/7NakVEPUEX3Uqpj1rryaCro7C7duAdWVhBy9VuBWC5Rr6s9zejC8FAFYZqugAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% 100%;
}
.field-view .field-time[data-v-7891bc12] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.field-view .field-time .item-time[data-v-7891bc12] {
  width: 42.533333vw;
  height: 10.266667vw;
  line-height: 10.266667vw;
  border: 1px solid #D6D6D6;
  border-radius: 1.6vw;
  padding: 0 3.2vw;
  box-sizing: border-box;
  text-align: center;
  color: #1E1D1D;
}
.field-view .field-time .item-time .placeholder-text[data-v-7891bc12] {
  color: #9D9D9D;
}
.field-view .field-time .split-line[data-v-7891bc12] {
  margin: 0 0.533333vw;
  color: #1E1D1D;
  font-family: PingFangSC, PingFang SC;
}
