/* color common */
html, body{
  width: 100%;
  height: 100%;
  min-height: 100%;
}
li{
  list-style-type: none;
}
ul, p{
  margin: 0;
  padding: 0;
}
a, a:visited, a:active{
  text-decoration: none;
}
img {
  display: block;
  object-fit: cover;
}
.color-black-85 {
  color: rgba(0, 0, 0, 0.85);
}
.color-black-45 {
  color: rgba(0, 0, 0, 0.45);
}
.img-bg{
    background-color: rgba(0, 0, 0, .06);
}
.lines2{
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}
.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex-container {
  display: flex;
}

.flex-container-align-items-center{
  display: flex;
  align-items: center;
}
.flex-1 {
  flex: 1;
}
/*头部样式--- start ---*/
#toptb .nav-container{
  width: 1006px;
  margin: auto;
  display: flex;
}
.wp {
  margin-top: none;
  width: 100%;
  min-width: 1006px;
}
/*头部样式--- end ---*/

.pc-home-new-220308{
  box-sizing: border-box;
  min-height: 100%;
  background: #f3f3f3;
}
.pc-home-main-new{
  display: flex;
  width: 1006px;
  margin: auto;
  padding-top: 24px;
}
.pc-home-main-new-a {
  flex-direction: column;
}
.pc-home-main-new-b {
  flex-direction: row;
  padding: 0;
}
/* banner A */
.home-banner-container-a {
  display: flex;
}
.home-main-container {
  display: flex;
}
.home-banner-a-left {
  width: 500px;
  height: 280px;
  border-radius: 8px;
  margin-right: 12px;
  overflow: hidden;
}
.home-banner-a-right {
  display: flex;
  width: 494px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-banner-a-right .banner-right-item {
  width: 242px;
  height: 134px;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.home-banner-a-right .banner-right-item:nth-child(3), .home-banner-a-right .banner-right-item:nth-child(4){
  margin-bottom: 0px;
}
.home-banner-container-a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner-item-a {
  position: relative;
  
}

.home-banner-item-a .title-container{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(0,0,0,0.00345888) 63.94%, rgba(0,0,0,0.014204) 65.89%, rgba(0,0,0,0.0326639) 67.83%, rgba(0,0,0,0.0589645) 69.78%, rgba(0,0,0,0.0927099) 71.72%, rgba(0,0,0,0.132754) 73.67%, rgba(0,0,0,0.177076) 75.61%, rgba(0,0,0,0.222924) 77.56%, rgba(0,0,0,0.267246) 79.5%, rgba(0,0,0,0.30729) 81.44%, rgba(0,0,0,0.341035) 83.39%, rgba(0,0,0,0.367336) 85.33%, rgba(0,0,0,0.385796) 87.28%, rgba(0,0,0,0.396541) 89.22%, rgba(0,0,0,0.4) 91.17%);
}
.home-banner-item-a:hover .title-container {
  display: block;
}
.home-banner-item-a .title{
  height: auto;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  word-break: break-all;
  color: #fff;
}
.space {
  width: 100%;
  height: 24px;
  background-color: #f3f3f3;
  z-index: 11;
}

/* banner B */
.home-banner-container-b {
  position: relative;
  width: 702px;
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
}
.home-banner-container-b .swiper-wrapper a{
  display: block;
  width: 100%;
  height: 100%
}
.home-banner-container-b .swiper-pagination {
  display: flex;
  justify-content: center;
  top: auto;
  height:2px;
  color: #fff;
  font-family: open sans;
}
.home-banner-container-b .swiper-button-prev{
  width: 40px;
  height: 40px;
  left: 16px;
  background-image: none;
  cursor: pointer;
}
.home-banner-container-b .swiper-button-prev::after{
  content: "";
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('/static/image/home_new/left_arrow.png') no-repeat;
  background-size: 8px 16px;
  margin-left: -1px;
}

.home-banner-container-b .swiper-button-prev .left-btn, .home-banner-container-b .swiper-button-next .right-btn{
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.20);
  border-radius: 50%;
  cursor: pointer;
}
.home-banner-container-b .swiper-button-prev:hover .left-btn,.home-banner-container-b .swiper-button-next:hover .right-btn{
  background: rgba(0,0,0,0.3);
}
.home-banner-container-b .swiper-button-next{
  width: 40px;
  height: 40px;
  right: 16px;
  background-image: none;
}
.home-banner-container-b .swiper-button-next::after{
  content: "";
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('/static/image/home_new/right_arrow.png') no-repeat;
  background-size: 8px 16px;
  margin-left: 1px;
}
.home-banner-container-b .swiper-slide a img{
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
} 
.home-banner-container-b .swiper-pagination-bullets {
  bottom: 16px!important;
}
.home-banner-container-b .swiper-pagination-bullet {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1px;
  margin-right: 8px;
  opacity: 1;
}

