:root {
  --primary:                                      #3CB878;
  --secondary:                                    #2D8692;
  --black:                                        #000;
  --white:                                        #fff;
  --success:                                      #00A65A;
  --warning:                                      #E0A800;
  --danger:                                       #C82333;
  --link:                                         #007DFF;
  --gray-1:                                       #f2f2f7;
  --gray-2:                                       #e5e5ea;
  --gray-3:                                       #d1d1d6;
  --gray-4:                                       #c7c7cc;
  --gray-5:                                       #aeaeb2;
  --gray-6:                                       #8e8e93;
  --bg-bw:                                        #f2f2f7;
  --bg-bw-rv:                                     #1c1d1f;
  --bg-body:                                      #fafafa;
  --bg-bw:                                        #f6f6f9;
  --bg-bw-rv:                                     #1c1d1f;
  --border:                                       var(--gray-2);
  --text-title:                                   #1c1d1f;
  --text-subtitle:                                #3a3a3c;
  --text-paragraph:                               #48484a;
  --text-overline:                                #8e8e93;
  --webfont-family:                               -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --webfont-size:                                 16px;
}

.theme-dark {
  --gray-1:                                       #1c1d1f;
  --gray-2:                                       #2c2c2e;
  --gray-3:                                       #3a3a3c;
  --gray-4:                                       #48484a;
  --gray-5:                                       #636366;
  --gray-6:                                       #8e8e93;
  --bg-body:                                      #1a1a1a;
  --bg-bw:                                        #131414;
  --bg-bw-rv:                                     #f2f2f7;
  --border:                                       var(--gray-2);
  --text-title:                                   #f2f2f7;
  --text-subtitle:                                #d1d1d6;
  --text-paragraph:                               #c7c7cc;
  --text-overline:                                #8e8e93;
}

.article .article-cover {
  height: 100vh;
  border-bottom: 2px solid var(--bg-bw-rv);
}

.article .article-cover .swiper-container {
  height: 100%;
}

.article .article-cover .swiper-container .swiper-wrapper {
  height: 100%;
}

.article .article-cover .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}

.article .article-cover .swiper-container .swiper-wrapper .swiper-slide .mask {
  width: 100%;
  height: 100%;
}

.article .article-cover .swiper-container .article-nav {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article .article-cover .swiper-container .article-nav .container-fluid {
  height: 100%;
  padding: 0 8rem;
}

.article .article-cover .swiper-container .article-nav .container-fluid .nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.article .article-cover .swiper-container .article-nav .container-fluid .nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--text-title);
  position: relative;
}

.article .article-cover .swiper-container .article-nav .container-fluid .nav a:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.article .article-cover .swiper-container .article-nav .container-fluid .nav a:hover {
  color: var(--primary);
}

.article .article-cover .swiper-container .article-nav .container-fluid .nav a:hover:after {
  background-color: var(--primary);
}

.article .article-cover .swiper-container .article-nav .container-fluid .nav a.active {
  color: var(--primary);
  font-weight: 700;
}

.article .article-cover .swiper-container .article-nav .container-fluid .nav a.active:after {
  background-color: var(--primary);
}

.article .container-fluid {
  padding: 0 8rem;
}

.article .container-fluid .article-title {
  padding-top: 4rem;
}

.article .container-fluid .article-title h3 {
  font-weight: 800;
}

.article .container-fluid .article-nav {
  padding-top: 4rem;
}

.article .container-fluid .article-nav .article-nav-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 374px;
  height: 160px;
}

.article .container-fluid .article-nav .article-nav-wrapper .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.article .container-fluid .article-nav .article-nav-wrapper .swiper-container .swiper-wrapper .swiper-slide a .mask {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  position: relative;
}

