* {
  /* 消除边距 */
  margin: 0;
  padding: 0;
  /*盒模型默认使用内边框*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
/*全局设置*/
p,
a,
dl,
dt,
dd,
ul,
ol,
li,
form,
table,
input,
textarea {
  font-family: var(--FontBody);
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
span {
  font-family: var(--FontTitle);
}
/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
/* a标签样式重置 */
a {
  text-decoration: none;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}
/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
  object-fit: cover;
}
svg {
  width: 20px;
  height: 20px;
}
/* 单行文本超出隐藏并显示省略 */
.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 多行文本超出隐藏并显示省略 */
.overFlow-n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
.loading {
  color: var(--TextSecondary);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.moduleTitle {
  display: flex;
  align-items: center;
}
.moduleTitle .point {
  flex-shrink: 0;
  width: 11.1px;
  height: 11.1px;
  margin-right: 12px;
}
.moduleTitle .title {
  flex-shrink: 0;
  color: var(--TextPrimary);
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
}
.moduleTitle .border {
  width: 100%;
  height: 2px;
  background: #FB7802;
  margin-left: 12px;
}
.adTitle {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 6px 0;
  color: #ccc;
  text-align: start;
}
/* 设置广告高度 */
.adsHeight {
  width: 100%;
  height: 252px;
  margin-bottom: 10px;
}
@media (max-width: 355px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 356px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adsHeight {
    width: 100%;
    height: 280px;
  }
}
.wrap {
  min-height: 90vh;
  background: var(--BgPage);
}
.wrap .contWrap {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
.load {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
  color: var(--TextSecondary);
}
/* 响应式布局 */
@media only screen and (max-width: 767px) {
  .moduleTitle .title {
    font-size: 24px;
  }
  .wrap .contWrap {
    padding: 0px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .wrap .contWrap {
    padding: 0px 16px;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .contWrap {
    padding: 0 20px;
  }
}
.headWrap {
  height: 72px;
  background: var(--BgNav);
  border-bottom: 1px solid var(--Divider);
  z-index: 1;
}
.headWrap #backToTop {
  position: fixed;
  bottom: 50px;
  right: -200%;
  transition: right 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: var(--Theme);
  box-shadow: 0px 4px 12px 0px rgba(46, 52, 54, 0.1);
  border: none;
  z-index: 5;
  cursor: pointer;
}
.headWrap #backToTop svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.headWrap #backToTop:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), var(--Theme);
}
.headWrap .head {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .head .logoLink {
  flex-shrink: 0;
}
.headWrap .head .logoLink .logoImg {
  height: 40px;
  width: auto;
}
.headWrap .head .topList {
  height: 100%;
  display: flex;
  align-items: center;
}
.headWrap .head .topList .topItem {
  display: flex;
  margin-left: 20px;
  cursor: pointer;
}
.headWrap .head .topList .topItem .itemLink {
  display: flex;
  align-items: center;
}
.headWrap .head .topList .topItem .itemLink .point {
  width: 8px;
  height: 8px;
  margin-right: 20px;
}
.headWrap .head .topList .topItem .itemLink .itemTitle {
  color: var(--TextNav);
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  text-transform: uppercase;
}
.headWrap .head .topList .topItem .searchIcon {
  width: 24px;
  height: 24px;
}
.headWrap .head .topList .topItem:hover .itemLink .itemTitle {
  text-decoration: underline;
}
.headWrap .head .menuIcon {
  display: none;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  cursor: pointer;
}
.headWrap .head .menuMask {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headWrap .head .menuWrap {
  width: 100%;
  min-height: 220px;
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--BgNav);
  z-index: 10;
  transition: top 0.5s ease-in-out;
}
.headWrap .head .menuWrap .menuContent {
  max-width: 1400px;
  padding: 0px 20px;
  margin: auto;
}
.headWrap .head .menuWrap .menuContent .menuTop {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .head .menuWrap .menuContent .menuTop .meneLogoLink {
  flex-shrink: 0;
  cursor: pointer;
}
.headWrap .head .menuWrap .menuContent .menuTop .meneLogoLink .logoImg {
  height: 35px;
  width: auto;
}
.headWrap .head .menuWrap .menuContent .menuTop .closeIcon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.headWrap .head .menuWrap .menuContent .searchBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
}
.headWrap .head .menuWrap .menuContent .searchBox .searchInput {
  width: calc(100% - 133px);
  height: 45px;
  padding: 0 123px 0 10px;
  flex: 1;
  outline: none;
  color: var(--TextTertiary);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid var(--Theme);
  background: #FFF;
}
.headWrap .head .menuWrap .menuContent .searchBox .searchInput:focus,
.headWrap .head .menuWrap .menuContent .searchBox .searchInput:active {
  box-shadow: 0px 2px 12px 0px rgba(35, 43, 53, 0.1);
}
.headWrap .head .menuWrap .menuContent .searchBox .searchBtn {
  width: auto;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 1;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  padding: 12px 32px;
  background: var(--Theme);
  border-radius: 0 8px 8px 0;
}
.headWrap .head .menuWrap .menuContent .menuList {
  display: none;
}
.headWrap .head .menuWrap .menuContent .menuList .menuItem .itemLink {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--Border);
}
.headWrap .head .menuWrap .menuContent .menuList .menuItem .itemLink .itemTitle {
  color: var(--TextSecondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
}
.headWrap .head .menuWrap .menuContent .menuList .menuItem:last-child .itemLink {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    height: 48px;
  }
  .headWrap #backToTop {
    bottom: 16px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .headWrap .head {
    padding: 0 16px;
  }
  .headWrap .head .logoLink .logoImg {
    height: 30px;
    margin-right: 16px;
  }
  .headWrap .head .topList {
    display: none;
  }
  .headWrap .head .menuIcon {
    display: block;
  }
  .headWrap .head .menuWrap .menuContent {
    padding: 0px 10px 24px 10px;
  }
  .headWrap .head .menuWrap .menuContent .menuTop {
    height: 48px;
  }
  .headWrap .head .menuWrap .menuContent .menuTop .meneLogoLink .logoImg {
    height: 30px;
  }
  .headWrap .head .menuWrap .menuContent .menuList {
    display: block;
  }
}
@media only screen and (min-width: 1520px) {
  .headWrap .head {
    padding: 0 60px;
  }
}
.customTheme {
  color: var(--TextPrimary);
  width: 100%;
}
.customTheme h1,
.customTheme h1 span {
  font-size: 36px;
  font-weight: 600;
  line-height: 135%;
  padding-top: 0;
  padding-bottom: 16px;
}
.customTheme h2,
.customTheme h2 span {
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.customTheme h3,
.customTheme h3 span {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.customTheme h4,
.customTheme h4 span {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  padding-top: 0;
  padding-bottom: 16px;
}
.customTheme p,
.customTheme p span,
.customTheme li {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 0;
  padding-bottom: 16px;
}
.customTheme a {
  color: var(--Link);
  cursor: pointer;
}
.customTheme ul {
  padding-left: 24px;
}
.customTheme ul li {
  list-style: disc;
}
.customTheme ol {
  padding-left: 24px;
}
.customTheme ol li {
  list-style: decimal;
  padding-bottom: 8px;
}
.customTheme li::marker {
  color: var(--Theme);
  font-weight: 600;
}
.customTheme table {
  width: 100% !important;
  border-collapse: collapse;
}
.customTheme table tbody th,
.customTheme table tbody td {
  border: 4px solid var(--BgPage);
  padding: 12px 14px;
  text-align: left;
  max-width: 200px;
}
.customTheme table tbody th {
  background-color: var(--TableTh1);
}
.customTheme table tbody th:nth-child(1) {
  background-color: var(--TableTh1);
}
.customTheme table tbody th:nth-child(2) {
  background-color: var(--TableTh2);
}
.customTheme table tbody th:nth-child(3) {
  background-color: var(--TableTh3);
}
.customTheme table tbody th:nth-child(4) {
  background-color: var(--TableTh4);
}
.customTheme table tbody th:nth-child(5) {
  background-color: var(--TableTh5);
}
.customTheme table tbody th:nth-child(6) {
  background-color: var(--TableTh6);
}
.customTheme table tbody tr:nth-child(even) {
  background-color: var(--TableTd1);
  /* 偶数行背景色 */
}
.customTheme table tbody tr:nth-child(odd) {
  background-color: var(--TableTd2);
  /* 奇数行背景色 */
}
.tableContents {
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 14px;
  border: 1px solid var(--Border);
  background: var(--BgPage);
}
.tableContents .title {
  color: var(--TextPrimary);
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 12px;
}
.tableContents .contentsList .contentsItem {
  padding-bottom: 12px;
}
.tableContents .contentsList .contentsItem .contentsLink {
  display: flex;
  align-items: flex-start;
  color: var(--TextPrimary);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}
.tableContents .contentsList .contentsItem .contentsLink svg {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  margin-right: 8px;
}
.tableContents .contentsList .contentsItem .contentsLink:hover {
  color: var(--Theme);
}
.tableContents .contentsList .contentsItem .active {
  color: var(--Theme);
}
.tableContents .contentsList .contentsItem:last-child {
  padding: 0;
}
.tableContents .contentsList .contentsItem.active .contentsLink {
  color: var(--Theme);
}
.anthorInfo {
  display: flex;
  align-items: center;
  color: var(--TextTertiary);
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 10px;
}
.anthorInfo .avatar {
  margin-right: 10px;
}
.anthorInfo .avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.anthorInfo .nickname,
.anthorInfo .time {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
}
.anthorInfo .nickname {
  margin-right: 20px;
}
.anthorInfo .time {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .customTheme h1,
  .customTheme h1 span {
    font-size: 22px;
  }
  .customTheme h2,
  .customTheme h2 span {
    font-size: 22px;
  }
  .customTheme h3,
  .customTheme h3 span {
    font-size: 20px;
  }
  .customTheme p,
  .customTheme p span,
  .customTheme li {
    font-size: 16px;
  }
  .tableContents {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tableContents {
    display: none;
  }
}
.newArticlesWrap {
  padding-bottom: 80px;
}
.newArticlesWrap .articlesList {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
  margin-top: 20px;
}
.newArticlesWrap .articlesList .articlesItem .itemLink {
  display: flex;
  align-items: center;
}
.newArticlesWrap .articlesList .articlesItem .itemLink .itemImg {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: var(--RadiusS);
  overflow: hidden;
}
.newArticlesWrap .articlesList .articlesItem .itemLink .itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}
.newArticlesWrap .articlesList .articlesItem .itemLink .itemRight {
  width: 60%;
  margin-left: 20px;
}
.newArticlesWrap .articlesList .articlesItem .itemLink .itemRight .itemInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.newArticlesWrap .articlesList .articlesItem .itemLink .itemRight .itemInfo .infoText {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.newArticlesWrap .articlesList .articlesItem .itemLink .itemRight .itemInfo .point {
  width: 4px;
  height: 4px;
  margin: 0 4px;
}
.newArticlesWrap .articlesList .articlesItem .itemLink .itemRight .itemTitle {
  color: var(--TextPrimary);
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 4;
}
.newArticlesWrap .articlesList .articlesItem .itemLink:hover .itemImg img {
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}
.newArticlesWrap .articlesList .articlesItem .itemLink:hover .itemRight .itemTitle {
  color: var(--Theme);
}
@media only screen and (max-width: 767px) {
  .newArticlesWrap {
    padding-bottom: 32px;
  }
  .newArticlesWrap .articlesList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(2, calc((100% - 16px) / 2));
    margin-top: 16px;
  }
  .newArticlesWrap .articlesList .articlesItem .itemLink {
    display: block;
  }
  .newArticlesWrap .articlesList .articlesItem .itemLink .itemImg {
    width: 100%;
    margin-bottom: 16px;
  }
  .newArticlesWrap .articlesList .articlesItem .itemLink .itemRight {
    width: 100%;
    margin-left: 0;
  }
  .newArticlesWrap .articlesList .articlesItem .itemLink .itemRight .itemTitle {
    font-size: 16px;
  }
  .newArticlesWrap .articlesList .newArticlesPc {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newArticlesWrap {
    padding-bottom: 32px;
  }
  .newArticlesWrap .articlesList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 32px) / 3));
    margin-top: 16px;
  }
  .newArticlesWrap .articlesList .articlesItem .itemLink {
    display: block;
  }
  .newArticlesWrap .articlesList .articlesItem .itemLink .itemImg {
    width: 100%;
    margin-bottom: 16px;
  }
  .newArticlesWrap .articlesList .articlesItem .itemLink .itemRight {
    width: 100%;
    margin-left: 0;
  }
}
.popularCate {
  padding-bottom: 80px;
}
.popularCate .popularCateTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.popularCate .popularCateTop .popularCateTitle {
  flex-shrink: 0;
  color: var(--TextPrimary);
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
}
.popularCate .popularCateTop .tabsNav .tabsNavGroup {
  display: flex;
}
.popularCate .popularCateTop .tabsNav .tabButton {
  min-width: 120px;
  padding: 12px 32px;
  margin-left: 10px;
  border-radius: 8px;
  border: 1px solid var(--Border);
  background: #FFF;
  cursor: pointer;
}
.popularCate .popularCateTop .tabsNav .tabButton span {
  color: var(--TextSecondary);
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  text-transform: uppercase;
}
.popularCate .popularCateTop .tabsNav .tabButton:hover {
  border: 1px solid var(--Theme);
}
.popularCate .popularCateTop .tabsNav .active {
  border: 1px solid var(--Theme);
  background: var(--Theme);
  cursor: default;
}
.popularCate .popularCateTop .tabsNav .active span {
  color: #FFF;
}
.popularCate .tabsContent .tabContent {
  display: none;
}
.popularCate .tabsContent .tabContent .articlesList {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(4, calc((100% - 90px) / 4));
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: var(--RadiusM);
  overflow: hidden;
  margin-bottom: 16px;
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink .itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink .itemBottom {
  width: 100%;
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink .itemBottom .itemInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink .itemBottom .itemInfo .infoText {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink .itemBottom .itemInfo .point {
  width: 4px;
  height: 4px;
  margin: 0 4px;
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink .itemBottom .itemTitle {
  color: var(--TextPrimary);
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 4;
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink .itemBottom .itemText {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 3;
  margin-top: 16px;
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink .itemBottom .itemMore {
  color: var(--Theme);
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  margin-top: 8px;
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink:hover .itemImg img {
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}
.popularCate .tabsContent .tabContent .articlesList .articlesItem .itemLink:hover .itemBottom .itemTitle {
  color: var(--Theme);
  text-decoration: underline;
}
.popularCate .tabsContent .active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .popularCate {
    padding-bottom: 32px;
  }
  .popularCate .popularCateTop {
    display: block;
    margin-bottom: 16px;
  }
  .popularCate .popularCateTop .popularCateTitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .popularCate .popularCateTop .tabsNav::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .popularCate .popularCateTop .tabsNav {
    width: auto;
    margin: 0 -16px;
    overflow: scroll;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .popularCate .popularCateTop .tabsNav .tabsNavGroup {
    margin: 0 16px;
  }
  .popularCate .popularCateTop .tabsNav .tabButton {
    min-width: auto;
    padding: 10px 24px;
    margin-left: 0;
    margin-right: 10px;
  }
  .popularCate .popularCateTop .tabsNav .tabButton span {
    font-size: 16px;
  }
  .popularCate .tabsContent .tabContent .articlesList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(1, calc(100% / 1));
  }
  .popularCate .tabsContent .tabContent .articlesList .tabContentPc {
    display: none;
  }
  .popularCate .tabsContent .active {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .popularCate {
    padding-bottom: 32px;
  }
  .popularCate .popularCateTop {
    display: block;
    margin-bottom: 16px;
  }
  .popularCate .popularCateTop .popularCateTitle {
    margin-bottom: 16px;
  }
  .popularCate .popularCateTop .tabsNav::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .popularCate .popularCateTop .tabsNav {
    width: auto;
    margin: 0 -16px;
    overflow: scroll;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .popularCate .popularCateTop .tabsNav .tabsNavGroup {
    margin: 0 16px;
  }
  .popularCate .popularCateTop .tabsNav .tabButton {
    margin-left: 0;
    margin-right: 10px;
  }
  .popularCate .tabsContent .tabContent .articlesList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(2, calc((100% - 16px) / 2));
  }
}
.footerWrap {
  border-top: 1px solid var(--Divider);
  background: var(--BgFooter);
}
.footerWrap .footCont {
  padding: 48px 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footerWrap .footCont .footLogo {
  flex-shrink: 0;
}
.footerWrap .footCont .footLogo .footLogoImg {
  height: 40px;
  width: auto;
}
.footerWrap .footCont .tabbar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 16px 16px 0 0;
}
.footerWrap .footCont .tabbar a,
.footerWrap .footCont .tabbar .tabbarIcon {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}
.footerWrap .footCont .tabbar .tabbarIcon {
  color: #C3C3C3;
  padding: 0 10px;
}
.footerWrap .footCont .footerText {
  max-width: 50%;
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .moreJump {
  color: var(--Theme);
}
.footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: var(--Theme);
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .footerWrap .footCont {
    display: block;
    padding: 32px 16px;
  }
  .footerWrap .footCont .footLogo .footLogoImg {
    height: 30px;
    margin-top: 0;
  }
  .footerWrap .footCont .tabbar {
    margin: 24px 0 22px 0;
  }
  .footerWrap .footCont .footerText {
    max-width: 100%;
  }
  .footerWrap .cookie-notice-container {
    font-size: 14px;
  }
  .cookie-notice-container .container {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1520px) {
  .footerWrap .footCont {
    padding: 48px 60px;
  }
}
.guide {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.guide .guideLink {
  color: var(--Theme);
  flex-shrink: 0;
}
.guide .guideLink:hover {
  text-decoration: underline;
}
.guide .guideIcon {
  color: var(--TextTertiary);
  font-weight: 400;
  line-height: 14px;
  margin: 0 6px;
}
.guide .guideText {
  color: var(--TextTertiary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.articleTitle {
  color: var(--TextPrimary);
  font-size: 36px;
  font-weight: 600;
  line-height: 135%;
  margin: 10px 0 20px 0;
}
.detailsCont {
  padding: 40px 0 60px 0;
}
.detailsCont .article {
  display: flex;
}
.detailsCont .article .articleLeft {
  width: 100%;
  padding-bottom: 40px;
}
.detailsCont .article .articleLeft .desc {
  color: var(--TextPrimary);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.detailsCont .article .articleLeft .articleImg img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.detailsCont .article .articleLeft .pseWrap .pseTitle {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.detailsCont .article .articleLeft .pseWrap .pseList .pseItem {
  margin-top: 6px;
}
.detailsCont .article .articleLeft .pseWrap .pseList .pseItem .itemLink {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 20px;
  border-radius: 16px;
  border: 5px solid #FFF0F2;
  background: #B30C4C;
}
.detailsCont .article .articleLeft .pseWrap .pseList .pseItem .itemLink .search,
.detailsCont .article .articleLeft .pseWrap .pseList .pseItem .itemLink .arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.detailsCont .article .articleLeft .pseWrap .pseList .pseItem .itemLink .itemText {
  color: #FFF;
  font-family: Verdana;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.detailsCont .article .articleLeft .pseWrap .pseList .pseItem .itemLink .arrow {
  margin-left: auto;
}
.detailsCont .article .articleLeft .pseWrap .pseList .pseItem .itemLink:hover {
  background: #D91A5D;
}
.detailsCont .article .articleLeft .pseWrap .pseList .pseItem .itemLink:hover .itemText {
  text-decoration: underline;
}
.detailsCont .article .articleRight {
  flex-shrink: 0;
  width: 350px;
  padding-left: 60px;
}
.detailsCont .article .articleRight .authorWrap {
  padding-bottom: 40px;
}
.detailsCont .article .articleRight .authorWrap .moduleTitle .title {
  font-size: 24px;
}
.detailsCont .article .articleRight .authorWrap .authorCard {
  padding: 24px;
  margin-top: 16px;
  border-radius: var(--RadiusM);
  background: var(--BgContainer);
}
.detailsCont .article .articleRight .authorWrap .authorCard .authorTitle {
  display: flex;
  align-items: center;
}
.detailsCont .article .articleRight .authorWrap .authorCard .authorTitle .avatar {
  margin-right: 10px;
}
.detailsCont .article .articleRight .authorWrap .authorCard .authorTitle .avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.detailsCont .article .articleRight .authorWrap .authorCard .authorTitle .nickname {
  color: var(--TextPrimary);
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  text-transform: uppercase;
}
.detailsCont .article .articleRight .authorWrap .authorCard .description {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}
.detailsCont .article .articleRight .newArticlesWrap {
  padding-bottom: 40px;
}
.detailsCont .article .articleRight .newArticlesWrap .moduleTitle .title {
  font-size: 24px;
}
.detailsCont .article .articleRight .newArticlesWrap .articlesList {
  display: grid;
  grid-gap: 20px 20px;
  grid-template-columns: repeat(1, calc(100% / 1));
  margin-top: 16px;
}
.detailsCont .article .articleRight .newArticlesWrap .articlesList .articlesItem .itemLink .itemImg {
  width: 110px;
  height: 110px;
}
.detailsCont .article .articleRight .newArticlesWrap .articlesList .articlesItem .itemLink .itemImg img {
  height: 100%;
  width: auto;
}
.detailsCont .article .articleRight .newArticlesWrap .articlesList .articlesItem .itemLink .itemRight {
  width: 60%;
  margin-left: 16px;
}
.detailsCont .article .articleRight .newArticlesWrap .articlesList .articlesItem .itemLink .itemRight .itemInfo {
  margin-bottom: 6px;
}
.detailsCont .article .articleRight .newArticlesWrap .articlesList .articlesItem .itemLink .itemRight .itemTitle {
  font-size: 14px;
}
.detailsCont .articleLanding {
  max-width: 960px;
  margin: auto;
}
.detailsCont .popularCate {
  padding: 0;
}
.detailsCont:first-child {
  padding: 40px 0 0 0;
}
.detailsCont:first-child .detailsTop,
.detailsCont:first-child .article {
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .guide {
    font-size: 14px;
  }
  .articleTitle {
    font-size: 22px;
    margin: 10px 0;
  }
  .detailsCont {
    padding: 16px 0;
  }
  .detailsCont .article {
    display: block;
  }
  .detailsCont .article .articleLeft {
    padding-bottom: 32px;
  }
  .detailsCont .article .articleLeft .desc {
    font-size: 16px;
  }
  .detailsCont .article .articleLeft .pseWrap .pseList .pseItem {
    margin-top: 10px;
  }
  .detailsCont .article .articleRight {
    width: 100%;
    padding: 0;
  }
  .detailsCont .article .articleRight .authorWrap {
    padding-bottom: 32px;
  }
  .detailsCont .article .articleRight .newArticlesWrap {
    padding-bottom: 32px;
  }
  .detailsCont .article .articleRight .newArticlesWrap .articlesList .articlesItem .itemLink {
    display: flex;
  }
  .detailsCont .article .articleRight .newArticlesWrap .articlesList .articlesItem .itemLink .itemImg {
    margin: 0;
  }
  .detailsCont:first-child {
    padding: 16px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .detailsCont .article {
    display: block;
  }
  .detailsCont .article .articleLeft {
    padding-bottom: 32px;
  }
  .detailsCont .article .articleRight {
    width: 100%;
    padding-left: 0;
  }
  .detailsCont .article .articleRight .authorWrap {
    padding-bottom: 32px;
  }
  .detailsCont .article .articleRight .newArticlesWrap {
    padding-bottom: 32px;
  }
  .detailsCont .article .articleRight .newArticlesWrap .articlesList .articlesItem .itemLink {
    display: flex;
  }
  .detailsCont .article .articleRight .newArticlesWrap .articlesList .articlesItem .itemLink .itemImg {
    margin: 0;
    width: auto;
    aspect-ratio: 4 / 3;
  }
}
