* {
  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;
  }
}
.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 */
  }
}
#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}
#pagination button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  margin: 0 4px;
  color: #666666;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
#pagination button.active {
  color: #FFFFFF;
  background-color: #18B318;
}
#pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background: #EDEDED;
}
@media only screen and (max-width: 767px) {
  #pagination {
    margin: 16px 0 32px 0;
  }
}
.recoToolsList {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
.recoToolsList .toolItem .itemLink {
  display: flex;
  align-items: center;
}
.recoToolsList .toolItem .itemLink .itemLeft {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #EEE;
  overflow: hidden;
}
.recoToolsList .toolItem .itemLink .itemLeft .itemImg {
  height: 100%;
  width: auto;
  aspect-ratio: 16 / 9;
}
.recoToolsList .toolItem .itemLink .itemRight {
  padding-left: 16px;
}
.recoToolsList .toolItem .itemLink .itemRight .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;
}
.recoToolsList .toolItem .itemLink .itemRight .itemCate {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 4px 0;
}
.recoToolsList .toolItem .itemLink .itemRight .itemStar {
  display: flex;
  align-items: center;
}
.recoToolsList .toolItem .itemLink .itemRight .itemStar .yellowStar,
.recoToolsList .toolItem .itemLink .itemRight .itemStar .halfStar,
.recoToolsList .toolItem .itemLink .itemRight .itemStar .grayStar {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.recoToolsList .toolItem .itemLink .itemRight .itemStar .itemRating {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.recoToolsList .toolItem:hover .itemLink .itemRight .itemName {
  color: #18B318;
  text-decoration-line: underline;
}
@media only screen and (max-width: 767px) {
  .recoToolsList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(1, calc(100% / 1));
  }
  .recoToolsList .toolItem .itemLink .itemLeft {
    width: 80px;
    height: 80px;
  }
  .recoToolsList .toolItem .itemLink .itemRight {
    padding-left: 12px;
  }
  .recoToolsList .toolItem .itemLink .itemRight .itemName {
    font-size: 16px;
  }
}
.blogWrap {
  margin: 20px 0 40px 0;
}
.blogWrap .firstTitle {
  text-align: center;
}
.blogWrap .blogDesp,
.blogWrap .blogTips {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  text-align: center;
}
.blogWrap .itemBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  border-radius: 20px;
  border: 5px solid #278627;
  background: radial-gradient(83.78% 71.16% at 1.28% 3%, rgba(108, 231, 108, 0.24) 99.74%, rgba(20, 164, 20, 0.8) 100%), linear-gradient(180deg, #24C224 2.55%, #169516 95.71%);
  background-blend-mode: lighten, normal;
  cursor: pointer;
}
.blogWrap .itemBtn .btnText {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.blogWrap .blogContA .firstTitle {
  margin: 20px 0 10px 0;
}
.blogWrap .blogContA .blogList {
  margin: 20px 0 40px 0;
}
.blogWrap .blogContA .blogList .blogItem {
  margin-bottom: 30px;
}
.blogWrap .blogContA .blogList .blogItem .itemLink {
  display: flex;
  align-items: center;
}
.blogWrap .blogContA .blogList .blogItem .itemLink .itemLeft {
  width: 40%;
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
}
.blogWrap .blogContA .blogList .blogItem .itemLink .itemLeft .itemImg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
}
.blogWrap .blogContA .blogList .blogItem .itemLink .itemRight {
  padding: 16px 0px 16px 30px;
}
.blogWrap .blogContA .blogList .blogItem .itemLink .itemRight .itemTitle {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}
.blogWrap .blogContA .blogList .blogItem .itemLink .itemRight .itemText {
  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;
  margin: 24px 0;
}
.blogWrap .blogContA .blogList .blogItem:hover .itemLink .itemRight .itemBtn {
  background: radial-gradient(83.78% 71.16% at 1.28% 3%, rgba(108, 231, 108, 0.24) 99.74%, rgba(20, 164, 20, 0.8) 100%), linear-gradient(180deg, #25CC25 2.55%, #18B918 95.71%);
}
.blogWrap .blogContA .blogList .blogItem:hover .itemLink .itemRight .itemTitle {
  color: #18B318;
}
.blogWrap .blogContB .firstTitle {
  margin: 40px 0 10px 0;
}
.blogWrap .blogContB .carouselWrap {
  position: relative;
  margin: 24px 70px 40px 70px;
}
.blogWrap .blogContB .carouselWrap .carousel {
  width: 100%;
  overflow-x: hidden;
}
.blogWrap .blogContB .carouselWrap .carousel .carouselTrack {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem {
  flex: 0 0 60%;
  /* 默认情况下每张图片占 60% */
  box-sizing: border-box;
  padding: 0 15px;
}
.blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem .itemLink {
  display: block;
  width: 100%;
}
.blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem .itemLink .itemTop {
  height: -webkit-fill-available;
  position: relative;
  aspect-ratio: 16 / 9;
}
.blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem .itemLink .itemTop .itemImg {
  width: 100%;
  height: auto;
  border-radius: 16px;
  aspect-ratio: 16 / 9;
}
.blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem .itemLink .itemTop .itemBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem .itemLink .itemTitle {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  margin-top: 16px;
  text-align: center;
}
.blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem:hover .itemLink .itemTop .itemBtn {
  background: radial-gradient(83.78% 71.16% at 1.28% 3%, rgba(108, 231, 108, 0.24) 99.74%, rgba(20, 164, 20, 0.8) 100%), linear-gradient(180deg, #25CC25 2.55%, #18B918 95.71%);
}
.blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem:hover .itemLink .itemTitle {
  color: #18B318;
}
.blogWrap .blogContB .carouselWrap .carouselBtn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000080;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
.blogWrap .blogContB .carouselWrap .carouselBtn svg {
  width: 12px;
  height: 20px;
}
.blogWrap .blogContB .carouselWrap .carouselBtn:hover {
  background: #18B318;
}
.blogWrap .blogContB .carouselWrap .carouselBtn.left {
  left: -70px;
}
.blogWrap .blogContB .carouselWrap .carouselBtn.right {
  right: -70px;
}
#pagination {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .blogWrap {
    margin: 16px 0 32px 0;
  }
  .blogWrap .postList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(1, calc(100% / 1));
  }
  .blogWrap .blogDesp,
  .blogWrap .blogTips {
    font-size: 14px;
  }
  .blogWrap .itemBtn {
    width: 260px;
    height: 60px;
    margin: auto;
  }
  .blogWrap .itemBtn .btnText {
    font-size: 30px;
  }
  .blogWrap .blogContA .firstTitle {
    margin: 16px 0 10px 0;
  }
  .blogWrap .blogContA .blogList {
    margin: 0 0 32px 0;
  }
  .blogWrap .blogContA .blogList .blogItem {
    margin: 16px 0 0 0;
  }
  .blogWrap .blogContA .blogList .blogItem .itemLink {
    display: block;
  }
  .blogWrap .blogContA .blogList .blogItem .itemLink .itemLeft {
    width: 100%;
  }
  .blogWrap .blogContA .blogList .blogItem .itemLink .itemRight {
    padding: 16px 0;
  }
  .blogWrap .blogContA .blogList .blogItem .itemLink .itemRight .itemTitle {
    font-size: 20px;
  }
  .blogWrap .blogContA .blogList .blogItem .itemLink .itemRight .itemText {
    font-size: 14px;
    margin: 16px 0;
  }
  .blogWrap .blogContB .firstTitle {
    margin: 16px 0 10px 0;
  }
  .blogWrap .blogContB .carouselWrap {
    margin: 16px -15px 32px -15px;
  }
  .blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem {
    /* 默认情况下每张图片占 100% */
    flex: 0 0 100%;
  }
  .blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem .itemLink .itemTop {
    position: relative;
  }
  .blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem .itemLink .itemTop .itemImg {
    border-radius: 8px;
  }
  .blogWrap .blogContB .carouselWrap .carousel .carouselTrack .carouselItem .itemLink .itemTitle {
    font-size: 18px;
    margin-top: 10px;
  }
  .blogWrap .blogContB .carouselWrap .carouselBtn {
    width: 30px;
    height: 30px;
  }
  .blogWrap .blogContB .carouselWrap .carouselBtn svg {
    width: 8px;
    height: 12px;
  }
  .blogWrap .blogContB .carouselWrap .carouselBtn.left {
    left: 5px;
  }
  .blogWrap .blogContB .carouselWrap .carouselBtn.right {
    right: 5px;
  }
  #pagination {
    margin: 16px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blogWrap .itemBtn {
    width: 260px;
    height: 60px;
    margin: auto;
  }
}
