main {
  padding-top: 6.15rem;
  padding-bottom: 1.7rem;
  position: relative;
}
main .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
main .banner img {
  width: 100%;
}
main .box {
  width: 12rem;
  margin: 0 auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
main .box .box-header {
  height: 0.86rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3c82fc;
  padding: 0 0.5rem;
  user-select: none;
}
main .box .box-header .bh-left {
  display: flex;
  align-items: flex-end;
  color: #fff;
}
main .box .box-header .bh-left h1 {
  font-size: 0.3rem;
}
main .box .box-header .bh-left p {
  font-size: 0.22rem;
  margin-left: 0.25rem;
  transform: translateY(-0.03rem);
}
main .box .box-header .bh-right {
  color: #fff;
  font-size: 0.18rem;
}
main .box .box-header .bh-right a {
  color: #fff;
}
main .box .box-header .bh-right a:hover {
  text-decoration: underline;
}
main .box .box-header .bh-right span {
  color: #b5d0ff;
}
main .box .box-content {
  padding: 0 0.5rem;
  background-color: #fff;
}
main .box .box-content .tabs {
  height: 0.66rem;
  border-bottom: 1px solid #b8b8b8;
}
main .box .box-content .tabs a {
  width: 1.3rem;
  height: 100%;
  line-height: 0.66rem;
  text-align: center;
  font-size: 0.22rem;
  color: #333;
  display: inline-block;
  margin-right: 0.8rem;
}
main .box .box-content .tabs a:hover {
  color: #3c82fc;
}
main .box .box-content .tabs a.active {
  color: #3c82fc;
  border-bottom: 0.03rem solid #3c82fc;
}
main .box .box-content .no-data {
  text-align: center;
  line-height: 1.2rem;
  color: #999;
  user-select: none;
  font-size: 0.18rem;
}
main .box .news-box-content {
  padding-top: 0.24rem;
}
main .box .news-box-content .news-tabs {
  margin-bottom: 0.3rem;
}
main .box .news-box-content .news-list {
  margin-bottom: 0.7rem;
}
main .box .news-box-content .news-list li a {
  height: 0.7rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #000;
  border-bottom: 1px dashed #b8b8b8;
}
main .box .news-box-content .news-list li a:hover {
  color: #3c82fc;
}
main .box .news-box-content .news-list li a .title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .box .news-box-content .news-list li a .time {
  width: 2rem;
  text-align: end;
  color: #7d7d7d;
}

/* 标签列表、标签详情、搜索结果页样式 */
main .box .tag-box-content .news-list,
main .box .tag-tpl-box-content .news-list,
main .box .search-box-content .news-list {
  margin-bottom: 0.7rem;
}
main .box .tag-box-content .news-list li a,
main .box .tag-tpl-box-content .news-list li a,
main .box .search-box-content .news-list li a {
  height: 0.7rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #000;
  border-bottom: 1px dashed #b8b8b8;
}
main .box .tag-box-content .news-list li a:hover,
main .box .tag-tpl-box-content .news-list li a:hover,
main .box .search-box-content .news-list li a:hover {
  color: #3c82fc;
}
main .box .tag-box-content .news-list li a .title,
main .box .tag-tpl-box-content .news-list li a .title,
main .box .search-box-content .news-list li a .title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .box .tag-box-content .news-list li a .time,
main .box .tag-tpl-box-content .news-list li a .time,
main .box .search-box-content .news-list li a .time {
  width: 2rem;
  text-align: end;
  color: #7d7d7d;
}

/* 搜索结果页特有样式 */
main .box .search-box-content .result-count {
  padding: 0.2rem 0;
  font-size: 0.16rem;
  color: #666;
}
main .box .search-box-content .result-count em {
  color: #f73131;
  font-style: normal;
  font-weight: bold;
}

/* 新手指南页面样式 */
main .box .xszn-box-content {
  padding: 0.5rem;
}

main .box .xszn-box-content .news_info_content {
  max-width: 100%;
}

main .box .xszn-box-content .down_tit {
  color: #3c82fc;
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0.3rem 0 0.2rem 0;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #e0e0e0;
}

main .box .xszn-box-content .data_ul {
  margin-bottom: 0.4rem;
}

main .box .xszn-box-content .data_li {
  margin-bottom: 0.3rem;
}

main .box .xszn-box-content .p_tit {
  color: #3c82fc;
  font-size: 0.2rem;
  font-weight: bold;
  margin: 0.2rem 0 0.15rem 0;
}

main .box .xszn-box-content .dlist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}

