.template-preview-dialog-background {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.template-preview-dialog-background *,
.template-preview-dialog-background *:before,
.template-preview-dialog-background *:after {
  box-sizing: border-box;
}
.template-preview-dialog-background.show-dialog {
  display: flex;
}
.template-preview-dialog-background .template-preview-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1440px;
  height: 85vh;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (orientation: portrait) and (max-width: 1280px) and (max-height: 1400px) and (pointer: coarse) {
  .template-preview-dialog-background .template-preview-dialog {
    height: 60vh;
  }
}
@media (orientation: portrait) and (max-width: 1280px) and (max-height: 1300px) and (pointer: coarse) {
  .template-preview-dialog-background .template-preview-dialog {
    height: 70vh;
  }
}
@media (orientation: portrait) and (max-width: 1280px) and (max-height: 1200px) and (pointer: coarse) {
  .template-preview-dialog-background .template-preview-dialog {
    height: 65vh;
  }
}
@media (orientation: portrait) and (max-width: 1280px) and (max-height: 1100px) and (pointer: coarse) {
  .template-preview-dialog-background .template-preview-dialog {
    height: 85vh;
  }
}
@media (max-width: 1500px) {
  .template-preview-dialog-background .template-preview-dialog {
    width: calc(100% - 40px);
  }
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog {
    width: 100%;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  padding-top: 16px;
  height: 52px;
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-header {
    height: 0;
    padding-top: 0;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .equipment-list {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 2px 4px;
  background-color: #f0f2f5;
  border-radius: 35px;
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-header .equipment-list {
    display: none;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .equipment-list .equipment-item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  width: 66px;
  height: 32px;
  border-radius: 23px;
  cursor: pointer;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .equipment-list .equipment-item.active {
  background-color: #ffffff;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .equipment-list .equipment-item span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #333940;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 36px;
  column-gap: 4px;
  padding: 10px 12px;
  background-color: #f0f2f5;
  border-radius: 61px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview {
    display: none;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview:hover .code-box {
  display: flex;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -20px;
  left: 0;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview > span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #333940;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview .code-box {
  position: absolute;
  display: none;
  flex-direction: column;
  top: 48px;
  left: -155px;
  width: 370px;
  height: 220px;
  padding: 20px 25px;
  z-index: 99;
  border-radius: 4px;
  background-color: #f7f7f7;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview .code-box:hover {
  display: flex;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview .code-box .qrcode {
  width: 136px;
  height: 136px;
  padding: 8px;
  margin: 0 auto;
  background-color: #fff;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview .code-box .link {
  display: flex;
  width: 100%;
  margin-top: 16px;
  align-items: center;
  justify-content: space-between;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview .code-box .link .link-text {
  color: #333333;
  font-size: 12px;
  line-height: normal;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview .code-box .link .linkUrl {
  display: flex;
  width: 260px;
  height: 30px;
  border-radius: 4px;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview .code-box .link .linkUrl .link-input {
  width: 220px;
  padding-left: 8px;
  background-color: #fff;
  color: #333333;
  border: none;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .scan-preview .code-box .link .linkUrl .copy-link {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #0076fe;
  padding: 0 6px;
  cursor: pointer;
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .close-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-header .close-dialog {
    display: none;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-header .close-dialog-mobile {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  right: 12px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-header .close-dialog-mobile {
    display: flex;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body {
  position: relative;
  display: flex;
  column-gap: 24px;
  margin-top: 16px;
  padding: 0 20px 20px;
  flex: 1;
  overflow: hidden;
}
@media (max-width: 800px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body {
    flex-direction: column;
    height: calc(100% - 88px);
    overflow: auto;
    row-gap: 20px;
  }
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body {
    margin-top: 12px;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  flex: 1;
  min-width: 0;
  height: 100%;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 582px;
}
@media (max-width: 800px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-container {
    height: 450px;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-container .phone-background,
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-container .pad-background {
  display: none;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  z-index: 9;
  transform: translate(-50%, -50%);
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-container.phone .phone-background {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-container .pad-background {
  display: none;
  max-width: 90%;
  max-height: 90%;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-container.pad .pad-background {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-container .book-iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  user-select: none;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-container .fullscreen-tips {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3px 20px;
  background-color: #000000;
  opacity: 0.7;
  color: #ffffff;
  font-family: 'Tahoma', 'sans-serif', 'Arial';
  font-size: 12px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 18px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-container .fullscreen-tips.show-tips {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-thumb-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .book-thumb-loading.hide-loading {
  display: none;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list {
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  flex: 1;
  user-select: none;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list.show-thumb-list {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .book-thumb-filter {
  position: absolute;
  width: 48px;
  height: 142px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .book-thumb-filter.book-thumb-left-filter {
  display: none;
  left: 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 8.38%, #ffffff 58.16%);
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .book-thumb-filter.book-thumb-left-filter.show-filter {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .book-thumb-filter.book-thumb-right-filter {
  display: none;
  right: 0;
  background-image: linear-gradient(88.51deg, rgba(255, 255, 255, 0) 8.38%, #ffffff 58.16%);
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .book-thumb-filter.book-thumb-right-filter.show-filter {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .book-thumb-filter .book-thumb-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  z-index: 11;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .book-thumb-filter .book-thumb-button.book-thumb-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .book-thumb-filter .book-thumb-button.book-thumb-button-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .swiper-wrapper {
  height: 100%;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .swiper-wrapper .book-thumb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  max-height: 140px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  overflow: hidden;
}
@media (hover: hover) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .swiper-wrapper .book-thumb-item:hover {
    border: 2px solid rgba(0, 0, 0, 0.4);
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .swiper-wrapper .book-thumb-item.active {
  border: 2px solid #0076fe;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-left .thumb-list .swiper-wrapper .book-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right {
  display: flex;
  flex-direction: column;
  width: 316px;
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right {
    width: 100%;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .border-line {
  width: 100%;
  height: 1px;
  margin: 16px 0 20px;
  background-color: #e5e7eb;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips {
  position: relative;
  display: none;
  width: 158px;
  height: 26px;
  margin-bottom: 4px;
  cursor: pointer;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips.show-tips {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips img {
  width: 100%;
  height: 100%;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips .default-img {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips .hover-img {
  display: none;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips:hover .default-img {
  display: none;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips:hover .hover-img {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips:hover .preview-dialog-ai-beauty-tips {
  display: flex;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips .preview-dialog-ai-beauty-tips {
  display: none;
  flex-direction: column;
  row-gap: 4px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 188px;
  min-height: 96px;
  padding: 6px;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 10;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips .preview-dialog-ai-beauty-tips::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips .preview-dialog-ai-beauty-tips.show-tips {
  display: flex;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips .preview-dialog-ai-beauty-tips .tips-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333940;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips .preview-dialog-ai-beauty-tips .tutorial {
  display: flex;
  align-items: center;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .preview-dialog-ai-tips .preview-dialog-ai-beauty-tips .tutorial a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #0076fe;
  text-decoration: underline;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-title-wrapper {
  display: flex;
  align-items: center;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-title-wrapper .template-title-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-title-wrapper .template-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #333940;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-use-tips {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-top: 10px;
  width: fit-content;
  cursor: pointer;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-use-tips:hover svg {
  color: #0076fe;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-use-tips:hover > span {
  color: #0076fe;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-use-tips svg {
  color: #666666;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-use-tips span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #666666;
  text-align: center;
  vertical-align: middle;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 16px 8px;
    z-index: 10;
    border-top: 1px solid #e5e7eb;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group {
  display: flex;
  align-items: center;
  column-gap: 1px;
  flex: 1;
  height: 40px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group.show-select-button .use-button {
  border-radius: 6px 0 0 6px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group.show-select-button .select-button {
  display: flex;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .use-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background-color: #0076fe;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #ffffff;
  letter-spacing: 4%;
  cursor: pointer;
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .use-button {
    border-radius: 6px !important;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .use-button .limit-tips {
  position: absolute;
  top: -12px;
  left: -1px;
  width: 116px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  color: #3c2003;
  text-align: center;
  cursor: pointer;
  border-radius: 12px 12px 12px 0;
  background-image: linear-gradient(266deg, #f0c789 0%, #e8d39c 58%, #f0c789 100%);
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 0 6px 6px 0;
  background-color: #0076fe;
  width: 22px;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button {
    display: none !important;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button.show-box .select-box {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box {
  display: none;
  position: fixed;
  width: 261px;
  color: #333940;
  font-size: 14px;
  z-index: 14;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  transform: translateX(-100%);
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .select-box-title {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #333940;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .select-list {
  display: flex;
  flex-direction: column;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .select-list .select-item {
  display: flex;
  align-items: center;
  height: 32px;
  width: 100%;
  padding: 0 16px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (hover: hover) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .select-list .select-item:hover {
    background-color: #f7f7f7;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .select-list .select-item.active {
  color: #0076fe;
  background-color: #f7f7f7;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .check-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
  padding: 8px 16px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .check-text label {
  margin-bottom: 0;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .check-text #subscribeNews {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid #0076fe;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
@media (hover: hover) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .check-text #subscribeNews:hover {
    border-color: #0076fe;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .check-text #subscribeNews:focus {
  outline: none;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .check-text #subscribeNews:checked {
  background-color: #0076fe;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .check-text #subscribeNews:checked + label {
  color: #0076fe;
  font-weight: 700;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .check-text #subscribeNews:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .use-button-group .select-button .select-box .check-text label {
  cursor: pointer;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .start-free {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .start-free:hover .weixin-code {
  display: flex;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .start-free.show-button {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .start-free img {
  width: 100%;
  height: 100%;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .start-free .weixin-code {
  display: none;
  position: absolute;
  right: 50px;
  top: 100%;
  transform: translateY(-50%);
  padding: 16px 12px;
  flex-direction: column;
  width: 153px;
  height: 208px;
  background: #ffffff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.04), -2px -2px 4px 0px rgba(0, 0, 0, 0.04);
  border-radius: 6px 6px 6px 6px;
}
@media (max-width: 500px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .start-free .weixin-code {
    top: unset;
    transform: unset;
    bottom: 0;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .start-free .weixin-code .scan-code-text {
  margin-bottom: 12px;
  font-family: Microsoft YaHei-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #666666;
  text-align: center;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .start-free .weixin-code .qrcode {
  min-width: 128px;
  width: 128px;
  height: 128px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .start-free .weixin-code .qrcode img {
  width: 100%;
  height: 100%;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button,
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  background-color: #ffffff;
}
@media (hover: hover) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button:hover,
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button:hover {
    background-color: #f5f5f7;
  }
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button,
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button {
    border: none;
    width: 32px;
    height: 40px;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button .default-svg {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button .active-svg {
  display: none;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button.active .default-svg {
  display: none;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button.active .active-svg {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button.not-allowed {
  cursor: not-allowed;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button.not-allowed .default-svg {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button.not-allowed .active-svg {
  display: none;
}
@media (hover: hover) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .collect-button.not-allowed:hover {
    background-color: unset;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button {
  position: relative;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button:hover .more-box {
  display: block;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button .more-box {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 184px;
  height: auto;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 8px;
  z-index: 10;
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button .more-box {
    bottom: calc(100% + 10px);
    top: unset;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button .more-box .more-item {
  width: 100%;
  padding: 12px 17px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  border-radius: 6px;
}
@media (hover: hover) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button .more-box .more-item:hover {
    background-color: #f5f5f7;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button .more-box .more-item.active {
  background-color: #f5f5f7;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .info-buttons .more-button .more-box .more-item span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #333940;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-design {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-top: 10px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-design .designer {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-design .designer .name {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0;
  color: #666666;
  vertical-align: middle;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-design .line {
  width: 1px;
  height: 16px;
  background-color: #e5e7eb;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-design .page-count {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0;
  color: #666666;
  vertical-align: middle;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-design .page-size {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0;
  color: #666666;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-design .designer .name,
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-design .page-count,
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-design .page-size {
    font-size: 12px;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .features-list {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .features-list .feature-item {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .features-list .feature-item span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #333333;
  vertical-align: middle;
  text-transform: uppercase;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .keywords-container .keywords-title {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #333940;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .keywords-container .keywords-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .keywords-container .keywords-list .keyword {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #666666;
  text-align: center;
  vertical-align: middle;
  background-color: #f4f5f7;
  border-radius: 4px;
  cursor: pointer;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-title {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #333940;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-header .recommend-more {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  text-decoration: none;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-header .recommend-more span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0;
  color: #0076fe;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-list {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 12px;
  flex: 1;
  overflow: auto;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background: #cccccc;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #f7f7f7;
}
@media (max-width: 800px) {
  .template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-list {
    flex: unset;
    max-height: unset;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-list .recommend-item {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  width: 90px;
  cursor: pointer;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-list .recommend-item .item-image {
  width: 100%;
  border: 0.5px solid #eeeeee;
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .recommend-container .recommend-list .recommend-item .item-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0;
  color: #666666;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.template-preview-dialog-background .template-preview-dialog .loading-shape {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2000;
  border-radius: 8px;
}
.template-preview-dialog-background .template-preview-dialog .loading-shape.hide-shape {
  display: none;
}
.use-tips-dialog-background {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4000;
}
.use-tips-dialog-background.show-dialog {
  display: flex;
}
.use-tips-dialog-background .use-tips-dialog {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  background-color: #ffffff;
  border-radius: 12px;
}
@media (max-width: 500px) {
  .use-tips-dialog-background .use-tips-dialog {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
.use-tips-dialog-background .use-tips-dialog .dialog-header {
  position: relative;
  height: 146px;
}
.use-tips-dialog-background .use-tips-dialog .dialog-header img {
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
}
.use-tips-dialog-background .use-tips-dialog .dialog-header .dialog-close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.use-tips-dialog-background .use-tips-dialog .dialog-header .dialog-close-button svg {
  display: block;
}
.use-tips-dialog-background .use-tips-dialog .dialog-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.use-tips-dialog-background .use-tips-dialog .dialog-body p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333940;
  margin: 0;
}
.use-tips-dialog-background .use-tips-dialog .dialog-body p .email {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #0076fe;
}
.tool-tips {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 20px;
  column-gap: 10px;
  color: #67c23a;
  background-color: #f0f9eb;
  border-radius: 4px;
  z-index: 3000;
  transition: top 0.3s ease-in-out;
}
.tool-tips.error {
  background-color: #fef0f0;
  color: #f56c6c;
}
.tool-tips.error .check-circle {
  background-color: #f56c6c;
}
.tool-tips.error .check-circle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 2px;
  background-color: white;
  border: none;
}
.tool-tips.error .check-circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 2px;
  background-color: white;
  border: none;
}
.tool-tips.show-tips {
  top: 20px;
}
.tool-tips .check-circle {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4caf50;
}
.tool-tips .check-circle::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.collect-template-tips {
  display: flex;
  column-gap: 10px;
  position: fixed;
  padding: 15px;
  align-items: center;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000;
  background-color: #f0f9eb;
  border-radius: 5px;
  transition: top 0.3s ease-in-out;
}
.collect-template-tips.show-tips {
  top: 20px;
}
.collect-template-tips.show-tips .message-content .go-check {
  display: none;
}
.collect-template-tips.collect-show-tips {
  top: 20px;
}
.collect-template-tips svg {
  width: 16px;
  height: 16px;
}
.collect-template-tips .message-content {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.collect-template-tips .message-content .content-text {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #67c23a;
  white-space: nowrap;
}
.template-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4000;
}
.template-dialog.show-dialog {
  display: block;
}
.template-dialog .dialog-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 12px;
}
.template-dialog .dialog-content .dialog-header {
  display: flex;
  align-items: center;
  justify-content: end;
}
.template-dialog .dialog-content .dialog-header .dialog-close-button {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.template-dialog .dialog-content .dialog-header .dialog-close-button:hover::before,
.template-dialog .dialog-content .dialog-header .dialog-close-button:hover::after {
  background-color: #0076fe;
}
.template-dialog .dialog-content .dialog-header .dialog-close-button::before,
.template-dialog .dialog-content .dialog-header .dialog-close-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #666;
}
.template-dialog .dialog-content .dialog-header .dialog-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.template-dialog .dialog-content .dialog-header .dialog-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.template-dialog.intercept-dialog .dialog-content {
  width: 400px;
  padding: 20px 30px;
}
.template-dialog.intercept-dialog .dialog-content .dialog-header {
  justify-content: space-between;
}
.template-dialog.intercept-dialog .dialog-content .dialog-header .header-text {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body {
  margin-top: 20px;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .interceptTips {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .interceptTips .preview-icon {
  display: inline-block;
  min-width: 25px;
  height: 25px;
  width: 25px;
  background-position: -149px -53px;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .interceptTips span {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 16px;
  margin-top: 30px;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton div {
  display: flex;
  width: 72px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton div:nth-child(1) {
  color: #000;
  border: 1px solid #efefef;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton div:nth-child(1):hover {
  color: #409eff;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton div:nth-child(2) {
  color: #fff;
  background-color: #0076ff;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton div:nth-child(2):hover {
  opacity: 0.9;
}
.mobile-warn-dialog .dialog-header {
  padding: 10px;
}
.mobile-warn-dialog .dialog-body {
  width: 335px;
  padding: 10px 20px 20px;
}
.mobile-warn-dialog .tops {
  font-size: 16px;
  font-weight: bold;
  color: #141419;
  text-align: center;
}
.mobile-warn-dialog .tops p {
  margin-bottom: 10px;
}
.mobile-warn-dialog .h5LinkUrl {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin-top: 20px;
  background-color: #f8f8f9;
  align-items: center;
  justify-content: space-between;
}
.mobile-warn-dialog .h5LinkUrl .preview-icon {
  width: 20px;
  height: 21px;
  background-position: -118px -56px;
}
.mobile-warn-dialog .h5LinkUrl input {
  width: calc(100% - 30px);
  color: #333940;
  font-size: 14px;
  background-color: #f8f8f9;
  border: none;
}
.mobile-warn-dialog .copyBut {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #4091f7;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}
.recruit-dialog {
  align-items: center;
  justify-content: center;
}
.recruit-dialog.show-dialog {
  display: flex;
}
.recruit-dialog .dialog-content {
  width: 536px;
  padding: 20px;
  border-radius: 8px;
  background-image: url(data:image/png;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAIsAhgDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9OJJC5PPHYUyiivQOIKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigB8chjPXjuKKZRSsAUUuKMUwEopcUYoASilxRigBKKXFGKAEooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKXFGKAEooooAk20badRUFDdtG2nUUAN20badRQA3bRtp1FADdtG2nUUAN20badRQA3bRtp1FADdtG2nUUAN20badRQA3bRtp1FADdtG2nUUAN20badRQA3bRtp1FADdtG2nUUAN20badRQA3bRtp1FADdtG2nUUAN20badRQA3bRtp1FADdtG2nUUAN20badRQA3bRtp1FADdtG2nUUAN20badRQA3bRtp1FADdtG2nUUAN20badRQA3bRtp1FADdtG2nUUAN20badRQA3bRtp1FADdtG2nUUAN20badRQA3bRTqKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRigAooxRQA/FGKdRU3KsNxRinUUXCw3FGKdRRcLDcUYp1FFwsNxRinUUXCw3FGKdRRcLDcUYp1FFwsNxRinUUXCw3FGKdRRcLDcUYp1FFwsNxRinUUXCw3FGKdRRcLDcUYp1FFwsNxRinUUXCw3FGKdRRcLDcUYp1FFwsNxRinUUXCw3FGKdRRcLDcUYp1FFwsNxRinUUXCw3FGKdRRcLDcUYp1FFwsNxRinUUXCw3FGKdRRcLDcUYp1FFwsNxRinUUXCw3FGKdRRcLDcUYp1FFwsNxRinUUXCw3FGKdRRcLDcUYp1FFwsNxRinUUXCw3FGKdRRcLDcUU6ii4WCiiigYUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRR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KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACilyPSjI9KAEopcj0oyPSgBKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigB22jbS0UAJto20tFACbaNtLRQAm2jbS0UAJto20tFACbaNtLRSuAm2jbS0UXATbRtpaKLgJto20tFFwE20baWii4CbaNtLRRcBNtG2loouAm2jbTttG2i4DdtG2nbaNtFwG7aNtO20baLgN20badto20XAbto207bRtouA3bRtp22jbRcBu2jbTttJRcBNtG2loouAm2jbS0UwE20baWigBNtG2looATbRtpaKAEwKMClopXATAowKWii4CYFGBS0UXATAowKWii4CYFGBS0UXHYTAowKWii4WEwKMCloouFhMCjFLRRcLDdtG2nUUxDKKfRQA+iiioLCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAopM0ZFAC0U3dRuoIHUUnPrRz60ALRSc+tHPrQAtFJz60n40DQ6kzQAKOKChaTFGRS0AJijApaKAEwKMClooATAowKWigBMUYpaKAExRilooATFGKWigBMUYpaKAExRilooATFGKWigBMUYpaKAExRilooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKaGpC1BA7NGaZuo3U0gFyKTIptFOwDt1G6m0YosA7dRuptFAC7qN1JRTAXNGaSigBc0ZpKKAFzRSUUAOBwKXNMooAfmimUUAPoplLmgB+aUNTN1ANKxSY/NLTKcpqRi0UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABSUE02gB2aM02kyadiBxakzweaZRTAUGgmmr0NB6U7ALRTQcUZ96dgHUU3NJmnygPyKMio8mkzRygS5FJuqOkzT5RXJd1JvqPNG6iwXJN9G+o91Jup2C5Jvo31Huo3UWC5Nuo3VHn3o3e9KwXJMilyKiz70ZHrSsFyWiowxFKHpWGPopu+lDCiwC0UZopAO3UBqbRQBJuo3UzNGaRVyQHNLUamnBqLBcXNFGRRkVIxaKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKQmgBM0bqSkJppE3AtSbqSimFxd1GaTNGRVWEBNJmmlutJmmkK47dSFqbmm7xVWFcfmkzTN9JmiwEm73pu6mZozTFcfupu80zdRup2C4/caN1MzSZosK4/JozTM0ZosFx+aKZminYLj6KZRRYLj80UzNLupWC47NGTTd1LuosO5IG4pd1RZFKDRYCTIpc1FmjJpATK1OBqANinBqBkoNKGqIN70ob3qbDuSilpgPFANKwx+aUGmg0VID6KbnFANICRaWmK2KdkUrDuLRSZFGaRQtFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFJmk3UlAri5pM0mabVIQpNJRSE1SQg3UbqYTTd1Owrjy1NzTSeOtN3VYh+aaXpuaTNAhc0U3dSVVhXHZpN1JSbqYhc0U3dQWp2FcdmkzTN1GadguP3Um6mUUCuP30b6ZRQA7fRvptFADt5o3mm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);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .recruit-dialog .dialog-content {
    width: calc(100% - 40px);
  }
}
.recruit-dialog .dialog-content .dialog-body {
  padding: 0 40px;
}
.recruit-dialog .dialog-content .dialog-body .body-title {
  display: flex;
  align-items: center;
}
.recruit-dialog .dialog-content .dialog-body .body-title .title-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  line-height: 28px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-right: 8px;
  background-image: linear-gradient(0deg, #0076fe, #0076fe), linear-gradient(97.62deg, #087bff 5.52%, #5ea8ff 100%);
  border-radius: 10px 0 10px 0;
  font-weight: 700;
}
.recruit-dialog .dialog-content .dialog-body .body-title .title-text {
  display: flex;
  align-items: center;
  line-height: 28px;
  font-size: 18px;
  color: #333940;
  font-weight: 700;
}
.recruit-dialog .dialog-content .dialog-body .body-content-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 20px;
}
.recruit-dialog .dialog-content .dialog-body .body-content-list li {
  font-size: 14px;
  color: #333940;
}
.recruit-dialog .dialog-content .dialog-body .recruit-qrcode {
  width: 140px;
  height: 140px;
  border: 1px solid #0076fe;
  margin: 24px auto 0;
}
.recruit-dialog .dialog-content .dialog-body .recruit-qrcode img {
  display: block;
  width: 100%;
  height: 100%;
}
.recruit-dialog .dialog-content .dialog-body .qrcode-text {
  display: block;
  margin-top: 12px;
  color: #666666;
  font-size: 13px;
  text-align: center;
}
.preview-icon {
  background-image: url(./65a08de1561f6103462d.png);
}
.template-dialog-tool-tips {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 20px;
  column-gap: 10px;
  color: #67c23a;
  background-color: #f0f9eb;
  border-radius: 4px;
  z-index: 3000;
  transition: top 0.3s ease-in-out;
}
.template-dialog-tool-tips.error {
  background-color: #fef0f0;
  color: #f56c6c;
}
.template-dialog-tool-tips.error .check-circle {
  background-color: #f56c6c;
}
.template-dialog-tool-tips.error .check-circle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 2px;
  background-color: white;
  border: none;
}
.template-dialog-tool-tips.error .check-circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 2px;
  background-color: white;
  border: none;
}
.template-dialog-tool-tips.show-tips {
  top: 20px;
}
.template-dialog-tool-tips .check-circle {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4caf50;
}
.template-dialog-tool-tips .check-circle::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.template-dialog-tool-tips .go-check {
  display: inline-block;
  padding: 4px 18px;
  background-color: #cfeae2;
  border-radius: 3px;
  cursor: pointer;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #0076fe;
  white-space: nowrap;
  border: none;
}
.template-dialog-tool-tips .go-check:hover {
  background-color: #b8dcd0;
}

.c-yz-login-iframe-box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
  border: none;
}

