@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

.share .a2a_kit_size_32 a span {
  background-color: transparent !important;
}

.container {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* 多行文本截断混合器 */
body {
  background-color: var(--body-bg-color);
  font-family: "Roboto", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
}

.h1_title {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.no_result {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 24px;
  gap: 40px;
}
.no_result p {
  font-size: 1.2rem;
  color: #999;
  font-weight: 600;
}

.loadMore {
  width: 260px;
  height: 46px;
  border-radius: 30px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
  transition: all 0.1s;
}
.loadMore:hover {
  color: #fff;
  filter: brightness(1.1);
}

.list_1 {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
}
.list_1 li {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.list_1 li:hover .thum img {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.list_1 li .thum {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list_1 li .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.1s;
}
.list_1 li .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
  font-size: 0.94rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
}
.list_1 li .info .category {
  font-size: 1rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 2px;
  transition: all 0.1s;
}
.list_1 li .info .category:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.list_1 li .info .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  color: #fff;
  font-size: 1.2rem;
  font-variation-settings: "wdth" 100;
}
.list_1 li .info .title a:hover {
  color: var(--primary-color);
}
.list_1 li .info .author_date {
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.7);
}
.list_1 li:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: initial;
}
.list_1 li:nth-child(1) .info .title a {
  font-size: 1.4rem;
}
.list_1 li:nth-child(2) {
  grid-column: span 2;
  aspect-ratio: initial;
}
.list_1 li:nth-child(n+2) .info .author_date {
  display: none;
}
@media screen and (max-width: 970px) {
  .list_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.list_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.list_2 li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.list_2 li .thum {
  width: 120px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.list_2 li .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.list_2 li .thum img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.list_2 li .info {
  flex: 1;
  min-width: 1;
}
.list_2 li .info .title {
  margin-bottom: 8px;
}
.list_2 li .info .title a {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  color: #333;
}
.list_2 li .info .title a:hover {
  color: var(--primary-color);
}
.list_2 li .info .author_date {
  font-size: 12px;
  color: #999;
}
.list_2 li:nth-child(1) {
  grid-row: span 3;
  flex-direction: column;
}
.list_2 li:nth-child(1) .thum {
  width: 100%;
  aspect-ratio: 16/9;
}
.list_2 li:nth-child(1) .info .title a {
  font-size: 1.1rem;
}
@media screen and (max-width: 620px) {
  .list_2 {
    grid-template-columns: 1fr;
  }
}

.list_3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  counter-reset: item;
}
.list_3 li {
  display: flex;
  align-items: flex-start;
}
.list_3 li::before {
  content: counter(item);
  counter-increment: item;
  width: 30px;
  height: 30px;
  background-color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 500;
  margin-right: 8px;
}
.list_3 li a {
  flex: 1;
  min-width: 1px;
  color: #333;
  font-weight: 800;
  line-height: 1.4;
}
.list_3 li a:hover {
  color: var(--primary-color);
}

.list_4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.list_4 li {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 12px;
}
.list_4 li .thum {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.list_4 li .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.list_4 li .thum img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.list_4 li .info {
  flex: 1;
  min-width: 1;
}
.list_4 li .info .title {
  margin-bottom: 8px;
}
.list_4 li .info .title a {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  color: #333;
}
.list_4 li .info .title a:hover {
  color: var(--primary-color);
}
.list_4 li .info .author_date {
  font-size: 12px;
  color: #999;
}

.list_5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}
.list_5 li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.list_5 li .thum {
  width: 120px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.list_5 li .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.list_5 li .thum img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.list_5 li .info {
  flex: 1;
  min-width: 1;
}
.list_5 li .info .title {
  margin-bottom: 8px;
}
.list_5 li .info .title a {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  color: #333;
}
.list_5 li .info .title a:hover {
  color: var(--primary-color);
}
.list_5 li .info .author_date {
  font-size: 12px;
  color: #999;
}

.between {
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 24px;
}
.between .between_main {
  flex: 1;
  min-width: 1px;
}
.between .between_aside {
  width: 300px;
  position: relative;
}
.between .between_aside > :last-child {
  position: sticky;
  top: 10px;
}
@media screen and (max-width: 1092px) {
  .between {
    align-items: stretch;
    flex-direction: column;
  }
  .between .between_aside {
    width: 100%;
  }
}

.general {
  margin-bottom: 24px;
}

.general_guide {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  padding-right: 16px;
}
.general_guide .general_title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.3rem;
}
.general_guide .general_title::before {
  content: "";
  width: 5px;
  height: 50px;
  background-color: #333;
}
.general_guide .general_title.category_title {
  color: #e71d69;
}
.general_guide .general_title.category_title::before {
  background-color: #e71d69;
}
.general_guide a {
  display: flex;
  align-items: center;
  color: #999;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease;
  background-color: #fff;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: stretch;
  flex-direction: column;
  will-change: transform;
}
header .about_share {
  background-color: #222;
  padding: 10px 0;
}
header .about_share .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .about_share .container nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .about_share .container nav a {
  color: #ccc;
  font-size: 0.94rem;
}
header .about_share .container nav a + a {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .about_share .container nav a + a::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
header .about_share .container nav a:hover {
  color: var(--primary-color);
}
header .branch_trigger {
  padding: 25px 0;
}
header .branch_trigger .container {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .branch_trigger .container .branch {
  align-content: flex-start;
}
header .branch_trigger .container .branch img {
  height: 48px;
}
header .branch_trigger .container form {
  margin-left: auto;
  flex: 1;
  max-width: 320px;
  height: 48px;
  border-radius: 40px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
header .branch_trigger .container form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding-right: 48px;
  text-indent: 1em;
  border: none;
  outline: none;
}
header .branch_trigger .container form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 48px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #222;
  cursor: pointer;
}
header .branch_trigger .container form button .iconfont {
  font-size: 1.3rem;
}
header .branch_trigger .container .trigger {
  display: none;
}
header .branch_nav .container .branch {
  display: none;
}
header .branch_nav .container nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .branch_nav .container nav a {
  height: 56px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #222;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  transition: all 0.1s;
  padding: 0 16px;
  position: relative;
}
header .branch_nav .container nav a::after {
  content: "";
  width: 0;
  height: 4px;
  transform: translateX(-50%);
  background-color: #e6e6e6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.3s;
}
header .branch_nav .container nav a:hover, header .branch_nav .container nav a.active {
  color: var(--primary-color);
}
header .branch_nav .container nav a:hover::after, header .branch_nav .container nav a.active::after {
  width: 100%;
}
header.show-full {
  transform: translateY(0);
}
header.show-nav {
  transform: translateY(calc(-100% + 56px));
}
header.show-nav .branch_nav .container {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.show-nav .branch_nav .container .branch {
  display: block;
}
header.hide {
  transform: translateY(-100%);
}
@media screen and (max-width: 992px) {
  header .about_share {
    overflow: hidden;
    height: 0;
    order: 2;
    padding: 0;
    transition: all 0.1s ease-in-out;
  }
  header .branch_trigger {
    order: 1;
    padding: 18px 0;
  }
  header .branch_trigger .container .branch img {
    height: 28px;
  }
  header .branch_trigger .container .trigger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .branch_trigger .container .trigger::before {
    content: "\e60e";
    font-family: iconfont;
    color: #222;
    font-size: 1.6rem;
  }
  header .branch_nav {
    overflow: hidden;
    height: 0;
    order: 3;
    transition: all 0.1s ease-in-out;
  }
  header.mob-active .about_share {
    height: auto;
    padding: 16px 0;
  }
  header.mob-active .branch_nav {
    height: auto;
  }
  header.mob-active .branch_trigger {
    order: 1;
  }
  header.mob-active .branch_trigger .container .trigger::before {
    content: "\e695";
  }
  header.mob-active.show-nav {
    transform: translateY(0);
  }
  header.mob-active.show-nav .branch_nav .container {
    gap: 0;
  }
  header.mob-active.show-nav .branch_nav .container .branch {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .about_share .container {
    justify-content: center;
  }
  header .about_share .container .share {
    display: none;
  }
  header .branch_nav {
    background-color: var(--primary-color);
  }
  header .branch_nav .container nav {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  header .branch_nav .container nav a {
    color: rgba(255, 255, 255, 0.8);
    height: auto;
  }
  header .branch_nav .container nav a.active, header .branch_nav .container nav a:hover {
    color: #fff;
  }
  header .branch_nav .container nav a.active::after, header .branch_nav .container nav a:hover::after {
    display: none;
  }
}

.ad_box {
  display: flex;
  /*align-items: stretch;*/
  align-items: center;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 16px;
}
/*.ad_box::after {
  content: "Advertisement";
  font-size: 12px;
  color: #ccc;
  text-align: center;
}*/

.ad_box:not(:empty)::after {
  content: "Advertisement";
  font-size: 12px;
  color: #ccc;
  text-align: center;
}

.content {
  padding-top: 226px;
}
@media screen and (max-width: 992px) {
  .content {
    padding-top: 84px;
  }
}

footer {
  background-color: #222;
}
footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
footer .container .branch_desc {
  display: flex;
  flex-direction: column;
  width: 350px;
  gap: 32px;
}
footer .container .branch_desc .desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.5;
}
footer .container .category h2 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 48px;
}
footer .container .category nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
footer .container .category nav a {
  width: 330px;
  font-size: 1.2rem;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.8);
}
footer .container .category nav a:hover {
  color: var(--primary-color);
}
footer .container .category nav a + a {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  footer .container {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  footer .container .branch_desc {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
  }
  footer .container .branch_desc .branch {
    order: 1;
  }
  footer .container .branch_desc .share {
    order: 2;
    margin-left: auto;
  }
  footer .container .branch_desc .desc {
    order: 3;
    width: 100%;
  }
  footer .container .category h2 {
    text-align: center;
  }
  footer .container .category nav a {
    width: 100%;
    text-align: center;
  }
}
footer .copyright {
  background-color: #151515;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 30px 0;
}

.primary_box h1 {
  font-weight: 900;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 20px;
}
.primary_box .mainBox h2,
.primary_box .mainBox h3,
.primary_box .mainBox h4,
.primary_box .mainBox h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.primary_box .mainBox p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
}

.article_box .category {
  display: block;
  margin-bottom: 16px;
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
}
.article_box .category:hover {
  color: var(--primary-color);
}
.article_box .article_title {
  margin-bottom: 12px;
  color: #333;
}
.article_box .author_date {
  margin-bottom: 24px;
  color: #999;
}
.article_box .author_date .author {
  font-weight: 600;
  margin-right: 6px;
}
.article_box article {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 16px;
}
.article_box article img {
  width: 100%;
  margin: 0 auto;
}
.article_box article p {
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
}

.article_box article ul li {
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
}

.shares {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
}/*# sourceMappingURL=main.css.map */