/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/swiper/dist/css/swiper.min.css ***!
  \************************************************************************************************************************************************************************************************************/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23007aff%27%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23007aff%27%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%20120%20120%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cdefs%3E%3Cline%20id%3D%27l%27%20x1%3D%2760%27%20x2%3D%2760%27%20y1%3D%277%27%20y2%3D%2727%27%20stroke%3D%27%236c6c6c%27%20stroke-width%3D%2711%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2830%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2860%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2890%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28120%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28150%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.37%27%20transform%3D%27rotate%28180%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.46%27%20transform%3D%27rotate%28210%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.56%27%20transform%3D%27rotate%28240%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.66%27%20transform%3D%27rotate%28270%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.75%27%20transform%3D%27rotate%28300%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.85%27%20transform%3D%27rotate%28330%2060%2C60%29%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%20120%20120%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cdefs%3E%3Cline%20id%3D%27l%27%20x1%3D%2760%27%20x2%3D%2760%27%20y1%3D%277%27%20y2%3D%2727%27%20stroke%3D%27%23fff%27%20stroke-width%3D%2711%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2830%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2860%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2890%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28120%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28150%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.37%27%20transform%3D%27rotate%28180%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.46%27%20transform%3D%27rotate%28210%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.56%27%20transform%3D%27rotate%28240%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.66%27%20transform%3D%27rotate%28270%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.75%27%20transform%3D%27rotate%28300%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.85%27%20transform%3D%27rotate%28330%2060%2C60%29%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/index.scss ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
  font: 300 1em/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* CSS print */
/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: "DINP-R";
  src: url(../fonts/DINPro-Regular.2ac4eb.eot) format("eot"), url(../fonts/DINPro-Regular.7b307e.woff) format("woff"), url(../fonts/DINPro-Regular.f8ce19.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: DIN-BlackItalic;
  src: url(../fonts/DIN-BlackItalic.3f56b3.woff) format("woff"), url(../fonts/DIN-BlackItalic.505f20.ttf) format("truetype"), url(../images/design/DIN-BlackItalic.984528.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "sourceHanSansCN";
  src: url(../fonts/SourceHanSansCN-Regular.95ca64.woff2) format("woff"), url(../fonts/soucreHanSans.1235a6.ttf) format("truetype");
  font-style: normal;
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Vendor */
/* Components */
/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

#topline20210826 {
  z-index: 999;
  margin-bottom: 0;
}

#topline20210826 + .blank {
  height: 83px;
}

#footer0820 {
  margin-top: 0;
}

body {
  background-color: #fff;
}

.wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  position: relative;
  padding-top: 43px;
  background-color: rgb(111, 187, 180);
  background-image: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0528/afa66ee7c95d81748413714235329015.jpg?auth=d90974ca812c0ea5efebbfee9d8230e3");
  background-repeat: repeat-y;
  background-position: center top;
}

a {
  color: #000;
}

.menu {
  display: none;
}

.cnr-self .self-title .title-pic02 {
  width: 204px;
  height: 21px;
}

.hr02 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 60px;
}

.playlet--list a.more {
  content: "";
  position: absolute;
  top: -50px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #199489;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 30px;
  border-radius: 15px;
}
.playlet--list a.more span {
  font-size: 16px;
  color: #fff;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex__row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.main .line3 {
  font-size: 16px;
  line-height: 22px;
}

.main .line2 {
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.main .line1 {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}

.row {
  width: 1858px;
  margin: 0 auto;
}

.grid__row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.grid {
  position: relative;
  margin-left: -11px;
}

.offset-1 {
  padding-left: 11px;
}

span[class^=tag-]:after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  border-bottom-right-radius: 11px;
  border-top-left-radius: 11px;
  color: #000000;
  pointer-events: none;
}

span[class=tag-ai]:after {
  content: "AI技术专栏";
  background: -webkit-gradient(linear, left top, right top, from(rgb(194, 226, 251)), to(rgb(253, 98, 175)));
  background: linear-gradient(to right, rgb(194, 226, 251) 0%, rgb(253, 98, 175) 100%);
}

span[class=tag-latestnews]:after {
  content: "最新资讯";
  background: -webkit-gradient(linear, left top, right top, from(rgb(194, 251, 245)), to(rgb(98, 124, 253)));
  background: linear-gradient(to right, rgb(194, 251, 245) 0%, rgb(98, 124, 253) 100%);
}

span[class=tag-entry]:after {
  content: "参赛作品";
  background: -webkit-gradient(linear, left top, right top, from(rgb(251, 230, 194)), to(rgb(253, 188, 98)));
  background: linear-gradient(to right, rgb(251, 230, 194) 0%, rgb(253, 188, 98) 100%);
}

span[class=tag-guidance]:after {
  content: "指导单位";
  background: -webkit-gradient(linear, left top, right top, from(rgb(251, 230, 194)), to(rgb(253, 188, 98)));
  background: linear-gradient(to right, rgb(251, 230, 194) 0%, rgb(253, 188, 98) 100%);
}

span[class=tag-academic]:after {
  content: "学术伙伴";
  background: -webkit-gradient(linear, left top, right top, from(rgb(194, 251, 245)), to(rgb(98, 124, 253)));
  background: linear-gradient(to right, rgb(194, 251, 245) 0%, rgb(98, 124, 253) 100%);
}

span[class=tag-industry]:after {
  content: "行业伙伴";
  background: -webkit-gradient(linear, left top, right top, from(rgb(194, 226, 251)), to(rgb(253, 98, 175)));
  background: linear-gradient(to right, rgb(194, 226, 251) 0%, rgb(253, 98, 175) 100%);
}