.home-banner-container-b .swiper-pagination-bullet-active{
  background: #fff;
}
.home-main-left {
  width: 702px;
  margin-right: 24px;
}
.home-main-right {
  width: 280px;

}
.hot-container {
  margin-bottom: 24px;
  border-radius: 8px;
}
.hot-posts-title-container{
  background: #f3f3f3;
}

.hot-container-title{
  padding: 24px 24px 0;
  font-family: Open Sans;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.hot-posts-title{ 
  background-color: #fff;
  border-top-left-radius: 8px;
border-top-right-radius: 8px;
overflow: hidden;
padding-bottom: 24px;
}
.hot-posts-container .hot-list {
    padding: 0 24px 26px;
    border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
    background-color: #fff;
}
.hot-posts-container .hot-list li {
  padding: 16px 0;
  border-bottom: 1px solid #E4E4E4;
}
.hot-posts-container .hot-list li:first-child {
  padding-top: 7px;
}
.hot-list li:last-child {
  border: none;
}
.hot-list li .hot-subtitle{ 
  font-family: Open Sans;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
.hot-posts-container .hot-subtitle {
  margin-bottom: 5px;
}
.hot-list li .hot-info {
  display: flex;
  align-items: center;
}
.hot-list li .hot-info a{
  display: flex;
  align-items: center;
}
.hot-list li .hot-info img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 50%;
}
.hot-list li.hot-info span {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  line-height: 16px;
}

.hot-container .hot-list .hot-subtitle:hover, .hot-container .hot-list .hot-info a:hover span{
  color: #44a8f2;
}
.hot-category-container{
    overflow: hidden;
    background-color: #fff;
}
.hot-category-container .hot-list {
    padding: 31px 24px 24px;
    background-color: #fff;
}
.hot-category-container li{ 
  padding: 0;
  margin-bottom: 24px;
}
/* websites link */
.websites-link-container ul {
  display: flex;
  flex-wrap: wrap;
}
.websites-link-container ul li{ 
  margin-right: 4px;
  
}
.websites-link-container ul li a, .websites-link-container ul li {
  font-family: Open Sans;
  font-size: 10px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.45);
}
.websites-link-container ul .copyright {
  margin-top: 24px;
}

/* list */
  
.pc-home-new-220308 .nav-second-wrapper {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding-left: 44px;
  border-bottom: 1px solid #E4E4E4;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  white-space: nowrap;
}
.pc-home-new-220308 .nav-second-wrapper::-webkit-scrollbar{
  display:none;
}
.nav-second-list-wrapper {
  background-color: #f3f3f3;
  z-index: 10;
}
.pc-home-new-220308 .nav-second-wrapper .nav-second-item{
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  margin-right: 32px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  cursor: pointer;
}
.pc-home-new-220308 .nav-second-wrapper .nav-second-item.active {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.pc-home-new-220308 .nav-second-wrapper .nav-second-item.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
 background: rgba(0, 0, 0, 0.85);
}
.pc-home-new-220308 .nav-second-content {
  background-color: #fff;
}
.pc-home-new-220308 .nav-second-content .content-list-item{
  padding: 32px 16px 16px;
  border-bottom: 1px solid #E4E4E4;
}
.pc-home-new-220308 .nav-second-content .content-list-item:hover{
  background-color: rgba(0, 0, 0, 0.02);;
}
.pc-home-new-220308 .nav-second-content {
  background-color: #fff;
}
.pc-home-new-220308 .nav-second-content .content-list .user-avatar .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  overflow: hidden;
}
.pc-home-new-220308 .nav-second-content .content-list .user-avatar .name{
  margin-left: 12px;
  font-size: 18px;
}
.pc-home-new-220308 .nav-second-content .content-list .user-avatar:hover .name{
    color: #44a8f2;
}
.pc-home-new-220308 .nav-second-content .content-list .user-base-info .date{
  font-size: 14px;
  color:rgba(0, 0, 0, 0.25)
}
.pc-home-new-220308 .nav-second-content .content-list .title {
  margin-top: 16px;
  font-size: 18px;
  line-height: 32px;
  padding: 0;
  font-weight: 600;
}
.pc-home-new-220308 .nav-second-content .content-list .title:active, .pc-home-new-220308 .nav-second-content .content-list .title:hover, .pc-home-new-220308 .nav-second-content .content-list .title:visited{
  color: #000;
}
.pc-home-new-220308 .nav-second-content .content-list .recommend-img-wrapper {
  display: block;
  border-radius: 8px;
  width: 434px;
  height: 244px;
  margin-top: 8px;
  overflow: hidden;
}
.pc-home-new-220308 .nav-second-content .content-list .picture-show {
  width: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.pc-home-new-220308 .nav-second-content .content-list .other-info {
  margin-top: 10px
}
.pc-home-new-220308 .nav-second-content .tags-wrapper a, .pc-home-new-220308 .nav-second-content .tags-wrapper a:hover, .pc-home-new-220308 .nav-second-content .tags-wrapper a:visited {
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  margin-right: 7px;
  color: rgba(0, 0, 0, 0.85);
}
.pc-home-new-220308 .nav-second-content .user-interaction-item {
  margin-left: 18px;
}
.pc-home-new-220308 .nav-second-content .user-interaction-item span{
  font-size: 12px;
}
.pc-home-new-220308 .nav-second-content .thumb {
  cursor: pointer;
}
.pc-home-new-220308 .nav-second-content .watch .common-icon {
  background: url('../../../static/image/home_new/home-icon-watch.png') no-repeat center;
}
.pc-home-new-220308 .nav-second-content .comment .common-icon {
  background: url('../../../static/image/home_new/home-icon-comment.png') no-repeat center;
}
.pc-home-new-220308 .nav-second-content .thumb .common-icon {
  background: url('../../../static/image/home_new/home-icon-prise.png') no-repeat center;
}
.pc-home-new-220308 .nav-second-content .thumb .common-icon.add {
  background: url('../../../static/image/home_new/home-icon-prised.png') no-repeat center;
  background-size: 32px 32px;
}
.pc-home-new-220308 .nav-second-content .user-interaction-item .common-icon {
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  border-radius: 50%;
}
.pc-home-new-220308 .nav-second-content .user-interaction-item:hover .common-icon {
  background-color: rgba(0, 0, 0, 0.04);
}

/* skeleton */
.skeleton-bg-color {
  background: rgba(0, 0, 0, 0.06);
}
.skeleton-gradient-bg-color {
  background: linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.06) 100%);;
}
.skeleton-content-list-item .name{
  width: 144px;
  height: 20px;
}
.skeleton-content-list-item .title{
  width: 670px;
  height: 18px;
  padding: 0;
}
.skeleton-content-list-item .tag-item{
  width: 61px;
  height: 20px;
}

