.wx_home_roll {
  padding-top: 15px;
  display: flex;
  background: var(--background);
  border-radius: var(--radius-wrap);
  padding: 15px;
  box-shadow: var(--box-shadow);
  margin-bottom: 20px;
  transition: 0.35s;
}
.wx_home_roll-recommend {
  width: 25%;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
.wx_home_roll-recommend.noswiper {
  width: 100%;
  flex-direction: row;
  margin-left: 0;
}
.wx_home_roll-recommend.noswiper .item:first-child {
  margin-bottom: 0;
  margin-right: 7.5px;
}
.wx_home_roll-recommend.noswiper .item:last-child {
  margin-left: 7.5px;
}
.wx_home_roll-recommend .item {
  position: relative;
  width: 100%;
  height: 152px;
  margin-bottom: 15px;
  border-radius: var(--radius-inner);
  overflow: hidden;
}
.wx_home_roll-recommend .item:last-child {
  margin-bottom: 0;
}
.wx_home_roll-recommend .item .thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}
.wx_home_roll-recommend .item .thumbnail img {
  width: 100%;
  height: 100%;
  transition: opacity 0.35s;
  -o-object-fit: cover;
  object-fit: cover;
}
.wx_home_roll-recommend .item .information {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  color: #fff;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wx_home_roll-recommend .item .information .type {
  background-image: linear-gradient(270deg, #986fee, #8695e6, #68b7dd, #18d7d3);
  background-color: #8695e6;
  text-align: center;
  padding: 0 8px;
  border-radius: 2px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 5px;
}
.wx_home_roll-recommend .item .information .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wx_home_hot-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
  background: var(--background);
  border-radius: var(--radius-wrap);
  padding: 15px;
  box-shadow: var(--box-shadow);
  margin-bottom: 20px;
}
.wx_home_hot-list .item {
  overflow: hidden;
}
.wx_home_hot-list .item .link {
  display: block;
}
.wx_home_hot-list .item .link .inner {
  position: relative;
}
.wx_home_hot-list .item .link .inner:hover .image {
  opacity: 0.85;
}
.wx_home_hot-list .item .link .inner:hover .title {
  background: var(--classC);
}
.wx_home_hot-list .item .link .inner .image {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.35s;
  border-radius: var(--radius-inner) var(--radius-inner) 0 0;
}
.wx_home_hot-list .item .link .inner .title {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 8px;
  line-height: 32px;
  color: var(--minor);
  background: var(--classD);
  transition: background 0.35s;
  border-radius: 0 0 var(--radius-inner) var(--radius-inner);
}
.wx_home_hot-list .item .link .inner .views {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  background-image: linear-gradient(to right, #fc712a, #f84c39);
  background-color: #f84c39;
  color: #fff;
  font-size: 12px;
  height: 18px;
  padding: 0 8px;
  border-radius: 2px;
  white-space: nowrap;
}
.wx_home_ad {
  padding-bottom: 20px;
}
.wx_home_ad-link {
  display: block;
  position: relative;
}
.wx_home_ad-link .image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--radius-inner);
  transition: opacity 0.35s;
}
.wx_home_ad-link .image:hover {
  opacity: 0.85;
}
.wx_home_ad-link .icon {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.25);
  padding: 2px 5px;
  border-radius: 2px;
  color: #ebebeb;
  pointer-events: none;
}
.wx_home_column {
  display: flex;
  align-items: center;
  border-radius: var(--radius-wrap);
  padding: 0px 15px;
  background: var(--background);
  box-shadow: var(--box-shadow);
}
.wx_home_column-title {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--main);
  font-weight: 500;
  height: 47px;
  line-height: 47px;
}
.wx_home_column-title .item {
  cursor: pointer;
  margin-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.35s;
}
.wx_home_column-title .item.active {
  color: var(--theme);
}
.wx_home_column-title .line {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background: var(--theme);
  transition:
    left 0.35s,
    width 0.35s;
}
.wx_home_column-notice {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 40px;
}
.wx_home_column-notice svg {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.wx_home_column-notice a {
  color: var(--routine);
  line-height: 20px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.35s;
}
.wx_home_column-notice a:hover {
  color: var(--theme);
}
.swiper-container {
  min-width: 0;
  flex: 1;
  height: 320px;
  --swiper-theme-color: #fff;
  border-radius: var(--radius-inner);
}
.swiper-container .item {
  display: block;
  height: 320px;
  border-radius: var(--radius-inner);
}
.swiper-container .item .thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.35s;
}
.swiper-container .item .thumbnail:hover {
  opacity: 0.85;
}
.swiper-container .item .title {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  font-weight: normal;
}
.swiper-container .item .icon {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  fill: #fff;
  opacity: 0.5;
}
.swiper-container.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: unset;
  left: unset;
  width: auto;
  right: 10px;
  top: 10px;
}
.swiper-container.swiper-container-vertical .swiper-button-next,
.swiper-container.swiper-container-vertical .swiper-button-prev {
  display: none;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background: rgba(0, 0, 0, 0.1);
  transition:
    background 0.35s,
    right 0.35s,
    left 0.35s;
  border-radius: 2px;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  font-size: 20px;
}
.swiper-container .swiper-button-next {
  right: -27px;
}
.swiper-container .swiper-button-prev {
  left: -27px;
}
.swiper-container:hover .swiper-button-next {
  right: 10px;
}
.swiper-container:hover .swiper-button-prev {
  left: 10px;
}
.wx_home_roll-recommend .item:hover {
  opacity: 0.85;
  transition: opacity 0.35s;
}