.col-1 {
  width: 256px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-2 {
  width: 523px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.col-3 {
  width: 790px;
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.col-5 {
  width: 1324px;
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.hr {
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 30px;
}

.section_title {
  color: #199489;
  font-size: 24px;
  font-weight: 400;
}
.section_title .section_title__sub {
  color: #999999;
  font-size: 16px;
}
.section_title a.more {
  font-size: 16px;
  color: #000000;
  margin-left: auto;
}

.weekly__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.playlet--wrap {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.playlet--selected {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.playlet--selected .playlet--poster {
  border: 2px solid #fcd294;
}

.playlet--poster {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}
.playlet--poster.playlet--video:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 66px;
  margin-left: -33px;
  height: 67px;
  margin-top: -33.5px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0529/b4f02e299a8b41748501506727916905.png?auth=6974ec60d6cb7bffe752f729f482f625") no-repeat center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.playlet--poster .playlet--poster__vertical {
  width: 100%;
  padding-top: 56.25%;
}
.playlet--poster .playlet--poster__horizontal {
  width: 100%;
  padding-top: 177.77%;
}
.playlet--poster .playlet--poster__vertical_223X109 {
  width: 100%;
  padding-top: 48.43%;
}
.playlet--poster .playlet--poster__horizontal_5X7 {
  width: 100%;
  padding-top: 140%;
}
.playlet--poster .playlet--poster--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

.playlet--name {
  width: 100%;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.playlet--number {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  background-color: #2b2b2b;
  padding: 3px 5px;
  border-top-left-radius: 11px;
  font-weight: 100;
}

.playlet--tag {
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

svg {
  display: block;
  fill: #000;
}

.nav-icon {
  width: 16px;
}

#nav {
  position: fixed;
  z-index: 19;
  top: 120px;
  right: 50%;
  padding-right: 50px;
  margin-right: 1000px;
  min-width: 137px;
}
#nav .nav--head {
  padding-bottom: 10px;
}
#nav .nav--head .nav--logo {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#nav .nav--body .nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#nav .nav--body .nav--list .nav--list--item {
  padding-top: 20px;
}
#nav .nav--body .nav--list .nav--list--item a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#nav .nav--body .nav--list .nav--list--item a:hover svg {
  fill: #BC883A;
}
#nav .nav--body .nav--list .nav--list--item a:hover .nav--list--item--text {
  color: #BC883A;
}
#nav .nav--body .nav--list .nav--list--item .nav--list--item--text {
  font-size: 16px;
  color: #000;
  white-space: normal;
  margin-left: 8px;
  font-family: "sourceHanSansCN";
}

#qrcode {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#wjzggyxc {
  position: absolute;
  right: 10px;
  bottom: 297px;
}
#wjzggyxc img {
  width: 254px;
  height: auto;
}

.cnr-self {
  max-width: 100%;
  position: relative;
  overflow: visible;
}
.cnr-self .self-view {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cnr-self .self-view .self-poster {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  opacity: 1;
}
.cnr-self .self-view .self-video {
  width: 1508px;
  height: 644px;
  position: absolute;
  right: 0;
  opacity: 0;
}
.cnr-self .self-view [class^=video-mask-] {
  display: block;
  position: absolute;
  z-index: 2;
}
.cnr-self .self-view .video-mask-top {
  width: 100%;
  left: 0;
  opacity: 1;
  height: 5.2%;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}
.cnr-self .self-view .video-mask-bottom {
  width: 100%;
  left: 0;
  opacity: 1;
  height: 51.9%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(28.7%, #ffffff), to(rgba(255, 255, 255, 0.8)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 28.7%, rgba(255, 255, 255, 0.8));
}
.cnr-self .self-view .video-mask-left {
  height: 100%;
  top: 0;
  width: 35%;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(77%, rgba(249, 253, 251, 0.8)), to(rgb(249, 253, 251)));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(249, 253, 251, 0.8) 77%, rgb(249, 253, 251) 100%);
}
.cnr-self .self-view .video-mask-right {
  height: 100%;
  top: 0;
  width: 21%;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(77%, rgba(249, 253, 251, 0.8)), to(rgb(249, 253, 251)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(249, 253, 251, 0.8) 77%, rgb(249, 253, 251) 100%);
}
.cnr-self .self-title {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 60px;
}
.cnr-self .self-title .title-pic {
  width: auto;
  height: 19px;
}
.cnr-self .self-name {
  position: relative;
  width: 36%;
}
.cnr-self .self-name .name-pic {
  height: 185px;
  width: 325px;
  width: auto;
}
.cnr-self .self-detail {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  white-space: normal;
}
.cnr-self .self-detail .detail-info .detail-info-title {
  color: #199489;
  font-size: 24px;
  font-weight: 500;
}
.cnr-self .self-detail .detail-info .detail-info-des {
  color: #000;
  font-size: 16px;
}
.cnr-self .playlet--list.grid {
  margin-left: -18px;
}
.cnr-self .playlet--list .offset-1 {
  padding-left: 18px;
}

