.bc {
  background-color: #F5F9FA;
}
.text-c {
  color: #7685A1;
  font-size: 16px;
}
.lead {
  color: #7685A1;
  line-height: 1.7;
  font-size: 16px;
}
.blur {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pre {
  white-space: pre-line;
}
.border {
  border-radius: 8px;
  border: 2px solid #F5F9FA;
  padding: 20px;
}
.flex-space-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.max .van-tabs__wrap {
  border: 2px solid #E1E5ED;
  border-radius: 8px;
  height: auto !important;
  margin-bottom: 20px;
}
/* 对齐线上 van-tabs 侧栏观感：单行、14px、居中、无条目分隔线 */
.max .service-side-nav,
.mini .service-side-nav {
  border: 2px solid #E1E5ED;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.max .service-side-nav a,
.mini .service-side-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  color: #646566;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.max .service-side-nav a:hover,
.mini .service-side-nav a:hover {
  background: #F5F9FA;
}
.max .service-side-nav a.active,
.mini .service-side-nav a.active {
  background-color: #34A1FF;
  color: #fff;
  font-weight: 500;
}
.service-content h2 {
  margin: 28px 0 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
}
.service-content p {
  margin: 0 0 12px;
  line-height: 1.7;
}
.service-content ul {
  margin: 0 0 16px;
  padding-left: 1.4em;
  list-style-type: disc;
  list-style-position: outside;
  width: auto !important;
  max-width: 100%;
}
.service-content ol {
  margin: 0 0 16px;
  padding-left: 1.4em;
  list-style-type: decimal;
  list-style-position: outside;
  width: auto !important;
  max-width: 100%;
}
.service-content .list-paddingleft-1 {
  padding-left: 0;
}
.service-content .list-paddingleft-2 {
  padding-left: 30px;
}
.service-content .list-paddingleft-3 {
  padding-left: 60px;
}
.service-content li {
  display: list-item;
  margin: 0 0 6px;
  line-height: 1.6;
}
.service-content li > p {
  margin: 0 0 0.25em;
}
.service-content a {
  color: #09f;
  text-decoration: underline;
}
.service-content blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}
.service-content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
  max-width: 100%;
  width: auto !important;
}
.service-content td,
.service-content th {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
.service-content th {
  border-top: 1px solid #bbb;
  background-color: #f7f7f7;
}
.service-content table.noBorderTable td,
.service-content table.noBorderTable th,
.service-content table.noBorderTable caption {
  border: 1px dashed #ddd !important;
}
.service-content tr.ue-table-interlace-color-single td {
  background-color: #fcfcfc;
}
.service-content tr.ue-table-interlace-color-double td {
  background-color: #f7faff;
}
.service-content td p {
  margin: 0;
  padding: 0;
}
.service-content hr {
  border: 0;
  border-top: 1px solid #E1E5ED;
  margin: 24px 0;
}
.service-content img {
  max-width: 100%;
  height: auto;
}
.service-content pre {
  margin: 0.5em 0;
  padding: 0.4em 0.6em;
  border-radius: 8px;
  background: #f8f8f8;
  line-height: 1.5;
  overflow: auto;
}
.max .van-tabs__wrap .van-tabs__nav {
  flex-direction: column;
  padding: 0;
}
.max .van-tabs__wrap .van-tabs__nav .van-tab {
  line-height: 50px;
}
.max .van-tabs__wrap .van-tabs__nav .van-tab.van-tab--active {
  background-color: #34A1FF;
  color: #fff;
}
.max .van-tabs__wrap .van-tabs__line {
  display: none;
}
.max .con {
  border: 2px solid #E1E5ED;
  border-radius: 8px;
  padding: 40px;
}
.downFile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.downFile .icon {
  background-color: #F5F9FA;
  border-radius: 8px;
  border: 2px solid #F5F9FA;
  padding: 20px;
}
.knowledge-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.knowledge-list li {
  padding: 18px 0;
  border-bottom: 1px solid #E1E5ED;
}
.knowledge-list li:last-child {
  border-bottom: none;
}
.knowledge-list a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  text-decoration: none;
}
.knowledge-list a:hover {
  color: #34A1FF;
}
.knowledge-list p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #646566;
}
