﻿@charset "UTF-8";
:root {
  --f7-tabbar-labels-height: 60px;
  --f7-bars-bg-color-rgb: 255, 255, 255;
}

.toolbar-inner {
  padding-top: 6px;
  padding-bottom: 4px;
}

/* ================ */
/* = 系统文档内容 = */
/* ================ */
.text-content .page-content {
  overflow: scroll;
  padding-bottom: 32px;
  background-color: #ffffff;
}
.text-content .page-content .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 5vw 8px 5vw;
  padding: 16px 0 6px 0;
  border-bottom: #f2f2f2 1px solid;
}
.text-content .page-content .content {
  font-size: 14px;
  line-height: 24px;
  padding: 6px 5vw 6px 5vw;
}
.text-content .page-content .content .small {
  font-size: 12px;
}
.text-content .page-content .content.small {
  font-size: 12px;
}
.text-content .page-content .content .bold {
  font-weight: 600;
}
.text-content .page-content .content.bold {
  font-weight: 600;
}
.text-content .page-content .content .red {
  color: #ea342e;
}
.text-content .page-content .content.red {
  color: #ea342e;
}
.text-content .page-content .content .theme {
  color: var(--f7-theme-color);
}
.text-content .page-content .content.theme {
  color: var(--f7-theme-color);
}
.text-content .page-content .content .ulc {
  margin: 0;
  padding-left: 24px;
}
.text-content .page-content .content .list {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.text-content .page-content .content .full-image {
  width: 90vw;
}
.text-content .page-content .content table {
  width: 90vw;
  font-size: 14px;
  border-width: 0px;
  border-collapse: collapse;
}
.text-content .page-content .content table tr {
  border: 1px #f2f2f2 solid;
}
.text-content .page-content .content table tr td {
  padding: 8px 12px;
  border: 1px #f2f2f2 solid;
}
.text-content .page-content .content table tr td.narrow {
  padding: 4px 2px 4px 6px;
}
.text-content .page-content .content table tr td .ulc-narrow {
  margin: 0;
  padding-left: 16px;
}
.text-content .page-content .content table tr td.red {
  color: #ea342e;
}
.text-content .page-content .content table tr td.bold {
  font-weight: 600;
}
.text-content .page-content .content table tr td.center {
  text-align: center;
}
.text-content .page-content .content table tr td.col-20 {
  width: calc(18vw - 24px);
}
.text-content .page-content .content table tr td.col-25 {
  width: calc(22.5vw - 24px);
}
.text-content .page-content .content table tr td.col-33 {
  width: calc(30vw - 24px);
}
.text-content .page-content .content table tr td.col-50 {
  width: calc(45vw - 24px);
}
.text-content .page-content .content table tr td.col-66 {
  width: calc(60vw - 24px);
}
.text-content .page-content .content table tr td.col-75 {
  width: calc(67.5vw - 24px);
}
.text-content .page-content .content table tr td.col-80 {
  width: calc(72vw - 24px);
}

/* ================ */
/* = 全局覆盖样式 = */
/* ================ */
/* ================ */
/* = 扫码页面内容 = */
/* ================ */
.update-terms.page-content .frame {
  height: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
}
.update-terms.page-content .frame .terms-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  overflow-x: hidden;
  padding: 20px 12vw 12px;
}
.update-terms.page-content .frame .terms-subline {
  color: #808080;
  font-size: 14px;
  padding: 6px 5vw 4px 5vw;
}
.update-terms.page-content .frame .terms-details {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 5vw 12px 5vw;
}
.update-terms.page-content .frame .terms-checkbox {
  padding: 4px 5vw 6px 5vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.update-terms.page-content .frame .terms-checkbox .terms-content {
  font-size: 13px;
  padding-left: 8px;
  width: calc(90vw - 30px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.update-terms.page-content .frame .terms-checkbox i.icon-checkbox:after {
  font-size: 22px;
}
.update-terms.page-content .frame .terms-subline-1 {
  height: 2px;
  margin: 4px 5vw 4px 5vw;
  background-color: #e8e8e8;
}
.update-terms.page-content .frame .terms-subline-2 {
  height: 1px;
  margin: 4px 8vw 4px 8vw;
  background-color: #e8e8e8;
}
.update-terms.page-content .frame .terms-click-link {
  font-size: 14px;
  padding: 8px 6vw 8px 6vw;
  text-decoration: underline;
  color: var(--f7-theme-color);
}
.update-terms.page-content .frame .terms-placeholder {
  height: 128px;
  flex-shrink: 0;
}
.update-terms.page-content .frame .terms-list-content {
  flex-grow: 1;
  overflow-y: scroll;
}
.update-terms.page-content .frame .terms-list-content .terms-sub-content {
  pointer-events: none;
  padding: 4px 8vw 6px 8vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.update-terms.page-content .frame .terms-list-content .terms-sub-content .terms-content {
  font-size: 13px;
  padding-left: 8px;
  width: calc(84vw - 30px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.update-terms.page-content .frame .terms-list-content .terms-sub-content i.icon-checkbox {
  width: 16px;
  height: 16px;
}
.update-terms.page-content .frame .terms-list-content .terms-sub-content i.icon-checkbox:after {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}
.update-terms.page-content .frame .terms-accept-button {
  bottom: 60px;
  padding: 6px 8vw;
  left: 0;
  right: 0;
  z-index: 100;
  position: absolute;
}
.update-terms.page-content .frame .terms-reject-button {
  bottom: 16px;
  line-height: 42px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 100;
  position: absolute;
}
