/* font family */
@font-face {
  font-family: 'Roboto';
  src: url(https://media-zip1.baydn.com/storage_media_zip/kdbdns/cab83e67a0f329bdc9d78d763ebcf406.b2f5680e0ad12e8d81ead154c8bdbbeb.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/e67968b5677025eaab0518b63534fc22.745bde7f8cc2eed17bcfc0609e4b2883.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/e363e7a100628915c88aff6f2f465f98.5deae7b71e54d22acbaa8846b2881dfd.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/7fa0d7919134abfeca1177155b633e27.578852cb3ce7fc1ca2a574a5fec49535.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: Cabin-Medium;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/bd0876e3ee67d99089d640310eae3ab6.469cfb4e051796cf1bbc556bf8edc3bf.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeue;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/1e84c0f0bcd0fa285b1e0e6d4eafa43c.a0790abbd025a37f43195e1ce0499f07.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url(https://media-zip1.baydn.com/storage_media_zip/dndrgt/01499a636e3b21c672eefdd93245e210.3d376d842543cb0ddcbef31b0d6987c9.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url(https://media-zip1.baydn.com/storage_media_zip/kdbdns/ad88f2f3e82729ba6f96c1435c063fab.1b4481640ee36615b449f6513b371b68.woff2) format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: Bebas;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/f3afb2632c7a5028456c0a172776e095.f3aecec86d427e229a6d4daea7589637.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Muyao1';
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/4c3655fd0c2092cd9b78c4029e0e8900.cef07724aa122a77624c03ce2567083b.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: NotoSans;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/bb3ae24425784ab5a5196cf74cdc536a.f5bc9c279e5724506c1c5c73997077ca.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/fbc827843c14eb0dd213e26afca37816.6aedf413d605bcbb8907ed5919e73598.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/297e84a7c1df8029def82b69b83cfa8b.fdb53fdbd733f5d824fa8a1ae88d071c.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/2f1f6ad1b2596c8556ec191df5298b06.a9033b151b624d6d95e64f6b061546f9.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://media-zip1.baydn.com/storage_media_zip/zecark/136d89b98382eeaa52f215069eb3d94e.43f7601608809abb79c015763f0b0a51.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://media-zip1.baydn.com/storage_media_zip/zecark/f35b4bea5acec1b039d995b51a4f5f35.409869ef04d674ba04ea143e6adf739b.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
/* 扇贝阅读客户端一些公用的样式 */
.one-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.two-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 禁止元素滚动 */
.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}
/* 容器内单个元素水平垂直居中 */
.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* 容器内多个元素水平居中 */
.horizontal-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* 容器内多个元素垂直居中 */
.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-screen-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
body {
  background-color: white;
}

.oelyawlDnvRwNvlp7RXu {
  position: relative;
}
.tprDJFsRQ2DJoducstoo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11.733vw;
  background-color: #fff;
  padding-left: 1.867vw;
  padding-right: 4.533vw;
  color: #333;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.8vw;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  z-index: 9;
}
.kmlFKBKbTCGmjjYmmS26 {
  padding: 6.667vw;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}
