@charset "UTF-8";
@font-face {
  font-family: "SFUI";
  font-weight: 100;
  src: url("../fonts/sf-ui-display-light-58646b33e0551.woff") format("woff");
}
@font-face {
  font-family: "SFUI";
  font-weight: normal;
  src: url("../fonts/sf-ui-display-medium-58646be638f96.woff") format("woff");
}
@font-face {
  font-family: "SFUI";
  font-weight: bold;
  src: url("../fonts/sf-ui-display-semibold-58646eddcae92.woff") format("woff");
}
@font-face {
  font-family: "Carlsberg Sans";
  src: url("../fonts/CarlsbergSans.ttf") format("truetype");
}
@font-face {
  font-family: "BrownPro";
  src: url("../fonts/brownpro.ttf") format("truetype");
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes shadowShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes shadowHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.clearfix:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  margin: 0;
  padding: 0;
}

a, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}

.slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #333;
}

body {
  color: #000;
  font-family: "SFUI", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #F8F8F8;
  font-size: 18px;
  line-height: 22px;
}

.font-brown {
  font-family: "BrownPro", sans-serif;
}

.hide {
  display: none;
}

img {
  vertical-align: middle;
}

.plyr--full-ui input[type=range] {
  color: #f20b21 !important;
}

.plyr__control--overlaid {
  background: rgba(242, 11, 33, 0.8) !important;
}

.plyr__control--overlaid:hover {
  background: #f20b21 !important;
}

.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all 0.8s;
}

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all 0.7s;
}

.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
}
.shadow.open {
  display: block;
  -webkit-animation-name: shadowShow;
  animation-name: shadowShow;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.shadow.close {
  display: block;
  -webkit-animation-name: shadowHide;
  animation-name: shadowHide;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.shadow-f {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  display: none;
}
.shadow-f.open {
  display: block;
  -webkit-animation-name: shadowShow;
  animation-name: shadowShow;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.shadow-f.close {
  display: block;
  -webkit-animation-name: shadowHide;
  animation-name: shadowHide;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#music_shadow {
  z-index: 10;
}
#music_shadow .shadow-w {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
}
#music_shadow .shadow-w .flash {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(80px);
  transition: all 0.8s;
}
#music_shadow .shadow-w .slide {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.8s;
}
#music_shadow .shadow-w .info {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 10%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#music_shadow .shadow-w .info .htt {
  font-size: 12px;
  line-height: 14px;
}
#music_shadow .shadow-w .info .filter {
  height: 4px;
  margin: 12px 0;
  text-align: center;
  transition-delay: 1.3s;
}
#music_shadow .shadow-w .info .filter span {
  display: inline-block;
  width: 18px;
  height: 4px;
  background-color: #f20b21;
  vertical-align: top;
}
#music_shadow .shadow-w .info .tt {
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  transition-delay: 0.5s;
}
#music_shadow .shadow-w .info .author {
  font-size: 14px;
  line-height: 1;
  margin: 12px 0;
  font-weight: bold;
  transition-delay: 1s;
}
#music_shadow .shadow-w .info .stt {
  font-size: 21px;
  line-height: 38px;
  opacity: 0.6;
  text-align: center;
}
#music_shadow .shadow-w .info .stt span {
  display: block;
}
#music_shadow .shadow-w .info .stt span:nth-child(1) {
  transition-delay: 1.8s;
}
#music_shadow .shadow-w .info .stt span:nth-child(2) {
  transition-delay: 2.3s;
}
#music_shadow .shadow-w .info .stt span:nth-child(3) {
  transition-delay: 2.8s;
}
#music_shadow .shadow-w .info .stt span:nth-child(4) {
  transition-delay: 3.3s;
}
#music_shadow .shadow-w .info .stt span:nth-child(5) {
  transition-delay: 3.8s;
}
#music_shadow .shadow-w .info .stt span:nth-child(6) {
  transition-delay: 4.3s;
}
#music_shadow .shadow-w .info .stt span:nth-child(7) {
  transition-delay: 4.8s;
}
#music_shadow .shadow-w .info .entry {
  margin-top: 20px;
  width: 150px;
  text-align: center;
  font-size: 14px;
  line-height: 60px;
  border-bottom: 1px #f20b21 solid;
  cursor: pointer;
  transition-delay: 5.5s;
}
#music_shadow.animate .shadow-w .flash {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
#music_shadow.animate .shadow-w .slide {
  opacity: 1;
  filter: alpha(opacity=100);
}