main .box .xszn-box-content .dlist li {
  margin: 0;
}

main .box .xszn-box-content .dlist li a {
  display: inline-block;
  padding: 0.08rem 0.2rem;
  background-color: #f0f7ff;
  color: #3c82fc;
  border: 1px solid #d0e3ff;
  border-radius: 1rem;
  font-size: 0.18rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

main .box .xszn-box-content .dlist li a:hover {
  background-color: #3c82fc;
  color: #fff;
  border-color: #3c82fc;
  transform: translateY(-2px);
}

main .box .xszn-box-content .dlist li a:active {
  transform: translateY(0);
}

/* 分页样式 */
.pg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  font-size: 0.18rem;
  color: #333;
  gap: 0.1rem;
}

.pg .pagination,
.pg .hc-pagination {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.08rem;
}

.pg li,
.pg .pagination li,
.pg .hc-pagination li {
  list-style: none;
  margin: 0;
}

/* 按钮通用样式：页码、箭头 */
.pg a,
.pg button,
.pg .btn,
.pg .num,
.pg .pagination li a,
.pg .hc-pagination li a,
.pg .pagination li span,
.pg .hc-pagination li span,
.pg > span.num,
.pg > span.active,
.pg > a.num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.36rem;
  height: 0.36rem;
  background-color: #f7f7f7;
  border-radius: 0.06rem;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  border: none !important;
  outline: none !important;
}

/* 针对可能是直接子元素的翻页按钮和数字进行兜底 */
.pg > a,
.pg > span:not(:first-child):not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
  background-color: #f7f7f7;
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.06rem;
  margin: 0 0.04rem; /* 兜底间距 */
}

/* 当前激活状态 */
.pg .active,
.pg .pagination li.active span,
.pg .hc-pagination li.active span,
.pg span.active,
.pg a.active {
  background-color: #3c82fc !important;
  color: #fff !important;
}