.article .container-fluid .article-nav .article-nav-wrapper .swiper-container .swiper-wrapper .swiper-slide a .mask .overlay {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.article .container-fluid .article-nav .article-nav-wrapper .swiper-container .swiper-wrapper .swiper-slide a .mask .overlay h5 {
  text-transform: uppercase;
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.article .container-fluid .article-posts {
  padding: 8rem 0;
}

.article .container-fluid .article-posts .post-sizer,
.article .container-fluid .article-posts .post {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0 0.75rem;
}

.article .container-fluid .article-posts .post-sizer a,
.article .container-fluid .article-posts .post a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article .container-fluid .article-posts .post-sizer a:hover .mask img,
.article .container-fluid .article-posts .post a:hover .mask img {
  -webkit-transform: scale(1.025, 1.025);
  transform: scale(1.025, 1.025);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article .container-fluid .article-posts .post-sizer a:hover .post-content h6.subtitle-sm,
.article .container-fluid .article-posts .post a:hover .post-content h6.subtitle-sm {
  padding-left: 1.5rem;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article .container-fluid .article-posts .post-sizer a:hover .post-content h6.subtitle-sm:before,
.article .container-fluid .article-posts .post a:hover .post-content h6.subtitle-sm:before {
  opacity: 1;
  -webkit-transform: translate(1rem, -50%);
  transform: translate(1rem, -50%);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article .container-fluid .article-posts .post-sizer a .mask,
.article .container-fluid .article-posts .post a .mask {
  width: 50%;
  height: 50vh;
  position: relative;
}

.article .container-fluid .article-posts .post-sizer a .mask .mask-overlay,
.article .container-fluid .article-posts .post a .mask .mask-overlay {
  width: 100%;
  height: 100%;
  background-image: url("/dist/img/bg_texture.png");
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.article .container-fluid .article-posts .post-sizer a .mask img,
.article .container-fluid .article-posts .post a .mask img {
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article .container-fluid .article-posts .post-sizer a .blank-image,
.article .container-fluid .article-posts .post a .blank-image {
  width: 50%;
  height: 50vh;
  background-color: var(--gray-1);
}

.article .container-fluid .article-posts .post-sizer a .post-content,
.article .container-fluid .article-posts .post a .post-content {
  width: 50%;
  height: 100%;
  padding: 2rem;
}

.article .container-fluid .article-posts .post-sizer a .post-content h4,
.article .container-fluid .article-posts .post a .post-content h4 {
  margin-bottom: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.article .container-fluid .article-posts .post-sizer a .post-content h6,
.article .container-fluid .article-posts .post a .post-content h6 {
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.article .container-fluid .article-posts .post-sizer a .post-content h6.subtitle-md,
.article .container-fluid .article-posts .post a .post-content h6.subtitle-md {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.article .container-fluid .article-posts .post-sizer a .post-content h6.subtitle-sm,
.article .container-fluid .article-posts .post a .post-content h6.subtitle-sm {
  padding: 0.75rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article .container-fluid .article-posts .post-sizer a .post-content h6.subtitle-sm:before,
.article .container-fluid .article-posts .post a .post-content h6.subtitle-sm:before {
  content: '\e906';
  font-family: 'els';
  opacity: 0;
  position: absolute;
  top: 50%;
  left: -1rem;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article .container-fluid .article-posts .post-sizer a .post-content h6.subtitle-sm:after,
.article .container-fluid .article-posts .post a .post-content h6.subtitle-sm:after {
  content: '';
  width: 80px;
  height: 1px;
  background-color: var(--text-title);
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  z-index: 1;
}

.article .container-fluid .article-posts .post-sizer a .post-content p,
.article .container-fluid .article-posts .post a .post-content p {
  margin-bottom: 4rem;
}

.article-detail .container-fluid {
  padding: 8rem;
}

.article-detail .container-fluid .article-breadcrumb {
  padding-top: 4rem;
}

.article-detail .container-fluid .article-title {
  padding-top: 2rem;
}

.article-detail .container-fluid .article-title h3 {
  max-width: 66.67%;
  font-weight: 800;
}

.article-detail .container-fluid .article-date {
  padding-top: 3rem;
}

.article-detail .container-fluid .article-desc {
  padding-top: 4rem;
}

.article-detail .container-fluid .article-content {
  padding-top: 4rem;
}

.article-detail .container-fluid .article-content p {
  margin-bottom: 2rem;
}

.article-detail .container-fluid .article-content img {
  width: 100%;
}

.article-detail .container-fluid .article-content h1 img,
.article-detail .container-fluid .article-content h2 img,
.article-detail .container-fluid .article-content h3 img,
.article-detail .container-fluid .article-content h4 img,
.article-detail .container-fluid .article-content h5 img,
.article-detail .container-fluid .article-content h6 img,
.article-detail .container-fluid .article-content p img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

.article-detail .container-fluid .article-content iframe {
  width: 100%;
  height: auto;
}

.article-detail .container-fluid .article-content table {
  width: 100% !important;
  border-color: transparent;
  table-layout: fixed;
}

.article-detail .container-fluid .article-content table tbody tr td {
  padding: 0.5rem;
  border-color: transparent;
}

.article-detail .container-fluid .article-content table tbody tr td img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-content table tbody tr td img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-share {
  width: 100%;
  height: 60px;
  padding: 0 1rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 500ms ease-in-out 300ms;
  transition: 500ms ease-in-out 300ms;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  z-index: 1030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-detail .container-fluid .article-share.fade-in {
  opacity: 1;
  -webkit-transition: 500ms ease-in-out 300ms;
  transition: 500ms ease-in-out 300ms;
}

.article-detail .container-fluid .article-share .btn-wrapper {
  position: relative;
}

.article-detail .container-fluid .article-share .btn-wrapper:hover .btn-list {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 700ms ease-in-out 300ms;
  transition: 700ms ease-in-out 300ms;
}

.article-detail .container-fluid .article-share .btn-wrapper .btn-list {
  width: auto;
  height: 40px;
  padding: 0 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
  border-radius: 20px;
  -webkit-transition: 700ms ease-in-out 300ms;
  transition: 700ms ease-in-out 300ms;
}

.article-detail .container-fluid .article-share .btn-wrapper .btn-list > .btn {
  width: 38px;
  height: 38px;
  margin: 0 0.125rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-detail .container-fluid .article-share .btn-wrapper .btn-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.article-detail .container-fluid .article-related .related-header {
  padding: 2.5rem 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-detail .container-fluid .article-related .related-header h5 {
  text-transform: uppercase;
  font-weight: 700;
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 425px;
  display: block;
  position: relative;
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a:hover .mask img {
  -webkit-transform: scale(1.025, 1.025);
  transform: scale(1.025, 1.025);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a:hover .item-content {
  -webkit-transform: translate(0.5rem, 0);
  transform: translate(0.5rem, 0);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a:hover .item-content h6.subtitle-sm {
  opacity: 1;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a .mask {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
  position: relative;
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a .mask .mask-overlay {
  width: 100%;
  height: 100%;
  background-image: url("/dist/img/bg_texture.png");
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a .mask img {
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a .item-content {
  width: calc(100% - 3rem);
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a .item-content h4 {
  margin-bottom: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a .item-content h6 {
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a .item-content h6.subtitle-md {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-wrapper .swiper-slide a .item-content h6.subtitle-sm {
  padding: 0.75rem 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid var(--white);
  border-radius: 0.5rem;
  opacity: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-button-prev,
.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-button-next {
  color: var(--white);
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid var(--white);
}

.article-detail .container-fluid .article-related .related-body .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
}

.article-detail .container-fluid .article-related .related-body .container-fluid {
  padding: 0 1rem;
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row {
  margin: 0 -0.75rem;
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a {
  width: 100%;
  height: 350px;
  display: block;
  position: relative;
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a:hover .mask img {
  -webkit-transform: scale(1.025, 1.025);
  transform: scale(1.025, 1.025);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a:hover .item-content {
  -webkit-transform: translate(0.5rem, 0);
  transform: translate(0.5rem, 0);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a:hover .item-content h6.subtitle-sm {
  opacity: 1;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a .mask {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
  position: relative;
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a .mask .mask-overlay {
  width: 100%;
  height: 100%;
  background-image: url("/dist/img/bg_texture.png");
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a .mask img {
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a .item-content {
  width: calc(100% - 3rem);
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a .item-content h4 {
  margin-bottom: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a .item-content h6 {
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a .item-content h6.subtitle-md {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.article-detail .container-fluid .article-related .related-body .container-fluid .row .item-related a .item-content h6.subtitle-sm {
  padding: 0.75rem 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid var(--white);
  border-radius: 0.5rem;
  opacity: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

@media screen and (max-width: 576px) {
  .article .article-cover .swiper-container .article-nav {
    overflow-x: overlay;
    overflow-y: hidden;
  }
  .article .article-cover .swiper-container .article-nav::-webkit-scrollbar {
    height: 6px;
    background-color: transparent;
  }
  .article .article-cover .swiper-container .article-nav::-webkit-scrollbar-thumb {
    height: 6px;
    background-color: #d1d1d1;
    border-radius: 3px;
    -webkit-transition: 300ms ease-in-out 300ms;
    transition: 300ms ease-in-out 300ms;
  }
  .article .article-cover .swiper-container .article-nav::-webkit-scrollbar-thumb:hover {
    width: calc($size + 4px);
    background-color: #b3b3b3;
    cursor: pointer;
    -webkit-transition: 300ms ease-in-out 300ms;
    transition: 300ms ease-in-out 300ms;
  }
  .article .article-cover .swiper-container .article-nav .container-fluid {
    padding: 0 1.5rem;
  }
  .article .article-cover .swiper-container .article-nav .container-fluid .nav a {
    font-size: 1rem;
  }
  .article .container-fluid {
    padding: 0 1.5rem;
  }
  .article .container-fluid .article-posts {
    padding-top: 4rem;
  }
  .article .container-fluid .article-posts .post {
    width: 100%;
  }
  .article .container-fluid .article-posts .post a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article .container-fluid .article-posts .post a .mask {
    width: 100%;
    height: 50vh;
  }
  .article .container-fluid .article-posts .post a .post-content {
    width: 100%;
    height: auto;
  }
  .article-detail .container-fluid {
    padding: 8rem 1.5rem;
  }
  .article-detail .container-fluid .article-title h3 {
    max-width: unset;
    font-size: calc(3rem * 0.75);
    line-height: calc(3rem * 0.75 * 1.25);
  }
  .article-detail .container-fluid .article-desc h4 {
    font-size: calc(2.125rem * 0.75);
    line-height: calc(2.125rem * 0.75 * 1.25);
  }
}
/*# sourceMappingURL=article.css.map */