.wx_home_article-si:hover {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
}
.wx_home_article-si {
  position: relative;
  width: 100%;
  transition: 0.35s;
  background: var(--background);
  border-radius: var(--radius-wrap);
  box-shadow: var(--box-shadow);
  margin-bottom: 20px;
}
.wx_home_article-si:last-child {
  border-bottom: none;
}
.wx_home_article-si .information .title {
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: var(--main);
  font-size: 20px;
  transition: color 0.35s;
}
.wx_home_article-si .information .title:hover {
  color: var(--theme);
}
.wx_home_article-si .information .title .badge {
  height: 22px;
  line-height: 22px;
  background: #dc3545cf;
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
  border-radius: 2px;
  padding: 0 8px;
  white-space: nowrap;
  vertical-align: 2px;
}
.wx_home_article-si .information .abstract {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--minor);
  word-break: break-word;
  line-height: 22px;
  max-height: 44px;
  opacity: 0.85;
  font-size: 13px;
}
.wx_home_article-si .abstract {
  color: var(--minor);
}
.wx_home_article-si .meta {
  display: flex;
  align-items: center;
  margin-top: auto;
  color: var(--minor);
  font-size: 13px;
}
.wx_home_article-si .meta .items,
.wx_home_article-si .meta .items li {
  display: flex;
  align-items: center;
}
.wx_home_article-si .meta .items li::after {
  content: "/";
  color: var(--seat);
  padding: 0 4px;
}
.wx_home_article-si .meta .items li:last-child::after {
  display: none;
}
.wx_home_article-si .meta .iconfont {
  margin-right: 2px;
}
.wx_home_article-si .meta .last {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.wx_home_article-si .meta .last .icon {
  margin-right: 3px;
}
.wx_home_article-si .meta .last .link {
  color: var(--minor);
}
.wx_home_article-si .meta .last .link:hover {
  color: var(--theme);
}

.wx_home_article-si.index6 {
  display: flex;
  position: relative;
  height: 182px;
}
.wx_home_article-si.index6:hover .thumbnail img {
  opacity: 0.8;
}
.wx_home_article-si.index6 .thumbnail {
  flex-shrink: 0;
  position: relative;
  width: 210px;
  height: 140px;
  margin-right: 15px;
  overflow: hidden;
}
.wx_home_article-si.index6 .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--radius-inner);
  transition: opacity 0.35s;
}
.wx_home_article-si.index6 .thumbnail svg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  fill: #fff;
}
.wx_home_article-si.index6 .information {
  margin: 20px 15px 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1;
  min-width: 0;
}

.wx_home_article-list > .wx_home_article-si:nth-child(even) {
  flex-direction: row-reverse;
}
.wx_home_article-list > .wx_home_article-si.index6:nth-child(even) .thumbnail {
  margin-right: auto;
  -webkit-clip-path: polygon(2% 0, 100% 0, 100% 100%, 10% 100%);
  clip-path: polygon(2% 0, 100% 0, 100% 100%, 10% 100%);
  border-radius: 0 6px 6px 0;
}
.wx_home_article-si.index6 .thumbnail {
  width: 35%;
  height: 190px;
  margin-right: 15px;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 108%, 0 100%);
  clip-path: polygon(0 0, 90% 0, 100% 108%, 0 100%);
  border-radius: 6px 6px 0;
  overflow: hidden;
}
.wx_home_article-list {
  margin-top: 0;
}
@media (max-width: 768px) {
  html .wx_home_article-si.index6 {
    height: 10rem;
  }
  html .wx_home_article-si .information .title {
    margin-bottom: 1rem;
  }
  html .wx_home_article-si.index6 .thumbnail {
    width: 40%;
    height: 150px;
    margin-right: 10px;
  }
  html .wx_home_article-si .information .abstract {
    display: -webkit-box !important;
  }
  html .wx_home_article-si .meta .last {
    display: flex !important;
  }
  html .wx_home_article-si .meta .items li:nth-child(3) {
    display: none !important;
  }
  html .wx_home_article-si .information .title .badge {
    vertical-align: 1px;
  }
}

.wx_home_article-list_loading .item {
  display: flex;
  position: relative;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid var(--classC);
}
.wx_home_article-list_loading .item:last-child {
  border-bottom: none;
}
.wx_home_article-list_loading .item .thumbnail {
  flex-shrink: 0;
  position: relative;
  width: 210px;
  height: 140px;
  margin-right: 15px;
  background: var(--classD);
  -webkit-animation: list_thumbnail_loading 0.5s infinite alternate;
  animation: list_thumbnail_loading 0.5s infinite alternate;
  border-radius: var(--radius-inner);
}
.wx_home_article-list_loading .item .information {
  flex: 1;
  min-width: 0;
}
.wx_home_article-list_loading .item .information .title {
  height: 24px;
  border-radius: var(--radius-inner);
  background: var(--classD);
  -webkit-animation: list_title_loading 0.75s infinite alternate;
  animation: list_title_loading 0.75s infinite alternate;
  margin-bottom: 15px;
}
.wx_home_article-list_loading .item .information .abstract p {
  height: 18px;
  border-radius: var(--radius-inner);
  background: var(--classD);
  margin-bottom: 5px;
  -webkit-animation: list_abstract_loading 0.8s infinite alternate;
  animation: list_abstract_loading 0.8s infinite alternate;
}
.wx_load {
  margin: 15px auto 0;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: var(--background);
  color: var(--routine);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition:
    transform 0.25s,
    -webkit-transform 0.25s;
  box-shadow: var(--box-shadow);
}
.wx_load:active {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