/* 禁用状态样式 */
.pg .disabled,
.pg .pagination li.disabled a,
.pg .pagination li.disabled span,
.pg .hc-pagination li.disabled a,
.pg .hc-pagination li.disabled span,
.pg span.disabled,
.pg a.disabled,
.pg button:disabled {
  background-color: #f5f5f5 !important;
  color: #c0c4cc !important;
  cursor: not-allowed !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* 移除“共x条”、“前往”、“页”等文字标签的背景和指针 */
.pg > span:first-child,
.pg > span:nth-last-child(3),
.pg > span:last-child,
.pg .label,
.pg > .total,
.pg > .jump-label {
  background: none !important;
  cursor: default !important;
  width: auto !important;
  height: auto !important;
  padding: 0 0.05rem;
  margin: 0;
}

/* 统一箭头按钮字体 */
.pg .pagination li:first-child a,
.pg .pagination li:first-child span,
.pg .pagination li:last-child a,
.pg .pagination li:last-child span,
.pg > a:first-of-type,
.pg > a:last-of-type,
.pg > span:nth-child(2),
.pg > span:nth-last-child(4) {
  font-family: "SimSun", serif;
  font-weight: bold;
  color: #999;
}

.pg .jump,
.pg .pagination-jump {
  display: flex;
  align-items: center;
  gap: 0.05rem;
}

.pg input,
.pg .jump input,
.pg .pagination-jump input {
  width: 0.6rem;
  height: 0.36rem;
  border: 1px solid #dcdfe6;
  border-radius: 0.06rem;
  text-align: center;
  outline: none;
  font-size: 0.18rem;
  background-color: #fff;
  margin: 0;
}

.pg input:focus,
.pg .jump input:focus,
.pg .pagination-jump input:focus {
  border-color: #3c82fc;
}
main .box .news-detail-box-content,
main .box .guide-box-detail-content {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
main .box .news-detail-box-content .news-detail-title,
main .box .guide-box-detail-content .news-detail-title {
  font-size: 0.24rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
main .box .news-detail-box-content .news-detail-info,
main .box .guide-box-detail-content .news-detail-info {
  height: 0.5rem;
  border-radius: 1rem;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: #a3a3a3;
  margin-bottom: 0.3rem;
}
main .box .news-detail-box-content .news-detail-info .news-detail-author,
main .box .guide-box-detail-content .news-detail-info .news-detail-author {
  margin-right: 0.5rem;
}
main .box .news-detail-box-content .news-detail-info .news-detail-time,
main .box .guide-box-detail-content .news-detail-info .news-detail-time {
  width: 1.7rem;
}
main .box .news-detail-box-content .news-detail-content,
main .box .guide-box-detail-content .news-detail-content {
  line-height: 2;
  font-size: 0.18rem;
}
main .box .news-detail-box-content .news-detail-content img,
main .box .guide-box-detail-content .news-detail-content img {
  display: block;
  border-radius: 0.04rem;
  max-width: 100%;
  height: auto;
  margin: 0.2rem auto;
}
main .box .news-detail-box-content .news-detail-content p,
main .box .guide-box-detail-content .news-detail-content p {
  margin-bottom: 0.1rem;
}

/* 标签样式 */
.news-tags {
  margin: 30px 0;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #3c82fc;
}

.news-tags .tag-item {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  color: #333;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.news-tags .tag-item:hover {
  background-color: #3c82fc;
  color: #fff;
  border-color: #3c82fc;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(60, 130, 252, 0.3);
}

.news-tags .tag-item:active {
  transform: translateY(0);
}

main .box .guide-box-content {
  padding-top: 0.24rem;
}
main .box .guide-box-content .guide-tabs {
  margin-bottom: 0.15rem;
}
main .box .guide-box-content .guide-tabs a {
  margin-right: 1.1rem;
}
main .box .guide-box-content .guide-tabs2 {
  padding-left: 0.44rem;
  margin-bottom: 0.1rem;
}
main .box .guide-box-content .guide-tabs2 a {
  display: inline-block;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0 0.16rem;
  border-radius: 1rem;
  background-color: #d5e4ff;
  color: #3c82fc;
  font-size: 0.18rem;
}
main .box .guide-box-content .guide-tabs2 a.active {
  background-color: #3c82fc;
  color: #fff;
}
main .box .down-box-content {
  padding-top: 0.5rem;
  height: 11.4rem;
}
main .box .down-box-content .down-btn {
  display: inline-block;
  margin-bottom: 0.7rem;
  transition: all 0.3s ease-in-out;
}
main .box .down-box-content .down-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
main .box .down-box-content .down-btn:active {
  transform: scale(1);
}
main .box .down-box-content .down-btn img {
  width: 3.5rem;
  height: auto;
  user-select: none;
}
main .box .down-box-content .hardware-info {
  width: 11rem;
  height: auto;
}
main .platform-scale-wrap {
  position: relative;
  width: 100%;
}
main .platform-scale-target {
  position: absolute;
  left: 50%;
  top: 0;
  transform-origin: top center;
  opacity: 0;
  animation: platformFadeIn 1s ease 0.25s forwards;
}
main .platform-box {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  background-color: #F5F5F5;
}
main .platform-box .platform-iframe-wrap {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
main .platform-box #platformIframe {
  display: block;
  width: 1280px;
  height: 1600px;
  border: none;
}
main .platform-box #platformIframeH5 {
  display: none;
}
@keyframes platformFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .platform-scale-target {
    animation: none;
    opacity: 1;
  }
}
@media screen and (max-width: 751px) {
  main {
    min-height: unset;
    background-color: #fff;
    height: auto;
    padding: 0;
  }
  main::before,
  main::after {
    display: none;
  }
  main .box {
    width: 100%;
  }
  main .box .box-header {
    display: none;
  }
  main .box .box-content {
    padding: 0;
    padding-top: 2.2rem;
    padding-bottom: 0.5rem;
    height: unset;
    min-height: calc(100vh - 128px);
    position: relative;
  }
  main .box .box-content .tabs {
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 1.2rem;
    height: unset;
    display: flex;
  }
  main .box .box-content .tabs a {
    flex: 1;
    margin: 0;
    font-size: 0.3rem;
  }
  main .box .box-content .tabs a.active {
    font-weight: 700;
  }
  main .box .box-content .no-data {
    font-size: 0.28rem;
  }
  main .box .news-box-content .news-list,
  main .box .tag-box-content .news-list,
  main .box .tag-tpl-box-content .news-list,
  main .box .search-box-content .news-list {
    padding: 0 0.25rem;
  }
  main .box .news-box-content .news-list li a,
  main .box .tag-box-content .news-list li a,
  main .box .tag-tpl-box-content .news-list li a,
  main .box .search-box-content .news-list li a {
    height: 0.9rem;
    font-size: 0.28rem;
  }
  main .box .news-box-content .m-style {
    flex-wrap: wrap;
  }
  main .box .news-box-content .m-style .next,
  main .box .news-box-content .m-style .prev,
  main .box .news-box-content .m-style .active,
  main .box .news-box-content .m-style a {
    font-size: 0.24rem;
  }
  main .box .news-box-content .m-style .next,
  main .box .news-box-content .m-style .prev {
    font-size: 0.2rem;
    padding: 0.12rem 0.36rem;
    border: 1px solid #aaa;
    border-radius: 1rem;
  }
  main .box .news-box-content .m-style .next:active,
  main .box .news-box-content .m-style .prev:active,
  main .box .news-box-content .m-style .next:hover,
  main .box .news-box-content .m-style .prev:hover {
    border-color: #3c82fc;
  }
  main .box .news-detail-box-content,
  main .box .guide-box-detail-content {
    padding: 0 0.25rem 1rem;
  }
  main .box .news-detail-box-content .news-detail-title,
  main .box .guide-box-detail-content .news-detail-title {
    font-size: 0.36rem;
    font-weight: 700;
  }
  main .box .news-detail-box-content .news-detail-info,
  main .box .guide-box-detail-content .news-detail-info {
    border-radius: 0;
    height: 0.64rem;
  }
  main .box .news-detail-box-content .news-detail-info .news-detail-author,
  main .box .guide-box-detail-content .news-detail-info .news-detail-author {
    display: none;
  }
  main .box .news-detail-box-content .news-detail-info .news-detail-time,
  main .box .guide-box-detail-content .news-detail-info .news-detail-time {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
  }
  main .box .news-detail-box-content .news-detail-content,
  main .box .guide-box-detail-content .news-detail-content {
    color: #666;
  }
  main .box .news-detail-box-content .news-detail-content *,
  main .box .guide-box-detail-content .news-detail-content * {
    font-size: 0.28rem;
  }
  main .box .news-detail-box-content {
    padding-top: 1.5rem;
  }
  main .box .guide-box-content .guide-tabs2 a {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    padding: 0 0.2rem;
    border-radius: 1rem;
    background-color: #d5e4ff;
    color: #3c82fc;
    margin-bottom: 0.2rem;
  }

  /* 移动端新手指南样式 */
  main .box .xszn-box-content {
    padding: 0.25rem;
  }
  main .box .xszn-box-content .down_tit {
    font-size: 0.3rem;
    margin: 0.4rem 0 0.3rem 0;
  }
  main .box .xszn-box-content .p_tit {
    font-size: 0.24rem;
    margin: 0.3rem 0 0.2rem 0;
  }
  main .box .xszn-box-content .dlist {
    gap: 0.25rem;
  }
  main .box .xszn-box-content .dlist li a {
    padding: 0.12rem 0.3rem;
    font-size: 0.22rem;
  }

  /* 移动端标签样式 */
  .news-tags {
    margin: 20px 0;
    padding: 15px;
  }

  .news-tags .tag-item {
    padding: 8px 16px;
    font-size: 0.28rem;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .platform-scale-target {
    position: static !important;
    left: 0 !important;
    transform: unset !important;
    width: 100% !important;
  }
  .platform-scale-wrap {
    height: auto !important;
  }
  .platform-box {
    padding-top: 0 !important;
  }
  .platform-box .platform-iframe-wrap {
    width: 100%;
    overflow: visible;
    touch-action: pan-y;
  }
  .platform-box #platformIframe {
    display: none !important;
  }
  .platform-box #platformIframeH5 {
    display: block !important;
    width: 100%;
    height: calc(100vh - 128px);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    touch-action: pan-y;
    pointer-events: auto;
  }
}
