* {
  /* 消除边距 */
  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;
  }
}
.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;
  }
}
.wrap .contWrap .categoryNavWrap {
  padding: 40px 0 20px 0;
}
.wrap .contWrap .categoryNavWrap .categoryNav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap .contWrap .categoryNavWrap .categoryNav .category {
  flex-shrink: 0;
  min-width: 120px;
  padding: 12px 32px;
  margin: 0 10px 10px 0;
  border-radius: 8px;
  border: 1px solid var(--Border);
  background: #FFF;
  text-align: center;
  cursor: pointer;
}
.wrap .contWrap .categoryNavWrap .categoryNav .category span {
  color: var(--TextSecondary);
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  text-transform: uppercase;
}
.wrap .contWrap .categoryNavWrap .categoryNav .category:hover {
  border: 1px solid var(--Theme);
}
.wrap .contWrap .categoryNavWrap .categoryNav .active {
  border: 1px solid var(--Theme);
  background: var(--Theme);
  cursor: default;
}
.wrap .contWrap .categoryNavWrap .categoryNav .active span {
  color: #FFF;
}
.wrap .contWrap .listWrap {
  padding-bottom: 60px;
}
.wrap .contWrap .listWrap .articlesList {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(4, calc((100% - 90px) / 4));
}
.wrap .contWrap .listWrap .articlesList .articlesItem .itemLink .itemImg {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: var(--RadiusM);
  margin-bottom: 16px;
  overflow: hidden;
}
.wrap .contWrap .listWrap .articlesList .articlesItem .itemLink .itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}
.wrap .contWrap .listWrap .articlesList .articlesItem .itemLink .itemBottom .itemInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.wrap .contWrap .listWrap .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;
}
.wrap .contWrap .listWrap .articlesList .articlesItem .itemLink .itemBottom .itemInfo .point {
  width: 4px;
  height: 4px;
  margin: 0 4px;
}
.wrap .contWrap .listWrap .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;
}
.wrap .contWrap .listWrap .articlesList .articlesItem .itemLink:hover .itemImg img {
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}
.wrap .contWrap .listWrap .articlesList .articlesItem .itemLink:hover .itemBottom .itemTitle {
  color: var(--Theme);
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .wrap .contWrap .categoryNavWrap {
    padding: 16px 0 2px 0;
  }
  .wrap .contWrap .categoryNavWrap .categoryNav .category {
    min-width: auto;
    padding: 10px 24px;
  }
  .wrap .contWrap .categoryNavWrap .categoryNav .category span {
    font-size: 16px;
  }
  .wrap .contWrap .listWrap {
    padding-bottom: 32px;
  }
  .wrap .contWrap .listWrap .articlesList {
    grid-gap: 20px 20px;
    grid-template-columns: repeat(1, calc(100% / 1));
  }
  .wrap .contWrap .listWrap .articlesList .articlesItem .itemLink .itemBottom .itemTitle {
    -webkit-line-clamp: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap .contWrap .categoryNavWrap {
    padding: 16px 0 2px 0;
  }
  .wrap .contWrap .listWrap {
    padding-bottom: 32px;
  }
  .wrap .contWrap .listWrap .articlesList {
    grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  }
}
