* {
  padding: 0;
  margin: 0;
  color: #1A1A1A;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-display: swap;
}
p {
  font-family: "Open Sans", sans-serif;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
  object-fit: cover;
  /*清除选择时高亮*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
svg {
  width: 24px;
  height: 24px;
}
.ad-box {
  width: 100%;
  height: 250px;
  text-align: center;
}
.adHeight {
  width: 100%;
  height: 252px;
}
.adTitle {
  color: #CCC;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
}
.wrap {
  min-height: 90vh;
}
.wrap .indexWrap {
  max-width: 1240px;
  min-height: 80vh;
  margin: 0 auto;
}
.wrap .articleItem .itemLink {
  display: block;
  position: relative;
}
.wrap .articleItem .itemLink .itemCate {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  padding: 2px 8px;
  border-radius: 4px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.wrap .articleItem .itemLink .itemImg,
.wrap .articleItem .itemLink .itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
}
.wrap .articleItem .itemLink .itemImg {
  height: 100%;
  transition: filter 0.3s ease;
}
.wrap .articleItem .itemLink .itemInfo {
  padding: 16px 8px;
}
.wrap .articleItem .itemLink .itemInfo .itemTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  transition: filter 0.3s ease;
}
.wrap .articleItem .itemLink .itemInfo .itemDesc {
  color: #4A5568;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
}
.wrap .articleItem:hover .itemLink .itemImg {
  filter: brightness(1.1);
}
.wrap .articleItem:hover .itemLink .itemInfo .itemTitle {
  color: #F59E0B;
}
.headWrap {
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
}
.headWrap .searchDiv {
  width: 327px;
  max-width: 327px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.headWrap .searchDiv .searchInput {
  width: 100%;
  flex: 1;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 56px 12px 16px;
  border-radius: 6px;
  background: #F3F4F6;
  border: 1px solid #F3F4F6;
  z-index: 2;
}
.headWrap .searchDiv .searchInput:focus {
  border: 1px solid #F59E0B;
}
.headWrap .searchDiv .searchSvg {
  height: 100%;
  position: absolute;
  top: 0;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.headWrap .menuMask {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headWrap .menuWrap {
  width: calc(100% - 32px);
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  padding: 24px 16px;
  background: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  transition: left 0.5s ease-out;
  z-index: 10;
}
.headWrap .menuWrap .mobileSearch {
  width: 100%;
  max-width: 100%;
}
.headWrap .menuWrap .menuList {
  height: 100%;
  overflow-y: scroll;
  padding: 24px 0;
}
.headWrap .menuWrap .menuList .menuItem {
  padding: 12px 0;
  cursor: pointer;
}
.headWrap .menuWrap .menuList .menuItem .itemLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .menuWrap .menuList .menuItem .itemLink .itemCate {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.headWrap .menuWrap .menuList .menuItem .itemLink .cateMoreIcon {
  flex-shrink: 0;
}
.headWrap .menuWrap .menuList .menuItem:hover .itemLink .itemCate {
  color: #F59E0B;
}
.headWrap .head {
  max-width: 1240px;
  height: 72px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  position: relative;
  z-index: 5;
}
.headWrap .head .headLeft {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.headWrap .head .headLeft .logoLink {
  display: flex;
  align-items: center;
}
.headWrap .head .headLeft .logoLink .logoImg {
  width: auto;
  height: 37px;
}
.headWrap .head .headLeft .topList {
  height: 100%;
  display: flex;
  align-items: center;
}
.headWrap .head .headLeft .topList .topItem {
  cursor: pointer;
}
.headWrap .head .headLeft .topList .topItem .itemLink {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 24px;
}
.headWrap .head .headLeft .topList .topItem:hover .itemLink {
  color: #F59E0B;
}
.headWrap .head .headLeft .topList .moreItem {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.headWrap .head .headLeft .topList .moreItem .moreIcon {
  width: 36px;
  height: 36px;
}
.headWrap .head .headLeft .topList .moreItem .moreIcon path {
  fill: #1A1A1A;
}
.headWrap .head .headLeft .topList .moreItem .moreTopList {
  display: none;
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  gap: 20px;
  padding: 24px 30px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08), 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.headWrap .head .headLeft .topList .moreItem .moreTopList .moreTopItem {
  text-align: center;
  cursor: pointer;
}
.headWrap .head .headLeft .topList .moreItem .moreTopList .moreTopItem .itemLink {
  width: max-content;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.headWrap .head .headLeft .topList .moreItem .moreTopList .moreTopItem:hover .itemLink {
  color: #F59E0B;
}
.headWrap .head .headLeft .topList .moreItem:hover .moreIcon path {
  fill: #F59E0B;
}
.headWrap .head .headLeft .topList .moreItem:hover .moreTopList {
  display: flex;
}
.headWrap .head .headRight {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.headWrap .head .headRight #menuToggle {
  display: none;
  cursor: pointer;
}
.headWrap .head .headRight #menuToggle .bar {
  transition: all 0.3s ease;
}
.headWrap .head .headRight #menuToggle .menu rect.line1,
.headWrap .head .headRight #menuToggle .menu rect.line2,
.headWrap .head .headRight #menuToggle .menu rect.line3 {
  transform: translateY(0);
  opacity: 1;
}
.headWrap .head .headRight #menuToggle .close rect.line1 {
  transform: rotate(45deg) translate(0px, 6.5px);
  transform-origin: center;
}
.headWrap .head .headRight #menuToggle .close rect.line2 {
  opacity: 0;
}
.headWrap .head .headRight #menuToggle .close rect.line3 {
  transform: rotate(-45deg) translate(0px, -6.5px);
  transform-origin: center;
}
@media only screen and (max-width: 767px) {
  .headWrap .head {
    height: 48px;
    padding: 0 16px;
  }
  .headWrap .head .headLeft .logoLink .logoImg {
    height: 30px;
  }
  .headWrap .head .headLeft .topList {
    display: none;
  }
  .headWrap .head .headRight .pcSearch {
    display: none;
  }
  .headWrap .head .headRight #menuToggle {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headWrap .searchDiv .searchInput {
    line-height: 18px;
    padding: 6px 56px 6px 16px;
  }
  .headWrap .head {
    height: 48px;
  }
  .headWrap .head .headLeft .logoLink .logoImg {
    height: 30px;
  }
  .headWrap .head .headLeft .topList {
    display: none;
  }
  .headWrap .head .headRight #menuToggle {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .headWrap .head .headLeft .topList .topItem .itemLink {
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
  }
  .headWrap .head .headLeft .topList .moreItem .moreTopList {
    gap: 16px;
    padding: 16px 24px;
  }
  .headWrap .head .headLeft .topList .moreItem .moreTopList .moreTopItem .itemLink {
    font-size: 14px;
    line-height: 14px;
  }
}
.footWrap {
  height: fit-content;
  border-top: 1px solid #DDDDDD;
  background: #101828;
}
.footWrap .foot {
  max-width: 1240px;
  height: 100%;
  padding: 48px 20px;
  margin: 0 auto;
  display: flex;
}
.footWrap .foot .footLogo {
  flex-shrink: 0;
  display: block;
  cursor: pointer;
}
.footWrap .foot .footLogo .logoImg {
  height: 37px;
  width: auto;
}
.footWrap .foot .footList {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.footWrap .foot .footList .footItem .footLink {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.footWrap .foot .footList .footItem:hover .footLink {
  color: #F59E0B;
}
@media only screen and (max-width: 767px) {
  .footWrap .foot {
    display: block;
    padding: 32px 16px;
  }
  .footWrap .foot .footList {
    margin: 24px 0 0 0;
  }
}
.wrap .indexWrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 48px 20px 60px 20px;
}
.wrap .indexWrap .topWrap {
  display: flex;
  gap: 32px;
}
.wrap .indexWrap .topWrap .bigItem {
  width: calc(68% - 32px);
}
.wrap .indexWrap .topWrap .bigItem .articleItem .itemLink .itemInfo .itemTitle {
  font-size: 34px;
}
.wrap .indexWrap .topWrap .topList {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap .indexWrap .topWrap .topList .articleItem .itemLink .itemInfo .itemTitle {
  height: 64.8px;
}
.wrap .indexWrap .categoryWrap .category .categoryLink {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}
.wrap .indexWrap .categoryWrap .category .categoryLink .categoryTitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
.wrap .indexWrap .categoryWrap .category .categoryList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.wrap .indexWrap .categoryWrap .category .categoryList .articleItem .itemLink .itemInfo .itemTitle {
  font-size: 18px;
}
.wrap .indexWrap .divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.wrap .indexWrap .latestTrending {
  display: flex;
  gap: 32px;
}
.wrap .indexWrap .latestTrending .lineHeader {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.wrap .indexWrap .latestTrending .lineHeader .lineTitle {
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
.wrap .indexWrap .latestTrending .lineHeader .line {
  width: 100%;
  height: 2px;
  background: #F59E0B;
}
.wrap .indexWrap .latestTrending .latestWrap .latestList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 24px;
}
.wrap .indexWrap .latestTrending .latestWrap .latestList .articleItem {
  flex-shrink: 0;
  width: calc(50% - 12px);
}
.wrap .indexWrap .latestTrending .latestWrap .latestList .articleItem .itemLink .itemInfo .itemDesc {
  -webkit-line-clamp: 2;
}
.wrap .indexWrap .latestTrending .latestWrap .latestList .articleItem .ad-box,
.wrap .indexWrap .latestTrending .latestWrap .latestList .articleItem .adsbygoogle div,
.wrap .indexWrap .latestTrending .latestWrap .latestList .articleItem .adsbygoogle iframe {
  max-width: 100% !important;
}
.wrap .indexWrap .latestTrending .trendingWrap {
  flex-shrink: 0;
  width: 343px;
  max-height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.wrap .indexWrap .latestTrending .trendingWrap .trendingList .trendingItem {
  margin-bottom: 24px;
}
.wrap .indexWrap .latestTrending .trendingWrap .trendingList .trendingItem .itemLink {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.wrap .indexWrap .latestTrending .trendingWrap .trendingList .trendingItem .itemLink .itemOrder {
  width: 26px;
  color: #A0AEC0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.wrap .indexWrap .latestTrending .trendingWrap .trendingList .trendingItem .itemLink .itemTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}
.wrap .indexWrap .latestTrending .trendingWrap .trendingList .trendingItem:nth-child(-n+3) .itemLink .itemOrder {
  color: #FF6900;
}
.wrap .indexWrap .latestTrending .trendingWrap .trendingList .trendingItem:hover .itemLink .itemTitle {
  color: #FF6900;
}
.wrap .categoryGuide {
  background: #F1F9FF;
}
.wrap .categoryGuide .categoryList {
  max-width: 1240px;
  padding: 48px 20px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
  overflow-x: scroll;
}
.wrap .categoryGuide .categoryList .category {
  flex-shrink: 0;
}
.wrap .categoryGuide .categoryList .category .itemLink {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap .categoryGuide .categoryList .category .itemLink .itemIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-image: url(/statics/images/category.webp);
  background-size: cover;
}
.wrap .categoryGuide .categoryList .category .itemLink .itemName {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
}
.wrap .categoryGuide .categoryList .category:hover .itemLink .itemName {
  color: #F59E0B;
}
@media only screen and (max-width: 767px) {
  .wrap .indexWrap .topWrap .bigItem .articleItem .itemLink .itemInfo .itemTitle {
    font-size: 24px;
  }
  .wrap .indexWrap .topWrap .topList {
    width: 100%;
  }
  .wrap .indexWrap .topWrap .topList .articleItem {
    width: 50%;
  }
  .wrap .indexWrap .latestTrending .latestWrap .latestList {
    flex-direction: column;
    gap: 20px;
  }
  .wrap .indexWrap .latestTrending .latestWrap .latestList .articleItem {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap .indexWrap {
    gap: 40px;
    padding: 24px 16px 16px 16px;
  }
  .wrap .indexWrap .topWrap {
    flex-direction: column;
    gap: 12px;
  }
  .wrap .indexWrap .topWrap .topItem .topInfo .topTitle {
    font-size: 24px;
  }
  .wrap .indexWrap .topWrap .bigItem {
    width: 100%;
  }
  .wrap .indexWrap .topWrap .topList {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .wrap .indexWrap .topWrap .topList .articleItem {
    width: 50%;
  }
  .wrap .indexWrap .topWrap .topList .articleItem .itemLink .itemInfo .itemTitle {
    height: auto;
    -webkit-line-clamp: 5;
  }
  .wrap .indexWrap .categoryWrap .category .categoryLink {
    margin-bottom: 12px;
  }
  .wrap .indexWrap .categoryWrap .category .categoryLink .categoryTitle {
    font-size: 24px;
  }
  .wrap .indexWrap .categoryWrap .category .categoryList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
  .wrap .indexWrap .categoryWrap .category .categoryList .articleItem .itemLink .itemInfo .itemTitle {
    font-size: 16px;
    -webkit-line-clamp: 5;
  }
  .wrap .indexWrap .divider {
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.1);
  }
  .wrap .indexWrap .latestTrending {
    flex-direction: column;
    gap: 40px;
  }
  .wrap .indexWrap .latestTrending .lineHeader {
    gap: 16px;
    margin-bottom: 16px;
  }
  .wrap .indexWrap .latestTrending .lineHeader .lineTitle {
    font-size: 24px;
  }
  .wrap .indexWrap .latestTrending .trendingWrap {
    width: 100%;
    position: relative;
    top: 0;
  }
  .wrap .categoryGuide .categoryList {
    gap: 16px;
    padding: 40px 16px;
  }
  .wrap .categoryGuide .categoryList .category .itemLink .itemIcon {
    width: 120px;
    height: 120px;
  }
}
