/*
 * @Description: 
 * @Author: zhaojiangtao
 * @Date: 2026-08-06 17:08:23
 */
:root {
  --brand-yellow: #fbc700;
  --brand-red: #b11a25;
  --paper: #f6f3ee;
  --ink: #333;
  --muted: #666;
  --footer-muted: #888;
  --content-wide: 1720px;
  --article-wide: 1600px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 12px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
}

body.article-page {
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Microsoft YaHei", SimHei, "Heiti SC", sans-serif;
}

.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .header-main {
  position: fixed;
  top: 1.25rem;
  right: 0;
  left: 50%;
  width: 64%;
  border-radius: 2.1875rem;
  background-color: #000;
  transform: translateX(-50%);
  transition: 400ms;
}

.site-header .header-main:has(.link_item:hover),
.site-header .header-main:has(.link_item:focus-within) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.site-header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.site-header .logo {
  position: relative;
}

.site-header .logo a {
  display: block;
}

.site-header .logo .img {
  display: block;
  width: 8.125rem;
}

.site-header .logo img {
  width: 100%;
  height: auto;
}

.site-header .header-nav {
  margin-left: 2.8vw;
}

.site-header .header-nav > ul {
  display: flex;
  align-items: center;
}

.site-header .header-nav > ul > li {
  margin-right: 2.8vw;
}

.site-header .header-nav > ul > li .link {
  position: relative;
  display: block;
  padding: 1.25rem 0;
  color: #fff;
  font-size: 1.25rem;
  white-space: nowrap;
}

.site-header .header-nav > ul > li .link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: transparent;
  transition: 400ms;
}

.site-header .header-nav > ul > li:hover .link::after,
.site-header .header-nav > ul > li:focus-within .link::after {
  background-color: #b60005;
}

.site-header .header-menu,
.site-header .header_column {
  display: flex;
  align-items: center;
}

.site-header .header_search {
  display: block;
  width: 1.5rem;
  height: 1.5625rem;
  margin-right: 1.25rem;
  cursor: pointer;
  background: url("../../images/articles/header-search.svg") 0 0 / 100% 100% no-repeat;
  transition: 400ms;
}

.header-search-toggle,
.mobile-menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.header-search-toggle:checked ~ .container-fluid .header_search {
  background-image: url("../../images/articles/header-search-close.png");
}

.site-header .header_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.125rem;
  line-height: 2.5625rem;
  cursor: pointer;
  border: 1px solid #fceaca;
  border-radius: 1.3125rem;
  background-color: transparent;
}

.site-header .header_button .bga {
  position: relative;
  padding-right: .8rem;
  color: #fceaca;
  font-size: .875rem;
}

.site-header .header_button .bga::before {
  position: absolute;
  top: 60%;
  right: 0;
  border-width: .3125rem;
  border-style: solid;
  border-color: #fceaca transparent transparent;
  content: "";
  transform: translateY(-50%);
}

.site-header .header_button ul {
  position: absolute;
  top: 103%;
  left: 0;
  width: 100%;
  padding: .5rem 0;
  visibility: hidden;
  opacity: 0;
  background: #000;
  font-size: .875rem;
  line-height: 2;
  text-align: center;
  transition: 400ms;
}

.site-header .header_button:hover ul,
.site-header .header_button:focus-within ul {
  visibility: visible;
  opacity: 1;
}

.site-header .header_button ul a {
  color: #fff;
}

.site-header .storedsearch {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  width: 65%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 400ms;
}

.header-search-toggle:checked ~ .container-fluid .storedsearch {
  visibility: visible;
  opacity: 1;
}

.site-header .searchField_form {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.site-header .searchField_form .form-control {
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem 0 2.3125rem;
  color: #fff;
  border: 0;
  outline: 0;
  background: #000;
  box-shadow: none;
  font: 400 1.125rem/1 "Microsoft YaHei", SimHei, "Heiti SC", sans-serif;
}

.site-header .searchField_form .btn {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  overflow: hidden;
  color: #fff;
  border: 0;
  background: url("https://www.zhongtian.cn/static/webfile/images/search1.png") center / 1.5rem 1.5rem no-repeat;
  text-indent: -999px;
  transform: translateY(-50%);
}

.site-header .headerDropDown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  display: flex;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 400ms;
}

