* {
  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 {
  padding: 48px 20px 60px 20px;
}
.wrap .indexWrap .footerHtml {
  word-break: break-word;
}
.wrap .indexWrap .footerHtml h1,
.wrap .indexWrap .footerHtml h1 span {
  font-size: 34px;
  font-weight: 600;
  line-height: 135%;
  padding-top: 0;
  padding-bottom: 16px;
}
.wrap .indexWrap .footerHtml h2,
.wrap .indexWrap .footerHtml h2 span {
  font-size: 26px;
  font-weight: 600;
  line-height: 135%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wrap .indexWrap .footerHtml h3,
.wrap .indexWrap .footerHtml h3 span {
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.wrap .indexWrap .footerHtml h4,
.wrap .indexWrap .footerHtml h4 span {
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  padding-top: 0;
  padding-bottom: 16px;
}
.wrap .indexWrap .footerHtml p,
.wrap .indexWrap .footerHtml p span,
.wrap .indexWrap .footerHtml ol,
.wrap .indexWrap .footerHtml ul,
.wrap .indexWrap .footerHtml li {
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  padding-top: 0;
  padding-bottom: 16px;
}
.wrap .indexWrap .footerHtml a {
  color: #0080FF;
}
.wrap .indexWrap .footerHtml a:visited {
  color: #551A8B;
}
.wrap .indexWrap .footerHtml ul {
  padding-left: 20px;
  padding-bottom: 0;
}
.wrap .indexWrap .footerHtml ul li {
  list-style: disc;
}
.wrap .indexWrap .footerHtml ul li::marker {
  color: #F59E0B;
}
.wrap .indexWrap .footerHtml ul .circle {
  list-style: circle;
}
.wrap .indexWrap .footerHtml ul .circle::marker {
  color: #F59E0B;
}
.wrap .indexWrap .footerHtml ol {
  padding-left: 20px;
  padding-bottom: 0;
}
.wrap .indexWrap .footerHtml ol li {
  list-style: decimal;
}
.wrap .indexWrap .footerHtml ol li::marker {
  color: #F59E0B;
}
.wrap .indexWrap .footerHtml img {
  width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .wrap .indexWrap {
    padding: 24px 16px 16px 16px;
  }
  .wrap .indexWrap .footerHtml h1,
  .wrap .indexWrap .footerHtml h1 span {
    font-size: 24px;
  }
  .wrap .indexWrap .footerHtml h2,
  .wrap .indexWrap .footerHtml h2 span {
    font-size: 22px;
    line-height: 120%;
  }
  .wrap .indexWrap .footerHtml h3,
  .wrap .indexWrap .footerHtml h3 span {
    font-size: 20px;
  }
  .wrap .indexWrap .footerHtml p,
  .wrap .indexWrap .footerHtml p span,
  .wrap .indexWrap .footerHtml ol,
  .wrap .indexWrap .footerHtml ul,
  .wrap .indexWrap .footerHtml li {
    font-size: 16px;
  }
  .wrap .indexWrap .footerHtml ul,
  .wrap .indexWrap .footerHtml ol {
    padding-left: 16px;
  }
}