.xF7WpeMn8mIGUgLzx9J3 {
  display: block;
  width: 100%;
  height: 18.133vw;
  background-color: #fff;
}
.pR0oyaH5enFcblK8epAg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 5.333vw;
  bottom: 3.2vw;
  width: 89.333vw;
  height: 11.733vw;
  border-radius: 5.867vw;
  font-size: 4.267vw;
  color: #fff;
  background-color: #91c954;
  -webkit-box-shadow: 0 1.067vw 2.133vw 0 rgba(145, 201, 84, 0.2);
          box-shadow: 0 1.067vw 2.133vw 0 rgba(145, 201, 84, 0.2);
  margin: 4.267vw auto 4.267vw auto;
}
.mSnrBbIfPqmHlDjRxNR7 {
  position: fixed;
  border-radius: 3.2vw;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2.667vw 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2.667vw 0px rgba(0, 0, 0, 0.1);
  right: 5.333vw;
  top: 11.2vw;
  padding: 4.267vw;
  z-index: 1001;
}
.telGF2ZQynpQT1V0ahJi {
  color: #222;
  font-size: 4.533vw;
  font-style: normal;
  font-weight: 600;
  line-height: 4.533vw;
  margin-bottom: 2.667vw;
}
.iYwPqAH4k8s9a4I7fMu8 {
  color: #333;
  font-size: 3.467vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.467vw;
  margin-bottom: 4.267vw;
}
.FVi2EqM6bpbHMJhvHUJA {
  padding: 1.067vw 3.2vw;
  border-radius: 8vw;
  background: #95d054;
  color: #fff;
  font-size: 3.733vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.b9YZ2MNOhAm9PgunAzgC {
  position: absolute;
  width: 8vw;
  height: 8vw;
  top: 1.333vw;
  right: 1.067vw;
}

/* font family */
@font-face {
  font-family: 'Roboto';
  src: url(https://media-zip1.baydn.com/storage_media_zip/kdbdns/cab83e67a0f329bdc9d78d763ebcf406.b2f5680e0ad12e8d81ead154c8bdbbeb.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/e67968b5677025eaab0518b63534fc22.745bde7f8cc2eed17bcfc0609e4b2883.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/e363e7a100628915c88aff6f2f465f98.5deae7b71e54d22acbaa8846b2881dfd.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/7fa0d7919134abfeca1177155b633e27.578852cb3ce7fc1ca2a574a5fec49535.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: Cabin-Medium;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/bd0876e3ee67d99089d640310eae3ab6.469cfb4e051796cf1bbc556bf8edc3bf.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeue;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/1e84c0f0bcd0fa285b1e0e6d4eafa43c.a0790abbd025a37f43195e1ce0499f07.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url(https://media-zip1.baydn.com/storage_media_zip/dndrgt/01499a636e3b21c672eefdd93245e210.3d376d842543cb0ddcbef31b0d6987c9.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url(https://media-zip1.baydn.com/storage_media_zip/kdbdns/ad88f2f3e82729ba6f96c1435c063fab.1b4481640ee36615b449f6513b371b68.woff2) format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: Bebas;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/f3afb2632c7a5028456c0a172776e095.f3aecec86d427e229a6d4daea7589637.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Muyao1';
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/4c3655fd0c2092cd9b78c4029e0e8900.cef07724aa122a77624c03ce2567083b.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: NotoSans;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/bb3ae24425784ab5a5196cf74cdc536a.f5bc9c279e5724506c1c5c73997077ca.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/fbc827843c14eb0dd213e26afca37816.6aedf413d605bcbb8907ed5919e73598.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/297e84a7c1df8029def82b69b83cfa8b.fdb53fdbd733f5d824fa8a1ae88d071c.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/2f1f6ad1b2596c8556ec191df5298b06.a9033b151b624d6d95e64f6b061546f9.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://media-zip1.baydn.com/storage_media_zip/zecark/136d89b98382eeaa52f215069eb3d94e.43f7601608809abb79c015763f0b0a51.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://media-zip1.baydn.com/storage_media_zip/zecark/f35b4bea5acec1b039d995b51a4f5f35.409869ef04d674ba04ea143e6adf739b.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
/* 扇贝阅读客户端一些公用的样式 */
.one-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.two-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 禁止元素滚动 */
.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}
/* 容器内单个元素水平垂直居中 */
.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* 容器内多个元素水平居中 */
.horizontal-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* 容器内多个元素垂直居中 */
.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-screen-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.title-en {
  margin-bottom: 3.2vw;
  color: #222;
  font-family: 'Source Serif Pro';
  font-size: 6.933vw;
  font-style: normal;
  font-weight: 700;
  line-height: 8vw;
}
.title-cn {
  font-size: 4.267vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #222;
  margin-bottom: 4.267vw;
}
.source {
  margin-bottom: 5.333vw;
  color: rgba(33, 33, 33, 0.34);
  font-family: NotoSansHans;
  font-size: 3.733vw;
  font-weight: 500;
}
.decoration {
  width: 3.733vw;
  height: 1.067vw;
  margin-bottom: 3.733vw;
  background-color: #333;
}
.article-top-meta {
  margin-bottom: 6.4vw;
}
.article-top-meta .category,
.article-top-meta .grade {
  margin-right: auto;
  padding: 3px 2.667vw;
  border: solid 1px #EFF1F4;
  border-radius: 2.933vw;
  color: rgba(34, 34, 34, 0.6);
  font-size: 3.2vw;
  font-weight: 400;
}
.article-top-meta .category {
  margin-right: 2.133vw;
}
.article-top-meta .num-read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212121;
  font-family: HelveticaNeue;
  font-size: 3.52vw;
  line-height: 1;
  margin-right: 4.27vw;
}
.article-top-meta .num-read::before {
  content: '';
  display: inline-block;
  width: 2.933vw;
  height: 2.933vw;
  margin-right: 1.6vw;
  background-image: url('https://media-image1.baydn.com/storage_media_image/kdbdns/4a7c987deb77778e0333e2a3c836e3e1.a6c9afdf75e0c6ed6be95f626738d785.png?x-oss-process=image/quality,Q_80');
  background-size: 2.933vw 2.933vw;
}
.article-top-meta .word-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(34, 34, 34, 0.6);
  font-family: HelveticaNeue;
  font-size: 3.2vw;
  line-height: 4.533vw;
  font-weight: 400;
}
.article-top-meta .word-count::before {
  content: '';
  display: inline-block;
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 1.333vw;
  background-image: url('https://media-image1.baydn.com/storage_media_image/dndrgt/e2eb9aecbede5258849e68c22222de56.f6524afb8a761d12d389c205a7e7052c.png');
  background-size: 100% 100%;
}
.thumbnail-image {
  border-radius: 2.133vw;
}
.feature-img {
  max-width: 100%;
  height: auto;
  margin-top: 4.8vw;
}

