* {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-display: swap;
}
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: 20px;
  height: 20px;
}
:root {
  font-size: 10px;
}
.ad-box,
.ads-1 {
  text-align: center;
}
.adHeight {
  width: 100%;
  height: 252px;
}
.adTitle {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  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: 1200px;
  padding: 24px 24px 50px 24px;
  margin: 0 auto;
}
.wrap .indexWrap .guide {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.wrap .indexWrap .guide .guideHome {
  display: flex;
  align-items: center;
  margin-right: 4px;
  cursor: pointer;
}
.wrap .indexWrap .guide .guideHome svg {
  width: 16px;
  height: 16px;
}
.wrap .indexWrap .guide .guideHome:hover svg path {
  fill: #18B318;
}
.wrap .indexWrap .guide .guideLink {
  display: inline-block;
  color: #333333;
  margin: 4px 0;
  cursor: pointer;
}
.wrap .indexWrap .guide .guideLink:hover {
  color: #18B318;
}
.wrap .indexWrap .guide .guideText {
  display: inline-block;
  color: #999999;
  margin: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.wrap .indexWrap .firstTitle {
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
}
.wrap .indexWrap .secondaryTitle {
  color: #666666;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}
.wrap .indexWrap .indexTitle {
  display: flex;
  margin-bottom: 16px;
}
.wrap .indexWrap .indexTitle .cateIcon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.wrap .indexWrap .indexTitle .secondaryTitle {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}
.wrap .indexWrap .indexTitle .more {
  color: #18B318;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  margin-left: auto;
}
.wrap .indexWrap .indexTitle .more .moreSvg {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.wrap .indexWrap .pageDesc {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  margin: 16px 0;
}
.wrap .indexWrap .content {
  display: flex;
}
.wrap .indexWrap .content .contentLeft {
  width: calc(100% - 305px);
  padding-right: 50px;
}
.wrap .indexWrap .content .contentRight {
  width: 305px;
}
.wrap .loading {
  color: #666666;
  font-size: 14px;
  line-height: 135%;
  text-align: center;
  margin: 16px 0;
}
@media only screen and (max-width: 767px) {
  .wrap .indexWrap {
    padding: 16px;
  }
  .wrap .indexWrap .guide {
    display: none;
  }
  .wrap .indexWrap .firstTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .wrap .indexWrap .secondaryTitle {
    font-size: 20px;
  }
  .wrap .indexWrap .indexTitle {
    margin-bottom: 12px;
  }
  .wrap .indexWrap .indexTitle .cateIcon {
    width: 24px;
    height: 24px;
  }
  .wrap .indexWrap .indexTitle .secondaryTitle {
    font-size: 20px;
  }
  .wrap .indexWrap .content {
    display: block;
  }
  .wrap .indexWrap .content .contentLeft {
    width: 100%;
    padding-right: 0;
  }
  .wrap .indexWrap .content .contentRight {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  .wrap .indexWrap .content {
    display: block;
  }
  .wrap .indexWrap .content .contentLeft {
    width: 100%;
    padding: 0;
  }
  .wrap .indexWrap .content .contentRight,
  .wrap .indexWrap .content .contentRight .sidebarWrap {
    width: 100%;
  }
}
.headWrap {
  height: 60px;
  border-bottom: 1px solid #E2E2E2;
  z-index: 1;
}
.headWrap #backToTop {
  display: none;
  position: fixed;
  bottom: 51px;
  right: 31px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #00000080;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.headWrap #backToTop svg {
  width: 20px;
  height: 26px;
  flex-shrink: 0;
}
.headWrap #backToTop:hover {
  background: #18B318;
}
.headWrap .head {
  max-width: 1200px;
  height: 100%;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.headWrap .head .logoLink .logoImg {
  height: 35px;
  width: auto;
  margin-right: 25px;
}
.headWrap .head .topList {
  height: 100%;
  display: flex;
  align-items: center;
}
.headWrap .head .topList .topItem {
  margin: 0 25px;
  cursor: pointer;
}
.headWrap .head .topList .topItem .itemLink {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.headWrap .head .topList .topItem:hover .itemLink {
  color: #18B318;
}
.headWrap .head .topList .cateListPc {
  height: 100%;
  position: relative;
}
.headWrap .head .topList .cateListPc .topItem {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.headWrap .head .topList .cateListPc .topItem svg {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
.headWrap .head .topList .cateListPc .topItem .headTopArrow {
  display: none;
}
.headWrap .head .topList .cateListPc .cateList {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 10px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 12px 0px rgba(42, 48, 54, 0.1);
  z-index: 1;
}
.headWrap .head .topList .cateListPc .cateList .cateItem {
  display: flex;
  align-items: center;
  height: 38px;
}
.headWrap .head .topList .cateListPc .cateList .cateItem .itemLink {
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.headWrap .head .topList .cateListPc .cateList .cateItem .itemLink .itemImg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.headWrap .head .topList .cateListPc .cateList .cateItem .itemLink .itemTitle {
  font-size: 14px;
  line-height: 22px;
}
.headWrap .head .topList .cateListPc .cateList .cateItem .itemLink .itemTitle {
  color: #666;
  font-weight: 500;
}
.headWrap .head .topList .cateListPc .cateList .cateItem:hover {
  border-radius: 4px;
  background-color: #F8F8F8;
}
.headWrap .head .topList .cateListPc .cateList .allCateItem {
  display: flex;
  align-items: center;
  height: 38px;
}
.headWrap .head .topList .cateListPc .cateList .allCateItem .allCate {
  display: block;
  padding: 0 16px;
  color: #18B318;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
}
.headWrap .head .topList .cateListPc:hover .headBottomArrow {
  display: none;
}
.headWrap .head .topList .cateListPc:hover .headTopArrow {
  display: block;
}
.headWrap .head .topList .cateListPc:hover .cateList {
  display: block;
}
.headWrap .head .pcSearch {
  flex-shrink: 0;
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
}
.headWrap .head .pcSearch .searchInput {
  width: calc(100% - 86px);
  height: 40px;
  padding: 0 68px 0 16px;
  flex: 1;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #18B318;
}
.headWrap .head .pcSearch .searchInput:focus {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.headWrap .head .pcSearch .searchBtn {
  position: absolute;
  top: 1px;
  right: 0;
  width: 52px;
  height: 40px;
  background: #18B318;
  border-radius: 0 8px 8px 0;
  z-index: 1;
}
.headWrap .head .pcSearch .searchBtn .searchSvg {
  width: 20px;
  height: 20px;
  padding: 10px 16px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
.headWrap .head .pcSearch .searchBtn .searchSvg svg {
  height: 24px;
  width: 24px;
}
.headWrap .head .menuIcon,
.headWrap .head .menuMask,
.headWrap .head .menuWrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    height: 48px;
  }
  .headWrap #backToTop {
    bottom: 31px;
    right: 11px;
    width: 40px;
    height: 40px;
  }
  .headWrap #backToTop svg {
    width: 15px;
    height: 20px;
  }
  .headWrap .head {
    padding: 0 16px;
  }
  .headWrap .head .logoLink .logoImg {
    height: 30px;
  }
  .headWrap .head .topList,
  .headWrap .head .pcSearch {
    display: none;
  }
  .headWrap .head .menuIcon {
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-left: auto;
    cursor: pointer;
  }
  .headWrap .head .menuMask {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
  }
  .headWrap .head .menuWrap {
    display: block;
    width: calc(100% - 40px);
    height: auto;
    padding: 0px 20px 24px 20px;
    position: fixed;
    top: -100%;
    left: 0;
    border-radius: 0px 0px 16px 16px;
    background-color: #FFFFFF;
    transition: top 0.2s ease-out;
    z-index: 10;
  }
  .headWrap .head .menuWrap .menuTop {
    height: 48px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .headWrap .head .menuWrap .menuTop .closeIcon {
    width: 24px;
    height: 24px;
  }
  .headWrap .head .menuWrap .mobileSearch {
    display: block;
    width: 100%;
    margin: 16px 0;
  }
  .headWrap .head .menuWrap .mobileSearch .searchInput {
    height: 36px;
  }
  .headWrap .head .menuWrap .mobileSearch .searchBtn {
    height: 36px;
  }
  .headWrap .head .menuWrap .mobileSearch .searchBtn .searchSvg {
    padding: 8px 16px;
  }
  .headWrap .head .menuWrap .menuList {
    max-height: 80vh;
    overflow-y: scroll;
  }
  .headWrap .head .menuWrap .menuList .menuItem {
    border-bottom: 1px solid #EEE;
    cursor: pointer;
  }
  .headWrap .head .menuWrap .menuList .menuItem .itemLink,
  .headWrap .head .menuWrap .menuList .menuItem .panelHeader {
    display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 0;
  }
  .headWrap .head .menuWrap .menuList .menuItem .panelHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headWrap .head .menuWrap .menuList .menuItem .panelHeader .panelOpen,
  .headWrap .head .menuWrap .menuList .menuItem .panelHeader .panelClose {
    width: 14px;
    height: 14px;
  }
  .headWrap .head .menuWrap .menuList .menuItem .panelHeader .panelClose {
    display: none;
  }
  .headWrap .head .menuWrap .menuList .menuItem .panelContent {
    display: none;
  }
  .headWrap .head .menuWrap .menuList .menuItem .panelContent .cateItem .cateLink {
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 16px;
  }
  .headWrap .head .menuWrap .menuList .menuItem .panelContent .cateItem .cateLink .cateImg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .headWrap .head .menuWrap .menuList .menuItem .panelContent .cateItem .cateLink .cateTitle {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .headWrap .head .menuWrap .menuList .menuItem .panelContent .cateItem:hover .cateLink .cateTitle {
    color: #18B318;
  }
  .headWrap .head .menuWrap .menuList .menuItem .panelContent .allCateItem {
    display: flex;
    align-items: center;
    height: 38px;
  }
  .headWrap .head .menuWrap .menuList .menuItem .panelContent .allCateItem .allCate {
    display: block;
    padding: 0 16px;
    color: #18B318;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
  }
  .headWrap .head .menuWrap .menuList .menuItem:hover .itemLink {
    color: #18B318;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .headWrap .head .logoLink .logoImg {
    margin-right: 10px;
  }
  .headWrap .head .topList .topItem {
    margin: 0 10px;
  }
}
.footWrap {
  height: fit-content;
  border-top: 1px solid #E2E2E2;
  background: #F2F5F8;
}
.footWrap .foot {
  max-width: 1200px;
  height: 100%;
  padding: 40px 24px;
  margin: 0 auto;
}
.footWrap .foot .footLogo {
  display: inline-block;
  cursor: pointer;
}
.footWrap .foot .footLogo .logoImg {
  height: 35px;
  width: auto;
}
.footWrap .foot .footList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
.footWrap .foot .footList .footItem .footLink {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 165%;
  margin: 0 24px 10px 0;
}
.footWrap .foot .footList .footItem:hover .footLink {
  color: #18B318;
}
.footWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  font-size: 16px;
  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);
}
.footWrap .cookie-notice-container .container {
  max-height: 40px;
  font-size: 10px;
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footWrap .cookie-notice-container .container a,
.footWrap .cookie-notice-container .container button,
.footWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footWrap .cookie-notice-container .container .moreJump {
  color: #18B318;
}
.footWrap .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: #0186FF;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footWrap .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) {
  .footWrap .foot {
    padding: 50px 24px;
    display: block;
  }
  .footWrap .foot .footLogo .logoLink .logoImg {
    height: 30px;
  }
  .footWrap .cookie-notice-container {
    font-size: 14px;
  }
}
.toolList {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
.toolList .toolItem {
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #FFF;
  overflow: hidden;
  cursor: pointer;
}
.toolList .toolItem .itemLink .itemTop {
  height: -webkit-fill-available;
  aspect-ratio: 16 / 9;
  padding: 12px 12px 0px 12px;
  background: linear-gradient(180deg, #B8E6B1 0%, #E4F2E1 100%);
}
.toolList .toolItem .itemLink .itemTop .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 6px 6px 0px 0px;
}
.toolList .toolItem .itemLink .itemBottomA {
  padding: 16px;
}
.toolList .toolItem .itemLink .itemBottomA .itemTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolList .toolItem .itemLink .itemBottomA .itemTitle .itemName {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.toolList .toolItem .itemLink .itemBottomA .itemTitle .itemInfo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.toolList .toolItem .itemLink .itemBottomA .itemTitle .itemInfo .itemCate {
  padding: 0 10px;
  border-right: 1px solid #EEE;
}
.toolList .toolItem .itemLink .itemBottomA .itemTitle .itemInfo .itemStar {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.toolList .toolItem .itemLink .itemBottomA .itemTitle .itemInfo .itemStar .star {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.toolList .toolItem .itemLink .itemBottomA .itemDesp {
  height: 38px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.toolList .toolItem .itemLink .itemBottomB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.toolList .toolItem .itemLink .itemBottomB .itemLeft .itemName {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.toolList .toolItem .itemLink .itemBottomB .itemLeft .itemStar {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.toolList .toolItem .itemLink .itemBottomB .itemLeft .itemStar .yellowStar,
.toolList .toolItem .itemLink .itemBottomB .itemLeft .itemStar .halfStar,
.toolList .toolItem .itemLink .itemBottomB .itemLeft .itemStar .grayStar {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.toolList .toolItem .itemLink .itemBottomB .itemLeft .itemStar .itemRating {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.toolList .toolItem .itemLink .itemBottomB .itemRight {
  display: flex;
  align-items: center;
  height: 30px;
  margin-left: 16px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #18B318;
}
.toolList .toolItem .itemLink .itemBottomB .itemRight .itemBtn {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 0px 16px;
}
.toolList .toolItem:hover {
  box-shadow: 0px 6px 16px 0px rgba(21, 22, 23, 0.1);
}
.toolList .toolItem:hover .itemLink .itemBottomA .itemTitle .itemName {
  color: #18B318;
  text-decoration-line: underline;
}
.toolList .toolItem:hover .itemLink .itemBottomB .itemLeft .itemName {
  color: #18B318;
  text-decoration-line: underline;
}
.toolList .toolItem:hover .itemLink .itemBottomB .itemRight {
  background: #0B8C10;
}
@media only screen and (max-width: 767px) {
  .toolList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(1, calc(100% / 1));
  }
  .toolList .toolItem .itemLink .itemTop {
    padding: 8px 8px 0px 8px;
  }
  .toolList .toolItem .itemLink .itemBottomA .itemTitle {
    display: block;
  }
  .toolList .toolItem .itemLink .itemBottomA .itemTitle .itemInfo {
    margin-top: 8px;
  }
  .toolList .toolItem .itemLink .itemBottomA .itemTitle .itemInfo .itemCate {
    padding: 0 10px 0 0;
  }
  .toolList .toolItem .itemLink .itemBottomA .itemDesp {
    margin-top: 12px;
  }
  .toolList .toolItem .itemLink .itemBottomB .itemLeft .itemStar .yellowStar,
  .toolList .toolItem .itemLink .itemBottomB .itemLeft .itemStar .halfStar,
  .toolList .toolItem .itemLink .itemBottomB .itemLeft .itemStar .grayStar {
    width: 12px;
    height: 12px;
  }
  .toolList .toolItem .itemLink .itemBottomB .itemLeft .itemStar .itemRating {
    font-weight: 400;
  }
}
.postList {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
.postList .postItem {
  background: #FFF;
}
.postList .postItem .itemLink {
  cursor: pointer;
}
.postList .postItem .itemLink .itemTop {
  width: 100%;
  height: -webkit-fill-available;
  aspect-ratio: 16 / 9;
}
.postList .postItem .itemLink .itemTop .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}
.postList .postItem .itemLink .itemBottom {
  margin: 16px 0;
}
.postList .postItem .itemLink .itemBottom .itemTitle {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
}
.postList .postItem .itemLink .itemBottom .itemDesp {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
}
.postList .postItem:hover .itemLink .itemBottom .itemTitle {
  color: #18B318;
  text-decoration-line: underline;
}
@media only screen and (max-width: 767px) {
  .postList {
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    grid-gap: 16px 16px;
    grid-template-columns: repeat(6, calc((500% - 80px) / 6));
    overflow-x: scroll;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .postList::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
}
.wrap .indexWrap .moduleWrap {
  margin-bottom: 50px;
}
.wrap .indexWrap .indexTop .indexTopLink {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FFF;
  overflow: hidden;
}
.wrap .indexWrap .indexTop .indexTopLink .indexTopLeft {
  flex: 1;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.wrap .indexWrap .indexTop .indexTopLink .indexTopLeft .indexTopImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #AAA;
}
.wrap .indexWrap .indexTop .indexTopLink .indexTopRight {
  flex: 1;
  padding: 40px;
}
.wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopName {
  width: fit-content;
  color: #333333;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #B8E6B1 51%, #B8E6B1 100%);
}
.wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopIntro {
  margin-top: 16px;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-word;
}
.wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopInfo .indexTopCate {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopInfo .indexTopBtn {
  display: flex;
  justify-content: center;
  width: fit-content;
  border-radius: 6px;
  background: #18B318;
}
.wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopInfo .indexTopBtn .btnText {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  padding: 11px 60px;
}
.wrap .indexWrap .indexTop .indexTopLink:hover {
  box-shadow: 0px 6px 16px 0px rgba(21, 22, 23, 0.1);
}
.wrap .indexWrap .indexTop .indexTopLink:hover .indexTopRight .indexTopInfo .indexTopBtn {
  background: #0B8C10;
}
.wrap .indexWrap .popularTools .moreBtn {
  display: none;
}
.wrap .indexWrap .categories .tabsContainer {
  display: flex;
}
.wrap .indexWrap .categories .tabsContainer .tabsNav {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 150px;
  margin-right: 16px;
}
.wrap .indexWrap .categories .tabsContainer .tabsNav .tabButton {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 16px;
  margin-bottom: 8px;
  border: none;
  background: #FFF;
  border-radius: 4px;
  cursor: pointer;
}
.wrap .indexWrap .categories .tabsContainer .tabsNav .tabButton img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.wrap .indexWrap .categories .tabsContainer .tabsNav .tabButton span {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.wrap .indexWrap .categories .tabsContainer .tabsNav .tabButton:hover {
  background: #F8F8F8;
}
.wrap .indexWrap .categories .tabsContainer .tabsNav .tabButton.active {
  background: #18B318;
}
.wrap .indexWrap .categories .tabsContainer .tabsNav .tabButton.active span {
  color: #FFF;
}
.wrap .indexWrap .categories .tabsContainer .tabsContent {
  flex-grow: 1;
}
.wrap .indexWrap .categories .tabsContainer .tabsContent .tabContent {
  display: none;
}
.wrap .indexWrap .categories .tabsContainer .tabsContent .tabContent.active {
  display: block;
}
.wrap .indexWrap .aboutWrap .about {
  color: #595F66;
  font-size: 14px;
  font-weight: 400;
  line-height: 165%;
}
@media only screen and (max-width: 767px) {
  .wrap .indexWrap .moduleWrap {
    margin-bottom: 32px;
  }
  .wrap .indexWrap .indexTop .indexTopLink {
    display: block;
    margin-bottom: 16px;
  }
  .wrap .indexWrap .indexTop .indexTopLink .indexTopRight {
    padding: 16px;
  }
  .wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopName {
    font-size: 24px;
  }
  .wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopIntro {
    margin-top: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
  }
  .wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopInfo {
    display: block;
    margin-top: 0px;
  }
  .wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopInfo .indexTopCate {
    font-size: 12px;
    margin: 16px 0;
  }
  .wrap .indexWrap .indexTop .indexTopLink .indexTopRight .indexTopInfo .indexTopBtn {
    width: 100%;
  }
  .wrap .indexWrap .popularTools .toolList .toolItem:nth-child(n+7) {
    display: none;
  }
  .wrap .indexWrap .popularTools .moreBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 32px;
    margin-top: 16px;
    color: #18B318;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #18B318;
    cursor: pointer;
  }
  .wrap .indexWrap .popularTools .moreBtn svg {
    width: 11px;
    height: 7px;
  }
  .wrap .indexWrap .popularTools .moreBtn:hover {
    color: #FFFFFF;
    background: #18B318;
  }
  .wrap .indexWrap .popularTools .moreBtn:hover svg path {
    fill: #FFFFFF;
  }
  .wrap .indexWrap .categories .tabsContainer {
    display: block;
  }
  .wrap .indexWrap .categories .tabsContainer .tabsNav {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .wrap .indexWrap .categories .tabsContainer .tabsNav .tabButton {
    height: 30px;
    padding: 0 12px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  .wrap .indexWrap .categories .tabsContainer {
    display: block;
  }
  .wrap .indexWrap .categories .tabsContainer .tabsNav {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .wrap .indexWrap .categories .tabsContainer .tabsNav .tabButton {
    height: 30px;
    padding: 0 12px;
    margin-right: 8px;
  }
}
.wrap .firstTitle {
  margin: 20px 0;
}
.wrap .indexWrap .blogMenuWrap {
  margin: 16px 0;
  border-radius: 4px;
  border: 1px solid #EEE;
}
.wrap .indexWrap .blogMenuWrap .menuTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #F8F8F8;
  cursor: pointer;
}
.wrap .indexWrap .blogMenuWrap .menuTitle .title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.wrap .indexWrap .blogMenuWrap .menuTitle .closeMenu,
.wrap .indexWrap .blogMenuWrap .menuTitle .openMenu {
  width: 14px;
  height: 14px;
}
.wrap .indexWrap .blogMenuWrap .menuTitle .openMenu {
  display: none;
}
.wrap .indexWrap .blogMenuWrap .menuContent {
  padding: 16px 16px 4px 16px;
}
.wrap .indexWrap .blogMenuWrap .menuContent .menuList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap .indexWrap .blogMenuWrap .menuContent .menuList .menuItem {
  width: calc(50% - 10px);
  margin-bottom: 12px;
}
.wrap .indexWrap .blogMenuWrap .menuContent .menuList .menuItem .itemLink {
  color: #18B318;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.wrap .indexWrap .blogMenuWrap .menuContent .menuList .menuItem:hover .itemLink {
  text-decoration: underline;
}
.wrap .indexWrap .blogMenuWrap .menuContent .menuList .menuItem:nth-child(odd) {
  padding-right: 10px;
}
.wrap .indexWrap .blogMenuWrap .menuContent .menuList .menuItem:nth-child(even) {
  padding-left: 10px;
}
.wrap .indexWrap .blogHtml {
  margin: 16px 0;
  color: #333333;
  word-break: break-word;
}
.wrap .indexWrap .blogHtml h1,
.wrap .indexWrap .blogHtml h1 span {
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  padding-top: 0;
  padding-bottom: 16px;
}
.wrap .indexWrap .blogHtml h2,
.wrap .indexWrap .blogHtml h2 span {
  font-size: 26px;
  font-weight: 600;
  line-height: 135%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.wrap .indexWrap .blogHtml h3,
.wrap .indexWrap .blogHtml h3 span {
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.wrap .indexWrap .blogHtml h4,
.wrap .indexWrap .blogHtml h4 span {
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  padding-top: 0;
  padding-bottom: 12px;
}
.wrap .indexWrap .blogHtml p,
.wrap .indexWrap .blogHtml p span {
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  padding-top: 0;
  padding-bottom: 12px;
}
.wrap .indexWrap .blogHtml ol,
.wrap .indexWrap .blogHtml ul,
.wrap .indexWrap .blogHtml li {
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  padding-bottom: 8px;
}
.wrap .indexWrap .blogHtml ul {
  padding-left: 24px;
}
.wrap .indexWrap .blogHtml ul li {
  list-style: disc;
}
.wrap .indexWrap .blogHtml ol {
  padding-left: 24px;
}
.wrap .indexWrap .blogHtml ol li {
  list-style: decimal;
  padding-bottom: 8px;
}
.wrap .indexWrap .blogHtml li::marker {
  color: #18B318;
  font-weight: 600;
}
.wrap .indexWrap .blogHtml .toolCardWrap {
  margin: 20px 0;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink {
  display: flex;
  align-items: center;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardLeft {
  width: 40%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  box-shadow: 0px 6px 16px 0px rgba(21, 22, 23, 0.1);
  overflow: hidden;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardLeft .cardImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight {
  width: 60%;
  padding-left: 30px;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolName {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 10px;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolStar {
  display: flex;
  align-items: center;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolStar .yellowStar,
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolStar .halfStar,
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolStar .grayStar {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolStar .itemRating {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolText {
  margin: 16px 0;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 44px;
  padding: 0 60px;
  border-radius: 6px;
  background: #18B318;
  cursor: pointer;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolBtn .btnText {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink:hover .cardRight .toolName {
  color: #18B318;
  text-decoration: underline;
}
.wrap .indexWrap .blogHtml .toolCardWrap .cardLink:hover .cardRight .toolBtn {
  background: #0B8C10;
}
.wrap .indexWrap .moduleWrap {
  margin-bottom: 40px;
}
.wrap .indexWrap .hotPicks .toolList {
  grid-gap: 16px 16px;
  grid-template-columns: repeat(1, calc(100% / 1));
}
@media only screen and (max-width: 767px) {
  .wrap .firstTitle {
    margin: 0 0 16px 0;
  }
  .wrap .indexWrap .blogMenuWrap .menuContent .menuList .menuItem {
    width: 100%;
  }
  .wrap .indexWrap .blogMenuWrap .menuContent .menuList .menuItem:nth-child(odd) {
    padding-right: 0;
  }
  .wrap .indexWrap .blogMenuWrap .menuContent .menuList .menuItem:nth-child(even) {
    padding-left: 0;
  }
  .wrap .indexWrap .blogHtml h1,
  .wrap .indexWrap .blogHtml h1 span {
    font-size: 24px;
  }
  .wrap .indexWrap .blogHtml h2,
  .wrap .indexWrap .blogHtml h2 span {
    font-size: 22px;
  }
  .wrap .indexWrap .blogHtml h3,
  .wrap .indexWrap .blogHtml h3 span {
    font-size: 20px;
  }
  .wrap .indexWrap .blogHtml .toolCardWrap {
    margin: 12px 0;
  }
  .wrap .indexWrap .blogHtml .toolCardWrap .cardLink {
    display: block;
  }
  .wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardLeft {
    width: 100%;
  }
  .wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight {
    width: 100%;
    padding-left: 0;
  }
  .wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolName {
    margin-top: 16px;
  }
  .wrap .indexWrap .blogHtml .toolCardWrap .cardLink .cardRight .toolBtn {
    width: 100%;
    padding: 0;
  }
  .wrap .indexWrap .moduleWrap {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  .wrap .indexWrap .hotPicks .toolList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 32px) / 3));
  }
}