.site-header .link_item:hover .headerDropDown,
.site-header .link_item:focus-within .headerDropDown {
  visibility: visible;
  opacity: 1;
}

.site-header .headerDropDownList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 2.1875rem 2.1875rem;
  background: #000;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
}

.site-header .headerdrop_box {
  display: flex;
  flex-wrap: wrap;
  width: 72%;
  padding: 2.1875rem 0 0 2.1875rem;
}

.site-header .headerDropDownright {
  width: 28%;
}

.site-header .headerDropDownright img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header .headerDropDownList .link_item_on {
  display: flex;
  align-items: center;
  width: 33%;
  height: 55px;
  margin-bottom: 2.3125rem;
}

.site-header .headerDropDownList .link_item_on .ico {
  flex: 0 0 2.3125rem;
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 50%;
  background-size: 100% 100%;
}

.site-header .headerDropDownList ._link {
  display: inline-flex;
  align-items: center;
  gap: .6875rem;
  min-height: 2.3125rem;
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.35;
}

.site-header .world-list {
  display: flex;
  flex-wrap: wrap;
  width: 72%;
  padding: 2.1875rem;
}

.site-header .world-list li {
  width: 25%;
  margin-bottom: 1rem;
}

.site-header .world-list a {
  color: #fff;
}

.site-header .world-list a:hover {
  color: #fce8c7;
}

.menu_botton,
.mobile-drawer {
  display: none;
}

@media (min-width: 768px) {
  html {
    font-size: 6.4px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 8.3px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 11.6667px;
  }
}

@media (min-width: 1360px) {
  html {
    font-size: 11.3333px;
  }
}

@media (min-width: 1500px) {
  html {
    font-size: 13.3px;
  }
}

@media (min-width: 1800px) {
  html {
    font-size: 16px;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
}

.hero-media {
  height: min(1104px, 57.5vw);
  min-height: 650px;
}

.hero-article {
  height: 628px;
}

.hero-article .hero-title {
  display: none;
}

.hero-picture,
.hero-picture::after {
  position: absolute;
  inset: 0;
}

.hero-picture::after {
  content: "";
  background: linear-gradient(to bottom, transparent 66.34%, rgba(0, 0, 0, .8));
}

.hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media .hero-picture img {
  transform: scale(1.343);
}

.hero-article .hero-picture img {
  width: 113%;
  max-width: none;
  height: 148%;
  transform: translate(-6.5%, 0);
}

.hero-title {
  position: absolute;
  z-index: 1;
  bottom: 95px;
  left: max(20px, calc(50% - 718px));
  margin: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.media-list {
  padding: 140px 24px 140px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 23px;
  width: 80%;
  max-width: var(--content-wide);
  margin: 0 auto;
}

.media-card {
  overflow: hidden;
  height: 476px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.media-card:hover,
.media-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(31, 25, 18, .12);
}

.media-card a {
  display: block;
  height: 100%;
}

.media-card-image {
  overflow: hidden;
  height: 266px;
  background: #ddd;
}

.media-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.media-card:hover .media-card-image img {
  transform: scale(1.025);
}

.media-card-body {
  position: relative;
  height: 210px;
  padding: 30px 43px;
  background: #fff;
  transition: background-color .28s ease;
}

.media-card h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  transition: color .28s ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.media-card time {
  position: absolute;
  bottom: 42px;
  left: 43px;
  color: var(--muted);
  font-size: 16px;
  transition: color .28s ease;
}

.media-card:hover .media-card-body,
.media-card:focus-within .media-card-body {
  /*background: #a06400;*/
  background: #f1bf00;
}

.media-card:hover h2,
.media-card:hover time,
.media-card:focus-within h2,
.media-card:focus-within time {
  color: #fff;
}

.floating-actions {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0;
  width: 200px;
  color: #fceaca;
  transform: translateY(-10%);
}

.floating-actions a {
  display: grid;
  place-items: center;
  background: var(--brand-red);
}

.consultation {
  height: 100px;
}

.consultation span {
  display: block;
  text-align: center;
  font-size: 17px;
}

.consultation small {
  display: block;
  margin-top: 2px;
  font-size: 14px;
}

.join-us {
  height: 57px;
  margin-top: 20px;
  font-size: 16px;
}

.article-header {
  width: min(80%, var(--article-wide));
  margin: 0 auto;
  padding-top: 73px;
}

.article-heading {
  margin-left: -13px;
}

.article-heading h1 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}

.article-heading p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 24px;
}