.para-list {
  position: relative;
  height: 106.67vw;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 5.333vw;
}
.para-list.show-rest {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
.para {
  margin-bottom: 5.333vw;
  color: #212121;
  font-family: 'Source Serif Pro';
  font-size: 4.8vw;
  line-height: 1.78;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.para:last-child {
  margin-bottom: 0;
}
.para .sent--selected {
  background-color: rgba(255, 243, 209, 0.5);
}
.para .sent--underlined {
  background-color: #fff3d1;
}
.para .content-img {
  border-radius: 2.13vw;
  width: 100%;
  display: block;
}
button.word {
  height: 6.13vw;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 2px;
  background-color: unset;
  font-family: 'Source Serif Pro';
  font-size: 4.8vw;
  color: #212121;
}
button.word.bold {
  font-weight: 700;
}
button.word.underline {
  border-bottom: 1.5px dashed #91c954;
}
button.word.active {
  background-color: #91c954;
  color: #fff;
}
.sent {
  position: relative;
  margin-right: 1.2vw;
}
.sent .sent__popular-underline-btn {
  width: 8vw;
  height: 8vw;
  float: right;
  margin-right: -8vw;
}
.show-rest-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37.33vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(5%), to(#fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), 5%, #fff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), 5%, #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 5%, #fff);
  z-index: 2;
}
.show-rest-btn {
  padding: 0;
  background-color: unset;
}
.show-rest-btn span.show-rest-btn-text {
  margin-right: 1.33vw;
  color: #91c954;
  font-size: 4vw;
  font-weight: 700;
}
.show-rest-btn img.show-rest-btn-icon {
  width: 3.73vw;
  height: 3.73vw;
}
.para-note-flag {
  width: 3.733vw;
  height: 3.733vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-footer .reading-tofinish-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10.667vw;
  width: 36.8vw;
  border-radius: 5.333vw;
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  -webkit-box-shadow: 0 1.067vw 2.133vw 0 rgba(145, 201, 84, 0.2);
          box-shadow: 0 1.067vw 2.133vw 0 rgba(145, 201, 84, 0.2);
  background-color: #91c954;
}
.article-footer .reading-finished {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.133vw 0;
  font-size: 4vw;
  font-weight: 500;
  color: #aaa;
}
.article-footer .reading-finished__icon {
  width: 4.267vw;
  height: 4.267vw;
  margin-right: 1.067vw;
  background-image: url(https://media-image1.baydn.com/storage_media_image/qtvmnf/83aa27c08d7af152299de29043088b3d.ab874ceba4724eccdeb2b91d1a1f1828.png);
  background-size: contain;
}
.article-fixed-footer {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 0;
  z-index: 30;
  background-color: transparent;
}
.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hot-area {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.article-detail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16vw;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.133vw;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0 2.133vw;
  margin-top: 4.267vw;
  margin-bottom: 4.267vw;
}
.article-detail-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.733vw;
  color: rgba(0, 0, 0, 0.88);
}
.article-detail-icon-wrapper {
  position: relative;
  top: -1px;
}
.article-detail-label {
  margin-left: 1.067vw;
}
.article-detail-count {
  font-family: 'Inter', sans-serif;
  margin-left: 2px;
  margin-right: 1px;
  color: #d1a162;
}
.article-detail-count-sentence {
  color: #d1a162;
  font-family: 'Inter', sans-serif;
  margin-left: 2px;
  margin-right: 1px;
}
.article-detail-unit {
  font-size: 3.733vw;
}
.article-detail-unit-vocab {
  margin-right: 1.6vw;
  font-size: 3.733vw;
}
.article-detail-divider {
  height: 2.667vw;
  width: 0.5px;
  background-color: rgba(0, 0, 0, 0.4);
}
.article-detail-count-sentence {
  font-family: 'Inter', sans-serif;
  margin-left: 1.6vw;
  margin-right: 1px;
}
.article-detail-button {
  width: 23.2vw;
  height: 7.467vw;
  border-radius: 3.733vw;
  font-size: 3.733vw;
  font-weight: 500;
  letter-spacing: -0.08px;
  color: #fff;
  background-color: #91c954;
}

.kFcV_c5K3NkYuFxWGUwQ {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 3.733vw;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
._3wTaQVfSbwSTctY9OC0 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
}
.UTAzMF3zwr7v0aQbGz9U {
  border-radius: 4.267vw;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.85);
  line-height: 1.5;
  padding: 2.133vw 3.733vw;
}

.layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 75.73vw;
  padding: 10.13vw 5.33vw 0 5.33vw;
  border-radius: 2.67vw;
  background-color: #fff;
  -webkit-box-shadow: 0 -2.133vw 5.333vw 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2.133vw 5.333vw 0 rgba(0, 0, 0, 0.08);
}
.layer .cancle {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.73vw;
  height: 7.73vw;
  background-image: url('https://media-image1.baydn.com/storage_media_image/zecark/5de4a740cafad0c25ae08381ff067c56.cb889f09fe899a844b06b79f460b731e.png');
  background-size: contain;
}
.layer .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer .content .word-content {
  height: 8vw;
  margin: 0 2.667vw 0 0;
  font-family: Roboto;
  font-size: 6.933vw;
  font-weight: bold;
  color: #333;
}
.layer .content .word-phonetic-symbols {
  font-size: 3.73vw;
  color: #999;
}
.layer .content .word-pron {
  position: absolute;
  right: 5.33vw;
  width: 5.33vw;
  height: 5.07vw;
  background-image: url('https://media-image1.baydn.com/storage_media_image/zecark/1842b67feb48c11d6fbaee83462c499b.edcbf048c2dbf45216f32d5b2858ff48.png');
  background-size: contain;
}
.layer .word-sense {
  margin-top: 4.8vw;
  height: 30vw;
  overflow: scroll;
}
.layer .word-sense .sense-content .wordiness {
  margin: 0.27vw 1.07vw 0 0;
  font-family: Roboto;
  font-size: 4.267vw;
  color: #999;
}
.layer .word-sense .sense-content .chinese {
  font-size: 4.27vw;
  color: #333;
  line-height: 150%;
}
.layer .omit-sense {
  width: 100%;
  color: #999;
  font-size: 4.8vw;
  position: absolute;
  bottom: 19vw;
  left: 5.33vw;
}
.layer .not-find {
  margin-top: 20vw;
  text-align: center;
  width: 100%;
  color: #999;
  font-size: 4.8vw;
}
.layer .word-footer {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100vw - 10.667vw);
  bottom: 5.333vw;
}
.layer .word-added-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.667vw 0;
  font-size: 4vw;
  font-weight: 500;
  color: #aaa;
}
.layer .word-added-text .word-added-text__icon {
  width: 4.267vw;
  height: 4.267vw;
  margin-right: 3px;
  background-image: url(https://media-image1.baydn.com/storage_media_image/qtvmnf/83aa27c08d7af152299de29043088b3d.ab874ceba4724eccdeb2b91d1a1f1828.png);
  background-size: contain;
}
.layer .word-toadd-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11.2vw;
  padding: 2.4vw 4.8vw 2.667vw 4.8vw;
  border-radius: 5.627vw;
  border: solid 1px #91c954;
  background-color: #fff;
  color: #91c954;
  font-size: 4vw;
  font-weight: 500;
}
.layer .word-toadd-btn .word-toadd-btn__icon {
  width: 5.867vw;
  height: 6.4vw;
  background-image: url('https://media-image1.baydn.com/storage_media_image/zecark/d04d1377a58421b402a6b5767daf6e67.4540fd652804346a13e1b3f92bd01c49.png');
  background-size: contain;
}

