.download-app-popover[data-v-81fd65db] {
  box-sizing: border-box;
  width: 152px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(21, 19, 26, 0.12);
}
.download-app-qrcode[data-v-81fd65db] {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.download-app-title[data-v-81fd65db] {
  margin: 8px 0 0;
  color: #323038;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.site-city[data-v-6039934e] {
  position: relative;
  flex-shrink: 0;
}
.site-city-trigger[data-v-6039934e] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 2px 4px 4px;
  gap: 3px;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #323038;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  outline: none;
}
.site-city-trigger[data-v-6039934e]:hover {
  color: #000000;
}
.site-city-trigger[data-v-6039934e]:focus-visible {
  box-shadow: 0 0 0 1px rgba(255, 29, 65, 0.35);
}
.site-city-trigger[data-v-6039934e]::after {
  display: none;
}
.site-city-name[data-v-6039934e] {
  white-space: nowrap;
  font-size: 16px;
}
.site-city-chevron[data-v-6039934e] {
  flex-shrink: 0;
  font-size: 16px;
  color: #323038;
  transition: transform 0.2s ease;
}
.site-city-chevron--open[data-v-6039934e] {
  transform: rotate(180deg);
}
.site-city-chevron[data-v-6039934e]::after {
  display: none;
}
.site-city-panel[data-v-6039934e] {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 20;
  box-sizing: border-box;
  width: 360px;
  max-width: 90vw;
  padding: 16px 28px 16px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(21, 19, 26, 0.12);
}
.site-city-scroll[data-v-6039934e] {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
}
.site-city-section + .site-city-section[data-v-6039934e] {
  margin-top: 16px;
}
.site-city-section-title[data-v-6039934e] {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #98979B;
}
.site-city-placeholder[data-v-6039934e] {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #98979B;
}
.site-city-pill-list[data-v-6039934e] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.site-city-pill[data-v-6039934e],
.site-city-list-btn[data-v-6039934e],
.site-city-nav uni-button[data-v-6039934e] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  outline: none;
}
.site-city-pill[data-v-6039934e]::after,
.site-city-list-btn[data-v-6039934e]::after,
.site-city-nav uni-button[data-v-6039934e]::after {
  border: 0;
}
.site-city-pill[data-v-6039934e] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 60px;
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  background: #F6F6F7;
  color: #323038;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.site-city-pill[data-v-6039934e]:hover {
  background: #EAEAEB;
  color: #FF1D41;
}
.site-city-pill[data-v-6039934e]:focus-visible {
  box-shadow: 0 0 0 1px rgba(255, 29, 65, 0.35);
}
.site-city-pill.active[data-v-6039934e] {
  border: 1px solid #FF1D41;
  background: #fff;
  color: #FF1D41;
  font-weight: 500;
}
.site-city-group-list[data-v-6039934e] {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #EAEAEB;
}
.site-city-group-list li[data-v-6039934e] {
  margin: 0;
}
.site-city-list-btn[data-v-6039934e] {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 8px;
  border-bottom: 1px solid #EAEAEB;
  color: #323038;
  font-size: 14px;
  line-height: 36px;
  text-align: left;
}
.site-city-list-btn[data-v-6039934e]:hover,
.site-city-list-btn.active[data-v-6039934e] {
  color: #FF1D41;
}
.site-city-nav[data-v-6039934e] {
  position: absolute;
  top: 16px;
  right: 8px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.site-city-nav uni-button[data-v-6039934e] {
  padding: 0;
  color: #108ee9;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  border-radius: 0;
}
.site-city-nav uni-button[data-v-6039934e]:hover {
  color: #FF1D41;
}
.search-keyword-popover[data-v-e2136e0f] {
  position: absolute;
  box-sizing: border-box;
  top: var(--search-keyword-popover-top, 40px);
  left: 0;
  z-index: var(--search-keyword-popover-z-index, 30);
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: 0 0 12px 12px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.keyword-section[data-v-e2136e0f]:not(:first-child) {
  margin-top: 16px;
}
.section-header[data-v-e2136e0f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  margin-bottom: 11px;
}
.section-header h2[data-v-e2136e0f] {
  margin: 0;
  color: #95949d;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.section-header uni-button[data-v-e2136e0f] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  background: transparent;
  color: #95949d;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.section-header uni-button[data-v-e2136e0f]::after {
  border: 0;
}
.keyword-list[data-v-e2136e0f] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.keyword-empty[data-v-e2136e0f] {
  color: #95949d;
  font-size: 14px;
  line-height: 22px;
}
.keyword-tag[data-v-e2136e0f] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 16px;
  border: 0;
  border-radius: 38px;
  background: #f6f6f7;
  color: #323038;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.keyword-tag[data-v-e2136e0f]::after {
  border: 0;
}
.pc-header-search-root[data-v-548de7ff] {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 440px;
}
.pc-header-search[data-v-548de7ff] {
  --search-keyword-popover-top: 40px;
  --search-keyword-popover-z-index: 30;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #f6f6f7;
  overflow: visible;
}
.pc-header-search-root--open .pc-header-search[data-v-548de7ff] {
  border-color: #ff1d41;
}
.pc-header-search .pc-header-search-body[data-v-548de7ff] {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  margin: 0;
  cursor: text;
}
.pc-header-search .pc-header-search-icon[data-v-548de7ff] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  padding-left: 12px;
  color: #999999;
  font-size: 20px;
  line-height: 1;
}
.pc-header-search .pc-header-search-input[data-v-548de7ff] {
  display: block;
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #303038;
}
.pc-header-search .pc-header-search-input[data-v-548de7ff]::-moz-placeholder {
  color: #999999;
}
.pc-header-search .pc-header-search-input[data-v-548de7ff]::placeholder {
  color: #999999;
}
.pc-header-search .pc-header-search-clear[data-v-548de7ff] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.pc-header-search .pc-header-search-clear[data-v-548de7ff]::after {
  border: 0;
}
.pc-header-search .pc-header-search-submit[data-v-548de7ff] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: #ff1d41;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  cursor: pointer;
}
.pc-header-search .pc-header-search-submit[data-v-548de7ff]::after {
  border: 0;
}
.pc-header-sr-only[data-v-548de7ff] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pc-header[data-v-b79281b4] {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  color: #323038;
  border-bottom: 1px solid #EAEAEB;
  box-sizing: border-box;
  min-width: 1000px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.pc-header-inner[data-v-b79281b4] {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.pc-header-main[data-v-b79281b4] {
  padding: 20px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 48px;
  gap: 9px;
  width: 100%;
}
.pc-header-main .pc-header-side[data-v-b79281b4] {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  height: 40px;
}
.pc-header-main .pc-header-side-left[data-v-b79281b4] {
  justify-content: flex-start;
}
.pc-header-main .pc-header-side-right[data-v-b79281b4] {
  justify-content: flex-end;
}
.pc-header-main .pc-header-center[data-v-b79281b4] {
  flex: 0 1 440px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.pc-header-main .pc-header-left[data-v-b79281b4] {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 40px;
}
.pc-header-append[data-v-b79281b4] {
  width: 100%;
}
.pc-header-logo[data-v-b79281b4] {
  display: inline-flex;
  align-items: center;
  height: 40px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.pc-header-logo[data-v-b79281b4]:hover {
  opacity: 0.9;
}
.pc-header-logo-image[data-v-b79281b4] {
  display: block;
  width: 108px;
  height: auto;
}
.pc-header-city[data-v-b79281b4] {
  flex-shrink: 0;
}
.pc-header-client-wrap[data-v-b79281b4] {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  height: 40px;
}
.pc-header-client[data-v-b79281b4] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 40px;
  padding: 10px 24px;
  border: 1px solid #EAEAEB;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #66646A;
  white-space: nowrap;
  cursor: pointer;
}
.pc-header-client[data-v-b79281b4]:hover {
  color: #FF1D41;
  border-color: #CBCBCD;
}
.pc-header-client[data-v-b79281b4]::after {
  border: 0;
}
.pc-header-download-popover[data-v-b79281b4] {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 30;
}
uni-image[data-v-43e5dc1b] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.banner[data-v-43e5dc1b] {
  border-radius: 0 !important;
}
.no-radio[data-v-43e5dc1b] {
  border-radius: 0 !important;
}
.aspectFill[data-v-43e5dc1b] {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.scaleToFill[data-v-43e5dc1b] {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.uni-image[data-v-43e5dc1b] {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.uni-image .lazy[data-v-43e5dc1b] {
  width: 100%;
  height: 100%;
}
.web-icp[data-v-a2ea1e4c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100 * var(--vw));
  line-height: 25px;
  padding: 10px 10px;
  box-sizing: border-box;
  background: #f6f6f7;
  font-size: 12px;
  color: #98979B;
  flex-wrap: wrap;
}
.web-icp .web-icp-link[data-v-a2ea1e4c] {
  text-decoration: none;
  cursor: pointer;
  color: #98979B;
}
.web-icp .web-icp-action[data-v-a2ea1e4c] {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
}
.web-icp .web-icp-separator[data-v-a2ea1e4c] {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #CBCBCD;
  margin: 0 4px;
}
.web-icp--pc-footer[data-v-a2ea1e4c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 0 32px;
  background: transparent;
  font-size: 12px;
  line-height: 16px;
}
.web-icp--pc-footer .web-icp-separator[data-v-a2ea1e4c] {
  margin: 0 16px;
}
.image-preview[data-v-a2ea1e4c] {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
.pc-footer[data-v-81f1a8e3] {
  background: #fff;
  border-top: 1px solid #EAEAEB;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}
.pc-footer-inner[data-v-81f1a8e3] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1020px;
  min-height: 252px;
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 1000px;
}
.pc-footer-main[data-v-81f1a8e3] {
  display: flex;
  align-items: center;
  padding: 40px 0;
  box-sizing: border-box;
}
.pc-footer-brand[data-v-81f1a8e3] {
  width: 280px;
  flex: 0 0 280px;
}
.pc-footer-logo[data-v-81f1a8e3] {
  display: inline-flex;
  line-height: 1;
  text-decoration: none;
}
.pc-footer-logo[data-v-81f1a8e3]:hover {
  opacity: 0.9;
}
.pc-footer-logo .pc-footer-logo-image[data-v-81f1a8e3] {
  display: block;
  width: 206px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pc-footer-copyright[data-v-81f1a8e3] {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #98979B;
  white-space: nowrap;
}
.pc-footer-nav[data-v-81f1a8e3] {
  padding-top: 10px;
  flex: 1;
}
.pc-footer-nav .pc-footer-link-list[data-v-81f1a8e3] {
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding: 0;
  row-gap: 8px;
  margin: 0;
  list-style: none;
}
.pc-footer-nav .pc-footer-link-list .pc-footer-link[data-v-81f1a8e3] {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #98979B;
  text-decoration: none;
  padding: 0 8px;
}
.pc-footer-nav .pc-footer-link-list .pc-footer-link[data-v-81f1a8e3]:hover {
  color: #FF1D41;
}
.pc-footer-download[data-v-81f1a8e3] {
  width: 180px;
  margin: 0 0 0 auto;
  text-align: center;
}
.pc-footer-qrcode[data-v-81f1a8e3] {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pc-footer-download-title[data-v-81f1a8e3] {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #323038;
}
.pc-footer-divider[data-v-81f1a8e3] {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: #EAEAEB;
}
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/* uni.scss */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.pc-side-toolbar[data-v-b746d06c] {
  position: fixed;
  right: 58px;
  top: 60%;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pc-side-toolbar-group[data-v-b746d06c],
.pc-side-toolbar-action-top[data-v-b746d06c] {
  box-sizing: border-box;
  width: 56px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #fff;
}
.pc-side-toolbar-group[data-v-b746d06c] {
  overflow: hidden;
}
.pc-side-toolbar-action[data-v-b746d06c] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #323038;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.pc-side-toolbar-action[data-v-b746d06c]::after {
  border: 0;
}
.pc-side-toolbar-action-top[data-v-b746d06c] {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #fff;
}
.pc-side-toolbar-app-icon[data-v-b746d06c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #ff1d41;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.pc-side-toolbar-icon[data-v-b746d06c] {
  color: #111;
  font-size: 20px;
  line-height: 1;
}
.pc-side-toolbar-download-popover[data-v-b746d06c] {
  position: absolute;
  top: 0;
  right: calc(100% + 8px);
  z-index: 60;
}.mtl-pc-page[data-v-f608ddae] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.mtl-pc-page-content[data-v-f608ddae] {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  min-width: 1000px;
  padding-bottom: 100px;
  padding-top: 16px;
}
@media (max-width: 1120px) {
.mtl-pc-page[data-v-f608ddae] {
    padding: 0 24px;
}
}
