.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.show-dialog {
  display: flex;
}
.template-preview-dialog-background .template-preview-dialog {
  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-style: Regular;
  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-style: Regular;
  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;
}
.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;
}
.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: cover;
}
.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 .template-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  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-style: Regular;
  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-style: Regular;
  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;
}
.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-style: Regular;
  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;
}
@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%;
  height: 40px;
  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-style: Regular;
  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-style: Regular;
  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 {
    font-size: 12px;
  }
}
.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-style: Regular;
  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 .page-count {
    font-size: 12px;
  }
}
.template-preview-dialog-background .template-preview-dialog .dialog-body .body-right .template-design .page-size {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  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 .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-style: Regular;
  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-style: Regular;
  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-style: Regular;
  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-style: Regular;
  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;
}
.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-style: Regular;
  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-style: Regular;
  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;
}