.source-strip {
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 89px;
  margin-top: 77px;
  background: var(--brand-yellow);
  place-items: center;
}

.source-strip img {
  width: 656px;
  height: 90px;
  object-fit: cover;
}

.article-content {
  display: flow-root;
  width: min(80%, var(--article-wide));
  margin: 0 auto;
}

.article-copy .article-byline {
  margin: 25px 0 40px;
  text-align: right;
  font-size: 16px;
}

.article-copy {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

.article-copy p {
  margin: 0 0 20px;
}

.article-figure {
  overflow: hidden;
  width: 100%;
  margin: 0 0 40px;
  /*background: #d9d9d9;*/
}

.article-figure.photo,
.article-figure.collage {
  aspect-ratio: 1190 / 831;
}

.article-figure.slogan {
  aspect-ratio: 1190 / 446;
  margin-bottom: 70px;
}

.article-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-credits {
  margin-top: 4px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.article-figure-content figcaption.article-credits {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.related-source {
  margin-top: 20px;
}

.related-source summary {
  display: inline-flex;
  cursor: pointer;
  list-style: none;
  align-items: center;
  gap: 6px;
  font-size: 16px;
}

.related-source summary::-webkit-details-marker {
  display: none;
}

.related-source summary::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background: url("../../images/articles/chevron.svg") center / contain no-repeat;
  transform: rotate(-90deg);
  transition: transform .2s ease;
}

.related-source[open] summary::after {
  transform: none;
}

.related-source .related-body {
  margin-top: 28px;
}

.related-body img {
  width: 100%;
  aspect-ratio: 1190 / 831;
  object-fit: cover;
}

.related-media-figure {
  margin: 0 0 18px;
}

.related-media-figure:last-of-type {
  margin-bottom: 0;
}

.related-body img.related-media-image {
  display: block;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.related-media-figure figcaption.article-credits {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.media-source-link {
  margin: 28px 0 0;
  font-size: 15px;
  text-align: left;
}

.media-source-link a {
  color: #007dff;
  overflow-wrap: anywhere;
}

.article-end {
  position: relative;
  overflow: hidden;
  width: min(861px, 100%);
  height: 291px;
  margin: 48px auto 0;
}

.article-end picture {
  display: block;
  width: 100%;
  height: 100%;
}

.article-end img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.article-brand-bar {
  position: relative;
  display: grid;
  width: 100%;
  height: 144px;
  background: var(--brand-yellow);
  place-items: center;
}
/*.article-brand-bar:before{*/
/*  content: " ";*/
/*  z-index: 1;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: -64px;*/
/*  width: 64px;*/
/*  height: 64px;*/
/*  background: var(--brand-yellow);*/
/*}*/
/*.article-brand-bar:after{*/
/*  position: absolute;*/
/*  content: " ";*/
/*  z-index: 2;*/
/*  right: 0;*/
/*  top: -64px;*/
/*  width: 64px;*/
/*  height: 64px;*/
/*  border-bottom-right-radius: 48px;*/
/*  background: #ffffff;*/
/*}*/
.article-brand-bar img {
  width: min(1046px, 80%);
  max-height: 144px;
  object-fit: cover;
}

.site-footer {
  min-height: 404px;
  color: #fff;
  background: #000;
}

.footer-main {
  display: flex;
  min-height: 342px;
  padding: 47px 0 41px;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(32px, 3vw, 50px);
  width: min(calc(100% - 48px), 1420px);
  margin: 0 auto;
}

.footer-brand {
  flex: 0 1 297px;
  min-width: 0;
}

.footer-brand .brand-logo {
  display: block;
  width: 168px;
  height: 49.44px;
}

.footer-brand address {
  margin: 68px 0 0 10px;
  font-style: normal;
  font-size: 13.3px;
  line-height: 32px;
}

.footer-links {
  display: flex;
  flex: 0 1 770px;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 82px);
}

.footer-links > div {
  flex: 1 1 0;
  min-width: 0;
}

.footer-links > div:nth-child(2) {
  flex-grow: 1.7;
}

.footer-links h2,
.footer-social h2 {
  margin: 0 0 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.footer-links a {
  display: block;
  margin: 0 0 14px;
  color: var(--footer-muted);
  font-size: 13.5px;
  line-height: 17px;
  overflow-wrap: anywhere;
}

.footer-contact .travel-title {
  margin-top: 47px;
}

.footer-social {
  flex: 0 1 145px;
  min-width: 0;
}

.footer-social h2 {
  margin-bottom: 21px;
  font-size: 16.7px;
}

.social-row {
  display: flex;
  gap: 20px;
}

.social-row > a,
.social-row > button {
  position: relative;
  display: grid;
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b60005;
  cursor: pointer;
  place-items: center;
}

.social-row > a > img,
.social-row > button > img {
  display: block;
  max-width: 100%;
}

.social-wechat > img:first-child {
  position: absolute;
  inset: 0;
  width: 35px;
  height: 35px;
}

.social-wechat .social-wechat-mark {
  position: absolute;
  top: 37.73%;
  left: 9.55%;
  width: 80.93%;
  height: 24.53%;
}

.footer-social--qrcode .social-qrcode-panel {
  display: none;
}

@media (min-width: 768px) {
  .site-footer--qrcode {
    position: relative;
    z-index: 11;
    min-height: 0;
  }

  .site-footer--qrcode .footer-main {
    display: flex;
    width: min(calc(100% - 8rem), 1420px);
    min-height: 0;
    padding: 3.125rem 0;
    gap: clamp(1.25rem, 3vw, 3.75rem);
  }

  .site-footer--qrcode .footer-brand {
    flex: 0 1 auto;
  }

  .site-footer--qrcode .footer-brand .brand-logo {
    width: 10.5rem;
    height: auto;
  }

  .site-footer--qrcode .footer-brand address {
    margin: 2.5rem 0 0;
    font-size: 1rem;
    line-height: 2rem;
  }

  .site-footer--qrcode .footer-links {
    flex: 0 1 38%;
    justify-content: space-between;
    gap: clamp(1.25rem, 3vw, 3.75rem);
  }

  .site-footer--qrcode .footer-links > div,
  .site-footer--qrcode .footer-links > div:nth-child(2) {
    flex: 0 1 auto;
  }

  .site-footer--qrcode .footer-links h2,
  .site-footer--qrcode .footer-social h2 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .site-footer--qrcode .footer-links a {
    margin-bottom: .625rem;
    font-size: 1rem;
    line-height: 1.25;
  }

  .site-footer--qrcode .footer-contact .travel-title {
    margin-top: 2.5em;
  }

  .site-footer--qrcode .footer-social {
    display: block;
    flex: 0 0 auto;
  }

  .footer-social--qrcode .social-row {
    flex-wrap: nowrap;
    gap: 1.25rem;
  }

  .footer-social--qrcode .social-row > button {
    flex-basis: 2.1875rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .footer-social--qrcode .social-qrcode-trigger:nth-child(1) > img:first-child {
    width: .875rem;
    height: 1.0625rem;
  }

  .footer-social--qrcode .social-qrcode-trigger:nth-child(2) > img:first-child {
    width: 1.0625rem;
    height: .875rem;
  }

  .footer-social--qrcode .social-wechat > img:first-child {
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .footer-social--qrcode .social-qrcode-trigger {
    transition: background-color .2s ease, box-shadow .2s ease;
  }

  .footer-social--qrcode .social-qrcode-trigger::after {
    position: absolute;
    z-index: 6;
    top: calc(100% + .5rem);
    left: 50%;
    width: 0;
    height: 0;
    border-right: .375rem solid transparent;
    border-bottom: .5rem solid #fff;
    border-left: .375rem solid transparent;
    content: "";
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, .5rem);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .footer-social--qrcode .social-qrcode-trigger:hover,
  .footer-social--qrcode .social-qrcode-trigger:focus-visible {
    background: #000;
    box-shadow: inset 0 0 0 1px #aaa;
    outline: none;
  }

  .footer-social--qrcode .social-qrcode-panel {
    position: absolute;
    z-index: 5;
    display: block;
    top: calc(100% + 1rem);
    left: 50%;
    width: 8rem;
    height: 8rem;
    max-width: none;
    background: #fff;
    object-fit: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, .5rem);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .footer-social--qrcode .social-qrcode-trigger:hover .social-qrcode-panel,
  .footer-social--qrcode .social-qrcode-trigger:focus-visible .social-qrcode-panel,
  .footer-social--qrcode .social-qrcode-trigger:hover::after,
  .footer-social--qrcode .social-qrcode-trigger:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  .site-footer--qrcode .footer-legal {
    min-height: 0;
  }

  .site-footer--qrcode .footer-legal-inner {
    width: min(calc(100% - 30px), 1420px);
    min-height: 0;
    padding: 1.25rem 0;
    gap: 1.25rem;
    font-size: 1rem;
  }

  .site-footer--qrcode .footer-legal-left {
    gap: clamp(.75rem, 2.4vw, 2.25rem);
  }

  .site-footer--qrcode .footer-legal-left > span:first-child,
  .site-footer--qrcode .footer-legal-left .police-record,
  .site-footer--qrcode .footer-legal-left .police-record + span,
  .site-footer--qrcode .footer-legal-right a:first-child,
  .site-footer--qrcode .footer-legal-right a:last-child {
    font-size: inherit;
  }

  .site-footer--qrcode .footer-legal-right a:first-child {
    width: auto;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-footer--qrcode .footer-links {
    flex-basis: 68%;
  }
}

.footer-legal {
  width: 100%;
  min-height: 62px;
  color: var(--footer-muted);
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer-legal-inner {
  display: flex;
  min-height: 61px;
  padding: 12px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(calc(100% - 48px), 1400px);
  margin: 0 auto;
  font-size: 13.3px;
}

.footer-legal-left,
.footer-legal-right,
.police-record {
  display: flex;
  align-items: center;
}

.footer-legal-left {
  flex: 1 1 auto;
  gap: clamp(12px, 2.4vw, 36px);
  min-width: 0;
}

.footer-legal-left > span:first-child {
  font-size: 14.3px;
}

.footer-legal-left .police-record {
  font-size: 15px;
}

.footer-legal-left .police-record + span {
  margin: 0;
  font-size: 13.3px;
}

.police-record img {
  width: 20px;
  height: 21.59px;
  margin-right: 4px;
}

.footer-legal-right {
  flex: 0 0 auto;
  gap: 10px;
}

.footer-legal-right a:first-child {
  box-sizing: border-box;
  width: 104.77px;
  padding-right: 11px;
  padding-left: 37.27px;
  border-right: 1px solid var(--footer-muted);
  font-size: 14.1px;
  white-space: nowrap;
}

.footer-legal-right a:last-child {
  font-size: 13.4px;
  white-space: nowrap;
}

.footer-legal a:hover {
  color: #fff;
}

@media (max-width: 1300px) {
  .floating-actions {
    display: none;
  }

  .site-header .header-nav {
    margin-left: 1vw;
  }

  .site-header .header-nav > ul > li {
    margin-right: 1vw;
  }

  .site-header .header_button {
    flex: 0 0 8.125rem;
  }

  .footer-main {
    gap: 35px;
  }
}

@media (max-width: 1200px) {
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-row {
    gap: 8px;
  }
}

@media (max-width: 991px) {
  body {
    --mobile-drawer-shift: max(-80vw, -440px);
  }

  body > main,
  body > .floating-actions,
  body > .site-footer {
    transition: transform 400ms;
  }

  body:has(.mobile-menu-toggle:checked) {
    overflow: hidden;
  }

  body:has(.mobile-menu-toggle:checked) > main,
  body:has(.mobile-menu-toggle:checked) > .floating-actions,
  body:has(.mobile-menu-toggle:checked) > .site-footer {
    transform: translateX(var(--mobile-drawer-shift));
  }

  .site-header .header-main:has(.mobile-menu-toggle:checked) {
    transform: translateX(calc(-50% + var(--mobile-drawer-shift)));
  }

  .site-header .header-nav > ul,
  .site-header .header_button {
    display: none;
  }

  .site-header .logo {
    padding: 10px 0;
  }

  .site-header .header_column {
    position: relative;
    right: 50px;
  }

  .site-header .container-fluid {
    padding-right: 3.375vw;
    padding-left: 3.375vw;
  }

  .site-header .storedsearch {
    left: 54%;
    width: 45%;
  }

  .menu_botton {
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: 15px;
    display: block;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .menu_botton strong {
    display: none;
  }

  .menu_botton span,
  .menu_botton span::before,
  .menu_botton span::after {
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: #fceaca;
  }

  .menu_botton span {
    position: relative;
    vertical-align: middle;
    transition: 300ms;
  }

  .menu_botton span::before,
  .menu_botton span::after {
    position: absolute;
    left: 0;
    content: "";
    transition: 300ms;
  }

  .menu_botton span::before {
    top: -8px;
  }

  .menu_botton span::after {
    bottom: -8px;
  }

  .mobile-drawer {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    display: block;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 100dvh;
    padding-top: 40px;
    overflow: hidden;
    color: #000;
    background: #fceaca;
    transform: translateX(100%);
    transition: transform 400ms;
  }

  .mobile-drawer::before {
    position: absolute;
    top: 39px;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    background: #000;
  }

  .mobile-drawer > a,
  .mobile-world > summary {
    position: relative;
    display: block;
    height: 40px;
    padding: 10px 10px 10px 20px;
    color: #000;
    border: 0;
    background: linear-gradient(#000, #000) right bottom / calc(100% - 20px) 1px no-repeat;
    font-size: 16px;
    line-height: 20px;
  }

  .mobile-world > summary {
    cursor: pointer;
    list-style: none;
  }

  .mobile-world > summary::-webkit-details-marker {
    display: none;
  }

  .mobile-world > summary::after {
    position: absolute;
    top: 15px;
    right: 23px;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(0, 0, 0, .4);
    border-right: 2px solid rgba(0, 0, 0, .4);
    content: "";
    transform: rotate(45deg);
  }

  .mobile-world-panel {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 20px;
    overflow-y: auto;
    background: #fceaca;
  }

  .mobile-world[open] .mobile-world-panel {
    display: block;
  }

  .mobile-world-panel a {
    display: block;
    padding: 0;
    color: #000;
    border: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .site-header:has(.mobile-menu-toggle:checked) > .mobile-drawer {
    transform: none;
  }

  .mobile-menu-toggle:checked ~ .container-fluid .menu_botton {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .mobile-menu-toggle:checked ~ .container-fluid .menu_botton span {
    background-color: transparent;
  }

  .mobile-menu-toggle:checked ~ .container-fluid .menu_botton span::before {
    top: 0;
    background-color: #fceaca;
    transform: rotate(45deg);
  }

  .mobile-menu-toggle:checked ~ .container-fluid .menu_botton span::after {
    bottom: 0;
    background-color: #fceaca;
    transform: rotate(-45deg);
  }

  .mobile-menu-toggle:checked ~ .container-fluid .header_search {
    background-image: url("../../images/articles/header-search.svg");
  }

  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-main {
    width: calc(100% - 30px);
    min-height: 342px;
    padding: 50px 0 38px;
    gap: clamp(12px, 2vw, 24px);
  }

  .footer-brand {
    flex: 0 1 14%;
  }

  .footer-brand .brand-logo {
    width: min(126px, 100%);
    height: auto;
  }

  .footer-brand address {
    margin: 40px 0 0;
    font-size: 10px;
    line-height: 2;
    overflow-wrap: anywhere;
  }

  .footer-links {
    flex: 0 1 68%;
    gap: clamp(8px, 2vw, 28px);
  }

  .footer-links > div,
  .footer-links > div:nth-child(2) {
    flex: 1 1 0;
  }

  .footer-links h2,
  .footer-social h2 {
    font-size: 14px;
  }

  .footer-links a {
    font-size: 11px;
  }

  .footer-social {
    display: block;
    flex: 0 1 8%;
  }

  .social-row {
    flex-wrap: wrap;
    gap: 6px;
  }

  .social-row > a,
  .social-row > button {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  .social-wechat > img:first-child {
    width: 28px;
    height: 28px;
  }

  .footer-legal-inner {
    width: calc(100% - 30px);
    min-height: 61px;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 11px;
  }

  .footer-legal-left {
    flex: 1 1 620px;
    flex-wrap: wrap;
    gap: 5px 16px;
  }

  .footer-legal-left > span:first-child,
  .footer-legal-left .police-record,
  .footer-legal-left .police-record + span,
  .footer-legal-right a:first-child,
  .footer-legal-right a:last-child {
    font-size: inherit;
  }
}

@media (max-width: 767px) {
  .site-header .header-main {
    top: 0;
    width: 100%;
    border-radius: 0;
  }

  .site-header .header_search {
    margin-right: 0;
  }

  .hero-media,
  .hero-article {
    height: 249px;
    min-height: 0;
    padding-top: 46px;
  }

  .hero-picture {
    top: 46px;
  }

  .hero-media .hero-picture img,
  .hero-article .hero-picture img {
    width: 139%;
    max-width: none;
    height: 109%;
    object-fit: cover;
    transform: translate(-19.5%, 0);
  }

  .hero-title {
    bottom: 27px;
    left: 20px;
    font-size: 22px;
  }

  .hero-article .hero-title {
    display: block;
  }

  .media-list {
    padding: 30px 20px;
  }

  .media-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 335px;
  }

  .media-card {
    height: 302px;
  }

  .media-card-image {
    height: 192px;
  }

  .media-card-body {
    height: 110px;
    padding: 11px 16px;
  }

  .media-card h2 {
    font-size: 15px;
    line-height: 1.5;
  }

  .media-card time {
    bottom: 24px;
    left: 16px;
    font-size: 12px;
  }

  .article-header,
  .article-content {
    width: min(calc(100% - 40px), 335px);
  }

  .article-header {
    padding-top: 25px;
  }

  .article-heading {
    margin-left: 0;
  }

  .article-heading h1 {
    font-size: 15px;
    line-height: 1.45;
  }

  .article-heading p {
    margin-top: 5px;
    font-size: 13px;
  }

  .source-strip {
    height: 46px;
    margin-top: 22px;
  }

  .source-strip img {
    width: 334px;
    height: 46px;
  }

  .article-copy .article-byline {
    margin: 14px 0 22px;
    font-size: 16px;
  }

  .article-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .article-copy p {
    margin-bottom: 20px;
  }

  .article-figure {
    margin-bottom: 24px;
  }

  .article-figure.photo {
    aspect-ratio: 334 / 224;
  }

  .article-figure.collage {
    aspect-ratio: 334 / 233;
  }

  .article-figure.slogan {
    aspect-ratio: 334 / 125;
    margin-bottom: 24px;
  }

  .article-credits {
    margin-top: 3px;
    font-size: 12px;
  }

  .related-source {
    margin-top: 20px;
  }

  .related-source summary {
    font-size: 14px;
  }

  .related-source .related-body {
    margin-top: 18px;
  }

  .related-body img {
    aspect-ratio: 335 / 234;
  }

  .media-source-link {
    margin-top: 16px;
    font-size: 12px;
  }

  .article-end {
    width: 100vw;
    height: auto;
    aspect-ratio: 1080 / 1028;
    margin: 38px 0 0 calc(50% - 50vw);
  }

  .article-end picture {
    height: auto;
  }

  .article-end img {
    width: 100%;
    height: auto;
    aspect-ratio: 1080 / 1028;
    object-fit: contain;
  }

  .article-end::after {
    position: absolute;
    top: 44%;
    right: 0;
    left: 0;
    height: 11%;
    content: "";
    background: #fff;
    pointer-events: none;
  }

  .article-brand-bar {
    display: none;
  }

  .article-pc-adaptive .article-end {
    aspect-ratio: 1723 / 582;
  }

  .article-pc-adaptive .article-end picture,
  .article-pc-adaptive .article-end img {
    height: 100%;
  }

  .article-pc-adaptive .article-end img {
    aspect-ratio: auto;
  }

  .article-pc-adaptive .article-end::after {
    display: none;
  }

  .article-pc-adaptive .article-brand-bar {
    display: grid;
    height: auto;
    aspect-ratio: 1078 / 148;
  }

  .article-pc-adaptive .article-brand-bar img {
    height: auto;
    max-height: none;
    align-self: center;
    object-fit: contain;
  }

  .site-footer {
    min-height: 83px;
  }

  .footer-main {
    display: none;
  }

  .footer-legal {
    display: flex;
    width: 100%;
    min-height: 83px;
    border: 0;
    font-family: "Heiti SC", "Microsoft YaHei", sans-serif;
    font-size: clamp(10px, 3.1746vw, 12px);
    font-weight: 500;
    line-height: normal;
    text-align: left;
  }

  .footer-legal-inner {
    display: flex;
    width: 100%;
    min-height: 83px;
    padding: 7px 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 0 auto;
    font-size: inherit;
  }

  .footer-legal-left {
    display: flex;
    width: 100%;
    flex: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3px 10px;
  }

  .footer-legal-left > span:first-child {
    flex: 0 0 100%;
    margin: 0;
    font-size: inherit;
    text-align: center;
    white-space: nowrap;
  }

  .footer-legal-left .police-record {
    display: flex;
    align-items: center;
    font-size: inherit;
  }

  .footer-legal-left .police-label,
  .footer-legal-left .police-number,
  .footer-legal-left .police-record + span {
    margin: 0;
    font-size: inherit;
    white-space: nowrap;
  }

  .footer-legal-left .police-record + span {
    flex: 0 0 auto;
  }

  .footer-legal .police-record img {
    width: clamp(13px, 3.9683vw, 15px);
    height: clamp(14px, 4.2328vw, 16px);
    margin: 0 3px 0 0;
  }

  .footer-legal-right {
    display: flex;
    flex: none;
    width: auto;
    gap: 0;
    font-size: inherit;
    white-space: nowrap;
  }

  .footer-legal-right a:first-child {
    width: auto;
    padding: 0;
    border: 0;
    font-size: inherit;
  }

  .footer-legal-right a:first-child::after {
    content: "|";
  }

  .footer-legal-right a:last-child {
    font-size: inherit;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
.text-center{
  text-align: center;
}
.fs-500{
  font-weight:  500;
}
.mb-10{
  margin-bottom: 10px!important;
}
.mb-5{
  margin-bottom: 5px!important;
}
.mb-0{
  margin-bottom: 0!important;
}
.pl-16{
  padding-left: 16px!important;
}