.huA3rJRdctt_1l_zgOT3 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.KcmELkSHe3zRV57AHpfp {
  width: 9.333vw;
  height: 9.333vw;
  margin-top: 4vw;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: huA3rJRdctt_1l_zgOT3 0.6s infinite ease-in;
          animation: huA3rJRdctt_1l_zgOT3 0.6s infinite ease-in;
  border: 2px solid #fff;
  border-radius: 100%;
  border-left-color: #91c954;
}
@-webkit-keyframes huA3rJRdctt_1l_zgOT3 {
  from {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes huA3rJRdctt_1l_zgOT3 {
  from {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}

.para-note {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  padding: 0 3.2vw;
  border-radius: 2.667vw;
  -webkit-box-shadow: 0 -2px 2.133vw 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 2.133vw 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  font-family: PingFangSC;
}
.para-note-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12.267vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.para-note-header__title {
  font-size: 4.533vw;
  font-weight: 500;
}
.para-note-header__close {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 7.733vw;
  height: 7.733vw;
  margin-right: -3.2vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.para-note-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.para-note-user__avatar {
  width: 8vw;
  height: 8vw;
  margin-right: 2.133vw;
  border-radius: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.para-note-user__name {
  font-size: 4vw;
  font-weight: 500;
}
.para-note-user__vote-up-count {
  margin-left: auto;
  margin-right: 1.067vw;
  text-align: right;
  font-size: 3.467vw;
  color: #999;
}
.para-note-user__vote-up-icon {
  width: 4.267vw;
  height: 4.267vw;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.para-note-note {
  margin-left: 10.133vw;
  overflow: scroll;
  font-size: 3.733vw;
  font-weight: normal;
  line-height: 1.5;
  width: 76vw;
}
.para-note-overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.para-note-footer {
  margin-bottom: 5.333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100vw - 3.2vw * 2);
}
.para-note-footer-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10.667vw;
  padding: 2.667vw 5.333vw;
  border: solid 1px #91c954;
  border-radius: 5.627vw;
  font-size: 4vw;
  font-weight: 500;
  color: #91c954;
  background-color: #fff;
}
.para-note .para-note-box-item {
  margin-top: 5.333vw;
  position: relative;
}
.para-note .para-note-item-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), color-stop(93.52%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #fff 93.52%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #fff 93.52%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #fff 93.52%);
}

.nImmN8UwD41vHzVBmOV5 {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 35;
}
.ZInSmxrVjJnmlWNrUWCG {
  position: fixed;
  left: 5.333vw;
  right: 5.333vw;
  width: calc(100vw - 10.667vw);
  min-height: 33.333vw;
  padding: 4vw 3.733vw 0 3.733vw;
  border-radius: 2.133vw;
  font-family: PingFangSC;
  background: #3d3d3d;
  -webkit-transition: height 1.5s;
  -o-transition: height 1.5s;
  transition: height 1.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.PeUCgGatlXfuWzjsszhn {
  position: absolute;
  top: calc(2.133vw * -2 + 1px);
  left: 11%;
  width: 0;
  height: 0;
  border: 2.133vw solid transparent;
  border-bottom: 2.133vw solid #3d3d3d;
}
.Mw4gz2iUNZAyQBO5F2Sw {
  position: absolute;
  bottom: calc(2.133vw * -2 + 1px);
  left: 11%;
  width: 0;
  height: 0;
  border: 2.133vw solid transparent;
  border-top: 2.133vw solid #3d3d3d;
}
.Ci2MEvx77XtLRbUUre7j {
  margin-bottom: 1.067vw;
  font-size: 4.267vw;
  font-weight: 600;
  color: #fff;
}
.tNUhknljgoHZo0nrHPdj {
  margin-bottom: 2.8vw;
  max-height: 23.467vw;
  overflow: scroll;
  font-size: 3.733vw;
  font-weight: normal;
  line-height: 1.57;
  opacity: 0.8;
  color: #fff;
}
.Qu9wnNdBl4hSQE1pfeN6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 2.8vw;
  margin-top: 2.8vw;
  background-color: transparent;
}
.RDKDqn1Vc3vY2txVe7eI {
  margin-top: 5.333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 5.333vw;
  background-color: transparent;
}
.nzmlhV6mKSAdDVl55mOH {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.4vw;
  padding: 0 2.667vw;
  margin-right: 3.733vw;
  font-size: 4vw;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: transparent;
}
.D2JvlX3ISGmND4gB9vCQ {
  border-radius: 3.2vw;
  background-color: #333;
}
.YFelQCTJJuci5pe0g2xi {
  width: 3.733vw;
  height: 3.733vw;
  margin-right: 1.067vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.ghOUdfs0Jo7hamsbivVR {
  width: 81.867vw;
  height: 0;
  opacity: 0.08;
  border: solid 1px #fff;
}
._xX8KlohcJXIAYSFaJM2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.667vw 0;
}
.w2f7bcBWkrYrM4dnUePl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gck3fL5NPviAzYxFEfcY {
  width: 5.867vw;
  height: 5.867vw;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: #fff;
}
.DPlnzgveV7xinzq0xEEj {
  font-size: 3.2vw;
  font-weight: 500;
  color: #999;
}
.qQzL7jr3IC1pnV5JPYfE {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3.733vw;
  margin-bottom: 2.667vw;
}
.qQzL7jr3IC1pnV5JPYfE div:first-child {
  font-size: 3.733vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.qQzL7jr3IC1pnV5JPYfE div:last-child {
  font-size: 3.733vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #95d054;
  padding: 1.067vw 3.2vw;
  border-radius: 8vw;
}
.t0IjbPMh1mcu9Es8zXjg {
  height: 16vw;
  margin-top: 1.6vw;
}
.jev6iBoubht9D9GHRyv6 {
  width: 18.133vw;
  height: 18.133vw;
  background-color: #333;
  border-radius: 2.133vw;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 2.667vw;
}
.I6BwCYZbPyfMCZ0CPcHX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
}

.intro-exam {
  background-color: #f8f8f8;
  padding: 5.333vw 5.333vw 14.133vw 5.333vw;
}
.intro-exam-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.27vw;
}
.intro-exam-header__icon {
  width: 4.8vw;
  height: 5.87vw;
  margin-right: 2.67vw;
}
.intro-exam-header__title {
  margin-right: 2.67vw;
  color: #333;
  font-size: 4.8vw;
  font-weight: 600;
}
.intro-exam-scroll-gallery {
  width: 100%;
  height: 39.73vw;
  -webkit-animation: mymove 15s linear infinite;
          animation: mymove 15s linear infinite;
  background-image: url('https://media-image1.baydn.com/storage_media_image/zecark/1b431ecdfa82a2f387f30683d28b60a2.eae46266d10d4676ecbf4b299d4088c0.png');
  background-position: top left;
  background-size: cover;
}
@-webkit-keyframes mymove {
  from {
    background-position: top left;
  }
  to {
    background-position: top right;
  }
}
@keyframes mymove {
  from {
    background-position: top left;
  }
  to {
    background-position: top right;
  }
}

.FB5Dgd2iJgg2zaFqGSbV {
  position: relative;
  padding-bottom: 24.53vw;
}
.IYja5IZQKTDRB1An0yBJ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11.733vw;
  background-color: #fff;
  padding-left: 1.867vw;
  padding-right: 4.533vw;
  color: #333;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.8vw;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  z-index: 9;
}
.r_PnZwUhI48riqIdt8Ww {
  padding: 4.267vw 6.667vw 4.267vw 6.667vw;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}
.J82EpcadsxKMCw72f7rS {
  height: 2.13vw;
  background-color: #f7f7f7;
}
.RBJgJDIurfVMWgXyEatV {
  padding: 6.4vw 5.333vw;
}
.TAttMvVsDZWkQPups3G8 {
  display: block;
  position: fixed;
  z-index: 20;
  bottom: 0;
  width: 100%;
}
.UjF_JyeTIEdanfCq2iVw {
  position: fixed;
  border-radius: 3.2vw;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2.667vw 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2.667vw 0px rgba(0, 0, 0, 0.1);
  right: 5.333vw;
  top: 11.2vw;
  padding: 4.267vw;
  z-index: 1001;
}
.rwJ_vCx5UDRBr_JjmfL7 {
  color: #222;
  font-size: 4.533vw;
  font-style: normal;
  font-weight: 600;
  line-height: 4.533vw;
  margin-bottom: 2.667vw;
}
.Pr_fuOZdgygs7BQKrxDf {
  color: #333;
  font-size: 3.467vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.467vw;
  margin-bottom: 4.267vw;
}
.lAQ2tE0HoMWnI95o4jsn {
  padding: 1.067vw 3.2vw;
  border-radius: 8vw;
  background: #95d054;
  color: #fff;
  font-size: 3.733vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.wy_3a_M_jFL2rRnLcs5u {
  position: absolute;
  width: 8vw;
  height: 8vw;
  top: 0;
  right: 0;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14.4vw;
  padding: 0 3.2vw 0 4.267vw;
  background-color: #fff;
  width: 100%;
  z-index: 30;
}
.header .logo {
  width: 10.667vw;
  height: 10.667vw;
}
.header .meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2.667vw;
  font-family: NotoSansHans;
}
.header .meta .title {
  color: #333;
  font-size: 4.267vw;
  font-weight: bold;
}
.header .meta .slogan {
  margin-top: 0.5vw;
  color: #999;
  font-size: 3.2vw;
  font-weight: 300;
  letter-spacing: 1.067vw;
}
.header button {
  height: 8vw;
  padding: 0 4vw;
  border: solid 1px #91c954;
  border-radius: 4vw;
  background-color: #fff;
  color: #7eb149;
  font-size: 3.467vw;
  font-weight: 500;
}

/* font family */
@font-face {
  font-family: 'Roboto';
  src: url(https://media-zip1.baydn.com/storage_media_zip/kdbdns/cab83e67a0f329bdc9d78d763ebcf406.b2f5680e0ad12e8d81ead154c8bdbbeb.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/e67968b5677025eaab0518b63534fc22.745bde7f8cc2eed17bcfc0609e4b2883.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/e363e7a100628915c88aff6f2f465f98.5deae7b71e54d22acbaa8846b2881dfd.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/7fa0d7919134abfeca1177155b633e27.578852cb3ce7fc1ca2a574a5fec49535.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: Cabin-Medium;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/bd0876e3ee67d99089d640310eae3ab6.469cfb4e051796cf1bbc556bf8edc3bf.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeue;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/1e84c0f0bcd0fa285b1e0e6d4eafa43c.a0790abbd025a37f43195e1ce0499f07.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url(https://media-zip1.baydn.com/storage_media_zip/dndrgt/01499a636e3b21c672eefdd93245e210.3d376d842543cb0ddcbef31b0d6987c9.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url(https://media-zip1.baydn.com/storage_media_zip/kdbdns/ad88f2f3e82729ba6f96c1435c063fab.1b4481640ee36615b449f6513b371b68.woff2) format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: Bebas;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/f3afb2632c7a5028456c0a172776e095.f3aecec86d427e229a6d4daea7589637.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Muyao1';
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/4c3655fd0c2092cd9b78c4029e0e8900.cef07724aa122a77624c03ce2567083b.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: NotoSans;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/bb3ae24425784ab5a5196cf74cdc536a.f5bc9c279e5724506c1c5c73997077ca.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/fbc827843c14eb0dd213e26afca37816.6aedf413d605bcbb8907ed5919e73598.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/297e84a7c1df8029def82b69b83cfa8b.fdb53fdbd733f5d824fa8a1ae88d071c.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/2f1f6ad1b2596c8556ec191df5298b06.a9033b151b624d6d95e64f6b061546f9.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://media-zip1.baydn.com/storage_media_zip/zecark/136d89b98382eeaa52f215069eb3d94e.43f7601608809abb79c015763f0b0a51.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://media-zip1.baydn.com/storage_media_zip/zecark/f35b4bea5acec1b039d995b51a4f5f35.409869ef04d674ba04ea143e6adf739b.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
/* 扇贝阅读客户端一些公用的样式 */
.one-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.two-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 禁止元素滚动 */
.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}
/* 容器内单个元素水平垂直居中 */
.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* 容器内多个元素水平居中 */
.horizontal-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* 容器内多个元素垂直居中 */
.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-screen-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.intro .intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.27vw;
}
.intro .intro-header .fire-icon {
  width: 4.8vw;
  height: 5.87vw;
  margin-right: 2.67vw;
}
.intro .intro-header .intro-header-title {
  margin-right: 2.67vw;
  color: #333;
  font-size: 4.8vw;
  font-weight: 600;
}
.intro .intro-header .intro-header-subtitle {
  color: #999;
  font-size: 3.47vw;
  font-weight: 500;
}
.intro .hot-news {
  margin-bottom: 4.27vw;
  padding: 5.33vw 4.27vw;
  border-radius: 2.13vw;
  background-color: #f8f9f7;
}
.intro .hot-news:last-of-type {
  margin-bottom: 0;
}
.intro .hot-news .hot-news-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6vw;
}
.intro .hot-news .hot-news-body .news-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.intro .hot-news .hot-news-body .news-text .news-title {
  color: #333;
  font-size: 4.27vw;
  font-weight: bold;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.intro .hot-news .hot-news-body .news-text .news-desc {
  margin-top: 1.6vw;
  color: #666;
  font-size: 3.47vw;
}
.intro .hot-news .hot-news-body .news-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2.133vw;
  width: 18.13vw;
  height: 18.13vw;
  border-radius: 1.6vw;
  background-position: center;
  background-size: cover;
}
.intro .hot-news .hot-news-body .news-media .play-icon {
  width: 3.92vw;
  height: 3.2vw;
}
.intro .hot-news .hot-news-body .news-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 1.87vw;
  bottom: 0.53vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro .hot-news .hot-news-body .news-view .news-view-icon {
  width: 2.93vw;
  height: 2.4vw;
  margin-right: 0.53vw;
}
.intro .hot-news .hot-news-body .news-view .news-view-num {
  color: #fff;
  font-size: 2.67vw;
}
.intro .hot-news .hot-news-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .hot-news .hot-news-footer button.open-in-app {
  width: 34.67vw;
  height: 8vw;
  border: solid 0.5px #91c954;
  border-radius: 4vw;
  background-color: unset;
  color: #91c954;
  font-size: 3.2vw;
  font-weight: 600;
}
.intro .hot-news .hot-news-footer .news-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro .hot-news .hot-news-footer .news-comment .news-comment-icon {
  width: 2.67vw;
  height: 2.67vw;
  margin-right: 0.8vw;
}
.intro .hot-news .hot-news-footer .news-comment .news-comment-num {
  color: #666;
  font-size: 3.2vw;
}