#book_shadow {
  z-index: 11;
}
#book_shadow .filter {
  text-align: center;
  margin: 30px 0;
  height: 3px;
}
#book_shadow .filter span {
  display: inline-block;
  width: 21px;
  height: 3px;
  vertical-align: top;
}
#book_shadow .filter.blk span {
  background-color: #000;
}
#book_shadow .filter.slim {
  height: 1px;
  margin: 16px 0;
}
#book_shadow .filter.slim span {
  height: 1px;
}
#book_shadow .shadow-w {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
}
#book_shadow .shadow-w .flash {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(80px);
  transition: all 0.8s;
}
#book_shadow .shadow-w .main-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 4;
  transition: opacity 0.4s;
  max-width: 1250px;
  margin: 0 auto;
}
#book_shadow .shadow-w .main-cover img {
  max-width: 50%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#book_shadow .shadow-w .main-cover .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#book_shadow .shadow-w .main-cover .info .stt {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  transition-delay: 0.4s;
}
#book_shadow .shadow-w .main-cover .info .filter {
  transition-delay: 0.8s;
}
#book_shadow .shadow-w .main-cover .info .tt {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin-top: -54px;
  margin-bottom: 100px;
  transition-delay: 1.2s;
}
#book_shadow .shadow-w .main-cover .info .tt span {
  font-size: 90px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#book_shadow .shadow-w .main-cover .info .op {
  width: calc(50% - 40px);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 10%;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
  transition-delay: 1.6s;
  cursor: pointer;
}
#book_shadow .shadow-w .main-cover .info .op .op-read, #book_shadow .shadow-w .main-cover .info .op .op-video {
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
}
#book_shadow .shadow-w .main-cover.op0 {
  opacity: 0;
}
#book_shadow .shadow-w .main-cover.animate .flash {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
#book_shadow .shadow-w .book-slides {
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#book_shadow .shadow-w .book-slides .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .img-no {
  max-width: 53%;
  width: 100%;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .book {
  max-width: 47%;
  width: 100%;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .info {
  position: absolute;
  width: 48%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .htt {
  font-size: 12px;
  color: #fff;
  margin-bottom: 16%;
  transition-delay: 0.4s;
  margin-top: -10%;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .stt {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  transition-delay: 0.6s;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .filter {
  margin: 26px 0;
  transition-delay: 0.8s;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .tt {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  transition-delay: 1s;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .sstt {
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  transition-delay: 1.2s;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .op {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 25px;
  line-height: 1;
  margin-top: 60px;
  transition-delay: 1.4s;
  color: rgba(0, 0, 0, 0.75);
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .op .l1 {
  font-weight: bold;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .op .l2 {
  font-size: 14px;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .op .filter {
  margin: 16px 0;
}
#book_shadow .shadow-w .book-slides .swiper-slide .img-w.animate .flash {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
#book_shadow .shadow-w .book-slides .swiper-pagination {
  bottom: 60px;
  width: 100%;
  z-index: 3;
}
#book_shadow .shadow-w .book-slides .swiper-pagination .swiper-pagination-bullet {
  background-color: #f20b21;
  opacity: 1;
  border-radius: 0;
  width: 21px;
  height: 1px;
  margin: 0 2px;
}
#book_shadow .shadow-w .book-slides .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

#video_shadow {
  z-index: 12;
}
#video_shadow .shadow-w {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#video_shadow .shadow-w video {
  max-width: 80%;
}
#video_shadow .shadow-w .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#video_shadow .shadow-w .close img {
  width: 20px;
}

.display-pc {
  display: block;
}

.display-pc-inline {
  display: inline-block;
}

.not-display-pc {
  display: none;
}

.display-1024 {
  display: none;
}

.no-border-bottom {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.wrapper {
  width: 100%;
  min-width: 1024px;
}
.wrapper .topbar {
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.wrapper .topbar .lpart {
  padding-left: 25px;
}
.wrapper .topbar .lpart .logo {
  height: 32px;
  margin-right: -4px;
}
.wrapper .topbar .lpart .slogan {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px #fff solid;
  display: inline-table;
}
.wrapper .topbar .rpart {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.wrapper .topbar .rpart .navs .nav {
  float: left;
  margin-left: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.wrapper .topbar .rpart .navs .nav a {
  color: #fff;
}
.wrapper .topbar .rpart .navs .nav .music-opener {
  width: 15px;
  margin-top: -2px;
}
.wrapper .topbar .rpart .menu-opener {
  cursor: pointer;
  position: relative;
}
.wrapper .topbar .rpart .menu-opener .b-menu {
  margin: 0 30px;
  display: inline-block;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  user-select: none;
  height: 10px;
  width: 16px;
  float: left;
}
.wrapper .topbar .rpart .menu-opener .b-menu .b-bun {
  background-color: #fff;
  position: relative;
  width: 16px;
  height: 2px;
  float: left;
}
.wrapper .topbar .rpart .menu-opener .b-menu .b-bun--top {
  top: 0;
}
.wrapper .topbar .rpart .menu-opener .b-menu .b-bun--bottom {
  top: 6px;
}
.wrapper .sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
.wrapper .sub-menu .sub-bar {
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding-left: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.wrapper .sub-menu .sub-bar .lpart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.wrapper .sub-menu .sub-bar .lpart .logo {
  height: 32px;
}
.wrapper .sub-menu .sub-bar .lpart .slogan {
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px #000 solid;
  display: inline-table;
}
.wrapper .sub-menu .sub-bar .rpart .menu-closer {
  cursor: pointer;
}
.wrapper .sub-menu .sub-bar .rpart .menu-closer .b-menu {
  margin: 0 30px;
  display: inline-block;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  user-select: none;
  height: 10px;
  width: 16px;
  float: left;
}
.wrapper .sub-menu .sub-bar .rpart .menu-closer .b-menu .b-bun {
  background-color: #000;
  position: relative;
  width: 16px;
  height: 2px;
  float: left;
}
.wrapper .sub-menu .sub-bar .rpart .menu-closer .b-menu .b-bun--top {
  top: 4px;
  transform: rotate(45deg);
}
.wrapper .sub-menu .sub-bar .rpart .menu-closer .b-menu .b-bun--bottom {
  top: 2px;
  transform: rotate(-45deg);
}
.wrapper .sub-menu .menus {
  padding: 50px 0;
  background-color: #F3F3F3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.wrapper .sub-menu .menus .col {
  width: 210px;
  text-align: center;
}
.wrapper .sub-menu .menus .col .tt {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}
.wrapper .sub-menu .menus .col a {
  font-size: 14px;
  line-height: 35px;
  display: block;
  color: #8d8d8d;
}
.wrapper .sub-menu .menus.can-open {
  display: none;
}
.wrapper .footer {
  background-color: #fff;
  padding: 40px 60px 35px;
}
.wrapper .footer .footer-w {
  max-width: calc(1460px + 40px);
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .footer .footer-w .fo-w {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}
.wrapper .footer .footer-w .fo-w .l-fo {
  float: left;
}
.wrapper .footer .footer-w .fo-w .l-fo .col {
  width: 150px;
  float: left;
}
.wrapper .footer .footer-w .fo-w .l-fo .col .ftt {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper .footer .footer-w .fo-w .l-fo .col .fstt {
  font-size: 12px;
  line-height: 25px;
  color: #a3a3a3;
  display: block;
}
.wrapper .footer .footer-w .fo-w .r-fo {
  float: right;
}
.wrapper .footer .footer-w .fo-w .r-fo .col {
  width: 310px;
  float: left;
}
.wrapper .footer .footer-w .fo-w .r-fo .col .ftt {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper .footer .footer-w .fo-w .r-fo .col .fstt {
  font-size: 12px;
  line-height: 25px;
  color: #a3a3a3;
  display: block;
}
.wrapper .footer .footer-w .fo-w .r-fo .col .fstt span {
  display: inline-block;
  width: 105px;
}
.wrapper .footer .footer-w .fo-w .r-fo .qrcode {
  float: left;
  padding-top: 50px;
}
.wrapper .footer .footer-w .fo-w .r-fo .qrcode img {
  width: 86px;
}
.wrapper .footer .footer-w .fo-bw {
  padding-top: 28px;
}
.wrapper .footer .footer-w .fo-bw .fo-info {
  float: left;
}
.wrapper .footer .footer-w .fo-bw .fo-info p {
  font-size: 11px;
  line-height: 18px;
  color: #8d8d8d;
}
.wrapper .footer .footer-w .fo-bw .fo-info p span:nth-child(1) {
  font-size: 11px;
}
.wrapper .footer .footer-w .fo-bw .fo-info p span:nth-child(2) {
  font-size: 12px;
  margin-left: 8px;
}
.wrapper .footer .footer-w .fo-bw .fo-info p a {
  color: #8d8d8d;
}
.wrapper .footer .footer-w .fo-bw .lang {
  float: right;
  width: 96px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wrapper .footer .footer-w .fo-bw .lang img {
  height: 11px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.wrapper .b-bar {
  width: 100%;
  height: 75px;
  background-color: #fff;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.05);
}
.wrapper .b-bar .bb-w {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: calc(1460px + 40px);
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .b-bar .bb-w .lpart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.wrapper .b-bar .bb-w .lpart .btt span {
  font-size: 25px;
  line-height: 75px;
  font-weight: bold;
  margin-right: 16px;
  display: inline-block;
}
.wrapper .b-bar .bb-w .lpart .blogo img {
  width: 21px;
}
.wrapper .b-bar .bb-w .lpart .blogo .icon-video {
  width: 26px;
  margin-top: -4px;
}
.wrapper .b-bar .bb-w .lpart .blogo .icon-book {
  width: 26px;
  margin-top: -2px;
}
.wrapper .b-bar .bb-w .lpart .blogo .icon-cust {
  width: 24px;
  margin-top: -4px;
}
.wrapper .b-bar .bb-w .lpart .blogo .icon-eva {
  width: 24px;
  margin-top: -4px;
}
.wrapper .b-bar .bb-w .lpart .blogo .icon-prize {
  width: 28px;
  margin-top: -6px;
}
.wrapper .b-bar .bb-w .lpart .blogo .icon-single {
  width: 19px;
  margin-top: -4px;
}
.wrapper .b-bar .bb-w .lpart .blogo .icon-music {
  margin-top: -4px;
}
.wrapper .b-bar .bb-w .lpart .blogo .icon-eye {
  width: 32px;
  margin-top: -4px;
}
.wrapper .b-bar .bb-w .rpart .item {
  float: left;
  font-size: 14px;
  line-height: 44px;
  margin-left: 30px;
  font-weight: bold;
  position: relative;
}
.wrapper .b-bar .bb-w .rpart .item span, .wrapper .b-bar .bb-w .rpart .item a {
  color: #8d8d8d;
  display: inline-block;
  cursor: pointer;
}
.wrapper .b-bar .bb-w .rpart .item span.active, .wrapper .b-bar .bb-w .rpart .item span:hover, .wrapper .b-bar .bb-w .rpart .item a.active, .wrapper .b-bar .bb-w .rpart .item a:hover {
  color: #000;
  border-bottom: 1px #f20b21 solid;
}
.wrapper .b-bar .bb-w .rpart .item .search {
  width: 272px;
  height: 52px;
  line-height: 52px;
  background-color: #F2F2F2;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 0 25px;
  font-size: 14px;
}
.wrapper .b-bar .bb-w .rpart .item .icon-search {
  position: absolute;
  right: 25px;
  width: 15px;
  top: 20px;
  cursor: pointer;
}
.wrapper .b-bar .bb-w .rpart .dinfo {
  float: left;
  font-size: 12px;
  line-height: 44px;
  margin-left: 25px;
  font-weight: bold;
  position: relative;
}
.wrapper .b-bar .bb-w .rpart .dinfo span {
  color: rgba(0, 0, 0, 0.3);
  margin-right: 10px;
}
.wrapper .b-bar .bb-w .rpart .d-filter {
  float: left;
  border-right: 1px rgba(0, 0, 0, 0.3) solid;
  height: 20px;
  margin-left: 25px;
  margin-top: 10px;
}
.wrapper .load-more {
  padding: 40px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.wrapper .load-more .ltt {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 16px;
}
.wrapper .load-more .l-filter {
  height: 4px;
}
.wrapper .load-more .l-filter span {
  display: inline-block;
  height: 4px;
  width: 20px;
  background-color: #000;
  vertical-align: top;
}
.wrapper .news-w {
  max-width: calc(1460px + 40px);
  padding: 68px 20px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .news-w .news {
  width: 100%;
  position: relative;
}
.wrapper .news-w .news .slide {
  height: 550px;
  position: relative;
  display: block;
}
.wrapper .news-w .news .info {
  width: 100%;
  background-color: #fff;
  padding: 24px 27px 30px;
  cursor: pointer;
  display: block;
}
.wrapper .news-w .news .info .tt {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrapper .news-w .news .info .stt {
  font-size: 14px;
  line-height: 25px;
  color: #8d8d8d;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper .news-w .news .info .more {
  font-size: 12px;
  line-height: 0.9;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 27px;
  bottom: 30px;
  cursor: pointer;
}
.wrapper .news-w .news .info .more .bbl {
  width: 54px;
  display: inline-block;
  border-bottom: 1px #f20b21 solid;
  margin-left: 11px;
  vertical-align: bottom;
}
.wrapper .news-w .news:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}
.wrapper .news-w .filter {
  height: 1px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  margin-bottom: 34px;
  padding-top: 34px;
}
.wrapper .cases-w {
  max-width: calc(1460px + 40px);
  padding: 68px 20px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .cases-w .cases-row-w {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .cases-w .cases-row-w:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wrapper .cases-w .cases-row-w .case {
  width: calc((100% - 102px) / 3);
  margin-right: 51px;
  float: left;
  cursor: pointer;
  transition: 0.4s;
}
.wrapper .cases-w .cases-row-w .case:last-child {
  margin-right: 0;
}
.wrapper .cases-w .cases-row-w .case .cover {
  width: 100%;
}
.wrapper .cases-w .cases-row-w .case .cover-w {
  width: 100%;
  height: 257px;
  position: relative;
}
.wrapper .cases-w .cases-row-w .case .info {
  background-color: #fff;
  position: relative;
  padding: 30px 35px;
}
.wrapper .cases-w .cases-row-w .case .info .ctt {
  font-size: 21px;
  line-height: 32px;
  font-weight: bold;
}
.wrapper .cases-w .cases-row-w .case .info .stt {
  font-size: 14px;
  line-height: 22px;
  color: #8d8d8d;
  margin-top: 8px;
}
.wrapper .cases-w .cases-row-w .case .info .op {
  position: absolute;
  width: 13px;
  right: 40px;
  bottom: 33px;
}
.wrapper .cases-w .cases-row-w .case:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}
.wrapper .books-w {
  max-width: calc(1460px + 40px);
  padding: 68px 20px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .books-w .books-row-w {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .books-w .books-row-w:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wrapper .books-w .books-row-w .book {
  width: 25%;
  padding-top: 25%;
  position: relative;
  float: left;
}
.wrapper .books-w .books-row-w .book .cover-w {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wrapper .books-w .books-row-w .book .cover-w img {
  max-width: 60%;
  max-height: 60%;
}
.wrapper .books-w .books-row-w .book .info {
  display: none;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 45px 36px;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}
.wrapper .books-w .books-row-w .book .info .ctt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}
.wrapper .books-w .books-row-w .book .info .stt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper .books-w .books-row-w .book .info .more {
  font-size: 12px;
  line-height: 0.9;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 36px;
  bottom: 45px;
}
.wrapper .books-w .books-row-w .book .info .more .bbl {
  width: 54px;
  display: inline-block;
  border-bottom: 1px #00b490 solid;
  margin-left: 11px;
  vertical-align: bottom;
}
.wrapper .books-w .books-row-w .book .info .sstt {
  font-size: 14px;
  line-height: 25px;
  color: #8d8d8d;
}
.wrapper .books-w .books-row-w .book .info .filter {
  height: 3px;
  margin: 20px 0 20px;
}
.wrapper .books-w .books-row-w .book .info .filter span {
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #000;
  vertical-align: top;
}
.wrapper .books-w .books-row-w .book .info .b-closer {
  position: absolute;
  top: 47px;
  right: 0;
  cursor: pointer;
}
.wrapper .books-w .books-row-w .book .info .b-closer .b-menu {
  margin: 0 30px;
  display: inline-block;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  user-select: none;
  height: 10px;
  width: 16px;
  float: left;
}
.wrapper .books-w .books-row-w .book .info .b-closer .b-menu .b-bun {
  background-color: #00b490;
  position: relative;
  width: 16px;
  height: 2px;
  float: left;
}
.wrapper .books-w .books-row-w .book .info .b-closer .b-menu .b-bun--top {
  top: 4px;
  transform: rotate(45deg);
}
.wrapper .books-w .books-row-w .book .info .b-closer .b-menu .b-bun--bottom {
  top: 2px;
  transform: rotate(-45deg);
}
.wrapper .customers-w {
  max-width: calc(1460px + 40px);
  padding: 68px 20px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .customers-w .custs-row-w {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .customers-w .custs-row-w:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wrapper .customers-w .custs-row-w .cust {
  background-color: #fff;
  width: calc(25% - 40px);
  margin-right: 53px;
  position: relative;
  float: left;
  transition: 0.4s;
}
.wrapper .customers-w .custs-row-w .cust:last-child {
  margin-right: 0;
}
.wrapper .customers-w .custs-row-w .cust .cover-w {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .customers-w .custs-row-w .cust .cover-w img {
  zoom: 0.5;
  -moz-transform: scale(0.5);
}
.wrapper .customers-w .custs-row-w .cust .info {
  height: 208px;
  padding: 30px 35px 20px;
  overflow: hidden;
}
.wrapper .customers-w .custs-row-w .cust .info .ctt {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .customers-w .custs-row-w .cust .info .filter {
  height: 3px;
  margin: 12px 0 18px;
  text-align: center;
}
.wrapper .customers-w .custs-row-w .cust .info .filter span {
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #000;
  vertical-align: top;
}
.wrapper .customers-w .custs-row-w .cust .info .stt {
  font-size: 12px;
  line-height: 21px;
  color: #8d8d8d;
}
.wrapper .customers-w .custs-row-w .cust:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}
.wrapper .evaluations-w {
  max-width: calc(1460px + 40px);
  padding: 68px 20px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .evaluations-w .evas-row-w {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .evaluations-w .evas-row-w:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wrapper .evaluations-w .evas-row-w .eva {
  width: calc((100% - 102px) / 3);
  margin-right: 51px;
  float: left;
  cursor: pointer;
  transition: 0.4s;
}
.wrapper .evaluations-w .evas-row-w .eva:last-child {
  margin-right: 0;
}
.wrapper .evaluations-w .evas-row-w .eva .cover-w {
  width: 100%;
  height: 257px;
  position: relative;
}
.wrapper .evaluations-w .evas-row-w .eva .info {
  background-color: #fff;
  position: relative;
  padding: 30px 35px;
  height: 250px;
}
.wrapper .evaluations-w .evas-row-w .eva .info .ctt {
  font-size: 21px;
  line-height: 32px;
  font-weight: bold;
}
.wrapper .evaluations-w .evas-row-w .eva .info .stt {
  font-size: 14px;
  line-height: 22px;
  color: #8d8d8d;
  margin-top: 8px;
  position: absolute;
  left: 35px;
  bottom: 30px;
}
.wrapper .evaluations-w .evas-row-w .eva .info .op {
  position: absolute;
  width: 13px;
  right: 40px;
  bottom: 33px;
}
.wrapper .evaluations-w .evas-row-w .eva:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}
.wrapper .prizes-w {
  max-width: calc(1460px + 40px);
  padding: 68px 20px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .prizes-w .prizes-row-w {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .prizes-w .prizes-row-w:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wrapper .prizes-w .prizes-row-w .prize {
  width: calc((100% - 102px) / 3);
  margin-right: 51px;
  float: left;
  cursor: pointer;
  transition: 0.4s;
}
.wrapper .prizes-w .prizes-row-w .prize:last-child {
  margin-right: 0;
}
.wrapper .prizes-w .prizes-row-w .prize .cover-w {
  width: 100%;
  height: 257px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F3F3;
  transition: background-color 400ms linear;
}
.wrapper .prizes-w .prizes-row-w .prize .cover-w img {
  zoom: 0.7;
  -moz-transform: scale(0.7);
}
.wrapper .prizes-w .prizes-row-w .prize .cover-w .hover {
  display: none;
}
.wrapper .prizes-w .prizes-row-w .prize .info {
  background-color: #fff;
  position: relative;
  padding: 30px 35px;
  height: 350px;
}
.wrapper .prizes-w .prizes-row-w .prize .info .ctt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.wrapper .prizes-w .prizes-row-w .prize .info .stt {
  font-size: 14px;
  line-height: 28px;
  color: #8d8d8d;
  margin-top: 14px;
}
.wrapper .prizes-w .prizes-row-w .prize .info .op {
  position: absolute;
  width: 13px;
  right: 40px;
  bottom: 33px;
}
.wrapper .prizes-w .prizes-row-w .prize:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}
.wrapper .prizes-w .prizes-row-w .prize:hover .cover-w {
  background-color: #f20b21;
  transition: background-color 400ms linear;
}
.wrapper .prizes-w .prizes-row-w .prize:hover .cover-w .n-hover {
  display: none;
}
.wrapper .prizes-w .prizes-row-w .prize:hover .cover-w .hover {
  display: inline-block;
}
.wrapper .musics-w {
  max-width: calc(1460px + 40px);
  padding: 68px 20px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .musics-w .musics-row-w {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .musics-w .musics-row-w:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wrapper .musics-w .musics-row-w .music {
  background-color: #fff;
  width: calc(25% - 40px);
  margin-right: 53px;
  position: relative;
  float: left;
  transition: 0.4s;
}
.wrapper .musics-w .musics-row-w .music:last-child {
  margin-right: 0;
}
.wrapper .musics-w .musics-row-w .music .cover-w {
  height: 253px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EBEBEB;
  position: relative;
}
.wrapper .musics-w .musics-row-w .music .cover-w img {
  zoom: 0.5;
  -moz-transform: scale(0.5);
}
.wrapper .musics-w .musics-row-w .music .cover-w .music-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: calc(50% - 20px);
}
.wrapper .musics-w .musics-row-w .music .cover-w .music-info .time {
  font-size: 30px;
  line-height: 55px;
  font-weight: bold;
}
.wrapper .musics-w .musics-row-w .music .cover-w .music-info .filter {
  height: 3px;
  margin-bottom: 14px;
}
.wrapper .musics-w .musics-row-w .music .cover-w .music-info .filter span {
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #fff;
  vertical-align: top;
}
.wrapper .musics-w .musics-row-w .music .cover-w .music-info .mm {
  font-size: 12px;
  line-height: 19px;
}
.wrapper .musics-w .musics-row-w .music .cover-w .music-info .mm span {
  display: inline-block;
  margin-right: 12px;
}
.wrapper .musics-w .musics-row-w .music .info {
  background-color: #fff;
  position: relative;
  padding: 24px 35px;
  height: 116px;
}
.wrapper .musics-w .musics-row-w .music .info .ctt {
  font-size: 21px;
  line-height: 35px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrapper .musics-w .musics-row-w .music .info .stt {
  font-size: 14px;
  line-height: 25px;
  color: #8d8d8d;
  margin-top: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrapper .musics-w .musics-row-w .music .info .op {
  position: absolute;
  width: 13px;
  right: 40px;
  bottom: 33px;
}
.wrapper .musics-w .musics-row-w .music:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}
.wrapper .serials-w {
  max-width: calc(1460px + 40px);
  padding: 68px 20px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .serials-w .serials-row-w {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .serials-w .serials-row-w:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wrapper .serials-w .serials-row-w .serial {
  width: calc((100% - 102px) / 3);
  margin-right: 51px;
  float: left;
  cursor: pointer;
  transition: 0.4s;
  background-color: #fff;
  position: relative;
  padding: 30px 35px;
  height: 370px;
}
.wrapper .serials-w .serials-row-w .serial:nth-child(3n) {
   margin-right: 0;
}
.wrapper .serials-w .serials-row-w .serial:last-child {
  margin-right: 0;
}
.wrapper .serials-w .serials-row-w .serial .ctt {
  font-size: 21px;
  line-height: 35px;
  font-weight: bold;
}
.wrapper .serials-w .serials-row-w .serial .stt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .serials-w .serials-row-w .serial .htt {
  font-size: 14px;
  line-height: 25px;
  color: #8d8d8d;
  margin-top: 12px;
  max-height: 130px;
  overflow: hidden;
}
.wrapper .serials-w .serials-row-w .serial .filter {
  height: 3px;
  margin: 12px 0;
}
.wrapper .serials-w .serials-row-w .serial .filter span {
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #000;
  vertical-align: top;
}
.wrapper .serials-w .serials-row-w .serial .op {
  position: absolute;
  width: 13px;
  right: 40px;
  bottom: 33px;
}
.wrapper .serials-w .serials-row-w .serial:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}
.wrapper .index-slides {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.wrapper .index-slides .swiper-wrapper {
  height: 100%;
}
.wrapper .index-slides .swiper-slide {
  position: relative;
}
.wrapper .index-slides .swiper-slide img {
  width: 100%;
}
.wrapper .index-slides .swiper-slide .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  z-index: 4;
}
.wrapper .index-slides .swiper-slide .info .bbl {
  display: inline-block;
  border-bottom: 1px #fff solid;
  margin-left: 14px;
  vertical-align: bottom;
}
.wrapper .index-slides .swiper-slide .info .bbl.bold {
  border-bottom: 4px #fff solid;
}
.wrapper .index-slides .swiper-slide .info .more {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.9;
}
.wrapper .index-slides .swiper-slide .info .more .bbl {
  width: 54px;
}
.wrapper .index-slides .swiper-slide .info.ss1 {
  padding-left: 120px;
}
.wrapper .index-slides .swiper-slide .info.ss1 .ctt {
  font-size: 68px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 27px;
}
.wrapper .index-slides .swiper-slide .info.ss1 .ctt .bbl {
  width: 115px;
}
.wrapper .index-slides .swiper-slide .info.ss1 .stt {
  font-size: 19px;
  line-height: 0.9;
  margin-bottom: 27px;
}
.wrapper .index-slides .swiper-slide .info.ss1 .stt .bbl {
  width: 115px;
}
.wrapper .index-slides .swiper-slide .info.ss2 {
  padding-left: 120px;
}
.wrapper .index-slides .swiper-slide .info.ss2 .ctt {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 14px;
}
.wrapper .index-slides .swiper-slide .info.ss2 .ctt .bbl {
  width: 105px;
}
.wrapper .index-slides .swiper-slide .info.ss2 .stt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 36px;
}
.wrapper .index-slides .swiper-slide .info.ss3 {
  padding-left: calc(50% + 40px);
}
.wrapper .index-slides .swiper-slide .info.ss3 .ctt {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 14px;
}
.wrapper .index-slides .swiper-slide .info.ss3 .ctt:nth-child(1) .bbl {
  width: 156px;
}
.wrapper .index-slides .swiper-slide .info.ss3 .ctt:nth-child(2) .bbl {
  width: 80px;
}
.wrapper .index-slides .swiper-slide .info.ss3 .ctt:nth-child(3) .bbl {
  width: 135px;
}
.wrapper .index-slides .swiper-slide .info.ss3 .stt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 36px;
}
.wrapper .index-slides .swiper-slide .info.ss4 {
  padding-left: 120px;
}
.wrapper .index-slides .swiper-slide .info.ss4 .ctt {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 14px;
}
.wrapper .index-slides .swiper-slide .info.ss4 .ctt:nth-child(1) .bbl {
  width: 84px;
}
.wrapper .index-slides .swiper-slide .info.ss4 .ctt:nth-child(2) .bbl {
  width: 140px;
}
.wrapper .index-slides .swiper-slide .info.ss4 .ctt:nth-child(3) .bbl {
  width: 125px;
}
.wrapper .index-slides .swiper-slide .info.ss4 .stt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 36px;
}
.wrapper .index-slides .swiper-slide .info.ss5 {
  padding-left: 120px;
}
.wrapper .index-slides .swiper-slide .info.ss5 .ctt {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 14px;
}
.wrapper .index-slides .swiper-slide .info.ss5 .ctt:nth-child(1) .bbl {
  width: 98px;
}
.wrapper .index-slides .swiper-slide .info.ss5 .ctt:nth-child(2) .bbl {
  width: 173px;
}
.wrapper .index-slides .swiper-slide .info.ss5 .ctt:nth-child(3) .bbl {
  width: 75px;
}
.wrapper .index-slides .swiper-slide .info.ss5 .stt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 36px;
}
.wrapper .index-slides .swiper-slide .info.ss6 {
  padding-left: 120px;
}
.wrapper .index-slides .swiper-slide .info.ss6 .ctt {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 14px;
}
.wrapper .index-slides .swiper-slide .info.ss6 .ctt:nth-child(1) .bbl {
  width: 165px;
}
.wrapper .index-slides .swiper-slide .info.ss6 .ctt:nth-child(2) .bbl {
  width: 168px;
}
.wrapper .index-slides .swiper-slide .info.ss6 .ctt:nth-child(3) .bbl {
  width: 100px;
}
.wrapper .index-slides .swiper-slide .info.ss6 .stt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 36px;
}
.wrapper .index-slides .swiper-slide.sgif .gif {
  position: absolute;
  width: 19.2%;
  right: 18.3%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wrapper .index-slides .swiper-pagination {
  bottom: 40px;
  width: 100%;
  text-align: right;
  padding-right: 72px;
  z-index: 7;
}
.wrapper .index-slides .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
  border-radius: 0;
  width: 27px;
  height: 4px;
  margin: 0;
}
.wrapper .index-slides .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.wrapper .index-w .index-bb {
  width: 100%;
  height: 880px;
}
.wrapper .index-w .index-bb .bbw {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: calc(1460px + 100px);
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .index-w .index-bb .col {
  width: 50%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.wrapper .index-w .index-bb .col .ctt {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.7;
  margin-bottom: 20px;
}
.wrapper .index-w .index-bb .col .ctt .bbl {
  width: 115px;
  display: inline-block;
  border-bottom: 4px #fff solid;
  margin-left: 21px;
  vertical-align: bottom;
}
.wrapper .index-w .index-bb .col .stt {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  margin: 10px 0 40px;
}
.wrapper .index-w .index-bb .col .more {
  font-size: 14px;
  font-weight: bold;
  line-height: 0.9;
  color: #fff;
}
.wrapper .index-w .index-bb .col .more .bbl {
  width: 54px;
  display: inline-block;
  border-bottom: 1px #fff solid;
  margin-left: 10px;
  vertical-align: bottom;
}
.wrapper .index-w .index-bb .col .btt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.wrapper .index-w .index-bb .col .b-filter {
  height: 4px;
  margin: 26px 0 -20px;
}
.wrapper .index-w .index-bb .col .b-filter span {
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  vertical-align: top;
}
.wrapper .index-w .index-bb .col .num {
  font-size: 328px;
  font-weight: bold;
  line-height: 1;
}
.wrapper .index-w .index-bb .col-1 {
  padding-left: 50px;
}
.wrapper .index-w .index-bb .col-2 {
  text-align: center;
  align-items: center;
}
.wrapper .index-w .index-bb.index-01 {
  background-color: #f20b21;
}
.wrapper .index-w .index-bb.index-01 .col.col-1 .ctt:nth-child(1) .bbl {
  width: 60px;
}
.wrapper .index-w .index-bb.index-01 .col.col-1 .ctt:nth-child(2) .bbl {
  width: 75px;
}
.wrapper .index-w .index-bb.index-01 .col.col-1 .ctt:nth-child(3) .bbl {
  width: 75px;
}
.wrapper .index-w .index-bb.index-02 {
  background-color: #00b490;
}
.wrapper .index-w .index-bb.index-02 .col.col-1 .ctt:nth-child(1) .bbl {
  width: 58px;
}
.wrapper .index-w .index-bb.index-02 .col.col-1 .ctt:nth-child(2) .bbl {
  width: 75px;
}
.wrapper .index-w .index-bb.index-02 .col.col-1 .ctt:nth-child(3) .bbl {
  width: 200px;
}
.wrapper .index-w .index-bb.index-03 {
  background-color: #ffbe00;
}
.wrapper .index-w .index-bb.index-03 .col.col-1 .ctt:nth-child(1) .bbl {
  width: 114px;
}
.wrapper .index-w .index-bb.index-03 .col.col-1 .ctt:nth-child(2) .bbl {
  width: 73px;
}
.wrapper .index-w .index-bb.index-03 .col.col-1 .ctt:nth-child(3) .bbl {
  width: 73px;
}
.wrapper .index-w .qnavs {
  position: fixed;
  right: 0;
  width: 50px;
  height: 200px;
  background-color: #000;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper .index-w .qnavs .row {
  height: 25%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wrapper .index-w .qnavs .row img {
  zoom: 0.5;
  -moz-transform: scale(0.5);
}
.wrapper .index-w .qnavs .row:hover img {
  opacity: 0.5;
}
.wrapper .static-w {
  padding-bottom: 40px;
}
.wrapper .static-w .sbb {
  width: 100%;
  position: relative;
}
.wrapper .static-w .sbb img {
  width: 100%;
}
.wrapper .static-w .sbb .info {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper .static-w .sbb .info .htt {
  font-size: 12px;
  line-height: 40px;
  font-weight: bold;
}
.wrapper .static-w .sbb .info .ctt {
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 30px;
}
.wrapper .static-w .sbb .info .ltt {
  font-size: 68px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 14px;
}
.wrapper .static-w .sbb .info .ltt .bbl {
  width: 115px;
  display: inline-block;
  border-bottom: 4px #fff solid;
  margin-left: 16px;
  vertical-align: bottom;
}
.wrapper .static-w .sbb .info .lstt {
  font-size: 19px;
  line-height: 0.9;
  margin: 30px 0 30px;
}
.wrapper .static-w .sbb .info .lstt .bbl {
  width: 115px;
  display: inline-block;
  border-bottom: 1px #fff solid;
  margin-left: 14px;
  vertical-align: bottom;
}
.wrapper .static-w .sbb .info .stt {
  font-size: 14px;
  line-height: 23px;
  width: 490px;
}
.wrapper .static-w .sbb .info .stt span {
  margin-right: 24px;
}
.wrapper .static-w .sbb .info .more {
  font-size: 12px;
  line-height: 0.9;
  font-weight: bold;
  display: inline-block;
  margin-top: 24px;
  cursor: pointer;
}
.wrapper .static-w .sbb .info .more.lmore {
  font-size: 14px;
  margin-top: 0;
}
.wrapper .static-w .sbb .info .more .bbl {
  width: 54px;
  display: inline-block;
  border-bottom: 1px #f20b21 solid;
  margin-left: 11px;
  vertical-align: bottom;
}
.wrapper .static-w .sbb .info .more.red {
  color: #f20b21;
}
.wrapper .static-w .sbb .info .more.red .bbl {
  border-bottom: 1px #f20b21 solid;
}
.wrapper .static-w .sbb .info .more.wht {
  color: #fff;
}
.wrapper .static-w .sbb .info .more.wht .bbl {
  border-bottom: 1px #fff solid;
}
.wrapper .static-w .sbb .info .filter {
  height: 4px;
  margin: 10px 0 20px;
}
.wrapper .static-w .sbb .info .filter span {
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #f20b21;
  vertical-align: top;
}
.wrapper .static-w .sbb .info .filter.wht span {
  background-color: #fff;
}
.wrapper .static-w .sbb .info.wht .htt, .wrapper .static-w .sbb .info.wht .ctt, .wrapper .static-w .sbb .info.wht .ltt, .wrapper .static-w .sbb .info.wht .lstt {
  color: #fff;
}
.wrapper .static-w .sbb .info.wht .stt {
  color: rgba(255, 255, 255, 0.5);
}
.wrapper .static-w .sbb .info.book {
  color: #fff;
}
.wrapper .static-w .sbb .info.book .stt {
  opacity: 0.7;
}
.wrapper .static-w .sbb .info.book .bbl {
  border-bottom: 1px #fff solid;
}
.wrapper .static-w .sbb .info.blk .htt, .wrapper .static-w .sbb .info.blk .ctt {
  color: #000;
}
.wrapper .static-w .sbb .info.blk .stt {
  color: rgba(0, 0, 0, 0.5);
}
.wrapper .static-w .sbb .info.center {
  align-items: center;
}
.wrapper .static-w .sbb .info.center .htt, .wrapper .static-w .sbb .info.center .ctt, .wrapper .static-w .sbb .info.center .stt {
  text-align: center;
}
.wrapper .static-w .sbb .info.center .filter {
  text-align: center;
}
.wrapper .static-w .sbb .info.left {
  padding-left: 180px;
}
.wrapper .static-w .sbb .info.right {
  padding-left: calc(50% + 180px);
}
.wrapper .static-w .sbb .info.ss5 {
  padding-left: 120px;
}
.wrapper .static-w .sbb .info.ss5 .bbl {
  display: inline-block;
  border-bottom: 1px #fff solid;
  margin-left: 14px;
  vertical-align: bottom;
}
.wrapper .static-w .sbb .info.ss5 .bbl.bold {
  border-bottom: 4px #fff solid;
}
.wrapper .static-w .sbb .info.ss5 .ctt {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 14px;
}
.wrapper .static-w .sbb .info.ss5 .ctt:nth-child(1) .bbl {
  width: 98px;
}
.wrapper .static-w .sbb .info.ss5 .ctt:nth-child(2) .bbl {
  width: 173px;
}
.wrapper .static-w .sbb .info.ss5 .ctt:nth-child(3) .bbl {
  width: 75px;
}
.wrapper .static-w .sbb .info.ss5 .stt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 36px;
}
.wrapper .static-w .sbb .info.ss2 {
  padding-left: 120px;
}
.wrapper .static-w .sbb .info.ss2 .bbl {
  display: inline-block;
  border-bottom: 1px #fff solid;
  margin-left: 14px;
  vertical-align: bottom;
}
.wrapper .static-w .sbb .info.ss2 .bbl.bold {
  border-bottom: 4px #fff solid;
}
.wrapper .static-w .sbb .info.ss2 .ctt {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 14px;
}
.wrapper .static-w .sbb .info.ss2 .ctt .bbl {
  width: 105px;
}
.wrapper .static-w .sbb .info.ss2 .stt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 36px;
  color: #fff;
}
.wrapper .static-w .sbb .info.ssvp {
  padding-left: 120px;
}
.wrapper .static-w .sbb .info.ssvp .bbl {
  display: inline-block;
  border-bottom: 1px #fff solid;
  margin-left: 14px;
  vertical-align: bottom;
}
.wrapper .static-w .sbb .info.ssvp .bbl.bold {
  border-bottom: 4px #fff solid;
}
.wrapper .static-w .sbb .info.ssvp .ctt {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 14px;
}
.wrapper .static-w .sbb .info.ssvp .ctt:nth-child(1) .bbl {
  width: 160px;
}
.wrapper .static-w .sbb .info.ssvp .ctt:nth-child(2) .bbl {
  width: 100px;
}
.wrapper .static-w .sbb .info.ssvp .ctt:nth-child(3) .bbl {
  width: 75px;
}
.wrapper .static-w .sbb .info.ssvp .stt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 36px;
}
.wrapper .static-w .sbb .info.news {
  padding-left: 120px;
}
.wrapper .static-w .sbb .info.news .bbl {
  display: inline-block;
  border-bottom: 1px #fff solid;
  margin-left: 14px;
  vertical-align: bottom;
}
.wrapper .static-w .sbb .info.news .bbl.bold {
  border-bottom: 4px #fff solid;
}
.wrapper .static-w .sbb .info.news .ctt {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.75;
  margin-bottom: 22px;
}
.wrapper .static-w .sbb .info.news .ctt .bbl {
  width: 105px;
  margin-left: 45px;
}
.wrapper .static-w .sbb .info.news .stt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 36px;
  color: #fff;
  width: auto;
}
.wrapper .static-w .sbb .info.news.news1 .ctt:nth-child(1) .bbl {
  width: 220px;
}
.wrapper .static-w .sbb .info.news.news1 .ctt:nth-child(2) .bbl {
  width: 260px;
}
.wrapper .static-w .sbb .info.news.news1 .ctt:nth-child(3) .bbl {
  width: 280px;
}
.wrapper .static-w .sbb .info.news.news2 .ctt:nth-child(1) .bbl {
  width: 207px;
}
.wrapper .static-w .sbb .info.news.news2 .ctt:nth-child(2) .bbl {
  width: 140px;
}
.wrapper .static-w .sbb .info.news.news3 .ctt:nth-child(1) .bbl {
  width: 105px;
}
.wrapper .static-w .sbb .info.news.news3 .ctt:nth-child(2) .bbl {
  width: 133px;
}
.wrapper .static-w .sbb.sub {
  height: 900px;
}
.wrapper .static-w .sbb .open-sub {
  position: absolute;
  cursor: pointer;
  width: 100%;
  left: 0;
  bottom: 36px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  display: none;
}
.wrapper .static-w .sbb .open-sub img {
  margin-top: 14px;
  height: 7px;
  width: auto;
}
.wrapper .static-w .sbb .open-sub.wht {
  color: #fff;
}
.wrapper .static-w .sbb .open-sub.wht img.redicon {
  display: none;
}
.wrapper .static-w .sbb .open-sub.blk {
  color: #000;
}
.wrapper .static-w .sbb .open-sub.blk img.whticon {
  display: none;
}
.wrapper .static-w .sbb .close-sub {
  position: absolute;
  cursor: pointer;
  width: 100%;
  left: 0;
  top: 36px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #f20b21;
  z-index: 10;
}
.wrapper .static-w .sbb .close-sub img {
  margin-bottom: 14px;
  height: 7px;
  width: auto;
}
.wrapper .static-w .eq, .wrapper .static-w .leader {
  height: 900px;
  position: relative;
}
.wrapper .static-w .eq .stt, .wrapper .static-w .leader .stt {
  height: 120px;
  overflow: hidden;
}
.wrapper .static-w .leader .info {
  padding-left: 50%;
}
.wrapper .static-w .leader .info .stt {
  max-width: 660px;
  width: 100%;
}
.wrapper .static-w .leader .info .ep-list {
  list-style-type: none;
  margin-left: -6px;
}
.wrapper .static-w .leader .info .ep-list li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 2px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}
.wrapper .static-w .leader .info .ep-list li {
  margin-bottom: 6px;
  padding-left: 10px;
}
.wrapper .static-w .ep03sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrapper .static-w .ep03sub .navs {
  padding-top: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wrapper .static-w .ep03sub .navs .nav {
  display: inline-block;
  padding: 14px 4px;
  margin: 0 22px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
.wrapper .static-w .ep03sub .navs .nav.active, .wrapper .static-w .ep03sub .navs .nav:hover {
  border-bottom: 1px #f20b21 solid;
  color: #fff;
}
.wrapper .static-w .ep03sub .page {
  display: none;
  color: #fff;
  padding-top: 100px;
  text-align: center;
}
.wrapper .static-w .ep03sub .page .ctt {
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 50px;
}
.wrapper .static-w .ep03sub .page .stt {
  padding: 65px 0;
  font-size: 14px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.5);
}
.wrapper .static-w .ep03sub .page .stt span {
  display: block;
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 15px;
}
.wrapper .static-w .ep03sub .page .stt.sml {
  padding: 25px;
}
.wrapper .static-w .ep03sub .page .filter {
  height: 1px;
  padding: 0 75px;
}
.wrapper .static-w .ep03sub .page .filter span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  vertical-align: top;
}
.wrapper .static-w .ep03sub .page.active {
  display: block;
}
.wrapper .static-w .ep05sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 75px;
}
.wrapper .static-w .ep05sub .ctt {
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  padding-top: 180px;
}
.wrapper .static-w .ep05sub .line {
  padding: 34px 0;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wrapper .static-w .ep05sub .line:last-child {
  border-bottom: none;
}
.wrapper .static-w .ep05sub .line .col {
  width: 33.33%;
  text-align: center;
}
.wrapper .static-w .ep05sub .line .col .htt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
}
.wrapper .static-w .ep05sub .line .col .stt {
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
}
.wrapper .static-w .ep05sub.line4 .ctt {
  padding-top: 120px;
}
.wrapper .static-w .ep07sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 75px;
}
.wrapper .static-w .ep07sub .ctt {
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 180px;
  color: #fff;
  text-align: center;
  padding-top: 180px;
}
.wrapper .static-w .ep07sub .line {
  width: 100%;
}
.wrapper .static-w .ep07sub .line .col {
  float: left;
  width: 33.33%;
  text-align: center;
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
  padding-top: 15px;
  height: 265px;
}
.wrapper .static-w .ep07sub .line .col:last-child {
  border-right: none;
}
.wrapper .static-w .ep07sub .line .col .icons img {
  zoom: 0.5;
  -moz-transform: scale(0.5);
  width: auto;
}
.wrapper .static-w .ep07sub .line .col .stt {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  margin: 30px 0 40px;
}
.wrapper .static-w .ep07sub .line .col .htt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 23px;
  width: 340px;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .static-w .ep07sub .line .col .htt .t-rgt {
  font-weight: bold;
  width: 90px;
  display: inline-block;
  text-align: right;
  margin-right: 20px;
}
.wrapper .static-w .menu-holder {
  height: 60px;
  width: 100%;
  background-color: #000;
}
.wrapper .static-w .detail {
  /*
    Small only
  */
  /*
    Medium only
  */
  /*
    Large Only
  */
  /*
    Small only
  */
  /*
    Medium only
  */
  /*
    Large Only
  */
  /*
    Small only
  */
  /*
    Medium only
  */
  /*
    Large Only
  */
  /*
    3. Layout
  */
  /*
    Small only
  */
  /*
    Medium only
  */
  /*
    Large Only
  */
}
.wrapper .static-w .detail .detail-w {
  padding: 60px 20px 100px;
  max-width: 940px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .static-w .detail .detail-w .title {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
}
.wrapper .static-w .detail .detail-w .author {
  font-size: 12px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 40px;
}
.wrapper .static-w .detail .detail-w .content {
  font-size: 14px;
  line-height: 25px;
  color: #8d8d8d;
}
.wrapper .static-w .detail div.control-container {
  margin-top: 10px;
  padding-bottom: 10px;
}
.wrapper .static-w .detail div.control-container div.amplitude-play-pause {
  width: 74px;
  height: 74px;
  cursor: pointer;
  float: left;
  margin-left: 10px;
}
.wrapper .static-w .detail div.control-container div.amplitude-play-pause.amplitude-paused {
  background: url("../imgs/play.svg");
  background-size: cover;
}
.wrapper .static-w .detail div.control-container div.amplitude-play-pause.amplitude-playing {
  background: url("../imgs/pause.svg");
  background-size: cover;
}
.wrapper .static-w .detail div.control-container div.meta-container {
  float: left;
  width: calc(100% - 84px);
  text-align: center;
  color: white;
  margin-top: 10px;
}
.wrapper .static-w .detail div.control-container div.meta-container span[amplitude-song-info=name] {
  font-size: 18px;
  color: #fff;
  display: block;
}
.wrapper .static-w .detail div.control-container div.meta-container span[amplitude-song-info=artist] {
  font-size: 14px;
  color: #fff;
  display: block;
}
.wrapper .static-w .detail div.control-container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 39.9375em) {
  .wrapper .static-w .detail div.control-container div.amplitude-play-pause {
    background-size: cover;
    width: 64px;
    height: 64px;
  }
  .wrapper .static-w .detail div.control-container div.meta-container {
    width: calc(100% - 74px);
  }
}
.wrapper .static-w .detail div.time-container {
  opacity: 0.5;
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  height: 15px;
}
.wrapper .static-w .detail div.time-container span.current-time {
  float: left;
  margin-left: 5px;
}
.wrapper .static-w .detail div.time-container span.duration {
  float: right;
  margin-right: 5px;
}
.wrapper .static-w .detail progress.amplitude-song-played-progress {
  background-color: #313252;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  display: block;
  cursor: pointer;
  border: none;
}
.wrapper .static-w .detail progress.amplitude-song-played-progress:not([value]) {
  background-color: #313252;
}
.wrapper .static-w .detail progress[value]::-webkit-progress-bar {
  background-color: #313252;
}
.wrapper .static-w .detail progress[value]::-moz-progress-bar {
  background-color: #00a0ff;
}
.wrapper .static-w .detail progress[value]::-webkit-progress-value {
  background-color: #00a0ff;
}
.wrapper .static-w .detail div.bottom-container {
  background-color: #202136;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wrapper .static-w .detail div#single-song-player {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 460px;
}
.wrapper .static-w .detail div#single-song-player img[amplitude-song-info=cover_art_url] {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.wrapper .static-w .prize-c {
  width: 100%;
  padding: 0 20px;
}
.wrapper .static-w .prize-c .prize-c-w {
  max-width: calc(1460px);
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 68px 0 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .static-w .prize-c .prize-c-w .col {
  width: calc(100% / 7);
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  margin-right: 32px;
  padding-right: 20px;
}
.wrapper .static-w .prize-c .prize-c-w .col:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.wrapper .static-w .prize-c .prize-c-w .col.no-br {
  border-right: none;
}
.wrapper .static-w .prize-c .prize-c-w .col .img-w {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.wrapper .static-w .prize-c .prize-c-w .col .img-w img {
  height: 66px;
  margin-right: 18px;
}
.wrapper .static-w .prize-c .prize-c-w .col .img-w span {
  font-family: "Carlsberg Sans", serif;
  font-size: 45px;
}
.wrapper .static-w .prize-c .prize-c-w .col p {
  font-size: 14px;
  line-height: 1;
  margin-top: 20px;
  color: #8d8d8d;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1440px) {
  .wrapper .footer .footer-w .fo-w .l-fo .col {
    width: 100px;
  }
  .wrapper .footer .footer-w .fo-w .r-fo .col {
    width: 260px;
  }
  .wrapper .static-w .sbb .info.left {
    padding-left: 80px;
  }
  .wrapper .static-w .sbb .info.right {
    padding-left: calc(50% + 20px);
  }
  .wrapper .static-w .prize-c .prize-c-w {
    padding-bottom: 20px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col {
    margin-right: 16px;
    padding-right: 16px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col .img-w img {
    height: 56px;
    margin-right: 12px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col .img-w span {
    font-size: 36px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col p {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .display-1024 {
    display: block;
  }

  .not-display-1024 {
    display: none;
  }

  .wrapper {
    min-width: 0;
  }
  .wrapper .topbar {
    height: 44px;
  }
  .wrapper .topbar .lpart {
    padding-left: 16px;
  }
  .wrapper .topbar .lpart .logo {
    height: 24px;
  }
  .wrapper .topbar .lpart .slogan {
    font-size: 11px;
    line-height: 11px;
    padding-left: 8px;
    margin-left: 8px;
  }
  .wrapper .topbar .rpart {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .wrapper .topbar .rpart .navs .nav {
    display: none;
  }
  .wrapper .topbar .rpart .navs .nav.music-op {
    display: inline-block;
    margin-right: 10px;
  }
  .wrapper .topbar .rpart .navs .nav .music-opener {
    width: 12px;
    margin-top: 0;
  }
  .wrapper .topbar .rpart .menu-opener .b-menu {
    margin: 0 15px;
    height: 10px;
    width: 14px;
  }
  .wrapper .topbar .rpart .menu-opener .b-menu .b-bun {
    width: 14px;
    height: 1px;
  }
  .wrapper .topbar .rpart .menu-opener .b-menu .b-bun--top {
    top: 2px;
  }
  .wrapper .topbar .rpart .menu-opener .b-menu .b-bun--bottom {
    top: 7px;
  }
  .wrapper .sub-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
  }
  .wrapper .sub-menu .sub-bar {
    height: 44px;
    background-color: #F3F3F3;
    padding-left: 16px;
  }
  .wrapper .sub-menu .sub-bar .lpart .logo {
    height: 24px;
  }
  .wrapper .sub-menu .sub-bar .lpart .slogan {
    font-size: 11px;
    line-height: 11px;
    padding-left: 8px;
    margin-left: 8px;
  }
  .wrapper .sub-menu .sub-bar .rpart .menu-closer .b-menu {
    margin: 0 15px;
    height: 10px;
    width: 14px;
  }
  .wrapper .sub-menu .sub-bar .rpart .menu-closer .b-menu .b-bun {
    width: 14px;
    height: 1px;
  }
  .wrapper .sub-menu .sub-bar .rpart .menu-closer .b-menu .b-bun--bottom {
    top: 3px;
  }
  .wrapper .sub-menu .menus {
    padding: 44px 20px 0;
    height: calc(100% - 44px);
    overflow-y: scroll;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }
  .wrapper .sub-menu .menus.can-open {
    display: flex;
  }
  .wrapper .sub-menu .menus .col {
    width: 100%;
    text-align: center;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .sub-menu .menus .col .sub-w {
    display: none;
    padding: 0 0 20px;
  }
  .wrapper .sub-menu .menus .col .tt {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    padding: 22px 0;
  }
  .wrapper .sub-menu .menus .col a {
    line-height: 30px;
  }
  .wrapper .sub-menu .menus .col:last-child {
    border-bottom: none;
  }
  .wrapper .footer {
    padding: 40px 30px 35px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo {
    width: 100%;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col {
    width: 100px;
  }
  .wrapper .footer .footer-w .fo-w .r-fo {
    width: 100%;
    margin-top: 40px;
  }
  .wrapper .footer .footer-w .fo-w .r-fo .col {
    width: 260px;
  }
  .wrapper .customers-w .custs-row-w .cust {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .wrapper .customers-w .custs-row-w .cust .cover-w {
    height: 140px;
  }
  .wrapper .customers-w .custs-row-w .cust .cover-w img {
    zoom: 0.5;
    -moz-transform: scale(0.5);
  }
  .wrapper .customers-w .custs-row-w .cust .info {
    height: 240px;
    padding: 20px 25px 20px;
  }
  .wrapper .evaluations-w .evas-row-w .eva {
    width: calc(50% - 17px);
    margin-right: 34px;
  }
  .wrapper .prizes-w .prizes-row-w .prize {
    width: calc(50% - 17px);
    margin-right: 34px;
  }
  .wrapper .musics-w .musics-row-w .music {
    width: calc(33% - 20px);
    margin-right: 30px;
  }
  .wrapper .musics-w .musics-row-w .music .cover-w img {
    zoom: 0.4;
    -moz-transform: scale(0.4);
  }
  .wrapper .musics-w .musics-row-w .music .info {
    padding: 20px 20px;
    height: 116px;
  }
  .wrapper .musics-w .musics-row-w .music .info .op {
    position: absolute;
    width: 13px;
    right: 20px;
    bottom: 33px;
  }
  .wrapper .cases-w .cases-row-w .case {
    width: calc(50% - 17px);
    margin-right: 34px;
  }
  .wrapper .serials-w .serials-row-w .serial {
    width: calc(50% - 17px);
    margin-right: 34px;
  }
  .wrapper .books-w {
    max-width: 100%;
    padding: 30px 15px 0;
  }
  .wrapper .books-w .books-row-w {
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .books-w .books-row-w .book {
    width: 50%;
    padding-top: 55%;
    min-height: 200px;
  }
  .wrapper .books-w .books-row-w .book .cover-w img {
    max-width: 72%;
    max-height: 72%;
  }
  .wrapper .books-w .books-row-w .book .info {
    padding: 20px 10px;
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
  }
  .wrapper .books-w .books-row-w .book .info .ctt {
    font-size: 16px;
    max-width: calc(100% - 15px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .wrapper .books-w .books-row-w .book .info .stt {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 6px;
    height: 36px;
    overflow: hidden;
  }
  .wrapper .books-w .books-row-w .book .info .more {
    font-size: 9px;
    left: 10px;
    bottom: 20px;
  }
  .wrapper .books-w .books-row-w .book .info .more .bbl {
    width: 40px;
  }
  .wrapper .books-w .books-row-w .book .info .sstt {
    font-size: 11px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
  }
  .wrapper .books-w .books-row-w .book .info .filter {
    height: 2px;
    margin: 14px 0 14px;
  }
  .wrapper .books-w .books-row-w .book .info .filter span {
    width: 13px;
    height: 2px;
  }
  .wrapper .books-w .books-row-w .book .info .b-closer {
    top: 24px;
    right: 0;
    cursor: pointer;
  }
  .wrapper .books-w .books-row-w .book .info .b-closer .b-menu {
    margin: 0 10px;
    height: 10px;
    width: 16px;
  }
  .wrapper .books-w .books-row-w .book .info .b-closer .b-menu .b-bun {
    width: 13px;
  }
  .wrapper .static-w .prize-c {
    padding: 20px 20px 0;
  }
  .wrapper .static-w .prize-c .prize-c-w {
    padding-top: 20px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col {
    width: 25%;
    margin-right: 32px;
    padding-right: 32px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col .img-w img {
    height: 56px;
    margin-right: 12px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col .img-w span {
    font-size: 36px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col p {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #music_shadow .shadow-w .info {
    width: 100%;
    right: 0;
  }
  #music_shadow .shadow-w .info .htt {
    font-size: 11px;
    line-height: 1.4;
  }
  #music_shadow .shadow-w .info .filter {
    height: 4px;
    margin: 12px 0;
    text-align: center;
  }
  #music_shadow .shadow-w .info .filter span {
    width: 15px;
    height: 3px;
  }
  #music_shadow .shadow-w .info .tt {
    font-size: 32px;
    line-height: 38px;
  }
  #music_shadow .shadow-w .info .author {
    font-size: 12px;
  }
  #music_shadow .shadow-w .info .stt {
    font-size: 14px;
    line-height: 1.8;
  }
  #music_shadow .shadow-w .info .entry {
    margin-top: 20px;
    width: 100px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
  }

  #book_shadow .filter {
    margin: 16px 0;
  }
  #book_shadow .filter span {
    width: 18px;
  }
  #book_shadow .filter.slim {
    margin: 12px 0;
  }
  #book_shadow .shadow-w .main-cover {
    padding: 0 20px;
  }
  #book_shadow .shadow-w .main-cover img {
    max-width: 100%;
  }
  #book_shadow .shadow-w .main-cover .info .stt {
    font-size: 13px;
  }
  #book_shadow .shadow-w .main-cover .info .filter {
    transition-delay: 0.8s;
  }
  #book_shadow .shadow-w .main-cover .info .tt {
    font-size: 40px;
    margin-top: -28px;
    margin-bottom: 50px;
  }
  #book_shadow .shadow-w .main-cover .info .tt span {
    font-size: 60px;
  }
  #book_shadow .shadow-w .main-cover .info .op {
    width: calc(100% - 160px);
    padding: 0;
    font-size: 10px;
    line-height: 36px;
  }
  #book_shadow .shadow-w .book-slides {
    overflow: hidden;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w {
    padding: 0 20px;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w .book {
    max-width: 100%;
    width: 100%;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w .info {
    width: 100%;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .htt {
    margin-top: 0;
    font-size: 9px;
    margin-bottom: 10%;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .filter {
    margin: 16px 0;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .stt {
    font-size: 13px;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .tt {
    font-size: 35px;
    margin-bottom: 16px;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .sstt {
    font-size: 13px;
    line-height: 21px;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .op {
    font-size: 16px;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .op .filter {
    margin: 14px 0;
  }
  #book_shadow .shadow-w .book-slides .swiper-slide .img-w .info .op .l2 {
    font-size: 11px;
  }
  #book_shadow .shadow-w .book-slides .swiper-pagination {
    bottom: 60px;
  }
  #book_shadow .shadow-w .book-slides .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    margin: 0 1px;
  }

  body {
    background-color: #f2f2f2;
  }

  .display-pc {
    display: none;
  }

  .display-1024 {
    display: none;
  }

  .display-600 {
    display: block;
  }

  .not-display-600 {
    display: none;
  }

  .wrapper {
    min-width: 0;
  }
  .wrapper .topbar .lpart .slogan {
    display: none;
  }
  .wrapper .sub-menu .sub-bar .lpart .slogan {
    display: none;
  }
  .wrapper .footer {
    background-color: #fff;
    padding: 40px 20px 35px;
  }
  .wrapper .footer .footer-w {
    width: 100%;
    padding: 0;
  }
  .wrapper .footer .footer-w .fo-w {
    padding-bottom: 40px;
    border-bottom: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo {
    float: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col {
    width: 100%;
    float: none;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt {
    font-size: 9px;
    line-height: 23px;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt img {
    width: 8px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt .minus {
    display: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .sub-w {
    display: none;
    padding: 0 0 18px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .sub-w .qrcode {
    padding-top: 20px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .sub-w .qrcode img {
    width: 86px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .fstt {
    font-size: 9px;
    line-height: 24px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .fstt span {
    display: inline-block;
    width: 80px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col.active .ftt .plus {
    display: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col.active .ftt .minus {
    display: inline-block;
  }
  .wrapper .footer .footer-w .fo-bw {
    padding-top: 20px;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info {
    float: left;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info p {
    font-size: 9px;
    line-height: 18px;
    color: #8d8d8d;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info p span {
    margin-left: 0 !important;
    font-size: 9px !important;
  }
  .wrapper .footer .footer-w .fo-bw .lang {
    width: 60px;
    font-size: 8px;
  }
  .wrapper .footer .footer-w .fo-bw .lang img {
    height: 9px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .wrapper .b-bar {
    height: 54px;
  }
  .wrapper .b-bar .bb-w {
    max-width: 100%;
    padding: 0 15px;
  }
  .wrapper .b-bar .bb-w .lpart .btt span {
    font-size: 16px;
    line-height: 54px;
    margin-right: 12px;
  }
  .wrapper .b-bar .bb-w .lpart .blogo img {
    width: 14px;
    margin-top: -4px;
  }
  .wrapper .b-bar .bb-w .lpart .blogo .icon-video {
    width: 22px;
  }
  .wrapper .b-bar .bb-w .lpart .blogo .icon-book {
    width: 20px;
    margin-top: -4px;
  }
  .wrapper .b-bar .bb-w .lpart .blogo .icon-cust {
    width: 16px;
    margin-top: -3px;
  }
  .wrapper .b-bar .bb-w .lpart .blogo .icon-eva {
    width: 16px;
    margin-top: -6px;
  }
  .wrapper .b-bar .bb-w .lpart .blogo .icon-prize {
    width: 20px;
    margin-top: -4px;
  }
  .wrapper .b-bar .bb-w .lpart .blogo .icon-single {
    width: 15px;
  }
  .wrapper .b-bar .bb-w .lpart .blogo .icon-conf {
    width: 16px;
    margin-top: -4px;
  }
  .wrapper .b-bar .bb-w .lpart .blogo .icon-music {
    width: 16px;
    margin-top: -4px;
  }
  .wrapper .b-bar .bb-w .lpart .blogo .icon-eye {
    width: 26px;
    margin-top: -4px;
  }
  .wrapper .b-bar .bb-w .rpart .item {
    font-size: 11px;
    line-height: 24px;
    margin-left: 24px;
  }
  .wrapper .b-bar .bb-w .rpart .item .search {
    display: none;
  }
  .wrapper .b-bar .bb-w .rpart .item .icon-search {
    display: none;
  }
  .wrapper .b-bar .bb-w .rpart .dinfo {
    font-size: 9px;
    margin-left: 18px;
  }
  .wrapper .b-bar .bb-w .rpart .dinfo span {
    margin-right: 6px;
  }
  .wrapper .b-bar .bb-w .rpart .d-filter {
    border-right: 1px rgba(0, 0, 0, 0.3) solid;
    height: 14px;
    margin-left: 18px;
    margin-top: 15px;
  }
  .wrapper .load-more {
    padding: 20px 0;
  }
  .wrapper .load-more .ltt {
    font-size: 9px;
    margin-bottom: 12px;
  }
  .wrapper .load-more .l-filter {
    height: 4px;
  }
  .wrapper .load-more .l-filter span {
    height: 4px;
    width: 14px;
  }
  .wrapper .news-w {
    max-width: 100%;
    padding: 30px 15px 0;
  }
  .wrapper .news-w .news {
    width: 100%;
    height: 440px;
    position: relative;
  }
  .wrapper .news-w .news .slide {
    height: 240px;
  }
  .wrapper .news-w .news .info {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    padding: 18px 20px 18px;
    display: block;
  }
  .wrapper .news-w .news .info .tt {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    text-align: center;
  }
  .wrapper .news-w .news .info .tt.tl {
    text-align: left;
  }
  .wrapper .news-w .news .info .stt {
    font-size: 11px;
    line-height: 20px;
    height: 58px;
    overflow: hidden;
    margin-bottom: 32px;
  }
  .wrapper .news-w .news .info .more {
    display: inline-block;
    font-size: 9px;
    left: 20px;
    bottom: 22px;
  }
  .wrapper .news-w .news .info .more .bbl {
    width: 44px;
  }
  .wrapper .news-w .news.p-right .info {
    left: auto;
    right: auto;
  }
  .wrapper .news-w .news:hover {
    box-shadow: none;
  }
  .wrapper .news-w .filter {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .wrapper .cases-w {
    max-width: 100%;
    padding: 30px 15px 0;
  }
  .wrapper .cases-w .cases-row-w .case {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .cases-w .cases-row-w .case:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .wrapper .cases-w .cases-row-w .case .cover-w {
    height: 220px;
  }
  .wrapper .cases-w .cases-row-w .case .info {
    padding: 20px 25px;
  }
  .wrapper .cases-w .cases-row-w .case .info .ctt {
    font-size: 18px;
    line-height: 28px;
  }
  .wrapper .cases-w .cases-row-w .case .info .stt {
    font-size: 12px;
    line-height: 22px;
  }
  .wrapper .cases-w .cases-row-w .case .info .op {
    width: 11px;
    right: 25px;
    bottom: 26px;
  }
  .wrapper .cases-w .cases-row-w .case:hover {
    transform: none;
    box-shadow: none;
  }
  .wrapper .customers-w {
    max-width: 100%;
    padding: 30px 15px 0;
  }
  .wrapper .customers-w .custs-row-w {
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .customers-w .custs-row-w .cust {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .wrapper .customers-w .custs-row-w .cust:last-child {
    margin-right: 0;
  }
  .wrapper .customers-w .custs-row-w .cust .cover-w {
    height: 100px;
  }
  .wrapper .customers-w .custs-row-w .cust .cover-w img {
    zoom: 0.4;
    -moz-transform: scale(0.4);
  }
  .wrapper .customers-w .custs-row-w .cust .info {
    height: 190px;
    padding: 15px 15px 20px;
  }
  .wrapper .customers-w .custs-row-w .cust .info .ctt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .customers-w .custs-row-w .cust .info .filter {
    margin: 10px 0 10px;
  }
  .wrapper .customers-w .custs-row-w .cust .info .filter span {
    width: 14px;
  }
  .wrapper .customers-w .custs-row-w .cust .info .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .customers-w .custs-row-w .cust:hover {
    transform: none;
    box-shadow: none;
  }
  .wrapper .evaluations-w {
    max-width: 100%;
    padding: 30px 15px 0;
  }
  .wrapper .evaluations-w .evas-row-w .eva {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .evaluations-w .evas-row-w .eva:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .wrapper .evaluations-w .evas-row-w .eva .cover-w {
    height: 220px;
  }
  .wrapper .evaluations-w .evas-row-w .eva .info {
    padding: 20px 25px;
    height: 200px;
  }
  .wrapper .evaluations-w .evas-row-w .eva .info .ctt {
    font-size: 19px;
    line-height: 28px;
  }
  .wrapper .evaluations-w .evas-row-w .eva .info .stt {
    font-size: 11px;
    line-height: 18px;
    left: 25px;
    bottom: 20px;
  }
  .wrapper .evaluations-w .evas-row-w .eva .info .op {
    width: 14px;
    right: 25px;
    bottom: 26px;
  }
  .wrapper .evaluations-w .evas-row-w .eva:hover {
    transform: none;
    box-shadow: none;
  }
  .wrapper .prizes-w {
    max-width: 100%;
    padding: 30px 15px 0;
  }
  .wrapper .prizes-w .prizes-row-w .prize {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .prizes-w .prizes-row-w .prize:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .wrapper .prizes-w .prizes-row-w .prize .cover-w {
    width: 100%;
    height: 257px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F3F3F3;
  }
  .wrapper .prizes-w .prizes-row-w .prize .cover-w img {
    zoom: 0.5;
    -moz-transform: scale(0.5);
  }
  .wrapper .prizes-w .prizes-row-w .prize .cover-w .hover {
    display: none;
  }
  .wrapper .prizes-w .prizes-row-w .prize .info {
    padding: 30px 35px;
    height: 250px;
  }
  .wrapper .prizes-w .prizes-row-w .prize .info .ctt {
    font-size: 13px;
    line-height: 18px;
  }
  .wrapper .prizes-w .prizes-row-w .prize .info .stt {
    font-size: 11px;
    line-height: 23px;
    margin-top: 12px;
    height: 160px;
    overflow: hidden;
  }
  .wrapper .prizes-w .prizes-row-w .prize .info .op {
    width: 13px;
    right: 20px;
    bottom: 28px;
  }
  .wrapper .prizes-w .prizes-row-w .prize:hover {
    transform: none;
    box-shadow: none;
  }
  .wrapper .musics-w {
    max-width: 100%;
    padding: 30px 15px 0;
  }
  .wrapper .musics-w .musics-row-w .music {
    background-color: transparent;
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .musics-w .musics-row-w .music:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .wrapper .musics-w .musics-row-w .music .cover-w {
    width: 100%;
    height: 320px;
  }
  .wrapper .musics-w .musics-row-w .music .cover-w img {
    zoom: 0.4;
    -moz-transform: scale(0.4);
  }
  .wrapper .musics-w .musics-row-w .music .cover-w .music-info {
    padding-left: calc(50% - 15px);
  }
  .wrapper .musics-w .musics-row-w .music .cover-w .music-info .time {
    font-size: 22px;
    line-height: 32px;
  }
  .wrapper .musics-w .musics-row-w .music .cover-w .music-info .filter {
    height: 2px;
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .wrapper .musics-w .musics-row-w .music .cover-w .music-info .filter span {
    width: 14px;
    height: 2px;
  }
  .wrapper .musics-w .musics-row-w .music .cover-w .music-info .mm {
    font-size: 9px;
    line-height: 15px;
  }
  .wrapper .musics-w .musics-row-w .music .cover-w .music-info .mm span {
    margin-right: 10px;
  }
  .wrapper .musics-w .musics-row-w .music .info {
    padding: 20px 25px 0;
    height: 100px;
  }
  .wrapper .musics-w .musics-row-w .music .info .ctt {
    font-size: 18px;
    line-height: 26px;
  }
  .wrapper .musics-w .musics-row-w .music .info .stt {
    font-size: 12px;
    line-height: 22px;
  }
  .wrapper .musics-w .musics-row-w .music .info .op {
    width: 11px;
    right: 20px;
    bottom: 26px;
  }
  .wrapper .musics-w .musics-row-w .music:hover {
    transform: none;
    box-shadow: none;
  }
  .wrapper .serials-w {
    max-width: 100%;
    padding: 30px 15px 0;
  }
  .wrapper .serials-w .serials-row-w {
    border-bottom: none;
    padding-bottom: 0;
  }
  .wrapper .serials-w .serials-row-w .serial {
    background-color: #fff;
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
    padding: 25px 25px;
    height: 220px;
  }
  .wrapper .serials-w .serials-row-w .serial:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .wrapper .serials-w .serials-row-w .serial .ctt {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
  }
  .wrapper .serials-w .serials-row-w .serial .stt {
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .serials-w .serials-row-w .serial .htt {
    font-size: 11px;
    line-height: 19px;
    max-height: 55px;
  }
  .wrapper .serials-w .serials-row-w .serial .filter {
    margin: 10px 0;
  }
  .wrapper .serials-w .serials-row-w .serial .filter span {
    width: 14px;
  }
  .wrapper .serials-w .serials-row-w .serial .op {
    right: 30px;
    bottom: 28px;
  }
  .wrapper .serials-w .serials-row-w .serial:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
  }
  .wrapper .index-slides .swiper-slide .info {
    justify-content: flex-start;
    padding-top: 100px;
  }
  .wrapper .index-slides .swiper-slide .info .bbl {
    display: inline-block;
    border-bottom: 1px #fff solid;
    margin-left: 10px;
    vertical-align: bottom;
  }
  .wrapper .index-slides .swiper-slide .info .bbl.bold {
    border-bottom: 2px #fff solid;
  }
  .wrapper .index-slides .swiper-slide .info .more {
    font-size: 10px;
  }
  .wrapper .index-slides .swiper-slide .info .more .bbl {
    width: 36px;
  }
  .wrapper .index-slides .swiper-slide .info.ss1 {
    padding-left: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss1 .ctt {
    font-size: 24px;
    font-weight: bold;
    line-height: 0.9;
    margin-bottom: 16px;
  }
  .wrapper .index-slides .swiper-slide .info.ss1 .ctt .bbl {
    width: 90px;
  }
  .wrapper .index-slides .swiper-slide .info.ss1 .stt {
    font-size: 14px;
    line-height: 0.9;
    margin-bottom: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss1 .stt .bbl {
    width: 70px;
  }
  .wrapper .index-slides .swiper-slide .info.ss2 {
    padding-left: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss2 .ctt {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .wrapper .index-slides .swiper-slide .info.ss2 .ctt .bbl {
    width: 80px;
  }
  .wrapper .index-slides .swiper-slide .info.ss2 .stt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss3 {
    padding-left: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss3 .ctt {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .wrapper .index-slides .swiper-slide .info.ss3 .ctt:nth-child(1) .bbl {
    width: 120px;
  }
  .wrapper .index-slides .swiper-slide .info.ss3 .ctt:nth-child(2) .bbl {
    width: 60px;
  }
  .wrapper .index-slides .swiper-slide .info.ss3 .ctt:nth-child(3) .bbl {
    width: 80px;
  }
  .wrapper .index-slides .swiper-slide .info.ss3 .stt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss4 {
    padding-left: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss4 .ctt {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .wrapper .index-slides .swiper-slide .info.ss4 .ctt:nth-child(1) .bbl {
    width: 64px;
  }
  .wrapper .index-slides .swiper-slide .info.ss4 .ctt:nth-child(2) .bbl {
    width: 100px;
  }
  .wrapper .index-slides .swiper-slide .info.ss4 .ctt:nth-child(3) .bbl {
    width: 90px;
  }
  .wrapper .index-slides .swiper-slide .info.ss4 .stt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss5 {
    padding-left: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss5 .ctt {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .wrapper .index-slides .swiper-slide .info.ss5 .ctt:nth-child(1) .bbl {
    width: 60px;
  }
  .wrapper .index-slides .swiper-slide .info.ss5 .ctt:nth-child(2) .bbl {
    width: 110px;
  }
  .wrapper .index-slides .swiper-slide .info.ss5 .ctt:nth-child(3) .bbl {
    width: 90px;
  }
  .wrapper .index-slides .swiper-slide .info.ss5 .stt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss6 {
    padding-left: 20px;
  }
  .wrapper .index-slides .swiper-slide .info.ss6 .ctt {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .wrapper .index-slides .swiper-slide .info.ss6 .ctt:nth-child(1) .bbl {
    width: 125px;
  }
  .wrapper .index-slides .swiper-slide .info.ss6 .ctt:nth-child(2) .bbl {
    width: 125px;
  }
  .wrapper .index-slides .swiper-slide .info.ss6 .ctt:nth-child(3) .bbl {
    width: 80px;
  }
  .wrapper .index-slides .swiper-slide .info.ss6 .stt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrapper .index-slides .swiper-slide.sgif .gif {
    position: absolute;
    width: 62%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 25%;
    margin: auto;
  }
  .wrapper .index-slides .swiper-pagination {
    bottom: 16px;
    padding-right: 20px;
  }
  .wrapper .index-slides .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 1px;
  }
  .wrapper .index-w .qnavs {
    width: 40px;
    height: 160px;
  }
  .wrapper .index-w .qnavs .row img {
    zoom: 0.4;
    -moz-transform: scale(0.4);
  }
  .wrapper .index-w .index-bb {
    width: 100%;
    height: 720px;
  }
  .wrapper .index-w .index-bb .bbw {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }
  .wrapper .index-w .index-bb .col {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wrapper .index-w .index-bb .col .ctt {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .wrapper .index-w .index-bb .col .ctt .bbl {
    width: 100px;
    border-bottom: 2px #fff solid;
  }
  .wrapper .index-w .index-bb .col .stt {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 15px;
  }
  .wrapper .index-w .index-bb .col .more {
    font-size: 11px;
  }
  .wrapper .index-w .index-bb .col .more .bbl {
    width: 42px;
  }
  .wrapper .index-w .index-bb .col .btt {
    font-size: 24px;
  }
  .wrapper .index-w .index-bb .col .b-filter {
    margin: 18px 0 -10px;
  }
  .wrapper .index-w .index-bb .col .b-filter span {
    width: 16px;
  }
  .wrapper .index-w .index-bb .col .num {
    font-size: 250px;
  }
  .wrapper .index-w .index-bb .col-1 {
    padding-left: 30px;
    padding-top: 60px;
  }
  .wrapper .index-w .index-bb .col-2 {
    text-align: center;
    align-items: center;
  }
  .wrapper .index-w .index-bb.index-01 {
    background-color: #f20b21;
  }
  .wrapper .index-w .index-bb.index-01 .col.col-1 .ctt:nth-child(1) .bbl {
    width: 30px;
  }
  .wrapper .index-w .index-bb.index-01 .col.col-1 .ctt:nth-child(2) .bbl {
    width: 55px;
  }
  .wrapper .index-w .index-bb.index-01 .col.col-1 .ctt:nth-child(3) .bbl {
    width: 55px;
  }
  .wrapper .index-w .index-bb.index-02 {
    background-color: #00b490;
  }
  .wrapper .index-w .index-bb.index-02 .col.col-1 .ctt:nth-child(1) .bbl {
    width: 45px;
  }
  .wrapper .index-w .index-bb.index-02 .col.col-1 .ctt:nth-child(2) .bbl {
    width: 55px;
  }
  .wrapper .index-w .index-bb.index-02 .col.col-1 .ctt:nth-child(3) .bbl {
    width: 145px;
  }
  .wrapper .index-w .index-bb.index-03 {
    background-color: #ffbe00;
  }
  .wrapper .index-w .index-bb.index-03 .col.col-1 .ctt:nth-child(1) .bbl {
    width: 85px;
  }
  .wrapper .index-w .index-bb.index-03 .col.col-1 .ctt:nth-child(2) .bbl {
    width: 58px;
  }
  .wrapper .index-w .index-bb.index-03 .col.col-1 .ctt:nth-child(3) .bbl {
    width: 58px;
  }
  .wrapper .static-w .menu-holder {
    height: 44px;
  }
  .wrapper .static-w .sbb .info .htt {
    font-size: 10px;
    line-height: 25px;
  }
  .wrapper .static-w .sbb .info .ctt {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .wrapper .static-w .sbb .info .ltt {
    font-size: 28px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .wrapper .static-w .sbb .info .ltt .bbl {
    width: 95px;
  }
  .wrapper .static-w .sbb .info .lstt {
    font-size: 14px;
    margin: 14px 0 24px;
  }
  .wrapper .static-w .sbb .info .lstt .bbl {
    width: 95px;
  }
  .wrapper .static-w .sbb .info .stt {
    font-size: 11px;
    line-height: 20px;
    max-width: 360px;
  }
  .wrapper .static-w .sbb .info .stt span {
    margin-right: 24px;
  }
  .wrapper .static-w .sbb .info .stt.txt-left {
    text-align: left !important;
    width: 270px;
  }
  .wrapper .static-w .sbb .info .more {
    font-size: 10px;
    line-height: 2.8;
    margin-top: 5px;
  }
  .wrapper .static-w .sbb .info .more .bbl {
    width: 44px;
    margin-left: -42px;
  }
  .wrapper .static-w .sbb .info .more.lmore {
    font-size: 10px;
    margin-top: 0;
    line-height: 0.9;
  }
  .wrapper .static-w .sbb .info .more.lmore .bbl {
    margin-left: 10px;
  }
  .wrapper .static-w .sbb .info .filter {
    margin: 10px 0 14px;
  }
  .wrapper .static-w .sbb .info .filter span {
    width: 16px;
  }
  .wrapper .static-w .sbb .info.left, .wrapper .static-w .sbb .info.right {
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 0;
    align-items: center;
  }
  .wrapper .static-w .sbb .info.left .htt, .wrapper .static-w .sbb .info.left .ctt, .wrapper .static-w .sbb .info.left .stt, .wrapper .static-w .sbb .info.right .htt, .wrapper .static-w .sbb .info.right .ctt, .wrapper .static-w .sbb .info.right .stt {
    text-align: center;
  }
  .wrapper .static-w .sbb .info.left .filter, .wrapper .static-w .sbb .info.right .filter {
    text-align: center;
  }
  .wrapper .static-w .sbb .info.left.left-r {
    padding-top: 100px;
    align-items: flex-start;
    padding-left: 20px;
  }
  .wrapper .static-w .sbb .info.rp-100 {
    padding-top: 80px;
  }
  .wrapper .static-w .sbb .info.news {
    justify-content: flex-start;
    padding-top: 100px;
    padding-left: 30px;
  }
  .wrapper .static-w .sbb .info.news .ctt {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .wrapper .static-w .sbb .info.news .ctt .bbl {
    margin-left: 15px;
  }
  .wrapper .static-w .sbb .info.news .ctt .bbl.bold {
    border-bottom: 2px #fff solid;
  }
  .wrapper .static-w .sbb .info.news .stt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .wrapper .static-w .sbb .info.news.news1 .ctt:nth-child(1) .bbl {
    width: 100px;
  }
  .wrapper .static-w .sbb .info.news.news1 .ctt:nth-child(2) .bbl {
    width: 120px;
  }
  .wrapper .static-w .sbb .info.news.news1 .ctt:nth-child(3) .bbl {
    width: 80px;
  }
  .wrapper .static-w .sbb .info.news.news2 .ctt:nth-child(1) .bbl {
    width: 100px;
  }
  .wrapper .static-w .sbb .info.news.news2 .ctt:nth-child(2) .bbl {
    width: 80px;
  }
  .wrapper .static-w .sbb .info.news.news3 .ctt:nth-child(1) .bbl {
    width: 80px;
  }
  .wrapper .static-w .sbb .info.news.news3 .ctt:nth-child(2) .bbl {
    width: 100px;
  }
  .wrapper .static-w .sbb .info.ss5 {
    justify-content: flex-start;
    padding-top: 100px;
    padding-left: 20px;
  }
  .wrapper .static-w .sbb .info.ss5 .ctt {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .wrapper .static-w .sbb .info.ss5 .ctt:nth-child(1) .bbl {
    width: 60px;
  }
  .wrapper .static-w .sbb .info.ss5 .ctt:nth-child(2) .bbl {
    width: 110px;
  }
  .wrapper .static-w .sbb .info.ss5 .ctt:nth-child(3) .bbl {
    width: 90px;
  }
  .wrapper .static-w .sbb .info.ss5 .stt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrapper .static-w .sbb .info.ss2 {
    justify-content: flex-start;
    padding-top: 100px;
    padding-left: 20px;
  }
  .wrapper .static-w .sbb .info.ss2 .ctt {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .wrapper .static-w .sbb .info.ss2 .ctt .bbl {
    width: 80px;
  }
  .wrapper .static-w .sbb .info.ss2 .stt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrapper .static-w .sbb .info.ssvp {
    justify-content: flex-start;
    padding-top: 100px;
    padding-left: 20px;
  }
  .wrapper .static-w .sbb .info.ssvp .bbl.bold {
    border-bottom: 2px #fff solid;
  }
  .wrapper .static-w .sbb .info.ssvp .ctt {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .wrapper .static-w .sbb .info.ssvp .ctt:nth-child(1) .bbl {
    width: 60px;
  }
  .wrapper .static-w .sbb .info.ssvp .ctt:nth-child(2) .bbl {
    width: 60px;
  }
  .wrapper .static-w .sbb .info.ssvp .ctt:nth-child(3) .bbl {
    width: 50px;
  }
  .wrapper .static-w .sbb .info.ssvp .stt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrapper .static-w .sbb.sub {
    display: block;
    height: 720px;
  }
  .wrapper .static-w .sbb .open-sub {
    bottom: 20px;
    font-size: 9px;
  }
  .wrapper .static-w .sbb .open-sub img {
    margin-top: 10px;
    height: 6px;
  }
  .wrapper .static-w .sbb .close-sub {
    top: 20px;
    font-size: 9px;
  }
  .wrapper .static-w .sbb .close-sub img {
    margin-bottom: 10px;
    height: 6px;
  }
  .wrapper .static-w .sbb.detail-cover {
    height: auto;
  }
  .wrapper .static-w .eq, .wrapper .static-w .leader {
    height: 800px;
    position: relative;
  }
  .wrapper .static-w .eq .stt, .wrapper .static-w .leader .stt {
    max-width: 360px;
    height: 110px;
  }
  .wrapper .static-w .leader {
    height: 1000px;
  }
  .wrapper .static-w .leader .info {
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 0;
    align-items: center;
  }
  .wrapper .static-w .leader .info .htt, .wrapper .static-w .leader .info .ctt, .wrapper .static-w .leader .info .stt {
    text-align: center;
  }
  .wrapper .static-w .leader .info .filter {
    text-align: center;
  }
  .wrapper .static-w .leader .info .stt {
    max-width: 400px;
    width: 100%;
    text-align: left;
  }
  .wrapper .static-w .leader .info .ep-list {
    list-style-type: none;
    margin-left: -6px;
    max-width: 380px;
  }
  .wrapper .static-w .leader .info .ep-list li:before {
    margin-right: 6px;
  }
  .wrapper .static-w .leader .info .ep-list li {
    margin-bottom: 0;
    padding-left: 10px;
    line-height: 18px;
  }
  .wrapper .static-w .ep03sub .navs .nav {
    padding: 10px 4px;
    margin: 0 18px;
    font-size: 10px;
  }
  .wrapper .static-w .ep03sub .page {
    padding-top: 40px;
  }
  .wrapper .static-w .ep03sub .page .ctt {
    font-size: 18px;
  }
  .wrapper .static-w .ep03sub .page .stt {
    padding: 35px 10px;
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .static-w .ep03sub .page .stt span {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .wrapper .static-w .ep03sub .page .stt .sml {
    padding: 15px 10px;
  }
  .wrapper .static-w .ep03sub .page .filter {
    padding: 0 15px;
  }
  .wrapper .static-w .ep05sub {
    padding: 0 15px;
    overflow: hidden;
  }
  .wrapper .static-w .ep05sub .ctt {
    font-size: 28px;
    margin-bottom: 0;
    padding-top: 120px;
  }
  .wrapper .static-w .ep05sub .line {
    padding: 46px 0;
  }
  .wrapper .static-w .ep05sub .line .col {
    width: 100%;
  }
  .wrapper .static-w .ep05sub .line .col .htt {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .wrapper .static-w .ep05sub .line .col .stt {
    font-size: 15px;
    line-height: 22px;
  }
  .wrapper .static-w .ep05sub .swiper-pagination {
    bottom: 40px;
    width: 100%;
    text-align: center;
    padding-right: 0;
    z-index: 7;
  }
  .wrapper .static-w .ep05sub .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    border-radius: 0;
    width: 45px;
    height: 1px;
    margin: 0;
  }
  .wrapper .static-w .ep05sub .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
  .wrapper .static-w .ep07sub {
    padding: 0 15px;
  }
  .wrapper .static-w .ep07sub .ctt {
    display: none;
  }
  .wrapper .static-w .ep07sub .line {
    padding-top: 100px;
  }
  .wrapper .static-w .ep07sub .line .col {
    float: none;
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 0;
  }
  .wrapper .static-w .ep07sub .line .col:last-child {
    border-bottom: none;
  }
  .wrapper .static-w .ep07sub .line .col .top-w {
    width: 100px;
    text-align: center;
  }
  .wrapper .static-w .ep07sub .line .col .icons img {
    zoom: 0.4;
    -moz-transform: scale(0.4);
  }
  .wrapper .static-w .ep07sub .line .col .stt {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 0;
  }
  .wrapper .static-w .ep07sub .line .col .htt {
    font-size: 11px;
    line-height: 18px;
    width: 340px;
  }
  .wrapper .static-w .ep07sub .line .col .htt .t-rgt {
    width: 70px;
    margin-right: 15px;
  }
  .wrapper .static-w .detail .detail-w {
    padding: 30px 15px 60px;
    max-width: 100%;
  }
  .wrapper .static-w .detail .detail-w .title {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper .static-w .detail .detail-w .author {
    font-size: 9px;
    line-height: 16px;
    margin: 10px 0 15px;
  }
  .wrapper .static-w .detail .detail-w .content {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .static-w.respect-w .sbb .info.left, .wrapper .static-w.respect-w .sbb .info.right {
    padding-top: 40px;
  }
  .wrapper .static-w.respect-w .sbb .info .stt {
    max-width: 100%;
    line-height: 17px;
  }
  .wrapper .static-w.respect-w .sbb:first-child .info {
    padding-top: 60px;
  }
  .wrapper .static-w .prize-c {
    padding: 20px 20px 0;
  }
  .wrapper .static-w .prize-c .prize-c-w {
    padding-top: 20px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col {
    width: 33.333%;
    margin-right: 16px;
    padding-right: 0;
    border-right: none;
  }
  .wrapper .static-w .prize-c .prize-c-w .col .img-w img {
    height: 52px;
    margin-right: 12px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col .img-w span {
    font-size: 28px;
  }
  .wrapper .static-w .prize-c .prize-c-w .col p {
    font-size: 11px;
    font-weight: bold;
    margin-top: 12px;
  }
}
@media screen and (max-width: 360px) {
  .wrapper .topbar {
    height: 44px;
  }
  .wrapper .topbar .lpart {
    padding-left: 10px;
  }
  .wrapper .topbar .lpart .logo {
    height: 18px;
  }
  .wrapper .topbar .lpart .slogan {
    font-size: 9px;
    line-height: 10px;
  }
  .wrapper .sub-menu .sub-bar {
    padding-left: 10px;
  }
  .wrapper .sub-menu .sub-bar .lpart .logo {
    height: 18px;
  }
  .wrapper .sub-menu .sub-bar .lpart .slogan {
    font-size: 9px;
    line-height: 10px;
  }
  .wrapper .news-w .news .info .tt {
    font-size: 14px;
    line-height: 22px;
  }
}

/*# sourceMappingURL=zmw.css.map */
