* {
  box-sizing: border-box;
}
body,
html,
img,
li,
p,
span,
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
input {
  outline: none;
}
body {
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  background-color: #ffffff !important;
}
@media (max-width: 600px) {
  #footer {
    display: none;
  }
}
.m-panel {
  background-color: #ffffff !important;
}
.template-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.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.login-dialog .dialog-content {
  width: 830px;
}
.template-dialog.login-dialog .dialog-content .dialog-header {
  height: 50px;
  padding: 0 10px;
}
.template-dialog.login-dialog .dialog-content .dialog-body {
  padding: 15px;
}
.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 .preiview-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;
}
.tool-tips {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 20px;
  min-width: 380px;
  column-gap: 10px;
  color: #67c23a;
  background-color: #f0f9eb;
  border-radius: 4px;
  z-index: 1000;
  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);
}
.preiview-icon {
  background-image: url('../../image/icon.png');
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.preview-container {
  min-height: 500px;
  width: 100%;
  padding: 0 20px;
  background-color: #ffffff;
}
.preview-top {
  display: flex;
  justify-content: center;
  column-gap: 24px;
  max-width: 1600px;
  height: 820px;
  margin: 0 auto;
  padding-top: 12px;
}
@media (max-width: 1000px) {
  .preview-top {
    flex-direction: column;
    height: auto;
  }
}
.preview-top .mobile-crumb {
  display: none;
  align-items: center;
  column-gap: 10px;
  max-width: 1600px;
  margin: 24px 0;
}
@media (max-width: 1000px) {
  .preview-top .mobile-crumb {
    display: flex;
  }
}
.preview-top .mobile-crumb .link {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 4%;
  color: #999999;
  text-decoration: none;
}
@media (hover: hover) {
  .preview-top .mobile-crumb .link:hover {
    color: #0076fe;
  }
}
.preview-top .mobile-crumb .title {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 4%;
  color: #333940;
}
@media (max-width: 450px) {
  .preview-top .mobile-crumb .title {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.preview-book-container {
  width: 1176px;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
@media (max-width: 1700px) {
  .preview-book-container {
    width: 968px;
  }
}
@media (max-width: 1400px) {
  .preview-book-container {
    width: 760px;
  }
}
@media (max-width: 1200px) {
  .preview-book-container {
    width: 600px;
  }
}
@media (max-width: 1000px) {
  .preview-book-container {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .preview-book-container {
    padding: 0;
    border: none;
  }
}
.preview-book-container .preview-book-top {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
@media (max-width: 600px) {
  .preview-book-container .preview-book-top {
    display: none;
  }
}
.preview-book-container .preview-book-top .change-preview-mode {
  display: flex;
  width: 220px;
  height: 40px;
  padding: 0 4px;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
  background: #f0f2f5;
}
.preview-book-container .preview-book-top .change-preview-mode .tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 32px;
  border-radius: 16px;
  cursor: pointer;
}
@media (hover: hover) {
  .preview-book-container .preview-book-top .change-preview-mode .tab-item:hover {
    background-color: #fff;
  }
}
.preview-book-container .preview-book-top .change-preview-mode .tab-item.active {
  background-color: #fff;
}
.preview-book-container .preview-book-top .change-preview-mode .tab-item.pc .preiview-icon {
  width: 19px;
  height: 17px;
  margin-right: 4px;
  background-position: -12px -311px;
}
.preview-book-container .preview-book-top .change-preview-mode .tab-item.phone .preiview-icon {
  width: 19px;
  height: 20px;
  margin-right: 4px;
  background-position: -45px -309px;
}
.preview-book-container .preview-book-top .change-preview-mode .tab-item.pad .preiview-icon {
  width: 20px;
  height: 17px;
  margin-right: 4px;
  background-position: -80px -311px;
}
.preview-book-container .preview-book-top .change-preview-mode .tab-item .tab-item-text {
  color: #333333;
  font-size: 12px;
  line-height: normal;
}
.preview-book-container .preview-book-top .scan-qrcode {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 40px;
  background: #f0f2f5;
  border-radius: 20px;
}
.preview-book-container .preview-book-top .scan-qrcode:hover .code-box {
  display: flex;
}
.preview-book-container .preview-book-top .scan-qrcode::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -8px;
  left: 0;
}
.preview-book-container .preview-book-top .scan-qrcode .scan-qrcode-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-book-container .preview-book-top .scan-qrcode .scan-qrcode-text .preiview-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-position: -112px -312px;
}
.preview-book-container .preview-book-top .scan-qrcode .scan-qrcode-text .content {
  color: #333333;
  font-size: 12px;
  line-height: normal;
}
.preview-book-container .preview-book-top .scan-qrcode .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;
}
.preview-book-container .preview-book-top .scan-qrcode .code-box:hover {
  display: flex;
}
.preview-book-container .preview-book-top .scan-qrcode .code-box .qrcode {
  width: 136px;
  height: 136px;
  padding: 8px;
  margin: 0 auto;
  background-color: #fff;
}
.preview-book-container .preview-book-top .scan-qrcode .code-box .link {
  display: flex;
  width: 100%;
  margin-top: 16px;
  align-items: center;
  justify-content: space-between;
}
.preview-book-container .preview-book-top .scan-qrcode .code-box .link .link-text {
  color: #333333;
  font-size: 12px;
  line-height: normal;
}
.preview-book-container .preview-book-top .scan-qrcode .code-box .link .linkUrl {
  display: flex;
  width: 260px;
  height: 30px;
  border-radius: 4px;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}
.preview-book-container .preview-book-top .scan-qrcode .code-box .link .linkUrl .link-input {
  width: 220px;
  padding-left: 8px;
  background-color: #fff;
  color: #333333;
  border: none;
}
.preview-book-container .preview-book-top .scan-qrcode .code-box .link .linkUrl .copy-link {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #0076fe;
  padding: 0 6px;
  cursor: pointer;
}
.preview-book-container .book-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  height: 581px;
}
@media (max-width: 600px) {
  .preview-book-container .book-container {
    margin-top: 0;
    height: 480px;
  }
}
.preview-book-container .book-container .phone-background,
.preview-book-container .book-container .pad-background {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  z-index: 9;
  transform: translate(-50%, -50%);
}
.preview-book-container .book-container .phone-background {
  display: none;
  max-height: 100%;
}
.preview-book-container .book-container.phone .phone-background {
  display: block;
}
.preview-book-container .book-container .pad-background {
  display: none;
  max-height: 100%;
}
.preview-book-container .book-container.pad .pad-background {
  display: block;
}
.preview-book-container .book-container.phone .book-iframe {
  width: 255px;
  height: 510px;
}
.preview-book-container .book-container.pad .book-iframe {
  width: 670px;
  height: 480px;
}
.preview-book-container .book-container .book-iframe {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.preview-book-container .book-thumb-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}
.preview-book-container .book-thumb-loading.hide-loading {
  display: none;
}
.preview-book-container .book-thumb-list {
  display: none;
  margin-top: 12px;
  overflow: hidden;
  position: relative;
}
.preview-book-container .book-thumb-list.show-thumb-list {
  display: block;
}
.preview-book-container .book-thumb-list .book-thumb-filter {
  position: absolute;
  width: 48px;
  height: 142px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.preview-book-container .book-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%);
}
.preview-book-container .book-thumb-list .book-thumb-filter.book-thumb-left-filter.show-filter {
  display: block;
}
.preview-book-container .book-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%);
}
.preview-book-container .book-thumb-list .book-thumb-filter.book-thumb-right-filter.show-filter {
  display: block;
}
.preview-book-container .book-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;
}
.preview-book-container .book-thumb-list .book-thumb-filter .book-thumb-button.book-thumb-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.preview-book-container .book-thumb-list .book-thumb-filter .book-thumb-button.book-thumb-button-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.preview-book-container .book-thumb-list .swiper-wrapper {
  height: auto;
}
.preview-book-container .book-thumb-list .swiper-wrapper .book-thumb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 140px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  overflow: hidden;
}
@media (hover: hover) {
  .preview-book-container .book-thumb-list .swiper-wrapper .book-thumb-item:hover {
    border: 2px solid rgba(0, 0, 0, 0.4);
  }
}
.preview-book-container .book-thumb-list .swiper-wrapper .book-thumb-item.active {
  border: 2px solid #0076fe;
}
.preview-book-container .book-thumb-list .swiper-wrapper .book-thumb-item img {
  width: 100%;
}
.preview-book-info {
  position: relative;
  width: 400px;
  height: 100%;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow-y: auto;
  scrollbar-color: #d9d9d9 #f2f2f2;
  scrollbar-width: none;
}
@media (max-width: 1000px) {
  .preview-book-info {
    width: 100%;
    height: auto;
  }
}
.preview-book-info .border-line {
  width: 100%;
  height: 1px;
  background-color: #e5e7eb;
}
.preview-book-info .common-info-title {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #666666;
}
.preview-book-info .template-version {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 22px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
}
.preview-book-info .template-version.free {
  background-color: #959292;
}
.preview-book-info .template-version.personal {
  background-color: #a37e47;
}
.preview-book-info .template-version.gold {
  background-color: #fcbc29;
}
.preview-book-info .template-version.platinum {
  background-color: #684fde;
}
.preview-book-info .template-version.team {
  background-color: #0056d6;
}
.preview-book-info .template-version.enterprise {
  background-color: #302d2a;
}
.preview-book-info .template-version.basic {
  background-color: #a37e47;
}
.preview-book-info .template-version.premium {
  background-color: #fcbc29;
}
.preview-book-info .template-version.ultimate {
  background-color: #684fde;
}
.preview-book-info .template-version.cooperation {
  background-color: #0056d6;
}
.preview-book-info .template-title {
  display: block;
  margin-top: 2px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
}
@media (max-width: 400px) {
  .preview-book-info .template-title {
    font-size: 16px;
  }
}
.preview-book-info .template-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
@media (max-width: 1000px) {
  .preview-book-info .template-count {
    flex-direction: row-reverse;
  }
}
.preview-book-info .template-count .count-left {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.preview-book-info .template-count .count-left .template-views,
.preview-book-info .template-count .count-left .template-use {
  display: flex;
  align-items: center;
  column-gap: 2px;
}
.preview-book-info .template-count .count-left .template-views span,
.preview-book-info .template-count .count-left .template-use span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #999999;
}
.preview-book-info .template-count .template-tips {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.preview-book-info .template-count .template-tips:hover svg {
  color: #0076fe;
}
.preview-book-info .template-count .template-tips:hover .tips-text {
  color: #0076fe;
}
.preview-book-info .template-count .template-tips:hover .tips-box {
  display: flex;
}
.preview-book-info .template-count .template-tips::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
}
.preview-book-info .template-count .template-tips svg {
  color: #666666;
}
.preview-book-info .template-count .template-tips .tips-text {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #666666;
}
.preview-book-info .template-count .template-tips .tips-box {
  display: none;
  flex-direction: column;
  position: absolute;
  right: 0px;
  top: 28px;
  width: 328px;
  color: #66666e;
  padding: 16px 20px;
  background: #fff;
  z-index: 10;
  font-size: 12px;
  box-shadow: 0 0 4px 1px #ddd;
}
@media (max-width: 1000px) {
  .preview-book-info .template-count .template-tips .tips-box {
    right: unset;
    left: 0;
  }
}
.preview-book-info .template-count .template-tips .tips-box .title {
  text-align: center;
  font-size: 14px;
}
.preview-book-info .template-count .template-tips .tips-box .content {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  row-gap: 16px;
}
.preview-book-info .template-count .template-tips .tips-box .content .email {
  color: #0076fe;
}
.preview-book-info .info-buttons {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-top: 12px;
}
@media (max-width: 600px) {
  .preview-book-info .info-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 16px 8px;
    z-index: 10;
    border-top: 1px solid #e5e7eb;
  }
}
.preview-book-info .info-buttons .use-button-group {
  display: flex;
  align-items: center;
  column-gap: 1px;
  flex: 1;
}
.preview-book-info .info-buttons .use-button-group.show-select-button .use-button {
  border-radius: 6px 0 0 6px;
}
.preview-book-info .info-buttons .use-button-group.show-select-button .select-button {
  display: flex;
}
.preview-book-info .info-buttons .use-button-group .use-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 100%;
  height: 44px;
  background-color: #0076fe;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 4%;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 600px) {
  .preview-book-info .info-buttons .use-button-group .use-button {
    border-radius: 6px !important;
  }
}
.preview-book-info .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%);
}
.preview-book-info .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: 40px;
  height: 44px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .preview-book-info .info-buttons .use-button-group .select-button {
    display: none !important;
  }
}
.preview-book-info .info-buttons .use-button-group .select-button.show-box .select-box {
  display: block;
}
.preview-book-info .info-buttons .use-button-group .select-button .select-box {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  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;
}
.preview-book-info .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;
}
.preview-book-info .info-buttons .use-button-group .select-button .select-box .select-list {
  display: flex;
  flex-direction: column;
}
.preview-book-info .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) {
  .preview-book-info .info-buttons .use-button-group .select-button .select-box .select-list .select-item:hover {
    background-color: #f7f7f7;
  }
}
.preview-book-info .info-buttons .use-button-group .select-button .select-box .select-list .select-item.active {
  color: #0076fe;
  background-color: #f7f7f7;
}
.preview-book-info .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;
}
.preview-book-info .info-buttons .use-button-group .select-button .select-box .check-text label {
  margin-bottom: 0;
}
.preview-book-info .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) {
  .preview-book-info .info-buttons .use-button-group .select-button .select-box .check-text #subscribeNews:hover {
    border-color: #0076fe;
  }
}
.preview-book-info .info-buttons .use-button-group .select-button .select-box .check-text #subscribeNews:focus {
  outline: none;
}
.preview-book-info .info-buttons .use-button-group .select-button .select-box .check-text #subscribeNews:checked {
  background-color: #0076fe;
}
.preview-book-info .info-buttons .use-button-group .select-button .select-box .check-text #subscribeNews:checked + label {
  color: #0076fe;
}
.preview-book-info .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);
}
.preview-book-info .info-buttons .use-button-group .select-button .select-box .check-text label {
  cursor: pointer;
}
.preview-book-info .info-buttons .start-free {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  cursor: pointer;
}
.preview-book-info .info-buttons .start-free:hover .weixin-code {
  display: flex;
}
.preview-book-info .info-buttons .start-free.show-button {
  display: block;
}
.preview-book-info .info-buttons .start-free img {
  width: 100%;
  height: 100%;
}
.preview-book-info .info-buttons .start-free .weixin-code {
  display: none;
  position: absolute;
  right: 58px;
  top: 50%;
  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) {
  .preview-book-info .info-buttons .start-free .weixin-code {
    top: unset;
    transform: unset;
    bottom: 0;
  }
}
.preview-book-info .info-buttons .start-free .weixin-code .scan-code-text {
  margin-bottom: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  text-align: center;
}
.preview-book-info .info-buttons .start-free .weixin-code .qrcode {
  min-width: 128px;
  width: 128px;
  height: 128px;
}
.preview-book-info .info-buttons .start-free .weixin-code .qrcode img {
  width: 100%;
  height: 100%;
}
.preview-book-info .info-buttons .collect-button,
.preview-book-info .info-buttons .more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
}
@media (hover: hover) {
  .preview-book-info .info-buttons .collect-button:hover,
  .preview-book-info .info-buttons .more-button:hover {
    background-color: #f5f5f7;
  }
}
@media (max-width: 600px) {
  .preview-book-info .info-buttons .collect-button,
  .preview-book-info .info-buttons .more-button {
    border: none;
    width: 32px;
    height: 40px;
  }
}
.preview-book-info .info-buttons .collect-button.active svg path:first-child {
  fill: #ffc64d;
}
.preview-book-info .info-buttons .collect-button.active svg path:last-child {
  fill: #ffc64d;
}
.preview-book-info .info-buttons .collect-button.not-allowed {
  cursor: not-allowed;
}
@media (hover: hover) {
  .preview-book-info .info-buttons .collect-button.not-allowed:hover {
    background-color: unset;
  }
}
.preview-book-info .info-buttons .more-button {
  position: relative;
}
.preview-book-info .info-buttons .more-button:hover .more-box {
  display: block;
}
.preview-book-info .info-buttons .more-button::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
}
.preview-book-info .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) {
  .preview-book-info .info-buttons .more-button .more-box {
    bottom: calc(100% + 10px);
    top: unset;
  }
}
.preview-book-info .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) {
  .preview-book-info .info-buttons .more-button .more-box .more-item:hover {
    background-color: #f5f5f7;
  }
}
.preview-book-info .info-buttons .more-button .more-box .more-item.active {
  background-color: #f5f5f7;
}
.preview-book-info .info-buttons .more-button .more-box .more-item span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #333940;
}
.preview-book-info .select-text {
  display: none;
  margin-top: 8px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #666666;
}
.preview-book-info .select-text.show-text {
  display: block;
}
.preview-book-info .template-design {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 12px 0;
}
.preview-book-info .template-design .designer {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.preview-book-info .template-design .designer .label {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #666666;
}
@media (max-width: 600px) {
  .preview-book-info .template-design .designer .label {
    font-size: 12px;
  }
}
.preview-book-info .template-design .designer .name {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
}
@media (max-width: 600px) {
  .preview-book-info .template-design .designer .name {
    font-size: 12px;
  }
}
.preview-book-info .template-design .line {
  width: 1px;
  height: 16px;
  background-color: #e5e7eb;
}
.preview-book-info .template-design .page-count {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
}
@media (max-width: 600px) {
  .preview-book-info .template-design .page-count {
    font-size: 12px;
  }
}
.preview-book-info .template-design .page-size {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
}
@media (max-width: 600px) {
  .preview-book-info .template-design .page-size {
    font-size: 12px;
  }
}
.preview-book-info .features-list {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
  margin: 18px 0;
}
.preview-book-info .features-list .feature-item {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.preview-book-info .features-list .feature-item span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #333333;
}
.preview-book-info .template-color {
  margin: 12px 0;
}
.preview-book-info .template-color .color-list {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 12px;
}
.preview-book-info .template-color .color-list .color-item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
}
.preview-book-info .template-color .color-list .color-item:hover .color-item-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.preview-book-info .template-color .color-list .color-item .color-block {
  width: 22px;
  height: 16px;
  border: 1px solid #eaeaea;
}
.preview-book-info .template-color .color-list .color-item span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #333333;
}
.preview-book-info .template-color .color-list .color-item .color-item-box {
  position: absolute;
  bottom: calc(100% + 10px);
  padding: 10px;
  background-color: #000000;
  font-size: 12px;
  color: #ffffff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.preview-book-info .template-color .color-list .color-item .color-item-box::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000000;
}
.preview-book-info .template-color .color-list .color-item .color-item-box.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.preview-book-info .tag-info {
  margin: 12px 0;
}
.preview-book-info .tag-info .tag-list {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.preview-book-info .tag-info .tag-list .tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  color: #333333;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.preview-book-info .tag-info .tag-list .tag-item:hover {
  background-color: #f5f5f7;
}
.preview-book-info .check-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 54px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.87) -27.51%, #ffffff 100%);
  transition: all 0.2s linear;
  visibility: visible;
  opacity: 1;
}
.preview-book-info .check-more-button.hide-button {
  visibility: hidden;
  opacity: 0;
}
.preview-book-info .check-more-button .button-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #333940;
}
.template-crumb {
  display: flex;
  align-items: center;
  column-gap: 10px;
  max-width: 1600px;
  margin: 24px auto 0;
}
@media (max-width: 1700px) {
  .template-crumb {
    max-width: 1392px;
  }
}
@media (max-width: 1400px) {
  .template-crumb {
    max-width: 1184px;
  }
}
@media (max-width: 1200px) {
  .template-crumb {
    max-width: 1024px;
  }
}
@media (max-width: 1000px) {
  .template-crumb {
    display: none;
  }
}
.template-crumb .link {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 4%;
  color: #999999;
  text-decoration: none;
}
@media (hover: hover) {
  .template-crumb .link:hover {
    color: #0076fe;
  }
}
.template-crumb .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 4%;
  color: #333940;
}
.template-detail-container {
  display: flex;
  align-items: start;
  column-gap: 16px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  margin: 24px auto 0;
  padding: 20px 16px;
  max-width: 1600px;
}
@media (max-width: 600px) {
  .template-detail-container {
    padding: 8px;
    flex-direction: column;
    row-gap: 4px;
  }
}
.template-detail-container .template-detail-title {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #666666;
  white-space: nowrap;
}
.template-title-detail {
  position: relative;
  justify-content: space-between;
  max-width: 1600px;
  max-height: 180px;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .template-title-detail {
    max-width: 1392px;
  }
}
@media (max-width: 1400px) {
  .template-title-detail {
    max-width: 1184px;
  }
}
@media (max-width: 1200px) {
  .template-title-detail {
    max-width: 1024px;
  }
}
@media (max-width: 1000px) {
  .template-title-detail {
    height: auto;
    row-gap: 20px;
  }
}
.template-title-detail .expand-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 6px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .template-title-detail .expand-button {
    background-color: #ffffff;
  }
}
.template-title-detail .expand-button .button-text {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #0076fe;
}
.template-title-detail .expand-button.expanded svg {
  transform: rotate(180deg);
}
.template-title-detail ol,
.template-title-detail ul {
  margin: 10px 0;
  padding-left: 0;
  margin-left: 20px;
}
.template-title-detail ol {
  list-style-type: decimal;
}
.template-title-detail ol li {
  margin: 5px 0;
  padding-left: 5px;
}
.template-title-detail ul {
  list-style-type: disc;
}
.template-title-detail ul li {
  margin: 5px 0;
  padding-left: 5px;
}
.template-title-detail h1,
.template-title-detail h2,
.template-title-detail h3,
.template-title-detail h4,
.template-title-detail h5,
.template-title-detail h6 {
  margin: 16px 0 10px;
  font-weight: bold;
}
.template-title-detail h1:first-child,
.template-title-detail h2:first-child,
.template-title-detail h3:first-child,
.template-title-detail h4:first-child,
.template-title-detail h5:first-child,
.template-title-detail h6:first-child {
  margin-top: 0;
}
.template-title-detail h3 {
  font-size: 16px;
}
.template-title-detail p {
  margin: 10px 0;
  line-height: 1.6;
}
.template-title-detail strong {
  font-weight: bold;
}
.template-title-detail *:first-child {
  margin-top: 0;
}
.template-list {
  max-width: 1600px;
  margin: 48px auto 0;
}
@media (max-width: 1700px) {
  .template-list {
    max-width: 1392px;
  }
}
@media (max-width: 1400px) {
  .template-list {
    max-width: 1184px;
  }
}
@media (max-width: 1200px) {
  .template-list {
    max-width: 1024px;
  }
}
.template-list .template-list-title {
  font-family: Microsoft YaHei UI;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  color: #333940;
}
.template-list .book-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  justify-items: start;
  gap: 24px;
  margin-top: 16px;
}
@media (max-width: 1700px) {
  .template-list .book-list {
    gap: 15px;
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 1400px) {
  .template-list .book-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1200px) {
  .template-list .book-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1000px) {
  .template-list .book-list {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 600px) {
  .template-list .book-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 450px) {
  .template-list .book-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.template-list .book-list .book-item {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) {
  .template-list .book-list .book-item:hover {
    transform: translateY(-8px);
  }
}
.template-list .book-list .book-item img {
  max-width: 100%;
}
.template-list .book-list .book-item .book-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333940;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
}
.recommend-list {
  margin: 48px auto;
  max-width: 1600px;
}
@media (max-width: 1700px) {
  .recommend-list {
    max-width: 1392px;
  }
}
@media (max-width: 1400px) {
  .recommend-list {
    max-width: 1184px;
  }
}
@media (max-width: 1200px) {
  .recommend-list {
    max-width: 1024px;
  }
}
.recommend-list .recommend-list-title {
  font-family: Microsoft YaHei UI;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  color: #333940;
}
.recommend-list .article-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin: 16px auto 0;
}
@media (max-width: 1200px) {
  .recommend-list .article-list {
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  .recommend-list .article-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  .recommend-list .article-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recommend-list .article-list .article-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
@media (hover: hover) {
  .recommend-list .article-list .article-item:hover {
    transform: translateY(-8px);
  }
}
.recommend-list .article-list .article-item img {
  width: 100%;
  max-height: 139px;
  object-fit: cover;
}
.recommend-list .article-list .article-item .article-item-text {
  padding: 12px 16px 16px;
}
.recommend-list .article-list .article-item .article-item-text .article-title {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
  color: #333333;
}
.recommend-list .article-list .article-item .article-item-text .article-desc {
  display: block;
  margin-top: 4px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 4.5em;
}
.recommend-list .article-list .article-item .article-item-text .line {
  width: 100%;
  height: 1px;
  margin-top: 8px;
  background-color: #eaecf0;
}
.recommend-list .article-list .article-item .article-item-text .article-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.recommend-list .article-list .article-item .article-item-text .article-author .author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333940;
  white-space: nowrap;
}
@media (max-width: 1700px) {
  .recommend-list .article-list .article-item .article-item-text .article-author .author .author-name {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1000px) {
  .recommend-list .article-list .article-item .article-item-text .article-author .author .author-name {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .recommend-list .article-list .article-item .article-item-text .article-author .author .author-name {
    max-width: 60px;
  }
}
@media (max-width: 500px) {
  .recommend-list .article-list .article-item .article-item-text .article-author .author .author-name {
    max-width: 70px;
  }
}
@media (max-width: 400px) {
  .recommend-list .article-list .article-item .article-item-text .article-author .author .author-name {
    max-width: 60px;
  }
}
.recommend-list .article-list .article-item .article-item-text .date {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #999999;
}
@media (max-width: 1400px) {
  .recommend-list .article-list .article-item .article-item-text .date {
    max-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1000px) {
  .recommend-list .article-list .article-item .article-item-text .date {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .recommend-list .article-list .article-item .article-item-text .date {
    max-width: 40px;
  }
}
@media (max-width: 500px) {
  .recommend-list .article-list .article-item .article-item-text .date {
    max-width: 50px;
  }
}
@media (max-width: 400px) {
  .recommend-list .article-list .article-item .article-item-text .date {
    max-width: 40px;
  }
}
.recommend-list .recommend-button-container {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend-list .recommend-button-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0076fe;
  width: 86px;
  height: 36px;
  border-radius: 6px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.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 .preiview-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;
}