/* font family */
@font-face {
  font-family: 'Roboto';
  src: url(https://media-zip1.baydn.com/storage_media_zip/kdbdns/cab83e67a0f329bdc9d78d763ebcf406.b2f5680e0ad12e8d81ead154c8bdbbeb.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/e67968b5677025eaab0518b63534fc22.745bde7f8cc2eed17bcfc0609e4b2883.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/e363e7a100628915c88aff6f2f465f98.5deae7b71e54d22acbaa8846b2881dfd.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/7fa0d7919134abfeca1177155b633e27.578852cb3ce7fc1ca2a574a5fec49535.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: Cabin-Medium;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/bd0876e3ee67d99089d640310eae3ab6.469cfb4e051796cf1bbc556bf8edc3bf.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeue;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/1e84c0f0bcd0fa285b1e0e6d4eafa43c.a0790abbd025a37f43195e1ce0499f07.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url(https://media-zip1.baydn.com/storage_media_zip/dndrgt/01499a636e3b21c672eefdd93245e210.3d376d842543cb0ddcbef31b0d6987c9.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url(https://media-zip1.baydn.com/storage_media_zip/kdbdns/ad88f2f3e82729ba6f96c1435c063fab.1b4481640ee36615b449f6513b371b68.woff2) format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: Bebas;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/f3afb2632c7a5028456c0a172776e095.f3aecec86d427e229a6d4daea7589637.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Muyao1';
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/4c3655fd0c2092cd9b78c4029e0e8900.cef07724aa122a77624c03ce2567083b.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: NotoSans;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/bb3ae24425784ab5a5196cf74cdc536a.f5bc9c279e5724506c1c5c73997077ca.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url('https://media-zip1.baydn.com/storage_media_zip/dndrgt/fbc827843c14eb0dd213e26afca37816.6aedf413d605bcbb8907ed5919e73598.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/297e84a7c1df8029def82b69b83cfa8b.fdb53fdbd733f5d824fa8a1ae88d071c.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('https://media-zip1.baydn.com/storage_media_zip/kdbdns/2f1f6ad1b2596c8556ec191df5298b06.a9033b151b624d6d95e64f6b061546f9.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://media-zip1.baydn.com/storage_media_zip/zecark/136d89b98382eeaa52f215069eb3d94e.43f7601608809abb79c015763f0b0a51.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://media-zip1.baydn.com/storage_media_zip/zecark/f35b4bea5acec1b039d995b51a4f5f35.409869ef04d674ba04ea143e6adf739b.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
}
/* 扇贝阅读客户端一些公用的样式 */
.one-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.two-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 禁止元素滚动 */
.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}
/* 容器内单个元素水平垂直居中 */
.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* 容器内多个元素水平居中 */
.horizontal-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* 容器内多个元素垂直居中 */
.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-screen-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.intro .intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.27vw;
}
.intro .intro-header .fire-icon {
  width: 4.8vw;
  height: 5.87vw;
  margin-right: 2.67vw;
}
.intro .intro-header .intro-header-title {
  margin-right: 2.67vw;
  color: #333;
  font-size: 4.8vw;
  font-weight: 600;
}
.intro .intro-header .intro-header-subtitle {
  color: #999;
  font-size: 3.47vw;
  font-weight: 500;
}
.intro .scroll-books-gallery {
  width: 100%;
  height: 39.73vw;
  -webkit-animation: mymove 15s linear infinite;
          animation: mymove 15s linear infinite;
  background-image: url('https://media-image1.baydn.com/storage_media_image/kdbdns/5dc29ae4870bc6335b736c442d34b6a7.81125d27bab2afda191f9d916114d0c5.png?x-oss-process=image/quality,Q_80');
  background-position: top left;
  background-size: cover;
}
@-webkit-keyframes mymove {
  from {
    background-position: top left;
  }
  to {
    background-position: top right;
  }
}
@keyframes mymove {
  from {
    background-position: top left;
  }
  to {
    background-position: top right;
  }
}
.intro .publisher {
  width: 100%;
  margin-top: 6.4vw;
  margin-bottom: 6.93vw;
}

