@media (min-width: 800px) {
  body {
    background: #202020;
    background-image: url('/static/home/home-bg.png');
    background-size: 1943.5px 1540.7px;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.homeContainer {
  width: 1200px;
  margin: 0 auto;
}
.bigDivider {
  height: 64px;
}
.homeTopArea {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 8px;
}
.homeTopArea .homeTopMain {
  flex: 0 0 0;
  width: 698.1818px;
  height: 302.0979px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-right: 8px;
}
.homeTopArea .aiImageBox {
  width: 245.0349px;
  height: 302.0979px;
  margin-right: 8px;
}
.homeTopArea .aiImage {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
}
.homeTopArea .aiImage:hover {
  opacity: 0.8;
}
.homeTopArea .homeTopRight {
  width: 245.0349px;
  height: 302.0979px;
  background: linear-gradient(156deg, rgba(22, 117, 78, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}
@media (min-width: 800px) {
  .content-container {
    padding-top: 0px  !important;
    padding-bottom: 20px !important;
  }
  .main-container {
    padding-top: 0px !important;
    min-width: 1200px;
    overflow: auto;
  }
}
.gridBox {
  position: relative;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden;
}
.gridBox * {
  box-sizing: border-box;
}
.gridBox .gridRow {
  display: flex;
}
.gridBox .gridItem {
  flex-shrink: 0;
  width: 294px;
  height: 245.0349px;
  margin-right: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  background-color: #000000;
}
.gridBox .gridItem.right {
  margin-right: 0;
}
.gridBox .gridLink {
  display: block;
  width: 100%;
  height: 100%;
}
.gridBox .gridImg {
  width: 100%;
  height: 100%;
}
.gridBox .videoItem {
  position: relative;
}
.gridBox .videoItem:hover {
  opacity: 0.8;
}
.gridBox .videoItem:hover .bg {
  transform: scale(1.16);
}
.gridBox .videoItem:hover .title {
  color: #3EDD8D;
}
.gridBox .videoItem .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 154px;
  overflow: hidden;
}
.gridBox .videoItem .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gridBox .videoItem .titleBox {
  height: 48px;
}
.gridBox .videoItem .link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.gridBox .videoItem .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 86;
  padding: 10px;
}
.gridBox .videoItem .title {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
}
.gridBox .videoItem .meta {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
}
.gridBox .videoItem .column {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  cursor: pointer;
}
.gridBox .videoItem .column:hover {
  background: #000 !important;
}
.gridBox .videoItem .time {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.gridBox .iconBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  margin-top: -24px;
  margin-left: -24px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.gridBox .playIcon {
  font-size: 28px;
  color: #fff;
  padding-left: 8px;
}
.gridBox .imgItem:hover img {
  opacity: 0.8;
}
.gridBox .btnList {
  position: absolute;
  right: 24px;
  top: 34px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gridBox .btnList .btn {
  width: 41px;
  height: 38px;
  background: #1DE38A;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.gridBox .btnList .btn:hover {
  background: #128f56;
}
.gridBox .btnList .btn:hover .icon {
  color: #fff;
}
.gridBox .btnList .icon {
  font-size: 12px;
  color: #000;
}
.homeMain {
  width: 100%;
  display: flex;
}
.homeMain .homeLeft {
  flex: 1 0 auto;
  width: 0;
  margin-right: 44px;
}
.homeMain .homeRight {
  width: 295.3846px;
}
.sectionArticleList {
  display: flex;
  flex-wrap: wrap;
}
.sectionArticleList * {
  box-sizing: border-box;
}
.sectionArticleList .item {
  position: relative;
  width: 240px;
  height: 138px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f4f4f4;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.sectionArticleList .item:nth-child(2n) {
  margin-right: 0;
}
.sectionArticleList .item:hover {
  opacity: 0.8;
}
.sectionArticleList .item:hover .img {
  transform: scale(1.16);
}
.sectionArticleList .imgBox {
  width: 100%;
  height: 138px;
  overflow: hidden;
}
.sectionArticleList .img {
  height: 225px;
  background-size: cover;
  transition: all 0.5s;
  border-radius: 4px;
}
.sectionArticleList .body {
  padding: 10px 15px;
}
.sectionArticleList .titleBox {
  height: 48px;
}
.sectionArticleList .title {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
}
.sectionArticleList .title:hover {
  color: #1DE38A;
}
.sectionArticleList .column {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
}
.sectionArticleList .column:hover {
  background-color: #000 !important;
}
.sectionArticleList .meta {
  display: flex;
  justify-content: space-between;
}
.sectionArticleList .userName {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
}
.sectionArticleList .userName:hover {
  color: #1DE38A;
}
.sectionArticleList .comment {
  display: flex;
  align-items: center;
}
.sectionArticleList .comment:hover .commentText,
.sectionArticleList .comment:hover .commentIcon {
  color: #1DE38A;
}
.sectionArticleList .commentText {
  font-size: 16px;
  font-weight: 400;
  color: #888;
  line-height: 1;
}
.sectionArticleList .commentIcon {
  font-size: 18px;
  margin-left: 10px;
  color: #888;
  line-height: 1;
}
.homeSwiper {
  height: 100%;
}
.coopBox {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('/static/home/coop-bg.png');
  background-size: 245.03px 302.1px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.coopBox * {
  box-sizing: border-box;
}
.coopBox:hover {
  opacity: 0.8;
}
.coopBox .header {
  height: 32px;
  border-left: 8px solid #1DE38A;
  padding-left: 16px;
  padding-top: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  border-top-left-radius: 8px;
}
.coopBox .contactInfo {
  padding: 12px 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: underline;
}
.coopBox .coopTitle {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 27px;
}
.coopBox .qrcodeTitle {
  font-size: 16px;
  color: #ffffff;
  height: 32px;
  border-left: 8px solid #1DE38A;
  padding-left: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.coopBox .list {
  margin-top: 24px;
  padding: 0 32px 0 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.coopBox .list .item {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coopBox .list .item:hover .qrcodeBox {
  display: block;
}
.coopBox .list .logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-bottom: 8px;
  transition: all 0.5s;
  background-color: #fff;
}
.coopBox .list .name {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.coopBox .list .code {
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.coopBox .list .qrcodeBox {
  display: none;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 100%;
  padding: 16px;
}
.coopBox .list .qrcode {
  width: 100%;
  height: 100%;
}
.homeDivider {
  width: 100%;
  height: 4px;
  background: #1DE38A;
  margin-bottom: 32px;
}
.latestArticleList {
  box-sizing: border-box;
}
.latestArticleList .item {
  position: relative;
  height: 120px;
  margin-bottom: 24px;
}
.latestArticleList .item:hover .shadow {
  display: block;
}
.latestArticleList .item:hover .title {
  text-decoration: underline;
}
.latestArticleList .content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.latestArticleList .link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: 100%;
}
.latestArticleList .shadow {
  display: none;
  position: absolute;
  left: -16px;
  right: -16px;
  top: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}
.latestArticleList .imgBox {
  flex: 0 0 auto;
  position: relative;
  width: 201.3986px;
  height: 115.8041px;
}
.latestArticleList .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 4px;
}
.latestArticleList .body {
  height: 100%;
  flex-grow: 1;
  position: relative;
}
.latestArticleList .titleBox {
  min-height: 70px;
  margin-bottom: 10px;
}
.latestArticleList .title {
  max-width: 586px;
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
.latestArticleList .column {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  border-radius: 9px 0px 13px 0px;
}
.latestArticleList .column:hover {
  background-color: #000 !important;
}
.latestArticleList .tagBox {
  flex: 0 0 auto;
  width: 84px;
}
.latestArticleList .columnLarge {
  margin-top: 8px;
  height: 28px;
  background: linear-gradient(270deg, #072846 0%, #0062C3 100%);
  border-radius: 12px 100px 87px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  border-radius: 9px 0px 13px 0px;
}
.latestArticleList .columnLarge:hover {
  background-color: #000 !important;
}
.latestArticleList .meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latestArticleList .user {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}
.latestArticleList .postDate {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}
.latestArticleList .comment {
  padding-right: 16px;
}
.latestArticleList .comment:hover {
  color: #1DE38A !important;
}
.latestArticleList .commentText {
  color: #aaa;
  font-size: 14px;
}
.latestArticleList .commentIcon {
  color: #aaa;
  margin-left: 8px;
  font-size: 14px;
}
.latestArticleList .userName:hover {
  color: #1DE38A !important;
}
.latestArticleList .comment {
  display: flex;
  align-items: center;
}
.recommendBox {
  position: relative;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.recommendBox * {
  box-sizing: border-box;
}
.recommendBox .headerTitleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #323232;
}
.recommendBox .goodTitle {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 12px;
  border-bottom: 4px solid var(--color-primary);
}
.recommendBox .goodTitle .title {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
}
.recommendBox .goodTitle .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 12px;
  margin-right: 12px;
  background: #000;
  border-radius: 4px;
}
.recommendBox .goodTitle .recommendIcon {
  margin-right: 8px;
}
.recommendBox.theme-dark {
  background: #000;
  padding: 0 16px;
}
.recommendBox.theme-dark .goodTitle {
  color: #fff;
}
.recommendBox .moreBox {
  position: absolute;
  top: 92px;
  right: 12px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recommendBox .moreBtn {
  width: 40px;
  height: 40px;
  background: #1DE38A;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #000;
}
.recommendBox .moreBtn:hover {
  color: #fff;
  opacity: 0.8;
}
.recommendBox .moreBtn.disabled {
  background: #E6E6E6;
  cursor: not-allowed;
}
.recommendBox .moreBtn.disabled .iconfont {
  color: #8B8B8B;
}
.recommendBox .leftIcon,
.recommendBox .rightIcon {
  flex-shrink: 0;
  font-size: 20px;
}
.recommendBox .moreSm {
  flex-shrink: 0;
  width: 240px;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommendBox .moreSm .moreSmBtn {
  width: 96px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #666;
}
.recommendBox .moreSm .moreSmBtn:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.sectionArticleListSmWrap {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  overflow: hidden;
}
.sectionArticleListSm {
  position: relative;
  box-sizing: border-box;
  display: flex;
}
.sectionArticleListSm * {
  box-sizing: border-box;
}
.sectionArticleListSm .item {
  position: relative;
  width: 203px;
  margin-right: 16px;
  flex-shrink: 0;
}
.sectionArticleListSm .item:hover {
  opacity: 0.8;
}
.sectionArticleListSm .item:hover .img {
  transform: scale(1.16);
}
.sectionArticleListSm .imgBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}
.sectionArticleListSm .img {
  height: 116px;
  transition: all 0.5s;
  background-size: cover;
  border-radius: 4px;
}
.sectionArticleListSm .titleBox {
  height: 50px;
}
.sectionArticleListSm .title {
  width: 212px;
  height: 42px;
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.sectionArticleListSm .column {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
}
.sectionArticleListSm .column:hover {
  background-color: #000 !important;
}
.sectionArticleListSm .meta {
  display: flex;
  justify-content: space-between;
}
.sectionArticleListSm .userName {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
}
.sectionArticleListSm .userName:hover {
  color: #1DE38A;
}
.sectionArticleListSm .comment {
  display: flex;
  align-items: center;
}
.sectionArticleListSm .comment:hover .commentText,
.sectionArticleListSm .comment:hover .commentIcon {
  color: #1DE38A;
}
.sectionArticleListSm .commentText {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}
.sectionArticleListSm .commentIcon {
  font-size: 16px;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}
.ui-sectionMore2 {
  width: 180px;
  margin: 8px auto 32px auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #666;
}
.ui-sectionMore2:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.richMore {
  margin-top: 40px !important;
}
.main-container {
  width: 100%;
}
.homeQrcodeBox {
  box-sizing: border-box;
  backdrop-filter: blur(41px);
  background-image: url('/static/home/qrcode-bg.png');
  background-size: 352px 1702px;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
}
.homeQrcodeBox * {
  box-sizing: border-box;
}
.homeQrcodes {
  box-sizing: border-box;
}
.homeQrcodes .item {
  position: relative;
  padding: 32px 12px;
  background: #101010;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  min-height: 164px;
}
.homeQrcodes .item:nth-child(2n) {
  border-right: none;
}
.homeQrcodes .item:hover .itemMask {
  display: flex;
}
.homeQrcodes .logoBox {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.homeQrcodes .logo {
  width: 100%;
  height: 100%;
}
.homeQrcodes .desc {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.homeQrcodes .itemMask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.homeQrcodes .qrcode {
  width: 116px;
  height: 116px;
}
.mobile-container {
  padding: 0 12px;
}
.mobile-banners {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  box-sizing: border-box;
}
.mobile-banners * {
  box-sizing: border-box;
}
.mobile-banners .item {
  flex: 1 0 auto;
  width: 0;
  height: 96px;
  min-width: 40%;
}
.mobile-banners .link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.mobile-banners .bg {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.mobile-banners .content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px;
  font-size: 10px;
  color: #fff;
}
.mobile-banners .fillImg {
  width: 100%;
  height: 100%;
}
.mobile-banners .iconBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.mobile-banners .playIcon {
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
}
.mobile-section {
  border-top: 1px solid #D8D8D8;
  margin-top: 21px;
}
.mobile-section .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mobile-section .header .title {
  padding-top: 11px;
  border-top: 4px solid var(--color-primary);
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
}
.mobile-home-menu-box {
  height: 87px;
  background-color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.mobile-home-menu-box * {
  box-sizing: border-box;
}
.mobile-home-menu-box .list {
  display: flex;
  justify-content: space-between;
}
.mobile-home-menu-box .item {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-home-menu-box .menuIcon {
  width: 23px;
  height: 23px;
  margin-bottom: 6px;
}
.mobile-home-menu-box .label {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}
.homeNewestArticle .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.homeNewestArticle .titleBox .title {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
}
.homeNewestArticle .titleBox .subTitle {
  font-family: HelveticaNeueLT, HelveticaNeueLT;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-weight: 700;
}
.timelineBox {
  box-sizing: border-box;
  position: relative;
  height: 86px;
}
.timelineBox * {
  box-sizing: border-box;
}
.timelineBox .line {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #777777;
}
.timelineBox .timelineList {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.timelineBox .item {
  position: relative;
  flex: 0 0 auto;
  width: 70px;
  height: 100%;
  cursor: pointer;
}
.timelineBox .item.ui-active .dot {
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #1DE38A;
  border-color: #1DE38A;
}
.timelineBox .item.ui-hover .tooltipBox {
  display: block;
}
.timelineBox .dotBox {
  position: absolute;
  left: 12px;
  bottom: 40px;
}
.timelineBox .dot {
  position: relative;
  top: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #777777;
}
.timelineBox .tooltipBox {
  display: none;
  position: absolute;
  left: 17px;
  bottom: 40px;
  width: 2px;
  height: 2px;
}
.timelineBox .tooltipBox .text {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
  white-space: nowrap;
  border-radius: 4px;
  transform: translate(-50%, -150%);
  width: fit-content;
  background: #1DE38A;
  padding: 4px 8px;
}
.timelineBox .tooltipTriangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0;
  border-color: #1DE38A transparent transparent;
  transform: translate(-50%, -151%);
}
.newsArticleBox {
  box-sizing: border-box;
  height: 149px;
  margin-bottom: 48px;
  background-image: url('/static/home/news-bg.png');
  background-size: 1037px 149px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.newsArticleBox * {
  box-sizing: border-box;
}
.newsArticleBox .boxLeft {
  width: 948px;
  height: 100%;
  overflow: hidden;
}
.newsArticleBox .boxRight {
  width: 90px;
  height: 100%;
}
.newsArticleBox .btnList {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.newsArticleBox .btnList .btn {
  width: 40px;
  height: 40px;
  color: #1DE38A;
  background: #000000;
  border-radius: 8px;
}
.newsArticleBox .btnList .btn:hover {
  color: #fff;
  background-color: #1DE38A;
}
.newsArticleBox .btnList .btn.disabled {
  color: #000000;
  background: #8B8B8B;
  cursor: not-allowed;
}
.newsArticleList .item {
  position: relative;
  width: 157px;
  height: 100%;
  cursor: pointer;
  padding: 24px 16px 0 16px;
}
.newsArticleList .item.ui-active .meta {
  color: #1DE38A;
}
.newsArticleList .item.ui-active .dot {
  background-color: #1DE38A;
}
.newsArticleList .item.ui-active .title {
  color: #ffffff;
}
.newsArticleList .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.newsArticleList .meta {
  color: rgba(255, 255, 255, 0.54);
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
}
.newsArticleList .userName {
  font-size: 10px;
  line-height: 16px;
}
.newsArticleList .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsArticleList .dot {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.54);
}
.newsArticleList .title {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.54);
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsArticleList .line {
  position: absolute;
  right: 0;
  top: 24px;
  height: 92px;
  width: 1px;
  border-right: 1px dashed #373738;
  opacity: 0.8;
}
.homeColumnSwitchBox {
  height: 48px;
  margin-bottom: 34px;
  border-bottom: 1px solid #323232;
}
.homeColumnSwitchBox .list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.homeColumnSwitchBox .item {
  position: relative;
  padding: 12px 40px;
  cursor: pointer;
  height: 100%;
}
.homeColumnSwitchBox .item.active .title {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
}
.homeColumnSwitchBox .item.active .line {
  display: block;
  position: absolute;
}
.homeColumnSwitchBox .item:first-child {
  padding-left: 0;
}
.homeColumnSwitchBox .item:hover .title {
  color: #fff;
}
.homeColumnSwitchBox .title {
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
}
.homeColumnSwitchBox .line {
  display: none;
  width: 40px;
  height: 6px;
  background: #1DE38A;
}
.weeklyRecomment {
  background: rgba(0, 0, 0, 0.53);
  border-radius: 12px;
  backdrop-filter: blur(41px);
  background-image: url('/static/home/weekly-bg.png');
  background-size: 352px 402px;
  background-repeat: no-repeat;
  background-position: center top;
}
.weeklyRecomment .ui-sideArticleList .title {
  color: rgba(255, 255, 255, 0.8);
}
.weeklyRecomment .ui-sectionHeader {
  background-image: url('/static/home/weekly-line.png');
  background-size: 148px 11px;
  background-repeat: no-repeat;
  background-position: right bottom 8px;
}