/*上拉加载更多*/
.load-wrap{
  font-family: '.AppleSystemUIFont';
  font-size: 18px;
  color: rgba(0,0,0,0.65);
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  width: 100%;
  padding: 24px 0;
}

.load-wrap  .load-complate{
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-wrap  .load-complate span{
  width: 24px;
  height: 1px;
  background: rgba(0,0,0,0.65);
  border-radius: 1px;
  display: inline-block;
}
.load-wrap  .load-complate span:nth-child(1){
  margin-right: 9px;
  
}
.load-wrap  .load-complate span:nth-child(2){
  margin-left: 9px;
  
}
.load-wrap .loading{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: rgba(0,0,0,0.65);
}
.load-wrap  .loading span{
  width: 22px;
  height: 22px;
  background: url('../../../static/image/home_new/loading.gif') no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 1; 
  background: #e7e7e9;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
}

.react-loading-skeleton::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  animation: skeleton-translate-data-v-6751b68c 2s infinite;
  background: linear-gradient(90deg, transparent, #fff, transparent);
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

@keyframes skeleton-translate-data-v-6751b68c {
  to {
      transform: translateX(100%)
  }
}


/*收藏成功弹框*/
.actions-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.actions-modal-wrapper .actions-modal-body {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 32px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
  border-radius: 4px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;

}


/*----- to top --------*/
#scrolltop{
    display: block;
    position: fixed;
    right: 24px;
    bottom: 102px;
    z-index: 999;
    left: inherit !important;
    background: transparent !important;
    border-radius: 0px !important;
    border: 0px !important;
    width: auto;
    height: auto;
    
}
#scrolltop a{
    display: block;
    width: 64px;
    height: 64px;
    background: #fff url('../../../static/image/home_new/back_top.png') no-repeat center;
    background-size: 16px 8px;
    padding: 0 0 !important;
    border-top: 0 !important;
    margin: 0 0 !important;
    border-radius: 50%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
#scrolltop a:hover{
    background-color: rgba(0, 0, 0, 0.04);
}

/*social-link*/
.pc-home-new-220308 .social-link {
    display: flex;
    margin: 24px 0;
    padding-top: 12px;
    border-top: 1px solid #E4E4E4;
}

.pc-home-new-220308 .social-link li{
    margin-right: 24px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc-home-new-220308 .social-link li:hover{
    background: rgba(0,0,0,0.04);
    border-radius: 50%;
}
.pc-home-new-220308 .social-link li{
    margin-right: 24px;
}
.pc-home-new-220308 .social-link li i{
    display: block;
    width: 32px;
    height: 32px;
}
.pc-home-new-220308 .social-link .facebook i{
    background: url('../../../static/image/home_new/facebook_icon.png') no-repeat;
    background-size: 32px 32px;
}
.pc-home-new-220308 .social-link .youtube i{
    background: url('../../../static/image/home_new/youtube_icon.png') no-repeat;
    background-size: 32px 32px;
}
.swiper-slide{
  transform: translate3d(0,0,0);
}