.cnr--zixun .cnr--zixun--left, .cnr--zixun .cnr--zixun--right {
  width: 50%;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.cnr--zixun .cnr--zixun--left {
  padding-right: 18px;
}
.cnr--zixun .cnr--zixun--right {
  padding-left: 18px;
}

.ranking {
  padding-bottom: 40px;
}

.ranking--wrapper {
  margin-left: -32px;
}
.ranking--wrapper .section_title {
  margin-bottom: 20px;
}
.ranking--wrapper .ranking__weekly, .ranking--wrapper .ranking__koubei {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-left: 32px;
}
.ranking--wrapper .ranking__observe {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  padding-left: 32px;
}
.ranking--wrapper .ranking__observe__top__wrapper {
  margin-left: -11px;
}
.ranking--wrapper .ranking__observe__top {
  position: relative;
  padding-top: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
  margin-left: 11px;
}
.ranking--wrapper .ranking__observe__top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 20px;
}
.ranking--wrapper .ranking__observe__top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 20px;
}
.ranking--wrapper .ranking__observe__top.red:before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(244, 67, 118)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(244, 67, 118) 0%, rgba(255, 255, 255, 0) 100%);
}
.ranking--wrapper .ranking__observe__top.red:after {
  background: -webkit-gradient(linear, right top, left top, from(rgb(244, 67, 118)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(244, 67, 118) 0%, rgba(255, 255, 255, 0) 100%);
}
.ranking--wrapper .ranking__observe__top.red .ranking__observe__title {
  color: #f44376;
}
.ranking--wrapper .ranking__observe__top.black:before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(13, 144, 235)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(13, 144, 235) 0%, rgba(255, 255, 255, 0) 100%);
}
.ranking--wrapper .ranking__observe__top.black:after {
  background: -webkit-gradient(linear, right top, left top, from(rgb(13, 144, 235)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(13, 144, 235) 0%, rgba(255, 255, 255, 0) 100%);
}
.ranking--wrapper .ranking__observe__top.black .ranking__observe__title {
  color: #000000;
}
.ranking--wrapper .ranking__observe__top .ranking__observe__title {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}
.ranking--wrapper .ranking__observe__top .ranking__observe__list {
  padding: 0 20px;
}
.ranking--wrapper .ranking__observe__top .ranking__observe__list ul li {
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #000000;
  padding: 14px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 253px;
}
.ranking--wrapper .ranking__observe__top .ranking__observe__list ul li:last-child {
  border-bottom: none;
}
.ranking--wrapper .ranking__list {
  padding-left: 11px;
}
.ranking--wrapper .ranking__list__item {
  position: relative;
  background-color: #2b2b2b;
  border-radius: 11px;
  border-top-left-radius: 26px;
  margin-bottom: 10px;
}
.ranking--wrapper .ranking__list__item:nth-of-type(1) .ranking__list__item__content__num_text, .ranking--wrapper .ranking__list__item:nth-of-type(2) .ranking__list__item__content__num_text, .ranking--wrapper .ranking__list__item:nth-of-type(3) .ranking__list__item__content__num_text {
  margin-top: -12px;
}
.ranking--wrapper .ranking__list__item:nth-of-type(4) .ranking__list__item__content__num, .ranking--wrapper .ranking__list__item:nth-of-type(5) .ranking__list__item__content__num {
  width: 59px;
  height: 108px;
  left: 0;
  top: 0;
}
.ranking--wrapper .ranking__list__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100px;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 70px;
  padding-right: 30px;
}
.ranking--wrapper .news--body--item--text {
  margin-bottom: 10px;
}
.ranking--wrapper .ranking__list__item__content__num {
  position: absolute;
  top: 0;
  left: -12.5px;
  width: 71px;
  height: 92px;
}
.ranking--wrapper .ranking__list__item__content__num_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 42px;
  color: #fff;
  font-family: DIN-BlackItalic;
}
.ranking--wrapper .news--body--item--pic {
  width: 172.4px;
}
.ranking--wrapper .news--body--item--text--title {
  color: #fff;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.ranking--wrapper .news--body--item--text--title a {
  color: #fff;
}
.ranking--wrapper .news--body--item--text--des {
  color: #666666;
  font-size: 14px;
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ranking--wrapper .news--body--item--text--des a {
  font-size: 14px;
  color: #666666;
}
.ranking--wrapper .ranking__list__item__content__trend {
  position: absolute;
  right: 9px;
  top: 20px;
}
.ranking--wrapper .ranking__list__item__content__trend .up {
  display: block;
  width: 16px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://mediabluk.cnr.cn/doc/cnr/CNRCDP/2025/0527/89472191087a91748326386520898283.svg?auth=9b98c4ebf7f370da525ff99873c64cf7");
}
.ranking--wrapper .ranking__list__item__content__trend .down {
  display: block;
  width: 16px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://mediabluk.cnr.cn/doc/cnr/CNRCDP/2025/0527/eb21169e5ddae1748326401176511560.svg?auth=08e960e63e51e4fe16b223a975b6bcf5");
}
.ranking--wrapper .ranking__list__item__content__other {
  position: absolute;
  bottom: 5px;
  right: 9px;
}
.ranking--wrapper .ranking__list__item__content__other .ranking__list__item__content__other__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ranking--wrapper .ranking__list__item__content__other .tag {
  font-size: 12px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgb(255, 213, 154)), color-stop(97%, rgb(216, 158, 79)));
  background-image: linear-gradient(0deg, rgb(255, 213, 154) 1%, rgb(216, 158, 79) 97%);
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 9px;
  padding: 0 6px;
}
.ranking--wrapper .ranking__list__item__content__other .number {
  margin-left: 9px;
  font-size: 16px;
  color: #fcd294;
}
.ranking--wrapper .ranking__list__item__content__other .zan {
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0527/11c27e15140131748328588658380407.png?auth=094d12a05334784bf15cb38b91553076") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 18px;
}
.ranking--wrapper .playlet--poster {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ranking--wrapper .playlet--poster:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.short--information {
  padding-bottom: 30px;
}
.short--information .section_title {
  margin-bottom: 20px;
}

.news--list--wrapper {
  padding-top: 0px;
  padding-bottom: 45px;
}

.news--list--wrapper .news--body--item {
  padding-right: 30px;
}

.news--list--wrapper .news--body--item.bigpic-list {
  padding-left: 4px;
  padding-right: 0;
}

.news--body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mb-a {
  margin-bottom: 32px;
}

.news--body--item {
  width: 50%;
  margin-bottom: 32px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.news--body--item:nth-last-child(1), .news--body--item:nth-last-child(2) {
  margin-bottom: 0;
}

.news--body--item--pic {
  width: 201px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.news--body--item--text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.news--body--item--text.offset-1 {
  padding-left: 23px;
}

.news--body--item--text--title {
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-align: justify;
}

.news--body--item--text--des {
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  height: 44px;
  overflow: hidden;
}

.bigpic-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bigpic-list .offset-1 {
  padding-left: 30px;
}
.bigpic-list .news--body--item--pic {
  position: relative;
  width: 450px;
}
.bigpic-list .news--body--item--pic .playlet--name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 10px;
  font-size: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 29, 73, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 29, 73, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.bigpic-list .news--body--item--pic .playlet--name a {
  color: #fff;
  font-size: 20px;
}

.short--match {
  padding-bottom: 50px;
}
.short--match .section_title {
  margin-bottom: 20px;
}

.short--match--news {
  padding-bottom: 30px;
}
.short--match--news .first .news--body--item--text {
  margin-top: 15px;
}
.short--match--news .first .news--body--item--text .news--body--item--text--des {
  margin-top: 5px;
}
.short--match--news .playlet--poster--big {
  position: relative;
}
.short--match--news .playlet--poster--big .playlet--name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 10px;
  font-size: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.short--match--news .playlet--poster--big .playlet--name a {
  color: #fff;
  font-size: 20px;
}
.short--match--news .short--match--news-list .flex__row {
  padding-top: 20px;
}

.activity_entry {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 20px;
}
.activity_entry:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(241, 241, 241)), color-stop(50%, rgb(219, 219, 219)), color-stop(80%, rgb(241, 241, 241)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(241, 241, 241) 20%, rgb(219, 219, 219) 50%, rgb(241, 241, 241) 80%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.activity_entry .activity_entry__wrapper {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}
.activity_entry .activity_entry__wrapper .activity_entry__image {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity_entry .activity_entry__wrapper .activity_entry__a {
  position: absolute;
  top: 20px;
  right: 20px;
}
.activity_entry .activity_entry__wrapper .activity_entry__a .activity_entry__button {
  width: 190px;
  height: 65px;
}

.short--match--works {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.short--match--works:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(241, 241, 241)), color-stop(50%, rgb(219, 219, 219)), color-stop(80%, rgb(241, 241, 241)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(241, 241, 241) 20%, rgb(219, 219, 219) 50%, rgb(241, 241, 241) 80%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.short--pi--body {
  position: relative;
  border-radius: 11px;
  background-color: #2b2b2b;
  padding: 26px 0 26px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.short--pi--body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 27px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0528/2391a6983819a1748396932713425684.png?auth=ba60604fb7341cb2fabf2c4371ddde09") no-repeat center center;
  background-size: contain;
}
.short--pi--body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 27px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0528/83ac262edba311748396933018899170.png?auth=070af7b1166011f770ead95b7f6cdbba") no-repeat center center;
  background-size: contain;
}

.short--pi--item {
  margin-top: 10px;
  width: 253px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.short--pi--item .playlet--name {
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.short--pi--item .playlet--name a {
  color: #fff;
}

.short--pi--item .playlet--name a:hover {
  color: #199489;
}

.short--pi--item .playlet--name a {
  color: #fff;
}

.alliance {
  padding-bottom: 40px;
}
.alliance .section_title {
  margin-bottom: 20px;
}

.alliance_list {
  padding-top: 0px;
}

.alliance_item {
  position: relative;
  background-color: #2b2b2b;
  border-radius: 11px;
  padding: 20px 17px 17px;
  width: 100%;
}
.alliance_item .alliance_item_logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  left: 50%;
  top: 0;
  width: 70px;
  margin-left: -35px;
  height: 70px;
  margin-top: -35px;
  border-radius: 35px;
  background-color: #fff;
}
.alliance_item .alliance_item_logo img {
  width: 100%;
  height: 100%;
}
.alliance_item .alliance_item_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alliance_item .alliance_item_name .alliance_item_name_text {
  font-size: 16px;
  line-height: 1.4;
  height: 45px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.alliance_item .alliance_item_pic {
  width: 100%;
}
.alliance_item .alliance_item_des {
  padding-top: 15px;
}
.alliance_item .alliance_item_des .alliance_item_des_text {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  height: 38px;
  overflow: hidden;
  text-align: center;
}
.alliance_item .alliance_item_des .alliance_item_des_text a {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.mySwiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
.mySwiper .swiper-pagination {
  z-index: 1;
  bottom: 0;
}
.mySwiper .swiper-button-prev, .mySwiper .swiper-button-next {
  width: 16px;
  height: 28px;
  margin-top: -14px;
  background-size: 16px 28px;
  top: auto;
  bottom: 0;
  z-index: 2;
}
.mySwiper .swiper-button-prev, .mySwiper .swiper-container-rtl .swiper-button-next {
  left: 45%;
  right: auto;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-container-rtl .swiper-button-prev {
  right: 45%;
}
.mySwiper .swiper-pagination-bullet-active {
  background: #199489;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0529/b12108942e91d1748498379203174366.png?auth=6ef372f47d7cb37cc048480431e23d5f");
}
.mySwiper .swiper-button-prev, .mySwiper .swiper-container-rtl .swiper-button-next {
  background-image: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0529/4c7f6dfca26b81748498461956978711.png?auth=933e79d90bc9d881cc4b6c100567efc3");
}
.mySwiper .swiper-pagination-bullet {
  background: #999999;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.viewshort {
  padding-bottom: 40px;
}
.viewshort .section_title {
  margin-bottom: 0px;
}

.viewshort--list.grid {
  margin-left: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.viewshort--list .playlet--wrap {
  position: relative;
}
.viewshort--list .playlet--poster {
  -webkit-box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.6);
}
.viewshort--list .playlet--poster--image {
  -o-object-fit: cover;
     object-fit: cover;
}
.viewshort--list .playlet--poster__horizontal .color {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.viewshort--list .playlet--info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
}
.viewshort--list .playlet--info .playlet--name {
  color: #fff;
}
.viewshort--list .playlet--info .playlet--name a {
  color: #fff;
}
.viewshort--list .playlet--info .playlet--tag {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.viewshort--list .playlet--info .playlet--tag a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.viewshort--list .offset-1 {
  margin-left: -26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 40px;
}
.viewshort--list .offset-1:hover {
  -webkit-transform: translate(-0.5rem, -1rem) rotate(3deg);
          transform: translate(-0.5rem, -1rem) rotate(3deg);
}
.viewshort--list .offset-1.move-left {
  -webkit-transform: translateX(-36px);
          transform: translateX(-36px);
}
.viewshort--list .offset-1:nth-child(1) {
  z-index: 10;
}
.viewshort--list .offset-1:nth-child(2) {
  z-index: 9;
}
.viewshort--list .offset-1:nth-child(3) {
  z-index: 8;
}
.viewshort--list .offset-1:nth-child(4) {
  z-index: 7;
}
.viewshort--list .offset-1:nth-child(5) {
  z-index: 6;
}
.viewshort--list .offset-1:nth-child(6) {
  z-index: 5;
}
.viewshort--list .offset-1:nth-child(7) {
  z-index: 4;
}
.viewshort--list .offset-1:nth-child(8) {
  z-index: 3;
}
.viewshort--list .offset-1:nth-child(9) {
  z-index: 2;
}
.viewshort--list .offset-1:nth-child(10) {
  z-index: 1;
}

.section_title .section_hui {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
}

.section_title .section_gengduo {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  float: right;
  padding-top: 7px;
}

.section_title .section_gengduo a {
  color: #000;
  font-size: 18px;
}

.ranking--wrapper .playlet--poster {
  height: 97px;
}

.ranking--wrapper .ranking__list__item:nth-of-type(4) .ranking__list__item__content__num, .ranking--wrapper .ranking__list__item:nth-of-type(5) .ranking__list__item__content__num {
  width: 53px;
  height: 97px;
  left: 0;
  top: 0;
}

.short--pi--item {
  width: 482px;
  padding-right: 0px;
}

.short--pi--item img {
  width: 482px;
  height: 312px;
  border-radius: 11px;
}

.short--pi--item .playlet--name {
  text-align: center;
}

.flex__row {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.swiper-wrapper02 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-button-prev02, .swiper-button-next02 {
  width: 16px;
  height: 28px;
  margin-top: -14px;
  background-size: 16px 28px;
  top: auto;
  bottom: 0;
  z-index: 2;
}

.swiper-button-prev02, .swiper-container-rtl .swiper-button-next02 {
  left: 41%;
}

.swiper-button-next02, .swiper-container-rtl .swiper-button-prev02 {
  right: 41%;
}

.swiper-button-next02, .swiper-container-rtl .swiper-button-prev02 {
  background-image: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0529/b12108942e91d1748498379203174366.png?auth=6ef372f47d7cb37cc048480431e23d5f");
}

.swiper-button-prev02, .swiper-container-rtl .swiper-button-next02 {
  background-image: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0529/4c7f6dfca26b81748498461956978711.png?auth=933e79d90bc9d881cc4b6c100567efc3");
}

.swiper-pagination02 {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-button-next02, .swiper-button-prev02 {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.swiper-button-next02.swiper-button-disabled, .swiper-button-prev02.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

@media screen and (min-width: 1999px) {
  .nav-icon {
    width: 24px;
  }
  #nav {
    padding-right: 50px;
  }
  #nav .nav--body .nav--list .nav--list--item a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #nav .nav--list--item--text {
    display: none;
  }
  .cnr-self .self-name {
    margin-bottom: 15px;
  }
  .cnr-self .self-detail {
    width: 30%;
    padding-bottom: 58px;
  }
  .cnr-self .self-detail .detail-info {
    margin-bottom: 13px;
  }
  .section_title .section_hui {
    font-size: 16px;
  }
  .section_title .section_gengduo {
    font-size: 16px;
    padding-top: 7px;
  }
  .ranking--wrapper .playlet--poster {
    height: 97px;
  }
  .ranking--wrapper .ranking__list__item:nth-of-type(4) .ranking__list__item__content__num, .ranking--wrapper .ranking__list__item:nth-of-type(5) .ranking__list__item__content__num {
    width: 53px;
    height: 97px;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1711px) and (max-width: 1998px) {
  .row {
    width: 1591px;
  }
  .main {
    background-image: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0528/1a48b72f78e121748414599848181100.jpg?auth=32b156315a1a320151dc59753b8c69fc");
  }
  .nav-icon {
    width: 24px;
  }
  #nav {
    padding-right: 20px;
  }
  #nav .nav--body .nav--list .nav--list--item a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #nav .nav--list--item--text {
    width: 80px;
  }
  .main .line3 {
    font-size: 16px;
    line-height: 28px;
  }
  .main .line2 {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
  }
  .main .line1 {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
  }
  .news--list--wrapper {
    padding-top: 0px;
    padding-bottom: 33px;
  }
  .mb-a {
    margin-bottom: 20px;
  }
  .cnr-self .self-title {
    margin-bottom: 60px;
  }
  .cnr-self .self-name {
    margin-bottom: 12px;
  }
  .cnr-self .self-detail {
    width: 33%;
    padding-bottom: 48px;
  }
  .cnr-self .self-detail .detail-info.jianjie {
    margin-bottom: 20px;
  }
  .cnr-self .self-detail .detail-info .detail-info-title {
    line-height: 1.6;
  }
  .bigpic-list .news--body--item--pic {
    width: 382px;
  }
  .bigpic-list .news--body--item--pic .playlet--name {
    font-size: 16px;
  }
  .bigpic-list .news--body--item--pic .playlet--name a {
    font-size: 16px;
  }
  .news--body--item--pic {
    width: 176px;
  }
  .ranking--wrapper .news--body--item--pic {
    width: 172.4px;
  }
  .ranking--wrapper .ranking__list__item__content__num {
    left: -11.5px;
    width: 66px;
    height: 77px;
  }
  .ranking--wrapper .ranking__list__item__content__other .number {
    font-size: 14px;
  }
  .ranking--wrapper .ranking__list__item__content__num_text {
    font-size: 36px;
  }
  .ranking--wrapper .ranking__list__item__content {
    padding-left: 60px;
    padding-right: 32px;
  }
  .ranking--wrapper .ranking__list__item__content__other .zan {
    width: 15.55px;
    height: 14px;
  }
  .ranking--wrapper .ranking__observe__top .ranking__observe__list ul li {
    padding: 11px 10px;
  }
  .ranking--wrapper .news--body--item--text--title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 0;
    white-space: wrap;
  }
  .ranking--wrapper .news--body--item--text--title a {
    font-size: 16px;
    line-height: 20px;
  }
  .ranking--wrapper .news--body--item--text--des {
    display: none;
  }
  .ranking--wrapper .ranking__list__item:nth-of-type(1) .ranking__list__item__content__num_text, .ranking--wrapper .ranking__list__item:nth-of-type(2) .ranking__list__item__content__num_text, .ranking--wrapper .ranking__list__item:nth-of-type(3) .ranking__list__item__content__num_text {
    margin-top: -7px;
  }
  .ranking--wrapper .ranking__list__item:nth-of-type(4) .ranking__list__item__content__num, .ranking--wrapper .ranking__list__item:nth-of-type(5) .ranking__list__item__content__num {
    width: 53px;
    height: 97px;
    left: 0;
    top: 0;
  }
  .short--match--news .playlet--poster--big .playlet--name {
    font-size: 16px;
  }
  .short--match--news .playlet--poster--big .playlet--name a {
    font-size: 16px;
  }
  .short--match--works .col-1:nth-last-child(1), .alliance_list .col-1:nth-last-child(1), .playlet--list .col-1:nth-last-child(1) {
    display: none;
  }
  .short--pi--item {
    width: 215px;
  }
  .section_title .section_hui {
    font-size: 16px;
  }
  .section_title .section_gengduo {
    font-size: 16px;
    padding-top: 7px;
  }
  .ranking--wrapper .playlet--poster {
    height: 97px;
  }
  .ranking--wrapper .ranking__observe__top .ranking__observe__list ul li {
    padding: 14px 10px;
  }
  .short--pi--item {
    width: 410px;
    padding-right: 0px;
  }
  .short--pi--item img {
    width: 410px;
    height: 265px;
    border-radius: 11px;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1710px) {
  .row {
    width: 1200px;
  }
  .grid {
    margin-left: -10px;
  }
  #nav {
    padding-right: 30px;
  }
  .main {
    background-image: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0528/cbd26588752051748414868676710273.jpg?auth=53c3f8a71bb958a79dfaa8a005f9a1da");
    background-size: 129% auto;
  }
  .nav-icon {
    width: 20px;
  }
  #wjzggyxc {
    bottom: 204px;
  }
  #wjzggyxc img {
    width: 204px;
  }
  .news--body--item--text.offset-1 {
    padding-left: 15px;
  }
  .offset-1 {
    padding-left: 10px;
  }
  .playlet--list a.more {
    top: -46px;
    width: 80px;
    height: 26px;
    border-radius: 13px;
  }
  .playlet--list a.more span {
    font-size: 14px;
  }
  .playlet--name {
    font-size: 14px;
  }
  .playlet--number {
    font-size: 14px;
  }
  .main .line3 {
    font-size: 14px;
    line-height: 22px;
  }
  .main .line2 {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
  }
  .main .line1 {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
  }
  .cnr-self .self-title {
    margin-bottom: 50px;
  }
  .cnr-self .self-name {
    margin-bottom: 10px;
  }
  .cnr-self .self-name .name-pic {
    width: 248px;
    height: auto;
  }
  .cnr-self .self-detail {
    width: 32%;
    padding-bottom: 39px;
  }
  .cnr-self .self-detail .detail-info.jianjie {
    margin-bottom: 10px;
  }
  .cnr-self .self-detail .detail-info .detail-info-title {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .cnr-self .self-detail .detail-info .detail-info-des {
    font-size: 14px;
  }
  .cnr-self .self-detail .detail-info.danwei {
    display: none;
  }
  .news--list--wrapper {
    padding-top: 0px;
    padding-bottom: 38px;
  }
  .mb-a {
    margin-bottom: 20px;
  }
  .news--list--wrapper .news--body--item {
    padding-right: 20px;
  }
  .news--body--item {
    margin-bottom: 25px;
  }
  .news--list--wrapper .news--body--item.bigpic-list {
    padding-left: 0;
  }
  .bigpic-list .news--body--item--pic {
    width: 100%;
  }
  .bigpic-list .news--body--item--pic .playlet--name {
    padding: 5px 10px;
    font-size: 14px;
  }
  .bigpic-list .news--body--item--pic .playlet--name a {
    font-size: 14px;
  }
  .bigpic-list .offset-1 {
    padding-left: 14px;
  }
  .news--body--item--pic {
    width: 144px;
  }
  .news--body--item--text--title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  .news--body--item--text--des {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
  .short--pi--body {
    padding: 16px 0 16px 12px;
  }
  .short--pi--body:before, .short--pi--body:after {
    height: 17px;
  }
  .short--pi--item {
    margin-top: 8px;
    width: 172px;
    padding-right: 12px;
  }
  .short--pi--item .playlet--name {
    margin-top: 8px;
  }
  .ranking--wrapper .ranking__weekly, .ranking--wrapper .ranking__observe, .ranking--wrapper .ranking__koubei {
    padding-left: 20px;
  }
  .ranking--wrapper .ranking__list__item {
    height: 97px;
  }
  .ranking--wrapper .news--body--item--pic {
    display: none;
  }
  .ranking--wrapper .ranking__list__item__content__num {
    left: -11.5px;
    width: 66px;
    height: 77px;
  }
  .ranking--wrapper .ranking__list__item__content__other .number {
    font-size: 14px;
  }
  .ranking--wrapper .ranking__list__item__content__num_text {
    font-size: 36px;
  }
  .ranking--wrapper .ranking__list__item__content {
    padding-left: 60px;
    padding-right: 33px;
  }
  .ranking--wrapper .ranking__list__item__content__other .zan {
    width: 15.55px;
    height: 14px;
  }
  .ranking--wrapper .ranking__observe__top .ranking__observe__list ul li {
    padding: 11px 10px;
    width: 238px;
  }
  .ranking--wrapper .news--body--item--text--title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 0;
    white-space: wrap;
  }
  .ranking--wrapper .news--body--item--text--title a {
    font-size: 16px;
    line-height: 20px;
  }
  .ranking--wrapper .news--body--item--text--des {
    display: none;
  }
  .ranking--wrapper .ranking__list__item:nth-of-type(1) .ranking__list__item__content__num_text, .ranking--wrapper .ranking__list__item:nth-of-type(2) .ranking__list__item__content__num_text, .ranking--wrapper .ranking__list__item:nth-of-type(3) .ranking__list__item__content__num_text {
    margin-top: -7px;
  }
  .ranking--wrapper .ranking__list__item:nth-of-type(4) .ranking__list__item__content__num, .ranking--wrapper .ranking__list__item:nth-of-type(5) .ranking__list__item__content__num {
    width: 53px;
    height: 97px;
    left: 0;
    top: 0;
  }
  .short--match--news .playlet--poster--big .playlet--name {
    padding: 5px 10px;
    font-size: 14px;
  }
  .short--match--news .playlet--poster--big .playlet--name a {
    font-size: 14px;
  }
  .short--match--works .col-1, .alliance_list .col-1, .playlet--list .col-1 {
    width: 202px;
  }
  .short--match--works .col-1:nth-last-child(1), .alliance_list .col-1:nth-last-child(1), .playlet--list .col-1:nth-last-child(1) {
    display: none;
  }
  .ranking {
    padding-bottom: 20px;
  }
  .short--match {
    padding-bottom: 20px;
  }
  .alliance {
    padding-bottom: 20px;
  }
  .short--match--news .col-2 {
    width: 414px;
  }
  .section_title .section_title__sub {
    font-size: 14px;
  }
  .section_title .section_hui {
    font-size: 14px;
  }
  .section_title .section_gengduo {
    font-size: 14px;
    padding-top: 7px;
  }
  .ranking--wrapper .ranking__observe__top .ranking__observe__list ul li {
    padding: 14px 10px;
  }
  .short--pi--item {
    width: 330px;
    padding-right: 0px;
  }
  .short--pi--item img {
    width: 330px;
    height: 214px;
    border-radius: 11px;
  }
  .viewshort--list .offset-1 {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1381px) and (max-width: 1500px) {
  .row {
    width: 1200px;
  }
  .grid {
    margin-left: -10px;
  }
  .main {
    background-image: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0528/cbd26588752051748414868676710273.jpg?auth=53c3f8a71bb958a79dfaa8a005f9a1da");
    background-size: 129% auto;
  }
  .nav-icon {
    width: 20px;
  }
  #wjzggyxc {
    bottom: 204px;
  }
  #wjzggyxc img {
    width: 204px;
  }
  #nav {
    padding-right: 0;
    min-width: 110px;
  }
  #nav.nav-bg {
    background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0528/cbd26588752051748414868676710273.jpg?auth=53c3f8a71bb958a79dfaa8a005f9a1da") repeat-y -200px 0;
  }
  #nav .nav--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100px;
  }
  #nav .nav--body .nav--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #nav .nav--body .nav--list .nav--list--item a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #nav .nav--body .nav--list .nav--list--item .nav--list--item--text {
    font-size: 14px;
    margin-left: 8px;
    width: 80px;
    white-space: wrap;
  }
  .news--body--item--text.offset-1 {
    padding-left: 15px;
  }
  .offset-1 {
    padding-left: 10px;
  }
  .playlet--list a.more {
    top: -46px;
    width: 80px;
    height: 26px;
    border-radius: 13px;
  }
  .playlet--list a.more span {
    font-size: 14px;
  }
  .playlet--name {
    font-size: 14px;
  }
  .playlet--number {
    font-size: 14px;
  }
  .main .line3 {
    font-size: 14px;
    line-height: 22px;
  }
  .main .line2 {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
  }
  .main .line1 {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
  }
  .cnr-self .self-title {
    margin-bottom: 50px;
  }
  .cnr-self .self-name {
    margin-bottom: 10px;
  }
  .cnr-self .self-name .name-pic {
    width: 248px;
    height: auto;
  }
  .cnr-self .self-detail {
    width: 32%;
    padding-bottom: 39px;
  }
  .cnr-self .self-detail .detail-info.jianjie {
    margin-bottom: 10px;
  }
  .cnr-self .self-detail .detail-info .detail-info-title {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .cnr-self .self-detail .detail-info .detail-info-des {
    font-size: 14px;
  }
  .cnr-self .self-detail .detail-info.danwei {
    display: none;
  }
  .news--list--wrapper {
    padding-top: 0px;
    padding-bottom: 38px;
  }
  .mb-a {
    margin-bottom: 20px;
  }
  .news--list--wrapper .news--body--item {
    padding-right: 20px;
  }
  .news--body--item {
    margin-bottom: 25px;
  }
  .news--list--wrapper .news--body--item.bigpic-list {
    padding-left: 0;
  }
  .bigpic-list .news--body--item--pic {
    width: 100%;
  }
  .bigpic-list .news--body--item--pic .playlet--name {
    padding: 5px 10px;
    font-size: 14px;
  }
  .bigpic-list .news--body--item--pic .playlet--name a {
    font-size: 14px;
  }
  .bigpic-list .offset-1 {
    padding-left: 14px;
  }
  .news--body--item--pic {
    width: 144px;
  }
  .news--body--item--text--title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  .news--body--item--text--des {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
  .short--pi--body {
    padding: 16px 0 16px 12px;
  }
  .short--pi--body:before, .short--pi--body:after {
    height: 17px;
  }
  .short--pi--item {
    margin-top: 8px;
    width: 172px;
    padding-right: 12px;
  }
  .short--pi--item .playlet--name {
    margin-top: 8px;
  }
  .ranking--wrapper .ranking__weekly, .ranking--wrapper .ranking__observe, .ranking--wrapper .ranking__koubei {
    padding-left: 20px;
  }
  .ranking--wrapper .ranking__list__item {
    height: 97px;
  }
  .ranking--wrapper .news--body--item--pic {
    display: none;
  }
  .ranking--wrapper .ranking__list__item__content__num {
    left: -11.5px;
    width: 66px;
    height: 77px;
  }
  .ranking--wrapper .ranking__list__item__content__other .number {
    font-size: 14px;
  }
  .ranking--wrapper .ranking__list__item__content__num_text {
    font-size: 36px;
  }
  .ranking--wrapper .ranking__list__item__content {
    padding-left: 60px;
    padding-right: 33px;
  }
  .ranking--wrapper .ranking__list__item__content__other .zan {
    width: 15.55px;
    height: 14px;
  }
  .ranking--wrapper .ranking__observe__top .ranking__observe__list ul li {
    padding: 11px 10px;
    width: 238px;
  }
  .ranking--wrapper .news--body--item--text--title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 0;
    white-space: wrap;
  }
  .ranking--wrapper .news--body--item--text--title a {
    font-size: 16px;
    line-height: 20px;
  }
  .ranking--wrapper .news--body--item--text--des {
    display: none;
  }
  .ranking--wrapper .ranking__list__item:nth-of-type(1) .ranking__list__item__content__num_text, .ranking--wrapper .ranking__list__item:nth-of-type(2) .ranking__list__item__content__num_text, .ranking--wrapper .ranking__list__item:nth-of-type(3) .ranking__list__item__content__num_text {
    margin-top: -7px;
  }
  .ranking--wrapper .ranking__list__item:nth-of-type(4) .ranking__list__item__content__num, .ranking--wrapper .ranking__list__item:nth-of-type(5) .ranking__list__item__content__num {
    width: 53px;
    height: 97px;
    left: 0;
    top: 0;
  }
  .short--match--news .playlet--poster--big .playlet--name {
    padding: 5px 10px;
    font-size: 14px;
  }
  .short--match--news .playlet--poster--big .playlet--name a {
    font-size: 14px;
  }
  .short--match--works .col-1, .alliance_list .col-1, .playlet--list .col-1 {
    width: 202px;
  }
  .short--match--works .col-1:nth-last-child(1), .alliance_list .col-1:nth-last-child(1), .playlet--list .col-1:nth-last-child(1) {
    display: none;
  }
  .ranking {
    padding-bottom: 20px;
  }
  .short--match {
    padding-bottom: 20px;
  }
  .alliance {
    padding-bottom: 20px;
  }
  .short--match--news .col-2 {
    width: 414px;
  }
  .section_title .section_title__sub {
    font-size: 14px;
  }
  .section_title .section_hui {
    font-size: 14px;
  }
  .section_title .section_gengduo {
    font-size: 14px;
    padding-top: 7px;
  }
  .ranking--wrapper .ranking__observe__top .ranking__observe__list ul li {
    padding: 14px 10px;
  }
  .short--pi--item {
    width: 330px;
    padding-right: 0px;
  }
  .short--pi--item img {
    width: 330px;
    height: 214px;
    border-radius: 11px;
  }
  .viewshort--list .offset-1 {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1380px) {
  .row {
    width: 1050px;
  }
  .grid {
    margin-left: -10px;
  }
  .menu {
    display: block;
  }
  .menu .menu-line {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 11px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAALCAYAAAC+jufvAAAAHklEQVQImWNgYGDgZmJgYPgHJ/7jIsCAkYmBgYEBANxQBxbHmTHQAAAAAElFTkSuQmCC) repeat-x 0 bottom;
  }
  .menu .menu-line .row {
    width: 1200px;
  }
  .menu .menu-line .row .menu-nav {
    position: relative;
    padding-left: 143px;
    height: 67px;
    background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0522/ec6d976941a75174787852775184362810.png?auth=61f20ba690b1565d5f4867f53f584ec4") no-repeat 8px center;
  }
  .menu .menu-line .row .menu-nav .menu-nav-ul {
    padding-top: 23px;
  }
  .menu .menu-line .row .menu-nav .menu-nav-ul::after {
    clear: both;
    content: "";
    display: table;
  }
  .menu .menu-line .row .menu-nav .menu-nav-ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding: 0 16px;
  }
  .menu .menu-line .row .menu-nav .menu-nav-ul li span {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
  }
  .menu .menu-line .row .menu-nav .menu-nav-ul li span a:hover {
    color: #aa182c;
  }
  #wjzggyxc {
    bottom: 97px;
  }
  #wjzggyxc img {
    width: 150px;
  }
  .main {
    background-image: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0528/5e492e520dcda1748415214171777442.jpg?auth=5e57921d351a146a6e8f296a1796d880");
  }
  .nav-icon {
    width: 24px;
  }
  #nav {
    display: none;
  }
  .playlet--name {
    font-size: 14px;
  }
  .playlet--number {
    font-size: 12px;
  }
  .news--list--wrapper .news--body--item.bigpic-list {
    padding-left: 0;
  }
  .bigpic-list .offset-1 {
    padding-left: 10px;
  }
  .news--body--item--text.offset-1 {
    padding-left: 10px;
  }
  .offset-1 {
    padding-left: 10px;
  }
  .main .line3 {
    font-size: 14px;
    line-height: 16px;
  }
  .main .line2 {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
  }
  .main .line1 {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
  }
  .cnr-self .self-title {
    margin-bottom: 40px;
  }
  .cnr-self .self-name {
    margin-bottom: 10px;
  }
  .cnr-self .self-name .name-pic {
    height: 99px;
    width: auto;
  }
  .cnr-self .self-detail {
    width: 30%;
    padding-bottom: 29px;
  }
  .cnr-self .self-detail .detail-info.jianjie {
    margin-bottom: 10px;
  }
  .cnr-self .self-detail .detail-info .detail-info-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 2px;
  }
  .cnr-self .self-detail .detail-info .detail-info-des {
    font-size: 14px;
  }
  .cnr-self .self-detail .detail-info.danwei {
    display: none;
  }
  .playlet--list a.more {
    top: -30px;
    width: 80px;
    height: 20px;
    border-radius: 10px;
  }
  .playlet--list a.more span {
    font-size: 12px;
  }
  .news {
    -webkit-box-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .short--pi {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .news--list--wrapper {
    padding-top: 0px;
    padding-bottom: 33px;
  }
  .mb-a {
    margin-bottom: 20px;
  }
  .ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news--body--item {
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bigpic-list .news--body--item--pic {
    width: 260px;
  }
  .bigpic-list .news--body--item--pic .playlet--name {
    padding: 5px 8px;
    font-size: 12px;
  }
  .bigpic-list .news--body--item--pic .playlet--name a {
    font-size: 12px;
  }
  .news--body--item--pic {
    width: 142px;
  }
  .news--body--item--text--title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .news--body--item--text--title a {
    font-size: 16px;
    line-height: 20px;
  }
  .news--body--item--text--des {
    display: none;
  }
  .ranking--wrapper {
    margin-left: -20px;
  }
  .ranking--wrapper .ranking__weekly, .ranking--wrapper .ranking__koubei {
    width: 300px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 15px;
  }
  .ranking--wrapper .ranking__observe {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-left: 15px;
  }
  .ranking--wrapper .ranking__list__item {
    height: 95px;
  }
  .ranking--wrapper .news--body--item--pic {
    display: none;
  }
  .ranking--wrapper .ranking__list__item__content__num {
    left: -10.5px;
    width: 61px;
    height: 72px;
  }
  .ranking--wrapper .ranking__list__item__content__other .number {
    font-size: 12px;
  }
  .ranking--wrapper .ranking__list__item__content__num_text {
    font-size: 36px;
  }
  .ranking--wrapper .ranking__list__item__content {
    padding-left: 60px;
    padding-right: 20px;
  }
  .ranking__list__item__content__trend {
    display: none;
  }
  .ranking--wrapper .ranking__list__item__content__other .zan {
    width: 15.55px;
    height: 14px;
  }
  .ranking--wrapper .ranking__observe__top .ranking__observe__list ul li {
    padding: 12px 5px;
    width: 179px;
    font-size: 14px;
  }
  .ranking--wrapper .news--body--item--text--title {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    white-space: wrap;
    margin-bottom: 0;
  }
  .ranking--wrapper .news--body--item--text--title a {
    font-size: 14px;
    line-height: 18px;
  }
  .ranking--wrapper .news--body--item--text--des {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
  .ranking--wrapper .ranking__observe__top:after, .ranking--wrapper .ranking__observe__top:before {
    width: 10px;
  }
  .ranking--wrapper .ranking__list__item:nth-of-type(1) .ranking__list__item__content__num_text, .ranking--wrapper .ranking__list__item:nth-of-type(2) .ranking__list__item__content__num_text, .ranking--wrapper .ranking__list__item:nth-of-type(3) .ranking__list__item__content__num_text {
    margin-top: -7px;
  }
  .ranking--wrapper .ranking__list__item:nth-of-type(4) .ranking__list__item__content__num, .ranking--wrapper .ranking__list__item:nth-of-type(5) .ranking__list__item__content__num {
    width: 52px;
    height: 95px;
    left: 0;
    top: 0;
  }
  .short--pi--body {
    padding: 14px 0 14px 10px;
  }
  .short--pi--body:before, .short--pi--body:after {
    height: 14px;
  }
  .short--pi--item {
    margin-top: 6px;
    width: 168px;
    padding-right: 10px;
  }
  .short--pi--item .playlet--name {
    margin-top: 6px;
  }
  .short--match--news .col-2:nth-last-child(1) {
    display: none;
  }
  .short--match--news .short--match--news-list .flex__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .short--match--news .playlet--poster--big .playlet--name {
    padding: 5px 10px;
    font-size: 14px;
  }
  .short--match--news .playlet--poster--big .playlet--name a {
    font-size: 14px;
  }
  .short--match--works .col-1, .alliance_list .col-1, .playlet--list .col-1 {
    width: 202px;
  }
  .short--match--works .col-1:last-child, .alliance_list .col-1:last-child, .playlet--list .col-1:last-child {
    display: none;
  }
  .short--match--works .col-1:nth-last-child(2), .alliance_list .col-1:nth-last-child(2), .playlet--list .col-1:nth-last-child(2) {
    display: none;
  }
  .ranking {
    padding-bottom: 10px;
  }
  .short--match {
    padding-bottom: 10px;
  }
  .alliance {
    padding-bottom: 10px;
  }
  .section_title .section_hui {
    font-size: 14px;
  }
  .section_title .section_gengduo {
    font-size: 14px;
    padding-top: 7px;
  }
  .ranking--wrapper .ranking__observe__top .ranking__observe__list ul li {
    padding: 15px 5px;
  }
  .short--pi--item {
    width: 326px;
    padding-right: 0px;
  }
  .short--pi--item img {
    width: 326px;
    height: 211px;
    border-radius: 11px;
  }
}
.danwei {
  visibility: hidden;
}
