/* -------------------------------
 * 共用类
-------------------------------- */
.margin-auto {
  margin: auto;
}
.margin-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.padding-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.w-20per {
  width: 20% !important;
}
.w-25per {
  width: 25% !important;
}
.w-33per {
  width: 33.3333% !important;
}
.w-35per {
  width: 35% !important;
}
.w-40per {
  width: 40% !important;
}
.w-50per {
  width: 50% !important;
}
.w-65per {
  width: 65% !important;
}
.w-77per {
  width: 76.7777% !important;
}
.w-75per {
  width: 75% !important;
}
.w-80per {
  width: 80% !important;
}
.w-100per {
  width: 100% !important;
}
.border-0 {
  border: none !important;
}
.f-s-12 {
  font-size: 12px;
}
.f-s-14 {
  font-size: 14px;
}
.f-s-16 {
  font-size: 16px;
}
.f-w-100 {
  font-weight: 100 !important;
}
.f-w-300 {
  font-weight: 300 !important;
}
.f-w-400 {
  font-weight: 400 !important;
}
.f-w-600 {
  font-weight: 600 !important;
}
.f-w-900 {
  font-weight: 900 !important;
}
.t-0 {
  top: 0;
}
.l-0 {
  left: 0;
}
.r-0 {
  right: 0;
}
.b-0 {
  bottom: 0;
}
.fixed {
  position: fixed !important;
}
.cur-default {
  cursor: default !important;
}
.nowrap {
  white-space: nowrap !important;
}
i.line {
  display: inline-block;
  height: 0.8em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  vertical-align: middle;
  border-left: 1px solid #ddd;
}
.img-src {
  font: 0/0 a;
}
.img-src > img {
  max-width: 100%;
  max-height: 100%;
}
.img-top,
.img-middle,
.img-bottom {
  font-size: 0;
  text-align: center;
}
.img-top:after,
.img-middle:after,
.img-bottom:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
}
.img-top:after,
.img-top > img {
  vertical-align: top;
}
.img-middle:after,
.img-middle > img {
  vertical-align: middle;
}
.img-bottom:after,
.img-bottom > img {
  vertical-align: bottom;
}
button.btn-no-style {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.no-link,
.no-link:hover {
  cursor: default !important;
}
.text-under {
  box-shadow: 0 1px;
}
.text-under.no-link:hover {
  color: #333;
}
.text-under-hover:hover {
  box-shadow: 0 1px;
}
body.modal-open {
  overflow: hidden !important;
}
html.modal-open {
  overflow: hidden !important;
}
@media (width: 768px) {
  .visible-768 {
    display: block !important;
  }
}

/* -------------------------------
* web字体
-------------------------------- */
/* @font-face {
	font-family: 'PingFangSC';
	font-weight: 300;
	src: local('PingFangSC-Light');
}
@font-face {
	font-family: 'PingFangSC';
	font-weight: 400;
	src: local('PingFangSC-Regular');
} */

/* -------------------------------
* 全局项
-------------------------------- */
@media (min-width: 1025px) {
  html,
  body {
    overflow: hidden;
  }
}
html {
  font-size: 6.944444444444444vw; /* 100px = 1rem */
}
@media (min-width: 1440px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  html {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  font: 400 14px/1.65 'Lato', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, PingFang TC, PingFang HK, miui, Noto Sans, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
a {
  color: inherit;
}
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
hr {
  margin: 16px auto;
  border-color: #e6e6e6;
}
button {
  outline: none !important;
  border-radius: 0;
}
.body-in-kv,
.body-in-kv body {
  height: 100%;
  overflow: hidden !important;
}
.body-in-kv .nicescroll-rails {
  display: none !important;
}
.body-in-main.no-scroll,
.body-in-main.no-scroll body {
  overflow: auto;
}
.body-in-main.mac-usb-scroll,
.body-in-main.mac-usb-scroll body {
  overflow: auto;
}
.body-in-main.mac-usb-scroll body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simu-mac-scroll {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  width: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.simu-mac-scroll:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.scrolling .simu-mac-scroll {
  opacity: 1;
}
/* lockscroll */
.lockscroll,
.lockscroll body {
  height: 100vh !important;
  overflow: hidden !important;
}

/* -------------------------------
 * Bootstrap
-------------------------------- */
@media (min-width: 1025px) {
  .container {
    position: relative;
    margin-left: 9.375%;
    margin-right: 9.375%;
    width: auto;
  }
}
/*---- form ----*/
.btn {
  font-weight: 600;
  border-radius: 0;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: inherit;
}

/* -------------------------------
 * Animation
-------------------------------- */

@keyframes next-screen {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes next-screen {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-ms-keyframes next-screen {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* -------------------------------
 * 框架组件
-------------------------------- */
/*---- #header ----*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 0.73em;
  font-size: 100px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 1024px) {
  #header {
    height: 72px;
  }
}
@media (max-width: 767px) {
  #header {
    height: 50px;
  }
}
/*LOGO*/
.ds-logo {
  position: absolute;
  z-index: 1;
  left: 0.7em;
  top: 0.4em;
  width: 2.4em;
  height: 0.92em;
  margin: 0;
  font-size: 100px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
@media (max-width: 1024px) {
  .ds-logo {
    left: 27px;
  }
}
@media (max-width: 767px) {
  .ds-logo {
    top: 15px;
    left: 15px;
    font-size: 50px;
    -webkit-transform: scale(0.8) translateY(-20%);
    -moz-transform: scale(0.8) translateY(-20%);
    -ms-transform: scale(0.8) translateY(-20%);
    -o-transform: scale(0.8) translateY(-20%);
    transform: scale(0.8) translateY(-20%);
  }
}
.ds-logo > a {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -999px;
  z-index: 10;
}
.ds-logo-top,
.ds-logo-top:after,
.ds-logo-bottom,
.ds-logo-bottom:after,
.ds-logo-right,
.ds-logo-rioght:after {
  position: absolute;
  background-image: url("img/logo-white@2x.png");
  background-repeat: no-repeat;
  background-size: 2.4em 0.92em;
}
.ds-logo-top,
.ds-logo-bottom {
  left: 0;
  width: 1.36em;
  height: 0.32em;
}
.ds-logo-top {
  top: 0;
  background-position: 0 0;
}
.ds-logo-top:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0.8em;
  height: 0.32em;
  background-position: 0 -0.32em;
}
.ds-logo-bottom {
  bottom: 0;
  background-position: 0 bottom;
}
.ds-logo-bottom:after {
  content: '';
  bottom: 100%;
  right: 0;
  width: 0.56em;
  height: 0.32em;
  background-position: -0.81em -0.28em;
}
.ds-logo-right {
  top: 0;
  right: 0;
  width: 0.92em;
  height: 0.92em;
  background-position: right center;
  opacity: 0;
}
/*合并*/
.complete > .ds-logo-bottom {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.complete > .ds-logo-right {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}
/*分离*/
.separated > .ds-logo-top:after {
  -webkit-transform: translateX(0.55em);
  -moz-transform: translateX(0.55em);
  -ms-transform: translateX(0.55em);
  -o-transform: translateX(0.55em);
  transform: translateX(0.55em);
}
.separated > .ds-logo-bottom {
  -webkit-transform: translateY(calc(100vh - 1.72em));
  -moz-transform: translateY(calc(100vh - 1.72em));
  -ms-transform: translateY(calc(100vh - 1.72em));
  -o-transform: translateY(calc(100vh - 1.72em));
  transform: translateY(calc(100vh - 1.72em));
}
@media (max-width: 767px) {
  .separated > .ds-logo-bottom {
    -webkit-transform: translateY(calc(100vh - 1.52em));
    transform: translateY(calc(100vh - 1.52em));
  }
}
.separated > .ds-logo-right {
  -webkit-transform: translateX(0.1em);
  -moz-transform: translateX(0.1em);
  -ms-transform: translateX(0.1em);
  -o-transform: translateX(0.1em);
  transform: translateX(0.1em);
  opacity: 0;
}
.separated.transition > .ds-logo-top:after,
.separated.transition > .ds-logo-bottom,
.separated.transition > .ds-logo-bottom:after {
  -webkit-webkit-transition: -webkit-transform 0.8s, background-image 0.8s;
  -moz-webkit-transition: -moz-transform 0.8s, background-image 0.8s;
  -ms-webkit-transition: -ms-transform 0.8s, background-image 0.8s;
  -o-webkit-transition: -o-transform 0.8s, background-image 0.8s;
  transition: transform 0.8s, background-image 0.8s;
}
.separated.transition > .ds-logo-right {
  -webkit-transition: -webkit-transform 0.4s 0.4s, opacity 0.4s 0.4s, background-image 0.4s 0.4s;
  -moz-transition: -moz-transform 0.4s 0.4s, opacity 0.4s 0.4s, background-image 0.4s 0.4s;
  -ms-transition: -ms-transform 0.4s 0.4s, opacity 0.4s 0.4s, background-image 0.4s 0.4s;
  -o-transition: -o-transform 0.4s 0.4s, opacity 0.4s 0.4s, background-image 0.4s 0.4s;
  transition: transform 0.4s 0.4s, opacity 0.4s 0.4s, background-image 0.4s 0.4s;
  opacity: 0;
}
/*分离合并*/
.logo-animation .separated > .ds-logo-top:after,
.logo-animation .separated > .ds-logo-bottom {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.logo-animation .separated > .ds-logo-right {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

@media (max-width: 1024px) {
  /*合并移动设备*/
  .separated > .ds-logo-top:after,
  .separated > .ds-logo-bottom {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .separated > .ds-logo-right,
  .separated.transition > .ds-logo-right {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
  .ds-logo {
    -webkit-transform: scale(0.8) translateY(-25%);
    -moz-transform: scale(0.8) translateY(-25%);
    -ms-transform: scale(0.8) translateY(-25%);
    -o-transform: scale(0.8) translateY(-25%);
    transform: scale(0.8) translateY(-25%);
  }
}

/* header-top */
.header-top {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.73em;
}
/* z-top-nav */
.z-top-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  height: 100%;
  line-height: 0.72em;
}
/* .z-top-nav:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
} */
@media (min-width: 1025px) {
  .z-top-nav.collapse {
    display: block;
  }
  .z-top-nav > ul > li > .toggle-btn-wrap {
    position: relative;
    z-index: 1;
  }
}
.z-top-nav.in:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 72px;
  content: '';
  width: 100%;
  border-top: 1px solid;
  opacity: 0.15;
}
.z-top-nav > ul {
  padding: 0 0.2rem;
  font-size: 0;
  margin: 0;
}
.z-top-nav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .z-top-nav > ul > li {
    height: 72px;
    /* overflow: hidden; */
  }
  /* .z-top-nav > ul > li:last-of-type {
    margin-right: 15px;
  } */
}

.z-top-nav > ul > li > .toggle-btn-wrap a,
.z-top-nav > ul > li > a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 0.16rem;
  height: 100%;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.z-top-nav > ul > li > a {
  display: inline;
}
.z-top-nav > ul > li.line .toggle-btn-wrap {
  padding-right: 0.24rem;
}
.no-touch .z-top-nav > ul > li > .toggle-btn-wrap a.opacity {
  opacity: 0.5;
}
.no-touch .open-header .z-top-nav > ul > li > .toggle-btn-wrap a.active {
  opacity: 1;
}
.no-touch .open-header .z-top-nav > ul > li > .toggle-btn-wrap a {
  opacity: 0.5;
}
.no-touch .open-header .z-top-nav > ul > li > .toggle-btn-wrap a:hover {
  opacity: 1;
}
.no-touch .open-header .z-top-nav > ul > li > .toggle-btn-wrap a.no-link:hover {
  opacity: 0.5;
}
.z-top-nav > ul > li.line:after {
  position: absolute;
  z-index: 12;
  content: '';
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.16rem;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.z-top-nav > ul > li .nav-search i,
.z-top-nav > ul > li .user-btn i {
  font-size: 0.18rem;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .z-top-nav > ul > li .toggle-btn-wrap i.i-plus {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-top {
    height: auto;
  }
  .z-top-nav {
    padding-top: 72px;
    width: 100%;
    height: auto;
    line-height: initial;
  }
  #header > .close.active {
    opacity: 1;
    visibility: visible;
  }
  .z-top-nav > ul {
    padding: 0;
    min-height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    overflow: auto;
    padding-bottom: 120px;
  }
  .z-top-nav > ul > li {
    display: block;
  }
  .z-top-nav > ul > li .toggle-btn-wrap {
    position: relative;
    width: 100%;
    height: 72px;
    line-height: 72px;
    padding-right: 0 !important;
  }
  .z-top-nav > ul > li .toggle-btn-wrap:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid;
    opacity: 0.15;
  }
  .z-top-nav > ul > li.line {
    margin: 0;
  }
  .z-top-nav > ul > li.line:after {
    content: none;
  }
  .z-top-nav > ul > li.mobile-md {
    width: 0;
    height: 0;
  }
  .z-top-nav > ul > li > .toggle-btn-wrap a {
    padding: 0 27px;
    font-size: 0.32rem;
  }
  .z-top-nav > ul > li .toggle-btn-wrap i {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 27px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .z-top-nav > ul > li .toggle-btn-wrap i.i-plus {
    height: 72px;
    line-height: 72px;
    width: 57px;
    right: 0;
    padding-right: 27px;
    font-weight: lighter;
    font-size: 18px;
    text-align: right;
  }
  .z-top-nav > ul > li.active .toggle-btn-wrap i:before {
    content: '\e705';
  }
}

@media (max-width: 767px) {
  .z-top-nav {
    padding-top: 50px;
    height: 100vh;
  }
  .z-top-nav.in:before {
    top: 50px;
  }
  .z-top-nav > ul > li .toggle-btn-wrap {
    height: 64px;
    line-height: 64px;
  }
  .z-top-nav > ul > li > .toggle-btn-wrap a {
    padding: 0 15px;
    font-size: 0.44rem;
  }
  .z-top-nav > ul > li .toggle-btn-wrap i {
    right: 15px !important;
  }
  .z-top-nav > ul > li .toggle-btn-wrap i.i-plus {
    right: 0 !important;
    height: 64px;
    line-height: 64px;
    width: 45px;
    padding-right: 15px;
  }
}

.nav-toggle,
.nav-user {
  display: none;
}

@media (max-width: 1024px) {
  /*nav-toggle*/
  .nav-toggle,
  .nav-user {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    color: inherit;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .icon-bar {
    display: block;
    width: 20px;
    margin: 3px auto 0;
    border-top: 2px solid;
  }
  .nav-toggle > .icon-bar:first-child {
    margin-top: 0;
  }
  .nav-user {
    right: 60px;
    text-align: center;
    font-size: 0;
  }
  .nav-user:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-user > i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  /* 切换语言 && 搜索 */
  .nav-language,
  .nav-search {
    position: fixed !important;
    z-index: 1;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px !important;
    line-height: 72px;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
    padding: 0 !important;
  }
  .nav-language {
    right: 60px;
    font-size: 16px !important;
    font-weight: bold;
  }
  .nav-language.right {
    right: 0 !important;
  }
  .nav-search {
    font-size: 0;
  }
  .nav-search:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-search i {
    display: inline-block !important;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: right !important;
  }
  .z-top-nav > ul > li.mobile-md .user-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-toggle,
  .nav-user {
    width: 50px;
    height: 50px;
  }
  .nav-language,
  .nav-search {
    width: 50px;
    height: 50px !important;
    line-height: 50px;
  }
  .nav-user {
    right: 50px;
  }
  .icon-bar {
    width: 14px;
    margin-top: 2px;
  }
}

/*缩小菜单*/
.min-header:before,
#header:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.72em;
}
#header:before {
  display: none;
}
.min-header .ds-logo,
.body-in-main .no-kv .ds-logo {
  -webkit-transform: scale(0.5) translateY(-55%);
  -moz-transform: scale(0.5) translateY(-55%);
  -ms-transform: scale(0.5) translateY(-55%);
  -o-transform: scale(0.5) translateY(-55%);
  transform: scale(0.5) translateY(-55%);
}

@media (max-width: 767px) {
  .body-in-main #header:before {
    display: block;
    height: 50px;
  }
}

/* 展开菜单 */
.header-sub-menu {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto !important;
}
.header-sub-menu .list-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.67rem;
  min-height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 1025px) {
  .header-sub-menu .list-wrap.collapse {
    display: block;
  }
}
.header-sub-menu .list-wrap.active {
  opacity: 1;
  visibility: visible;
}
.header-sub-menu .list-wrap h2 {
  margin-top: 0;
  padding-left: 1.34rem;
  margin-bottom: 0.95rem;
  font-weight: bold;
}
.header-sub-menu .list-wrap h2 a {
  display: block;
  font-size: 0;
}
.header-sub-menu .list-wrap h2 a:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.header-sub-menu .list-wrap h2 span {
  font-size: 0.5rem;
  margin-right: 0.1rem;
}
.header-sub-menu .list-wrap h2 i {
  font-size: 0.32rem;
}
.header-sub-menu .list-wrap h2 span,
.header-sub-menu .list-wrap h2 i {
  display: inline-block;
  vertical-align: middle;
}
.header-sub-menu .list-wrap ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  max-height: calc(100vh - 3rem);
  overflow: auto;
}
.header-sub-menu .list-wrap ul.no-result {
  height: calc(100vh - 3rem);
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.header-sub-menu .list-wrap ul.no-result:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.header-sub-menu .list-wrap ul.no-result li {
  display: none;
}
.header-sub-menu .list-wrap ul .tips {
  display: none;
}
.header-sub-menu .list-wrap ul.no-result .tips {
  display: inline-block;
  vertical-align: middle;
}
.header-sub-menu .list-wrap ul.no-result .tips i {
  display: block;
  font-size: 80px;
  font-weight: normal;
  opacity: 0.1;
}
.header-sub-menu .list-wrap ul.no-result .tips span {
  font-size: 16px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .header-sub-menu .list-wrap ul.no-result .tips i {
    font-size: 60px;
  }
  .header-sub-menu .list-wrap ul.no-result .tips span {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header-sub-menu .list-wrap ul {
    max-height: none;
    overflow: hidden;
  }
}
.header-sub-menu .list-wrap ul::-webkit-scrollbar {
  width: 6px;
}
.header-sub-menu .list-wrap ul::-webkit-scrollbar-button,
.header-sub-menu .list-wrap ul::-webkit-scrollbar-track {
  display: none;
}
.header-sub-menu .list-wrap ul::-webkit-scrollbar-thumb {
  background: rgba(16, 24, 32, 0.15);
  width: 6px;
  border-radius: 3px;
}
.header-sub-menu .list-wrap ul::-webkit-scrollbar-button,
.header-sub-menu .list-wrap ul::-webkit-scrollbar-track {
  display: none;
}
.header-sub-menu .list-wrap ul::-webkit-scrollbar-track-piece {
  padding-top: 5px;
  background: none;
}
.header-sub-menu .list-wrap li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-bottom: 25%;
}
.header-sub-menu .list-wrap li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  overflow: hidden;
  font-size: 0;
  font-weight: bold;
  text-align: center;
}
.header-sub-menu .list-wrap li a:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.header-sub-menu .list-wrap li a:after {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.header-sub-menu .list-wrap li a span,
.header-sub-menu .list-wrap li a i {
  display: inline-block;
  vertical-align: middle;
}
.header-sub-menu .list-wrap li a span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  font-size: 0.32rem;
  line-height: initial;
}
.header-sub-menu .list-wrap li a i {
  font-size: 0.22rem;
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  background: none;
  margin-top: -2px;
}
.no-touch .header-sub-menu .list-wrap li a:hover span {
  -webkit-transform: translateX(-0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(-0.1rem);
}
.no-touch .header-sub-menu .list-wrap li a:hover i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
  opacity: 1;
  visibility: visible;
}
.header-sub-menu .list-wrap li a.no-link:hover span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header-sub-menu .list-wrap li a.no-link:hover i {
  -webkit-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
  opacity: 0;
  visibility: hidden;
}
#header > .close {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 25px;
  float: none;
  font-size: 0;
  font-weight: normal;
  color: inherit;
  text-shadow: none;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s linear, visibility 0.15s linear;
  transition: opacity 0.15s linear, visibility 0.15s linear;
}
#header > .close i {
  font-size: 0.25rem;
  font-weight: bold;
}
#header.open-header {
  z-index: 1050;
  height: 100vh;
}
#header.inde {
  z-index: 1060 !important;
}
.open-header .header-top:after {
  position: absolute;
  z-index: 1000;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  border-bottom: 1px solid;
  opacity: 0.15;
}
#header.open-header .close {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.open-header .ds-logo {
  display: none;
}
.modal-backdrop.out {
  display: none;
}
.open-header:before {
  content: none;
}
@media (max-width: 1024px) {
  .header-sub-menu {
    position: static;
    width: 100%;
    display: block !important;
    height: auto;
    opacity: 1;
    -webkit-overflow-scrolling: auto;
  }
  .header-sub-menu .list-wrap {
    position: static;
    padding: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .header-sub-menu .list-wrap h2 {
    display: none;
  }
  .header-sub-menu .list-wrap li {
    width: 33.333%;
    padding-bottom: 33.333%;
  }
  /* .header-sub-menu .list-wrap li a span {
		font-size: .25rem;
	} */
  .header-sub-menu .list-wrap li a i {
    font-size: 0.18rem;
    display: none;
  }
  #header > .close {
    z-index: 1;
    left: 27px;
  }
  #header > .close i {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .header-sub-menu .list-wrap li {
    width: 50%;
    padding-bottom: 50%;
  }
  .header-sub-menu .search-list li .item-content a span {
    line-height: 1.3;
  }
  .header-sub-menu .list-wrap li a i {
    font-size: 0.28rem;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  .header-sub-menu .list-wrap li a:hover span {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  #header > .close {
    top: 15px;
    left: 15px;
  }
  #header > .close i {
    font-size: 0.4rem;
  }
}

/*---- swiper-container-kv ----*/
.swiper-container-kv {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-webkit-transition: -webkit-transform 0.8s;
  -moz-webkit-transition: -moz-transform 0.8s;
  -ms-webkit-transition: -ms-transform 0.8s;
  -o-webkit-transition: -o-transform 0.8s;
  transition: transform 0.8s;
}
.body-in-main .swiper-container-kv {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/*KV*/
.swiper-slide-end {
  height: 2px;
}
.swiper-slide-kv {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
/* @media (max-width: 767px) {
	.swiper-slide-kv {
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		-o-justify-content: flex-end;
		justify-content: flex-end;
		padding-bottom: 15vh;
	}
} */
.body-in-kv .swiper-slide-kv {
  will-change: -webkit-transform, transform;
  webkit-backface-visibility: hidden;
}
.swiper-slide-kv:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.swiper-slide-kv picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.swiper-slide-kv img {
  display: none;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.swiper-slide-kv-info {
  display: none;
  position: relative;
  z-index: 5;
  padding-left: 2.45rem;
  padding-right: 2.45rem;
  webkit-backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .swiper-slide-kv-info {
    padding: 0;
    width: 75%;
    margin: 0 auto;
  }
}
.swiper-slide-kv-info > h2,
.swiper-slide-kv-info > time {
  display: block;
  margin: 0;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.swiper-slide-kv-info > h2 {
  margin-bottom: 0.05rem;
}
.swiper-slide-kv-info > p {
  display: inline-block;
  width: 60%;
  margin-top: 0.15rem;
  margin-bottom: 0;
  font-size: 0.16rem;
  line-height: 1.75;
  color: #fff;
}
.swiper-slide-kv-info > p.kv-label {
  margin-top: 0.1rem;
  font-weight: bold;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .swiper-slide-kv-info > p {
    font-size: 0.2rem;
  }
}
@media (max-width: 1023px) {
  .swiper-slide-kv img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .swiper-slide-kv-info {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
  .swiper-slide-kv-info > p {
    width: 75%;
    font-size: 0.32rem;
  }
  .swiper-slide-kv picture {
    width: 5000px;
    height: 5000px;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .swiper-slide-kv picture:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .swiper-slide-kv picture img {
    position: static;
    width: auto;
    height: 100vh;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: 100vw;
    min-height: auto;
  }
}
@media (max-aspect-ratio: 144/90) {
  .swiper-slide-kv img {
    height: 100%;
  }
}
@media (min-aspect-ratio: 144/90) {
  .swiper-slide-kv img {
    width: 100%;
  }
}

.swiper-slide-kv-next {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-family: 'ds';
  transition: 0.8s 1.2s;
  opacity: 0;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  border: none;
  text-align: center;
  padding-left: 3px;
  margin-left: -25px;
  background: none !important;
  -webkit-animation: next-screen 2s infinite ease-in-out;
  -moz-animation: next-screen 2s infinite ease-in-out;
  animation: next-screen 2s infinite ease-in-out;
}
@media (max-width: 1024px) {
  .swiper-slide-kv-next {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .swiper-slide-kv-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin-left: -20px;
  }
}
.swiper-slide-kv.swiper-slide-active .swiper-slide-kv-next {
  opacity: 1;
}
.swiper-slide-kv-next:after {
  content: '\e68c';
}

/*KV降低渲染*/
.swiper-slide-prev:after,
.swiper-slide-prev img,
.swiper-slide-prev .swiper-slide-kv-info,
.swiper-slide-active:after,
.swiper-slide-active img,
.swiper-slide-active .swiper-slide-kv-info,
.swiper-slide-next:after,
.swiper-slide-next img,
.swiper-slide-next .swiper-slide-kv-info {
  display: block;
}
/*KV进度条*/
.swiper-pagination.kv-pagination {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .swiper-pagination.kv-pagination {
    width: 2px;
  }
}
.kv-pagination .swiper-pagination-progressbar {
  background-color: #000;
}

/*---- #main ----*/
/* 正文部分 */

@media (min-width: 768px) {
  #main > .container,
  .basic-info .container,
  .base-introduction .container {
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  #main > .container,
  .basic-info .container,
  .base-introduction .container {
    padding: 0;
  }
}
.main-body {
  position: relative;
  padding-right: 9.375%;
  margin-left: 9.375%;
  color: #333;
  background-color: #fff;
  overflow: hidden;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.main-body.one-page {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .main-body {
    margin: 0;
    padding: 0;
    width: calc(100% - 27px);
    margin-left: 27px;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 768px) {
  .main-body {
    margin: 0;
    padding: 0;
    width: calc(100% - 24px);
    margin-left: 24px;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 767px) {
  .main-content-wrapper:after {
    height: 2.6rem;
  }
}
.main-content-wrapper {
  position: relative;
  z-index: 0;
}
.main-content-wrapper.shadow {
  overflow: hidden;
  max-height: 24rem; /* 正文默认收缩高度 2400px */
}
@media (max-width: 767px) {
  .main-content-wrapper.shadow {
    max-height: 24rem;
  }
}
.main-content-wrapper.shadow:after {
  position: absolute;
  content: '';
  display: block !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 1.6rem;
  border-bottom: #fff 0.5rem solid;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(top, rgba(255, 255, 255, 0), #fff);
}
@media (max-width: 767px) {
  .main-body {
    padding: 0;
    margin: 0;
    font-size: 3.733333333333333vw;
    width: 100%;
  }
  .main-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-content-wrapper.unwrapp {
  max-height: none; /* CMS默认收缩高度 1200px */
}
.main-content-wrapper.unwrapp .main-show-more {
  display: none;
}
.main-content-wrapper.unwrapp:after {
  content: none;
}

.main-show-more {
  display: block;
  margin-left: 16.66666667%;
  width: 66.6666666%;
  height: 0.48rem;
  padding: 0;
  text-align: center;
  font-size: 0;
  background: rgba(16, 24, 32, 0.05);
  border: none;
}
.main-show-more:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.main-show-more span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  margin-left: 5px;
}
.main-show-more i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.05rem;
  font-style: normal;
  font-size: 0.12rem;
}
@media (max-width: 1024px) {
  .main-show-more span {
    font-size: 0.18rem;
  }
  .main-show-more i {
    font-size: 0.16rem;
  }
}
@media (max-width: 767px) {
  .main-show-more {
    margin-left: 5vw;
    width: calc(100% - 10vw);
    height: 0.8rem;
  }
  .main-show-more span {
    font-size: 0.28rem;
  }
  .main-show-more i {
    margin-left: 0.1rem;
    font-size: 0.24rem;
  }
}

/* 下方场次信息 */
.content-wrap-bottom {
  width: 100%;
  padding-left: 16.6666667%;
  padding-right: 16.6666667%;
}
.preview-msg {
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
  padding-right: 25.975%;
}
.preview-msg > h2 {
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0 0 0.3rem 0;
}
.preview-msg .item {
  margin-bottom: 0.4rem;
}
.preview-msg .item time,
.preview-msg .item h3 {
  font-size: 0.19rem;
  font-weight: bold;
  margin: 0;
  line-height: 0.3rem;
}
.preview-msg .item time .time-label {
  display: inline-block;
  margin-left: 10px;
  padding: 6px 12px;
  vertical-align: top;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  background: #f0f0f0;
}
.preview-msg .item time .time-label.over {
  color: rgba(16, 24, 32, 0.6) !important;
}
.preview-msg .item h3 {
  font-size: 0.19rem;
}
.preview-msg .item .location:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.preview-msg .item .location span,
.preview-msg .item .location i {
  display: inline-block;
  vertical-align: middle;
}
.preview-msg .item .location span {
  font-size: 0.15rem;
  line-height: 1;
}
.preview-msg .item .location i {
  font-size: 0.16rem;
}
.preview-msg .item p {
  line-height: 1.5;
  margin-bottom: 0.05rem;
}
.preview-msg .item p.opacity {
  opacity: 0.6;
}
.preview-msg .btn {
  width: 2.4rem;
  height: 0.48rem;
}
.preview-msg .btn,
.preview-msg .btn:hover,
.preview-msg .btn:focus {
  outline: none;
}
.preview-msg .btn:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.preview-msg .btn span,
.preview-msg .btn i {
  display: inline-block;
  vertical-align: middle;
}
.preview-msg .btn span {
  font-size: 0.14rem;
  margin-right: 0.05rem;
  line-height: 1;
}
.preview-msg .btn i {
  font-size: 0.12rem;
}

/* 相关项目 */
.project-list-wrap {
  padding-top: 0.6rem;
  margin-bottom: 0.6rem;
  border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.project-list-title {
  font-size: 0.24rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 0.35rem 0;
}
.project-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.project-list-wrap li {
  font-weight: 800;
  font-size: 0.19rem;
  line-height: 1.43;
}
.project-list-wrap li::after {
  content: '、';
}
.project-list-wrap li:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .content-wrap-bottom {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .preview-msg {
    padding-right: 0;
  }
  .preview-msg > h2 {
    font-size: 0.4rem;
  }
  .preview-msg .item time,
  .preview-msg .item h3 {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .preview-msg .item .location span {
    font-size: 0.28rem;
  }
  .preview-msg .item .location i {
    font-size: 0.24rem;
  }
  .preview-msg .item p {
    font-size: 0.28rem;
  }
  .preview-msg .btn {
    width: 3rem;
    height: 0.8rem;
  }
  .preview-msg .btn span {
    font-size: 0.26rem;
  }
  .preview-msg .btn i {
    font-size: 0.24rem;
  }
  .project-list-title {
    font-size: 0.4rem;
  }
  .project-list-wrap li {
    font-size: 0.32rem;
  }
}

/*活动*/
.content-banner-group {
  margin-top: 135px;
  /* margin-top: 192px; */
  margin-bottom: 0.4rem;
}
.content-banner {
  position: relative;
  padding-bottom: 33%;
  overflow: hidden;
  /* margin-bottom: 0.25rem; */
}
.content-banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.content-banner-group > h2,
.content-banner-group > time {
  display: block;
  margin: 0;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1.2;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .content-banner-group {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .content-banner-group {
    margin-top: 120px;
    margin-bottom: 0.26rem;
  }
}
@media (max-width: 767px) {
  .content-banner-group {
    margin-top: 90px;
    margin-bottom: 0.4rem;
  }
  .content-banner-group > h2,
  .content-banner-group > time {
    max-width: none;
  }
}
.content-banner-group > p.v-label {
  font-weight: bold;
  opacity: 0.7;
}
.content-banner-group > h2 {
  margin-bottom: 0.35rem;
}
.content-banner-group.top > h2 {
  padding-top: 0.5rem;
  margin-bottom: 0.6rem;
}
/*CMS*/
.container-cms-page {
  position: relative;
}
.scrolling .container-cms-page iframe {
  pointer-events: none;
}

/* -------------------------------
 * JS 插件
------------------------------- */
/* ---- nicescroll ---- */
.nicescroll-rails {
  box-sizing: content-box !important;
}
.nicescroll-rails,
.nicescroll-cursors {
  -webkit-transition: width 0.1s linear, margin 0.1s linear, border-radius 0.2s linear;
  transition: width 0.1s linear, margin 0.1s linear, border-radius 0.2s linear;
}
.nicescroll-cursors {
  background-color: #000;
  border: rgba(255, 255, 255, 0.4) 1px solid;
}
.nicescroll-rails.nicescroll-rails-vr:hover,
.nicescroll-rails.nicescroll-rails-vr:active {
  width: 12px !important;
  background-color: rgba(250, 250, 250, 0.82);
  border-left: rgba(0, 0, 0, 0.18) 1px solid;
}
.nicescroll-rails.nicescroll-rails-vr:hover .nicescroll-cursors,
.nicescroll-rails.nicescroll-rails-vr:active .nicescroll-cursors {
  width: 12px !important;
  border-radius: 6px !important;
}

/* ---- pace ---- */
#__bs_notify__ {
  display: none !important;
}
.pace {
  display: none;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#header,
#main,
#footer {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.2s ease;
  -moz-transition: opacity 0.3s 0.2s ease;
  -ms-transition: opacity 0.3s 0.2s ease;
  -o-transition: opacity 0.3s 0.2s ease;
  transition: opacity 0.3s 0.2s ease;
  pointer-events: none;
}
.swiper-container-kv {
  opacity: 0;
  -webkit-webkit-transition: -webkit-transform 0.8s, opacity 0.3s ease;
  -moz-webkit-transition: -moz-transform 0.8s, opacity 0.3s ease;
  -ms-webkit-transition: -ms-transform 0.8s, opacity 0.3s ease;
  -o-webkit-transition: -o-transform 0.8s, opacity 0.3s ease;
  transition: transform 0.8s, opacity 0.3s ease;
  pointer-events: none;
}
.pace-done #header,
.pace-done #main,
.pace-done #footer,
.pace-done .swiper-container-kv {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* main body */
.main-body-content .content-block {
  width: 66.66666667%;
  margin-left: 16.66666667%;
  margin-right: 16.66666667%;
  margin-bottom: 0.6rem;
  padding-top: 0.6rem;
  line-height: 1.75;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-body-content .content-block.v-top {
  margin-bottom: 0;
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-body-content .content-block > .item-block {
  margin-bottom: 0.3rem;
  font-size: 16px;
  line-height: 1.8;
  color: #101820;
}
.main-body-content .content-block > .item-block .opacity {
  opacity: 0.6;
}
.main-body-content .content-block > .item-block h4,
.main-body-content .content-block > .item-block p {
  margin: 0;
  font-weight: bold;
}
.main-body-content .content-block > .item-block p b {
  display: inline-block;
  width: 0.2rem;
}
.main-body-content .content-block > table.not-border {
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .main-body-content .content-block > table.not-border {
    font-size: 14px;
  }
}
.main-body-content .content-block > table.not-border th {
  width: 0;
  padding-right: 15px;
  width: 120px;
}
.main-body-content .content-block > table.not-border th,
.main-body-content .content-block > table.not-border td {
  padding-bottom: 6px;
  line-height: 1.5;
  vertical-align: top;
}
.main-body-content .content-block > table th {
  padding-right: 0.1rem;
}
@media (max-width: 767px) {
  .main-body-content .content-block {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .main-body-content .content-block > table.not-border th {
    width: 100px;
  }
  .main-body-content .content-block > table.not-border th,
  .main-body-content .content-block > table.not-border td {
    padding-bottom: 8px;
    line-height: 1.4;
  }
}
.main-body-content .content-block > h3 {
  margin-top: 0;
  margin-bottom: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
}
.main-body-content .content-block > p a {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-body-content .content-block > h3 {
    font-size: 16px;
  }
  .main-body-content .content-block > p a {
    font-size: 14px;
  }
}

.basic-info .row {
  position: relative;
  font-size: 0;
  padding-top: 6.837%;
  padding-bottom: 6.837%;
  overflow: hidden;
}
.basic-info .row:after,
.basic-info .row > .col-sm-4 li > p:after,
.basic-info .row > .col-sm-4 li > p > a:after,
.basic-info .row > .col-sm-4 .btn:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.basic-info .row > .col-sm-8,
.basic-info .row > .col-sm-4 {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.basic-info .col-sm-8 h3 {
  max-width: 88%;
  margin: 0;
  font-size: 0.26rem;
  line-height: 1.8;
  font-weight: bold;
}
.basic-info .row > .col-sm-4 ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 75%;
}
@media (max-width: 1024px) {
  .basic-info .row > .col-sm-4 ul {
    width: 100%;
  }
}

.basic-info .row > .col-sm-4 li {
  width: 100%;
  margin-bottom: 0.3rem;
  list-style: none;
}
.basic-info .row > .col-sm-4 li:last-of-type {
  margin-bottom: 0;
}
.basic-info .row > .col-sm-4 li:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.basic-info .row > .col-sm-4 li > i {
  display: inline-block;
  vertical-align: top;
  width: 0.24rem;
  height: 0.24rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  line-height: initial;
}
.basic-info .row > .col-sm-4 li > .right {
  display: inline-block;
  vertical-align: top;
  max-width: 90%;
}
.basic-info .row > .col-sm-4 li > .right > h3 {
  margin: 0 0 0.05rem 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .basic-info .row > .col-sm-4 li > .right {
    max-width: 90%;
  }
}
.basic-info .row > .col-sm-4 li > .right > h3 > i {
  font-size: 0.16rem;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .basic-info .row > .col-sm-4 li > .right {
    max-width: 90%;
  }
  .basic-info .row > .col-sm-4 li > .right > h3 > i {
    font-size: 0.28rem;
  }
}
.basic-info .row > .col-sm-4 li .right > p {
  font-size: 0.14rem;
  margin-left: 0.1rem;
}
.basic-info .row > .col-sm-4 li .right > p > a {
  position: relative;
  margin-right: 0.03rem;
  line-height: initial;
}
.basic-info .row > .col-sm-4 li .right > p > a:hover {
  box-shadow: 0 1px;
}
.basic-info .row > .col-sm-4 li .right > p > a > i {
  position: absolute;
  bottom: 0.03rem;
  right: -0.1rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.04rem solid transparent;
  border-left: 0.06rem solid;
  border-bottom: 0.04rem solid transparent;
}
.basic-info .row > .col-sm-4 li.btn-group {
  padding-top: 0.2rem;
}
.basic-info .row > .col-sm-4 li.btn-group p {
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .basic-info .row > .col-sm-4 li .right > p > a > i {
    bottom: 0.04rem;
    right: -0.2rem;
    border-top: 0.1rem solid transparent;
    border-left: 0.12rem solid;
    border-bottom: 0.1rem solid transparent;
  }
}
.basic-info .row > .col-sm-4 .btn {
  width: 100%;
  height: 0.48rem;
  margin-bottom: 0.1rem;
  font-size: 0;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: background-color, 0.3s, color 0.3s;
  transition: background-color, 0.3s, color 0.3s;
}
.basic-info .row > .col-sm-4 .btn:hover,
.basic-info .row > .col-sm-4 .btn:focus {
  outline: none;
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
}
html:not(.is_desktop) .basic-info .row > .col-sm-4 .btn {
  outline: none;
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
}
.basic-info .row > .col-sm-4 .btn span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
  font-size: 0.14rem;
}
.basic-info .row > .col-sm-4 .btn i {
  font-size: 0.12rem;
  display: inline-block;
  vertical-align: middle;
}
/* 分隔线 */
.basic-info .row > .line {
  position: absolute;
  top: 50%;
  left: 63%;
  content: '';
  width: 0.02rem;
  height: 100%;
  padding: 6.837% 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.basic-info .row > .line span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
}
/* 人物 && 机构图片 */
.basic-info.no-top {
  padding-top: 172px;
}
.basic-info.ver-b {
  padding-bottom: 0.5rem;
}
.basic-info.ver-b .row {
  padding: 0;
}
.basic-info.ver-b .row:after {
  vertical-align: bottom;
}
.basic-info .info-text,
.basic-info .pic-wrap {
  float: none;
  display: inline-block;
  vertical-align: bottom !important;
}
.basic-info .info-text h3 {
  margin-bottom: 0.4rem;
  max-width: 72%;
  font-size: 0.6rem !important;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.35rem;
  line-height: 1.2;
}
.basic-info .info-text h3.m-b-0 {
  margin-bottom: 0;
}
.basic-info .info-text p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.75;
}
.basic-info .info-text p.info {
  margin-bottom: 0.3rem;
  font-weight: 400;
}
.basic-info .info-text p.info:last-of-type {
  margin-bottom: 0.3rem;
}
.basic-info .info-text p span {
  opacity: 0.6;
}
.basic-info .info-text .text-under {
  font-family: 'PingFangSc';
}
.basic-info .info-text .btn-group {
  display: block;
  margin: 6px 0 0 -6px;
  font-size: 0;
  overflow: hidden;
}
.basic-info .info-text .btn-group .btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 6px 0 0 6px;
  line-height: 1;
  font-size: 12px;
}
.basic-info .info-text p span > a {
  margin-left: 5px;
}
.basic-info .info-text .follow-link {
  margin-top: 5px;
  font-size: 0;
}
.basic-info .info-text .follow-link a {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 18px;
  font-size: 22px;
}
.basic-info .info-text .follow-link a:last-of-type {
  margin-right: 0;
}
.basic-info .info-text table.not-border {
  margin-top: 10px;
  font-size: 16px;
}
.basic-info .info-text table.not-border th {
  width: 0;
  padding-right: 5px;
}
.basic-info .info-text table.not-border th,
.basic-info .info-text table.not-border td {
  padding-bottom: 5px;
  line-height: 1.466;
}
.basic-info .info-text table th {
  padding-right: 0.1rem;
  opacity: 0.6;
}
.basic-info .info-text table td {
  font-weight: bold;
}
.basic-info .row > .pic-wrap .pic {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  font-size: 0;
}
.basic-info .row > .pic-wrap .pic img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.basic-info .row > .pic-wrap .pic.v-bottom {
  height: auto;
  padding-bottom: 0;
  text-align: right;
}
.basic-info .row > .pic-wrap .pic.v-bottom img {
  position: static;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.basic-info .row .r-project-wrap {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.basic-info .row .relatived-project-wrap h4 {
  font-weight: 800;
  font-size: 14px;
  padding-bottom: 0.1rem;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  margin: 0.05rem 0 0 0;
}
.basic-info .row .relatived-project-wrap .list {
  overflow: hidden;
}
.basic-info .row .relatived-project-wrap .list .item {
  display: block;
  margin-top: 0.25rem;
}
.basic-info .row .relatived-project-wrap .list .item h3 {
  font-size: 19px;
  line-height: 1.47;
  font-weight: 800;
  margin: 0 0 0.02rem 0;
}
.basic-info .row .relatived-project-wrap .list .item time {
  font-size: 14px;
  line-height: 1.47;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .basic-info.no-top {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .basic-info.no-top {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .basic-info.no-top {
    padding-top: 90px;
  }
  .basic-info.ver-b {
    padding-bottom: 0.7rem;
  }
  .basic-info .info-text {
    margin-bottom: 0.7rem;
  }
  .basic-info .info-text h3 {
    margin-bottom: 0.6rem;
  }
  .basic-info .row > .line {
    position: relative;
    top: auto;
    left: auto;
    padding: 0 15px;
    width: 100%;
    height: 1px;
    margin: 0.7rem 0;
  }
  .basic-info .row > .col-sm-8,
  .basic-info .row > .col-sm-4 {
    display: block;
  }
  .basic-info .col-sm-8 h3 {
    max-width: none;
    font-size: 0.32rem;
  }
  .basic-info .row > .col-sm-4 li > i {
    width: 0.48rem;
    height: 0.48rem;
    font-size: 0.42rem;
    line-height: 0.48rem;
  }
  .basic-info .row > .col-sm-4 li > .right > h3 {
    font-size: 0.28rem;
  }
  .basic-info .row > .col-sm-4 li > .right p {
    font-size: 0.28rem;
    margin-bottom: 0;
  }
  .basic-info .row > .col-sm-4 .btn {
    height: 0.8rem;
  }
  .basic-info .row > .col-sm-4 .btn span {
    font-size: 0.26rem;
  }
  .basic-info .row > .col-sm-4 .btn i {
    font-size: 0.18rem;
  }
  .basic-info .row > .col-sm-4 li.btn-group p {
    font-size: 12px;
  }
  .basic-info .row .r-project-wrap {
    display: block;
    float: none;
  }
}

/* 字母筛选 */
.page-search-list {
  display: block;
  position: relative;
  padding: 5px 0;
  margin-bottom: -0.4rem;
  font-size: 0;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}
.page-search-list .wrap {
  display: block;
  width: 100%;
}
.page-search-list .content {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}
.page-search-list a {
  font-size: 16px;
  line-height: 1.375;
  float: left;
  display: inline-block;
  padding: 10px 7px;
}
.page-search-list a:hover {
  color: #d22630;
}
@media (max-width: 768px) {
  .page-search-list {
    padding: 10px 0;
  }
  .page-search-list a {
    padding: 5px 7px;
  }
}

.main-color-f0f0f0 .achieve,
.index-color-f0f0f0 .achieve {
  color: #808080 !important;
}

/* 作品&展览 */
.works-switch {
  position: relative;
  width: 100%;
  height: auto;
}
/* 切换按钮 */
.works-switch .switch-btn-group-wrapper {
  position: absolute;
  width: 25%;
  padding-bottom: 25%;
}
@media (max-width: 768px) {
  .works-switch .switch-btn-group-wrapper {
    width: 33.333%;
    padding-bottom: 33.333%;
  }
}
@media (max-width: 767px) {
  .works-switch .switch-btn-group-wrapper {
    width: 50%;
    padding-bottom: 50%;
  }
}
.works-switch .switch-btn-group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.works-switch .switch-btn-group a {
  width: 100%;
  height: 50%;
  display: block;
  font-size: 0;
  text-align: center;
  background: #cacaca;
  -webkit-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
}
.works-switch .switch-btn-group a.full-height {
  height: 100%;
}
.works-switch .switch-btn-group a:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.works-switch .switch-btn-group a span,
.works-switch .switch-btn-group a i {
  display: inline-block;
  vertical-align: middle;
}
.works-switch .switch-btn-group a span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  line-height: 1;
  font-size: 0.3rem;
  font-weight: bold;
  background: none;
}
.no-touch .works-switch .switch-btn-group a:hover span,
.works-switch .switch-btn-group a.active span {
  -webkit-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
}
.works-switch .switch-btn-group a i {
  -webkit-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  font-size: 0.28rem;
  font-weight: bold;
  -webkit-transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  background: none;
}
@media (max-width: 1024px) {
  .works-switch .switch-btn-group a span {
    font-size: 0.3rem;
  }
  .works-switch .switch-btn-group a i {
    font-size: 0.24rem;
  }
}
@media (max-width: 767px) {
  .works-switch .switch-btn-group a span {
    font-size: 0.32rem;
  }
  .works-switch .switch-btn-group a i {
    font-size: 0.3rem;
  }
}
.no-touch .works-switch .switch-btn-group a:hover i,
.works-switch .switch-btn-group a.active i {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* 一个按钮的情况 */
.works-switch .switch-btn-group.middle {
  font-size: 0;
}
.works-switch .switch-btn-group.middle:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.works-switch .switch-btn-group.middle > a {
  display: inline-block;
  vertical-align: middle;
}

/* 作品和在线观展 */
.works-switch .switch-box,
.works-switch .switch-box li {
  list-style: none;
}
.works-switch .switch-box {
  padding-left: 0;
  margin-bottom: 0;
}
.works-switch .switch-box li {
  display: none;
  font-size: 0;
}
.works-switch .switch-box li:after {
  display: table;
  content: '';
  clear: both;
}
.works-switch .switch-box li.active {
  display: block;
}
.works-switch .switch-box .item-wrapper {
  float: left;
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.works-switch .switch-box .item-wrapper:first-child {
  margin-left: 25%;
}
@media (max-width: 768px) {
  .works-switch .switch-box .item-wrapper {
    width: 33.333%;
    padding-bottom: 33.333%;
  }
  .works-switch .switch-box .item-wrapper:first-child {
    margin-left: 33.333%;
  }
}
@media (max-width: 767px) {
  .works-switch .switch-box .item-wrapper {
    width: 50%;
    padding-bottom: 50%;
  }
  .works-switch .switch-box .item-wrapper:first-child {
    margin-left: 50%;
  }
}
.works-switch.project-switch .switch-box .item-wrapper:first-child {
  margin-left: 0;
}
.works-switch .switch-box .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.works-switch .switch-box .item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.no-touch .works-switch .switch-box .item:hover img {
  opacity: 0;
}
.no-touch .works-switch .switch-box .item.no-hover:hover img {
  opacity: 1;
}
.works-switch .switch-box .item .item-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 120%);
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
  width: 77.777%;
  text-align: center;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.no-touch .works-switch .switch-box .item:hover .item-info {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-touch .works-switch .switch-box .item.no-hover:hover .item-info {
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.works-switch .switch-box .item .item-tit {
  margin-bottom: 0.3rem;
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); */
}
.works-switch .switch-box .item .item-tit h3 {
  margin: 0 0 0.05rem;
  font-weight: bold;
  font-size: 0.19rem;
}
.works-switch .switch-box .item .item-tit p {
  margin: 0;
  font-size: 0.16rem;
  font-weight: bold;
}
.works-switch .switch-box .item .item-tit time {
  display: inline-block;
  font-weight: bold;
  font-size: 0.16rem;
}
.works-switch .switch-box .item .item-content {
  font-size: 14px;
  max-height: 184px;
}

/* 背景格子 */
.four-group,
.one-group {
  position: relative;
}
.group-lattice:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* .four-group:after {
	background: url(../css/img/four-groupbg.svg) 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.one-group:after {
    background: url(../css/img/one-groupbg.svg) 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.four-group.gray:after {
	background: url(../css/img/four-groupbg-gray.svg) 0 0;
	background-size: 100%;
    background-repeat: no-repeat;
}
.one-group.gray:after {
	background: url(../css/img/one-groupbg-gray.svg) 0 0;
	background-size: 100%;
    background-repeat: no-repeat;
}
.four-group.red:after {
	background: url(../css/img/grid.svg) 0 0;
	background-size: 100%;
    background-repeat: no-repeat;
}
.one-group.red:after {
	background: url(../css/img/grid-red-one.svg) 0 0;
	background-size: 100%;
    background-repeat: no-repeat;
} */
.no-touch .four-group:hover:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* .opacity8.group-lattice:after{
    opacity: .08;
}
.opacity15.group-lattice:after {
	opacity: .15;
}
.opacity20.group-lattice:after{
    opacity: .2;
}
.opacity30.group-lattice:after {
	opacity: .3;
}
.opacity35.group-lattice:after{
    opacity: .35;
} */

/* 加载更多按钮 */
.item-wrapper.load-more-wrapper {
  float: right;
}
.item.load-more {
  text-align: center;
  font-size: 0;
}
.item.load-more span,
.item.load-more i {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.item.load-more span {
  font-size: 0.3rem;
}
.item.load-more i {
  margin-left: 0.05rem;
  font-style: normal;
  font-size: 0.22rem;
}
.item.load-more:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .item.load-more span {
    font-size: 0.32rem;
  }
  .item.load-more i {
    font-size: 0.28rem;
  }
}
/* anime */
.works-switch .switch-box .item img,
.works-switch .switch-box .item .item-info,
.grid-has-translate .grid-item .pic,
.grid-has-translate .grid-item .info,
.grid-has-translate.grid-item .pic,
.grid-has-translate.grid-item .info {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.works-switch .switch-box .item img,
.four-group:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* 视频 */
.swiper-container-video {
  width: 100%;
  height: 0;
  padding-bottom: 42.56%;
  overflow: hidden;
}
.swiper-container-video .swiper-wrapper {
  position: absolute;
}
.swiper-container-video .swiper-slide > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
@media (max-aspect-ratio: 144/90) {
  .swiper-container-video .swiper-slide > img {
    height: 100%;
  }
}
@media (min-aspect-ratio: 144/90) {
  .swiper-container-video .swiper-slide > img {
    width: 100%;
  }
}
.swiper-container-video .swiper-slide .play {
  margin-top: 0.2rem;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  font: 0.2rem/.8rem 'ds';
  text-align: center;
  cursor: pointer;
  border: none;
}
.swiper-container-video .swiper-slide .play:after {
  content: '\e639';
}
.no-touch .swiper-container-video .swiper-slide .play:hover {
  opacity: 0.8;
}
.swiper-container-video .swiper-slide .info {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.swiper-container-video .swiper-slide .info h3 {
  margin: 0;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.swiper-container-video .video-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  border-radius: 0;
}
.swiper-container-video > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
}
.swiper-container-video .video-pagination .swiper-pagination-bullet-active {
  width: 0;
  height: 0;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-bottom: 0.11rem solid #fff;
  background: none !important;
}
@media (max-width: 767px) {
  .swiper-container-video .swiper-slide .info h3 {
    font-size: 0.36rem;
  }
  .swiper-container-video .swiper-pagination {
    bottom: 0;
  }
}

/* main-tool-bar */
.main-tool-bar {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 72px;
}
@media (min-width: 768px) {
  .main-tool-bar.v-fixed {
    position: fixed;
    top: calc(73px + 0.7rem);
  }
  .main-tool-bar.v-position {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
.main-tool-bar .tool-box > .item {
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
  text-align: center;
  font-size: 0;
  background: none !important;
  cursor: pointer;
}
.main-tool-bar .tool-box > .item.share-btn {
  position: relative;
}
.main-tool-bar .tool-box > .item.share-btn .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.no-touch .main-tool-bar .tool-box > .item.opacity span {
  opacity: 0.6;
}
.main-tool-bar .tool-box > .item:before,
.main-tool-bar .share-box a:before,
.main-tool-bar .tool-box > .item.share-btn .wrap:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.main-tool-bar .tool-box > .item:after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
}
.main-tool-bar .tool-box > .item:nth-child(even):after {
  background-color: #fff;
  opacity: 0.2;
}
.main-tool-bar .tool-box > .item > span,
.main-tool-bar .tool-box > .item.share-btn .wrap span {
  width: 100%;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
.main-tool-bar .tool-box > .item > span > i,
.main-tool-bar .tool-box > .item.share-btn .wrap i {
  display: block;
  margin: 0 auto 1px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
}
.main-tool-bar .tool-box > .audio .pause {
  display: inline-block;
}

@media (min-width: 768px) {
  .main-tool-bar .share-box {
    position: absolute;
    display: block;
    z-index: -1;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: 144px;
    background: #0f171f;
    font-size: 0;
    text-align: left;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    opacity: 1;
  }
  .main-tool-bar .share-box.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.main-tool-bar .share-box .close-btn {
  display: none;
}
.main-tool-bar .share-box-content {
  zoom: initial;
}
.main-tool-bar .share-box-content h3 {
  display: none;
}
.main-tool-bar .share-box a {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 72px;
  line-height: 72px;
  font-size: 0;
  background-image: none;
  margin: 0;
  float: none;
  padding: 0;
  text-align: center;
}
.main-tool-bar .share-box a:first-of-type {
  margin-right: 72px;
}
.main-tool-bar .share-box a:hover {
  opacity: 1;
  color: #fff;
  filter: alpha(opacity=100);
}
.main-tool-bar .share-box a:after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main-tool-bar .share-box a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  font-size: 25px;
  color: #fff;
  pointer-events: none;
}
.main-tool-bar .share-box a span {
  display: none;
  pointer-events: none;
}
.main-tool-bar .share-box a:first-of-type {
  margin-right: 72px;
}
@media (min-width: 768px) {
  .main-tool-bar .share-box a:first-of-type:after,
  .main-tool-bar .share-box a:nth-of-type(3):after,
  .main-tool-bar .share-box a:nth-of-type(4):after,
  .main-tool-bar .share-box a:nth-of-type(7):after {
    opacity: 0.2;
    background-color: #fff;
  }
  .main-tool-bar .share-box a:hover:after {
    opacity: 1 !important;
  }
}
.main-tool-bar .mobile-expand-btn {
  display: none;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 767px) {
  .main-tool-bar {
    width: auto;
    top: calc(100vh - 103px);
    right: 0;
    z-index: 9;
  }
  .main-tool-bar.index {
    z-index: 1050;
  }
  .main-tool-bar.v-fixed {
    position: fixed;
    bottom: 52px;
  }
  .main-tool-bar.v-position {
    position: absolute;
    top: auto;
    bottom: 52px;
  }
  .main-tool-bar .mobile-expand-btn {
    position: absolute;
    bottom: 0;
    right: 7px;
    display: block;
    font-size: 14px;
  }
  .main-tool-bar .mobile-expand-btn.active:before {
    content: '\e705';
  }
  .main-tool-bar .tool-box {
    position: absolute;
    bottom: 0;
    right: -170px;
    width: 164px;
    -webkit-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
  }
  .main-tool-bar .tool-box.active {
    right: 52px;
  }
  .main-tool-bar .tool-box > .item {
    height: 40px;
    padding: 0 15px;
    text-align: left;
  }
  .main-tool-bar .tool-box > .item.share-btn .wrap {
    padding: 0 15px;
  }
  .main-tool-bar .tool-box > .item > span,
  .main-tool-bar .tool-box > .item.share-btn .wrap span {
    font-size: 14px;
  }
  .main-tool-bar .tool-box > .item > span > i,
  .main-tool-bar .tool-box > .item.share-btn .wrap i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    font-size: 16px;
    text-align: center;
    font-size: 18px;
  }
  .main-tool-bar .share-box {
    background: rgba(16, 24, 32, 0.92);
  }
  .main-tool-bar .share-box .close-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
  }
  .main-tool-bar .share-box-content {
    margin: 116px 15px 0 15px;
    background: #0f171f;
  }
  .main-tool-bar .share-box-content h3 {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .main-tool-bar .share-box a {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    text-align: left;
    line-height: initial;
  }
  .main-tool-bar .share-box a.wechat-share {
    display: none;
  }
  .main-tool-bar .share-box a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 30px;
    font-size: 20px;
  }
  .main-tool-bar .share-box a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
  }
  .main-tool-bar .share-box a:after {
    z-index: 1;
    pointer-events: none;
  }
  .main-tool-bar .share-box a:hover:after {
    background: none !important;
  }
  .main-tool-bar .share-box a:nth-of-type(odd):after,
  .main-tool-bar .share-box a:nth-of-type(odd):hover:after {
    opacity: 0.1;
    background: #fff !important;
  }
}

/* 展览作品全屏弹出窗口 */
.gallery-wrap {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-wrap .filter {
  display: block;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0.8rem;
  width: 2.8rem;
  height: 0.8rem;
}
.gallery-wrap .filter .toogle-btn {
  display: block;
  width: 100%;
  height: 0.8rem;
  padding: 0 0 0 0.4rem;
  border: none;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  background: none;
  text-align: left;
}
.gallery-wrap .filter .select-wrap {
  display: none;
}

.gallery-wrap .filter .toogle-btn > i {
  position: absolute;
  left: 0.15rem;
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 0.16rem;
  transform: rotate(90deg);
}
.gallery-wrap .filter .filter-list ul {
  padding-left: 0;
  list-style: none;
  min-height: calc(100vh - 0.8rem);
}
.gallery-wrap .filter .filter-list li {
  list-style: none;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.gallery-wrap .filter .filter-list li a {
  position: relative;
  display: block;
  padding-left: 0.4rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.gallery-wrap .filter .filter-list li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}
.gallery-wrap .filter .filter-list li a:hover:after {
  opacity: 1;
  visibility: visible;
}

.gallery-wrap .full-gallery-swiper {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.gallery-wrap .full-gallery-swiper {
  width: 100vw;
  height: 100vh;
}
.full-gallery-swiper-prev,
.full-gallery-swiper-next {
  display: block;
  position: fixed;
  width: 0.4rem;
  height: 0.4rem;
  top: 50%;
  left: 0;
  line-height: 0.4rem;
  z-index: 15;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, visibility 0.15s linear;
  transition: opacity 0.15s linear, visibility 0.15s linear;
}
.full-gallery-swiper-prev i,
.full-gallery-swiper-next i {
  font-size: 0.2rem;
}
@media (max-width: 767px) {
  .full-gallery-swiper-prev i,
  .full-gallery-swiper-next i {
    font-size: 0.36rem;
  }
}
.full-gallery-swiper-prev.swiper-button-disabled,
.full-gallery-swiper-next.swiper-button-disabled {
  opacity: 0;
}
.full-gallery-swiper-prev.swiper-button-disabled.active,
.full-gallery-swiper-next.swiper-button-disabled.active,
.full-gallery-swiper-prev.swiper-button-disabled:hover,
.full-gallery-swiper-next.swiper-button-disabled:hover {
  opacity: 0.6 !important;
  cursor: not-allowed;
}
/* .full-gallery-swiper-prev {
	right: 160px
} */
.full-gallery-swiper-next {
  left: auto;
  right: 0;
}
.full-gallery-swiper-prev:hover,
.full-gallery-swiper-next:hover {
  opacity: 1 !important;
}
.full-gallery-swiper-prev.active,
.full-gallery-swiper-next.active {
  opacity: 1;
}
.gallery-wrap .full-gallery-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background: #101820;
}
.gallery-wrap .full-gallery-swiper .swiper-slide {
  width: 100vw;
  height: 100vh;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info {
  position: absolute;
  width: 4rem;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0.8rem 0 0.6rem;
  font-size: 0;
  color: #fff;
}
@media (min-width: 769px) {
  .gallery-wrap .full-gallery-swiper .swiper-slide .info {
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 1.65rem);
  height: 0.25rem;
  left: 0.55rem;
  bottom: 0.65rem;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
  background: -webkit-linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
  background: -ms-linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
  background: linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  pointer-events: none;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner {
  display: inline-block;
  position: relative;
  max-height: calc(100vh - 1.7rem);
  padding: 0 1.1rem 0 0.55rem;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
}
@media (min-width: 769px) {
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner {
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner::-webkit-scrollbar {
  width: 0px;
  background: #101820;
}
/* .gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner::-webkit-scrollbar-thumb {
    background: #ff671f
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner::-webkit-scrollbar-thumb:hover {
    background: #ff671f;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner::-webkit-scrollbar-thumb:active {
    background: #ff671f;
} */
.gallery-wrap .full-gallery-swiper .swiper-slide .info h4 {
  margin: 0;
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info time {
  display: block;
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info time {
  margin-bottom: 0.5rem;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info section .artist {
  display: block;
  margin-bottom: 0.15rem;
  margin-right: 0;
  padding-right: 0;
  font-size: 0.16rem;
  font-weight: bold;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info section .artist a {
  padding-bottom: 2px;
  margin-right: 5px;
  font-size: 0.16rem;
  line-height: 1.5;
  cursor: pointer;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info section .artist a {
  box-shadow: 0 1px;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info section .artist a.no-link {
  box-shadow: none;
}

.gallery-wrap .full-gallery-swiper .swiper-slide .info section span {
  display: inline-block;
  position: relative;
  margin-right: 0.02rem;
  padding-right: 0.02rem;
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 0.18rem;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info section span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info section span:after {
  content: '/';
  position: relative;
  right: -0.03rem;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info section span:last-child:after,
.gallery-wrap .full-gallery-swiper .swiper-slide .info section span.no-slash:after,
.gallery-wrap .full-gallery-swiper .swiper-slide .info section .artist:after {
  display: none;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .audio {
  margin-top: 0.1rem;
  font-size: 0;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .audio button {
  display: inline-block;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.36rem;
  padding: 0;
  color: #fff;
  border: none;
  background: none;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .audio button.pause .i-audio:before {
  content: '\e67c';
}

.gallery-wrap .full-gallery-swiper .swiper-slide .info .audio button i {
  display: inline-block;
  position: relative;
  top: -0.01rem;
  width: 0.36rem;
  height: 0.36rem;
  text-align: center;
  font-size: 0.2rem;
  vertical-align: middle;
  /* -moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8); */
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info p {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 1.5;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info > i {
  display: block;
  position: absolute;
  width: auto !important;
  left: 0.55rem !important;
  right: auto !important;
  bottom: 0.2rem;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-style: normal;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .expand {
  display: none;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .pic {
  display: block;
  position: relative;
  height: 100%;
  height: 100vh;
  padding-right: 4rem;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .pic:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .pic img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .pic .embed-responsive {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .pic iframe {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .gallery-wrap .filter .toogle-btn {
    font-size: 0.18rem;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info section .artist a {
    font-size: 0.2rem;
    box-shadow: 0 1px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info section span {
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .audio button {
    font-size: 0.18rem;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .audio button i {
    font-size: 0.22rem;
  }
}
@media (width: 768px) {
  .gallery-wrap .filter {
    width: 160px;
    height: 80px;
    right: 80px;
  }
  .full-gallery-swiper-prev,
  .full-gallery-swiper-next {
    top: calc(50% - 110px);
  }
  .full-gallery-swiper-prev {
    right: auto;
    left: 0;
  }
  .full-gallery-swiper-next {
    right: 0;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 0;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .red-bar {
    display: none;
    height: 238px !important;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: bottom;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.mask:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 90px);
    height: 40px;
    left: 15px;
    bottom: 0;
    z-index: 10;
    background: #101820;
    -moz-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    pointer-events: none;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.mask:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 90px);
    height: 25px;
    left: 15px;
    bottom: 40px;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
    background: -webkit-linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
    background: -ms-linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
    background: linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
    -moz-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    pointer-events: none;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info:before {
    background: none;
    content: '';
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner {
    padding: 25px 0 45px 0;
    background: rgba(16, 24, 32, 0.7);
    max-height: 100vh;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.expand .info .info-inner {
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner > section {
    max-height: calc(70vh - 90px);
    padding: 0 75px 20px 15px;
    overflow: hidden;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.expand .info .info-inner > section {
    overflow: auto;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner > section::-webkit-scrollbar {
    width: 4px;
    background: rgba(0, 0, 0, 0);
  }
  .gallery-wrap
    .full-gallery-swiper
    .swiper-slide
    .info
    .info-inner
    > section::-webkit-scrollbar-thumb {
    background: #e71c24;
  }
  .gallery-wrap
    .full-gallery-swiper
    .swiper-slide
    .info
    .info-inner
    > section::-webkit-scrollbar-thumb:hover {
    background: #e71c24;
  }
  .gallery-wrap
    .full-gallery-swiper
    .swiper-slide
    .info
    .info-inner
    > section::-webkit-scrollbar-thumb:active {
    background: #e71c24;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info h4 {
    margin-bottom: 2px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info strong,
  .gallery-wrap .full-gallery-swiper .swiper-slide .info span {
    display: inline-block;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info span {
    margin-right: 5px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info hr {
    margin: 8px 0;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info p {
    margin-top: 28px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info > i {
    bottom: 15px;
    right: 15px;
    font-size: 14px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info > .audio {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 60px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info > .audio button {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: none;
    color: #fff;
    text-align: center;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info > .audio button i {
    position: static;
    margin: 0;
    font-size: 0.3rem;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .hook {
    display: block;
    position: absolute;
    height: 40px;
    left: 0;
    bottom: 0;
    padding: 0 25px 0 14px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.expand .info .hook-in {
    visibility: visible;
    opacity: 1;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .hook-out {
    pointer-events: none;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.mask .info .hook-out {
    visibility: visible;
    opacity: 1;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.expand .info .hook-out {
    visibility: hidden;
    opacity: 0;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .hook i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 10px;
    transform: rotate(90deg);
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .expand {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #000;
    right: 20px;
    top: 50px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .pic {
    height: calc(100% - 221px);
    padding-left: 0;
    padding-right: 0;
  }
  .title-box img {
    width: 126px;
    height: 126px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info > i {
    left: auto !important;
    right: 0.3rem !important;
  }
}
@media (max-width: 768px) {
  .gallery-wrap .filter {
    width: 138px;
    height: 40px;
    right: auto;
    left: 15px;
    top: 10px;
  }
  .gallery-wrap .filter .toogle-btn,
  .gallery-wrap .filter .filter-list {
    display: none;
  }
  .gallery-wrap .filter .select-wrap {
    display: block;
    width: 100%;
    height: 0.8rem;
    color: #fff;
  }
  .gallery-wrap .filter .select-wrap > i {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .gallery-wrap .select-wrap select {
    display: inline-block;
    outline: none !important;
    color: #fff;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    appearance: none;
    background: none;
    border: none;
  }
}
@media (max-width: 767px) {
  .gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle {
    height: 40px;
    padding-right: 12px;
    padding-left: 15px;
  }
  .gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle:before {
    display: none;
  }
  .gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 13px;
    text-align: left;
  }
  .gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle .caret {
    /*right: auto;
		left: -5px;
		margin-top: -20px;*/
  }
  .full-gallery-swiper-prev,
  .full-gallery-swiper-next {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    top: calc(50% - 70px);
  }
  .full-gallery-swiper-prev {
    right: auto;
    left: 0;
  }
  .full-gallery-swiper-next {
    right: 0;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 0;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .red-bar {
    display: none;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: bottom;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.mask:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 1.8rem);
    height: 0.8rem;
    left: 0.3rem;
    bottom: 0;
    z-index: 10;
    background: #101820;
    -moz-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    pointer-events: none;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.mask:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 1.8rem);
    height: 1.2rem;
    left: 0.3rem;
    bottom: 0.2rem;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
    background: -webkit-linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
    background: -ms-linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
    background: linear-gradient(top, rgba(16, 24, 32, 0), rgba(16, 24, 32, 1));
    -moz-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    pointer-events: none;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.expand .info:before {
    background: none;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner {
    padding: 0.4rem 0 0.8rem 0;
    background: rgba(16, 24, 32, 0.7);
    max-height: 70vh;
    overflow: hidden;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.expand .info .info-inner {
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    overflow: visible;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner > section {
    max-height: calc(70vh - 105px);
    padding: 0 75px 20px 15px;
    overflow: hidden;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.expand .info .info-inner > section {
    overflow: auto;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner > section::-webkit-scrollbar {
    width: 4px;
    background: rgba(0, 0, 0, 0);
  }
  .gallery-wrap
    .full-gallery-swiper
    .swiper-slide
    .info
    .info-inner
    > section::-webkit-scrollbar-thumb {
    width: 0;
  }
  .gallery-wrap
    .full-gallery-swiper
    .swiper-slide
    .info
    .info-inner
    > section::-webkit-scrollbar-thumb:hover {
    width: 0;
  }
  .gallery-wrap
    .full-gallery-swiper
    .swiper-slide
    .info
    .info-inner
    > section::-webkit-scrollbar-thumb:active {
    width: 0;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info h4 {
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 2px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info section .artist a {
    font-size: 0.28rem;
    box-shadow: 0 1px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info strong,
  .gallery-wrap .full-gallery-swiper .swiper-slide .info span {
    display: inline-block;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info time {
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info section span {
    font-size: 0.28rem;
    line-height: 0.36rem;
    margin-right: 0.04rem;
    padding-right: 0.04rem;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info hr {
    margin: 8px 0;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info p {
    margin-top: 0.56rem;
    font-size: 0.24rem;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner > i {
    bottom: 15px;
    right: 15px;
    font-size: 14px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info section .artist {
    font-size: 0.28rem;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info section .artist span {
    font-size: 0.28rem;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info > .audio {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 60px;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info > .audio button {
    padding: 0;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.56rem;
    background: none;
    color: #fff;
    text-align: center;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info > .audio button i {
    position: static;
    margin: 0;
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.5rem;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info > i {
    left: auto !important;
    right: 0.3rem !important;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .hook {
    display: block;
    position: absolute;
    height: 40px;
    left: 0;
    bottom: 0;
    padding: 0 25px 0 17px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.expand .info .hook-in {
    visibility: visible;
    opacity: 1;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .hook-out {
    pointer-events: none;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.mask .info .hook-out {
    visibility: visible;
    opacity: 1;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide.expand .info .hook-out {
    visibility: hidden;
    opacity: 0;
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .info .hook i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 10px;
    transform: rotate(90deg);
  }
  .gallery-wrap .full-gallery-swiper .swiper-slide .pic {
    height: calc(100% - 140px);
    padding-left: 0;
    padding-right: 0;
  }
  #full-gallery-box .pop-close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 5px;
    line-height: 40px;
    font-size: 16px;
  }
}

/*---- video-box -------------------------*/
.modal {
  padding: 0 !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.modal-open .modal {
  overflow: hidden;
}
.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.modal-content {
  width: 100%;
  height: 100%;
  border: none;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: rgba(16, 24, 32, 1);
}
#video-box .modal-content iframe {
  display: inline-block !important;
  border: none;
}
.modal .close {
  display: block;
  position: fixed;
  width: 0.3rem;
  height: 0.3rem;
  right: 0.25rem;
  top: 0.25rem;
  font-size: 0.25rem;
  opacity: 1;
  color: #fff;
  font-weight: normal;
  text-shadow: none !important;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal .close.fade {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .modal .close {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.4rem;
  }
}
#video-box #video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: 0 !important;
}
#full-gallery-box {
  background: #101820;
}
#full-gallery-box iframe {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
}
#full-gallery-box .close {
  z-index: 1;
}
@media (max-width: 767px) {
  #full-gallery-box .close {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.4rem;
    top: 15px;
    right: 15px;
  }
}

/*------ qr-code ------*/
.modal-opacity .modal-content {
  background: rgba(16, 24, 32, 0.9) !important;
}
.modal .qr-code-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal .qr-code {
  width: 220px;
  height: 220px;
  border: 15px solid #fff;
}
.modal .qr-code img {
  width: 100%;
  height: 100%;
}
.modal .qr-code-wrap .btn-close {
  position: absolute;
  top: 0;
  right: -44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: bold;
}

/* 下载 */
.modal.download-box {
  font-size: 0;
  text-align: center;
}
.modal.download-box:after,
.modal.download-box .code-wrap .error-tips:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal.download-box .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  height: auto;
}
@media (max-width: 1024px) {
  .modal.download-box .modal-dialog {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .modal.download-box .modal-dialog {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .modal.download-box .modal-dialog {
    width: 90%;
  }
}
.modal.download-box .modal-content {
  color: #101820;
  background-color: #f0f0f0;
}
.modal.download-box .modal-header {
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0;
  font-size: 0.19rem;
  font-weight: bold;
  border-color: #dedede;
}
.modal.download-box .modal-body {
  padding: 0;
}
.modal.download-box .modal-body ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.modal.download-box .modal-body li {
  font-size: 16px;
  list-style: none;
}
.modal.download-box .modal-body li > a {
  display: block;
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0 0.2rem;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  .modal.download-box .modal-header {
    height: 1rem;
    line-height: 1rem;
    font-size: 18px;
  }
  .modal.download-box .modal-body li > a {
    font-size: 14px;
    font-weight: bold;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.modal.download-box .modal-body li:last-of-type > a {
  border: none;
}
.modal.download-box .modal-body li .rt {
  float: right;
  opacity: 0.6;
  font-size: 14px;
}
.modal.download-box .modal-body li .rt i {
  margin-left: 0.1rem;
  font-size: 16px;
}
.no-touch .modal.download-box .modal-body li > a:hover,
.modal.download-box .modal-body li.active > a {
  color: #fff;
  background: #101820;
}
.no-touch .modal.download-box .modal-body li > a:hover .rt,
.modal.download-box .modal-body li.active .rt {
  opacity: 1;
}
.modal.download-box .code-wrap {
  margin-top: 6px;
}
.modal.download-box .code-wrap .input-group {
  position: relative;
  padding: 0 5px;
  height: 0.48rem;
}
.modal.download-box .code-wrap input {
  height: 0.48rem;
  border: none;
  border-radius: 0;
  outline: none !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .modal.download-box .code-wrap .input-group {
    height: 0.7rem;
  }
  .modal.download-box .code-wrap input {
    height: 0.7rem;
  }
}
.modal.download-box .code-wrap .input-group-addon {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  border-radius: 0;
  color: #fff;
  background: #101820;
  border: none;
}
.modal.download-box .code-wrap .tips {
  margin-top: 12px;
  padding-left: 15px;
  font-size: 14px;
  color: #101820;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .modal.download-box .code-wrap .tips {
    font-size: 12px;
  }
}
.modal.download-box .code-wrap .error-tips {
  display: none;
  position: absolute;
  z-index: 2;
  top: 115%;
  left: -15px;
  padding: 6px 15px;
  color: #fff;
  background: #d1252f;
  opacity: 1;
  font-size: 0;
  border-radius: 3px;
}
.modal.download-box .has-error .error-tips {
  display: block;
}
.modal.download-box .code-wrap .error-tips i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 6px;
}
.modal.download-box .code-wrap .error-tips span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
}

.modal.download-box .code-wrap .error-tips:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  border: transparent solid;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom: #d1252f 6px solid;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal.download-box .modal-footer {
  text-align: center;
  border-color: #dedede;
}
.modal.download-box .modal-footer .close {
  position: static;
  float: none;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #101820;
}
@media (max-width: 767px) {
  .modal.download-box .modal-footer {
    padding: 10px 10px;
  }
  .modal.download-box .modal-footer .close {
    font-size: 16px;
  }
}
/* 猜你喜欢等瀑布流列表 */
.grid-wrap {
  padding-left: 8.889%;
  padding-right: 9.375%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .grid-wrap {
    padding-left: 2.6%;
    padding-right: 2.6%;
  }
}
@media (max-width: 768px) {
  .grid-wrap {
    padding-left: 2.6%;
    padding-right: 2.8%;
  }
}
.grid-wrap > h2 {
  font-size: 0.38rem;
  font-weight: bold;
  text-align: center;
  color: #4d4d4d;
  margin: 0 0 0.4rem 0;
}
.grid-container {
  position: relative;
  width: 100%;
}

.grid-background {
  position: absolute !important;
  width: 100%;
  font-size: 0;
}
.grid-background .grid-item {
  display: inline-block;
  vertical-align: top;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.3;
}
.item-opacity-10 .grid-background .grid-item {
  opacity: 0.1;
}

@media (max-width: 767px) {
  .grid-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* grid */

.grid {
  position: relative;
}
.grid-item {
  display: block;
  width: 24.5%;
  padding-bottom: 24.5%;
  margin-left: 0.5%;
  margin-bottom: 0.5%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.grid-item-wide {
  width: 49.5%;
  padding-bottom: 24.5%;
}
.grid-item-lager {
  width: 49.5%;
  padding-bottom: 49.5%;
}
.grid-item-long {
  width: 24.5%;
  padding-bottom: 49.5%;
}
@media (max-width: 768px) {
  .grid-item {
    width: 32.5%;
    padding-bottom: 32.5%;
  }
  .grid-item-wide {
    width: 65.5%;
    padding-bottom: 32.5%;
  }
  .grid-item-lager {
    width: 65.5%;
    padding-bottom: 65.5%;
  }
  .grid-item-long {
    width: 32.5%;
    padding-bottom: 65.5%;
  }
}
@media (max-width: 767px) {
  .grid-item {
    width: 50%;
    padding-bottom: 49.5%;
    margin-left: 0;
    margin-bottom: 1%;
  }
  .grid-item-wide {
    width: 100%;
    padding-bottom: 49.5%;
  }
  .grid-item-lager {
    width: 100%;
    padding-bottom: 100%;
  }
  .grid-item-long {
    width: 100%;
    padding-bottom: 49.5%;
  }
}
.grid-item .item-block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.grid-item .info {
  position: absolute;
  z-index: 1;
  font-size: 0;
}
.grid-item-wide .info {
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
}
.grid-item-wide.left .info {
  left: 0;
  right: auto !important;
}
.grid-item-long .info {
  position: absolute;
  top: 50.5%;
  width: 100%;
  height: 49.5%;
}
@media (max-width: 767px) {
  .grid-item-long .info {
    position: absolute;
    left: 50.5%;
    top: 0;
    width: 49.5%;
    height: 100%;
    margin: 0 !important;
  }
}
.grid-item-lager .info {
  width: 100%;
  bottom: 0;
  padding: 5%;
  padding-top: 0;
  background: linear-gradient(to top, rgba(177, 179, 179, 0.8), rgba(177, 179, 179, 0));
}
.grid-item .info:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-item .info h4 {
  margin: 0;
  padding: 10% 10% 0;
  font-size: 0;
}
.grid-item .info h4.alone * {
  text-shadow: none !important;
}
.grid-item .info h4 span {
  position: relative;
  display: inline-block;
  line-height: 1.1;
  font-weight: bold;
  font-size: 12px;
  max-height: 28px;
}
.grid-item .info h4 span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 110%;
  width: 100%;
  height: 0;
  border-bottom: 1.5px solid;
  opacity: 0.4;
}
.grid-item .info h4 > i {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
}
.grid-item-lager .info h4 {
  padding: 0;
}
.grid-item .info .inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 10%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
.grid-item .info .inner h3,
.grid-item .info .inner time.bd {
  font-size: 0.19rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}
.grid-item .info .inner h3 {
  margin-bottom: 0.06rem;
  max-height: 1rem;
}
.grid-item .info .inner h3 > i {
  position: absolute;
  margin-left: 5px;
  font-size: 0.19rem;
  font-weight: normal;
  opacity: 0.6;
}
.grid-item .info .inner p {
  font-size: 14px;
  margin-bottom: 0;
  max-height: 70px;
}
.grid-item .info .inner time,
.grid-item .info .inner .d-block {
  font-size: 0.16rem;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 0.04rem;
}
.grid-item .info .inner .d-block {
  display: block;
}
.grid-item .info .inner .achieve {
  display: block;
  font-size: 0.14rem;
  line-height: 1.375;
  font-weight: normal;
  margin-top: 0.05rem;
  color: #fff;
}
.grid-item .info .inner .achieve:first-of-type {
  margin-top: 0.09rem;
}
.grid-item .info .inner .time-label-wrap {
  display: block;
  margin: 0;
  margin-top: 0.1rem;
}
.grid-item .info .inner .time-label {
  position: relative;
  display: inline-block;
  padding: 0.06rem 0.08rem;
  font-size: 0.12rem;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}
.grid-item-lager .info .inner {
  position: static;
  display: block;
  margin-top: 20px;
  padding: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.grid-item-lager .info:after {
  content: none;
}
.grid-item-lager .info .inner h3,
.grid-item-lager .info .inner time.bd {
  font-size: 0.28rem;
  line-height: 1.2;
}
.grid-item-lager .info .inner time {
  line-height: 1.2;
}
.grid-item-lager .info h4 span {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.grid-item-lager .info .inner time {
  margin-right: 0.1rem !important;
}
.grid-item-lager .info .inner .time-label-wrap {
  display: inline-block;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.grid-item .info .inner .is-download {
  margin-top: 0.1rem;
  font-size: 0;
  opacity: 0.6;
  cursor: pointer;
}
.no-touch .grid-item .info .inner .is-download:hover {
  opacity: 1;
}
.grid-item .info .inner .is-download i {
  font-size: 16px;
  margin-right: 5px;
}
.grid-item .info .inner .is-download span {
  font-size: 14px;
}
@media (max-width: 767px) {
  .grid-item .info h4 span,
  .grid-item .info .inner .time-label {
    font-size: 10px;
  }
  .grid-item .info h4 span {
    max-height: 14px;
  }
  .grid-item .info .inner h3,
  .grid-item .info .inner h3 > i,
  .grid-item .info .inner time.bd,
  .grid-item .info .inner time {
    font-size: 0.26rem;
  }
  .grid-item .info .inner h3 {
    max-height: 1.2rem;
  }
  .grid-item .info .inner p {
    font-size: 12px;
    max-height: 60px;
  }
  .grid-item-lager .info .inner .time-label-wrap {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  .grid-item .info .inner .time-label {
    padding: 0.08rem 0.1rem;
  }
  .grid-item:not(.grid-item-lager) .info h4 {
    padding: 7% 7% 0;
  }
  .grid-item:not(.grid-item-lager) .info .inner {
    padding: 0 7%;
  }
  .grid-item .info .inner time,
  .grid-item .info .inner .d-block {
    font-size: 0.26rem;
  }
  .grid-item .info .inner .achieve {
    font-size: 0.24rem;
  }
}
.grid-item .pic {
  position: absolute;
  width: 49.5%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.grid-item-wide .pic {
  left: 0;
}
.grid-item-wide.left .pic {
  left: 50.5%;
}
.grid-item-lager .pic {
  left: 0;
  width: 100%;
}
.grid-item-long .pic {
  position: relative;
  width: 100%;
  height: 49.5%;
}
@media (max-width: 767px) {
  .grid-item .pic {
    width: 49.5%;
    height: 100%;
  }
  .grid-item-long .pic {
    position: absolute;
  }
  .grid-item-lager .pic {
    width: 100%;
    height: 100%;
  }
}
.grid-item .pic img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.grid-has-animation .grid-item .item-block:hover .pic img,
.grid-has-animation.grid-item .item-block:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* grid 列表项动画 */
.grid-has-animation .grid-item:before,
.grid-has-animation.grid-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.grid-has-animation .grid-item:hover:before,
.grid-has-animation.grid-item:hover:before {
  opacity: 1;
}

/* 展览活动列表 */
.grid-switch-tit {
  padding-left: 9.375%;
  padding-right: 9.375%;
  padding-bottom: 0.2rem;
}
.grid-switch-tit.active {
  transform: translateY(0);
}
.grid-switch-wrap {
  padding-top: 172px;
}
@media (max-width: 1024px) {
  .grid-switch-tit {
    padding-left: 2.6%;
    padding-right: 2.6%;
  }
  .grid-switch-wrap {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .grid-switch-tit {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-switch-wrap {
    padding-top: 90px;
  }
}
.grid-tit-content {
  position: relative;
  width: 100%;
}
.grid-tit-content::before {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 1px solid;
  height: 1px;
  opacity: 0.1;
}
.grid-tit-content .time-switch {
  padding-top: 0.16rem;
  font-size: 0;
}
.grid-tit-content.child-d-flex .time-switch {
  display: flex;
  justify-content: space-between;
}
.grid-tit-content .link-another {
  font-size: 0;
  flex-shrink: 0;
}
.grid-tit-content .time-switch .link-another a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-right: 0;
  margin-left: 0.2rem;
  opacity: 0.4;
}
.grid-tit-content .time-switch .wrap {
  font-size: 0;
  flex-shrink: 0;
}
.grid-tit-content .time-switch .date-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.grid-tit-content .time-switch .form_datetime {
  display: none;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 200%;
  width: 3.32rem;
  height: 2.93rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}
@media (max-width: 767px) {
  .grid-tit-content.child-d-flex:before {
    display: none;
  }
  .grid-tit-content .time-switch {
    position: relative;
  }
  .grid-tit-content.child-d-flex .time-switch {
    padding-top: 0;
    flex-direction: column-reverse;
  }
  .grid-tit-content .link-another {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .grid-tit-content.child-d-flex .wrap {
    padding-top: 0.25rem;
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .grid-tit-content .time-switch .link-another a {
    margin-left: 0;
    margin-right: 0.3rem;
    font-size: 14px;
  }
  .grid-tit-content .time-switch .date-select {
    position: static;
  }
  .grid-tit-content .time-switch .form_datetime {
    left: 0;
    width: 5.3rem;
    height: 5.1rem;
  }
}
.grid-tit-content .time-switch .form_datetime.active {
  display: block;
}
.grid-tit-content .time-switch a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-right: 0.3rem;
  opacity: 0.4;
}
.grid-tit-content .time-switch .v-line {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 16px;
  margin-right: 0.3rem;
  border-right: 1px solid;
  opacity: 0.4;
}
.grid-tit-content .time-switch a:hover,
.grid-tit-content .time-switch a.active {
  opacity: 1;
}
.grid-tit-content .time-switch a > i {
  font-size: 18px;
  margin-left: 0.05rem;
}
.grid-tit-content .list-switch-wrap {
  margin-top: 0.5rem;
  text-align: center;
}
.grid-tit-content .list-switch {
  position: relative;
  display: inline-block;
  padding: 0 0.68rem;
  margin-bottom: 0.3rem;
}
.grid-tit-content .list-switch h3 {
  margin: 0;
  font-size: 0.38rem;
  font-weight: bold;
}
.grid-tit-content .list-switch time {
  margin-top: 0.1rem;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.4;
}
.grid-tit-content .list-switch .btn-prev,
.grid-tit-content .list-switch .btn-next {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  line-height: 0.38rem;
  font-size: 0.3rem;
  cursor: pointer;
}
.grid-tit-content .list-switch .btn-next {
  left: auto;
  right: 0;
}
.grid-tit-content .list-switch .btn-prev:hover,
.grid-tit-content .list-switch .btn-next:hover {
  opacity: 0.4;
}
.swiper-button-disabled {
  opacity: 0.4;
}
.grid-tit-content .switch-bt-group {
  position: relative;
  height: 0.6rem;
  font-size: 0;
  text-align: center;
}
.grid-tit-content .switch-bt-group:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-tit-content .switch-bt-group a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
  font-size: 0.19rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.02rem;
  cursor: pointer;
}
.grid-tit-content .switch-bt-group a:last-of-type {
  margin-right: 0;
}

.grid-tit-content .switch-bt-group a:hover,
.grid-tit-content .switch-bt-group a.active {
  box-shadow: 0 3px;
}
.grid-tit-content .switch-bt-group .open {
  position: absolute;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  line-height: 0.6rem;
  font-size: 0.18rem;
  background: none;
  border: none;
  box-shadow: none;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .grid-tit-content .time-switch a,
  .grid-tit-content .list-switch time,
  .grid-tit-content .switch-bt-group a,
  .grid-tit-content .switch-bt-group .open {
    font-size: 14px;
  }
  .grid-tit-content .list-switch-wrap {
    margin-top: 0.8rem;
  }
}
/* grid 筛选 */
.grid-wrap .result-label-box {
  display: flex;
  justify-content: space-between;
}
.grid-wrap .label-box {
  margin-top: -0.5%;
  padding-left: 0.5%;
  padding-bottom: 0.3rem;
}
.grid-wrap .label-box .btn {
  height: auto;
  min-height: 0.39rem;
  padding: 0 0.18rem;
  margin-top: 0.5%;
  font-size: 0;
  color: #fff;
  background-color: #4d4d4d;
  white-space: normal;
  /* display: inline-flex; */
}
.no-touch .grid-wrap .label-box .btn:hover {
  background-color: #979797;
}
.grid-wrap .label-box .btn:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-wrap .label-box .btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-right: 0.15rem;
  text-align: left;
}
.grid-wrap .label-box .btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.grid-wrap .label-box .btn.clear-all {
  color: #4d4d4d;
  background: none;
}
.no-touch .grid-wrap .label-box .btn.clear-all:hover {
  background: none;
}
.grid-wrap .result-label-box .num {
  font-size: 14px;
  line-height: 1.25;
  align-self: flex-end;
  display: inline-block;
  padding-bottom: 0.3rem;
  margin-top: -0.5%;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .grid-wrap .result-label-box {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .grid-wrap .label-box .btn {
    min-height: 0.5rem;
    height: auto;
    padding: 0.1rem 0.16rem;
  }
  .grid-wrap .label-box .btn span,
  .grid-wrap .label-box .btn i {
    font-size: 13px;
  }
  .grid-wrap .result-label-box .num {
    font-size: 13px;
    align-self: flex-start;
    margin: 0;
  }
}

/* 筛选弹框 */
.event-filter .modal-content {
  font-size: 0;
  background: #f0f0f0;
}
.event-filter .modal-content:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.event-filter .close {
  color: #101820;
}
.event-filter .filter-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 67.36%;
  margin: 0 auto;
}
.event-filter .filter-wrap h2 {
  margin: 0;
  font-size: 0.28rem;
  font-weight: bold;
}
.event-filter .filter-wrap .btn-group {
  padding-top: 0.8rem;
  margin-top: -0.16rem;
}
.event-filter .filter-wrap .btn-group .btn {
  height: 0.39rem;
  padding: 0 0.18rem;
  font-size: 0.15rem;
  color: #fff;
  line-height: 0.39rem;
  background: #979797;
  margin-left: 0.16rem;
  margin-top: 0.16rem;
  border: none;
}
.no-touch .event-filter .filter-wrap .btn-group .btn:hover,
.event-filter .filter-wrap .btn-group .btn.active {
  background: #4d4d4d;
}
.event-filter .filter-wrap .footer {
  margin-top: 1.2rem;
}
.event-filter .filter-wrap .footer .btn {
  width: 1.7rem;
  height: 0.48rem;
  font-size: 15px;
  color: #fff;
  background: #4d4d4d;
}
.event-filter .filter-wrap .footer .btn:first-of-type {
  margin-right: 0.1rem;
  color: #4d4d4d;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .event-filter .filter-wrap {
    width: 85%;
  }
  .event-filter .filter-wrap h2 {
    font-size: 18px;
  }
  .event-filter .filter-wrap .btn-group .btn {
    padding: 0 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 14px;
  }
  .event-filter .filter-wrap .footer .btn {
    width: 45%;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0;
    font-size: 14px;
  }
}

.no-result-block {
  width: 100%;
  padding: 0.7rem 0.2rem;
  text-align: center;
}
.no-result-block i {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.9rem;
  opacity: 0.1;
}
.no-result-block p {
  margin-top: 0.28rem;
  margin-bottom: 0;
  font-size: 0.19rem;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .no-result-block p {
    font-size: 14px;
  }
}

/* 首页grid */
#main.home {
  padding-top: 180px;
}
@media (max-width: 1024px) {
  #main.home {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  #main.home {
    padding-top: 50px;
  }
}
.full-grid {
  position: relative;
  width: 100%;
}
.full-grid .grid-item,
.grid-container.full .grid-background .grid-item {
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  margin: 0;
}
.full-grid .grid-item-wide {
  width: 50%;
  padding-bottom: 25%;
}
.full-grid .grid-item-lager {
  width: 50%;
  padding-bottom: 50%;
}
@media (max-width: 768px) {
  .full-grid .grid-item,
  .grid-container.full .grid-background .grid-item {
    width: 33.333%;
    padding-bottom: 33.333%;
  }
  .full-grid .grid-item-wide {
    width: 66.667%;
    padding-bottom: 33.333%;
  }
  .full-grid .grid-item-lager {
    width: 66.667%;
    padding-bottom: 66.667%;
  }
  .full-grid .grid-item:hover {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .grid-container.full .grid-background .grid-item {
    width: 100%;
    padding-bottom: 100%;
  }
  .full-grid .grid-item {
    width: 100%;
    padding-bottom: 100%;
  }
  .full-grid .grid-item-wide {
    width: 100%;
    padding-bottom: 50%;
  }
  .full-grid .grid-item-lager {
    width: 100%;
    padding-bottom: 100%;
  }
}
.full-grid .grid-item.fadein {
  opacity: 1;
  transform: perspective(800px) rotateX(0);
}
.full-grid .grid-item > img {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-grid .grid-item .item-type {
  position: absolute;
  z-index: 1;
  top: 7%;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.full-grid .grid-item .item-type > span {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .full-grid .grid-item .item-type {
    top: 6%;
    font-size: 13px;
  }
  .full-grid .grid-specially .item-type {
    position: static;
  }
  .grid-has-ad.has-animation:hover .item-type > span {
    color: #fff !important;
  }
}
.grid-item .item-type > span:after {
  content: '';
  display: block;
  border-bottom: 2px solid;
  opacity: 0.4;
}
.grid-item .item-type.opacity100 > span:after {
  opacity: 1;
}
.grid-item .item-info {
  position: absolute;
  z-index: 1;
  bottom: 0.26rem;
  left: 0;
  right: 0;
  max-width: 83.333%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.19rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  transition-delay: 0.001s;
}
.grid-item .item-info h3 {
  font-size: 0.19rem;
  margin: 0;
  margin-bottom: 0.05rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 767px) {
  .grid-item .item-info {
    bottom: 0.4rem;
  }
  .grid-item .item-info,
  .grid-item .item-info h3 {
    font-size: 0.32rem;
  }
}
.grid-item .item-info time {
  display: block;
}
.grid-item .item-content {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10%;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.4;
}
.no-touch .grid-item .item-content {
  display: block;
}
.grid-item .item-content > i {
  margin-right: 0.05rem;
  font-size: 0.16rem;
}
.grid-item .distance-time {
  margin-top: 0.2rem;
  margin-bottom: -0.44rem;
  font-size: 0;
  text-shadow: none;
  opacity: 0;
}
.no-touch .grid-item .distance-time {
  display: block;
}
.grid-item .distance-time > span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.12rem;
  line-height: 2;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0.001s;
}

.grid-item .item-content .btn {
  display: inline-block;
  margin: 0 auto;
  border: none;
  font-size: 0;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
}
.grid-item .item-content .btn:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-item .item-content .btn span {
  font-size: 0.14rem;
  line-height: 1;
}
.grid-item .item-content .btn i {
  margin-left: 0.05rem;
  font-size: 0.14rem;
  line-height: 1;
}

.full-grid .grid-item > img,
.has-animation .item-info,
.has-animation:after,
.grid-has-commodity.has-animation .item-type,
.grid-specially .specially-bg,
.grid-has-recommend .item-box,
.grid-has-video:before,
.grid-has-address .address-img,
.grid-has-address .item,
.grid-has-calendar .form_datetime,
.grid-has-calendar .swiper-calendar,
.grid-has-follow .qr-code,
.grid-specially .item-wrap {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.full-grid .grid-item > img,
.has-animation:after {
  transition-duration: 0.5s;
  transition-property: opacity;
}
.no-touch .has-animation:hover img {
  opacity: 0;
}
.no-touch .has-animation:hover:after {
  transform: none;
}
.no-touch .has-animation:hover .item-type > span:after {
  opacity: 1;
}
.has-animation .distance-time {
  -webkit-transition-property: position, transform;
  transition-property: position, transform;
}

.no-touch .has-animation:hover .item-info {
  bottom: 50%;
  -webkit-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.no-touch .grid-item-lager.has-animation:hover .item-info {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.no-touch .has-animation:hover .item-info .distance-time {
  /* margin-top: 0.2rem; */
  margin-bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
/* .has-animation .item-info h3 {
	transition-delay: 100ms;
}
.has-animation .item-info time,
.has-animation .item-info > p {
	transition-delay: 130ms;
}
.has-animation .distance-time {
	transition-delay: 160ms;
}
.has-animation.in .item-info h3 {
	transition-delay: 160ms;
}
.has-animation.in .item-info time {
	transition-delay: 130ms;
} */
.has-animation.in .distance-time {
  transition-delay: 100ms;
}
.no-touch .has-animation:hover .item-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* ad板块 */
.grid-has-ad .item-info {
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
.grid-has-ad .item-block {
  opacity: 0;
}
.no-touch .grid-has-ad:hover .item-block {
  opacity: 1;
}
.grid-has-ad .item-info h3 {
  font-size: 16px;
}
.grid-has-ad .item-info p {
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
  line-height: 1.45;
  font-weight: normal;
}
.grid-has-ad .item-info p.is-ell {
  max-height: 40px;
}
.grid-has-ad .item-info p.is-hover {
  height: 0;
}
.grid-has-ad .item-info h3 {
  font-weight: bold;
}
.no-touch .grid-has-ad.has-animation:hover .item-info {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.no-touch .grid-has-ad.has-animation:hover .item-info h3,
.no-touch .grid-has-ad.has-animation:hover .item-info p {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.no-touch .grid-has-ad.has-animation:hover .item-info p.is-ell {
  height: 0;
}
.no-touch .grid-has-ad.has-animation:hover .item-info p.is-hover {
  height: auto;
}
/* .grid-has-ad .has-animation:hover .item-type>span {
	color: #D1252F;
} */

/* 公告 */
/* .grid-has-notice {
	background-color: #101820;
} */
.grid-has-notice .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.grid-has-notice .item-info {
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 0 13.8%;
  color: #fff;
  text-align: center;
  max-width: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-has-notice .item-info p {
  margin-top: 0.2rem;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.grid-has-notice .btn-prev,
.grid-has-notice .btn-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: none;
}
.grid-has-notice .btn-next {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .grid-has-notice .btn-prev,
  .grid-has-notice .btn-next {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
.see-more {
  position: absolute;
  z-index: 1;
  right: 0.2rem;
  bottom: 0.2rem;
  color: #b3b3b3;
  font-size: 12px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.see-more i {
  font-size: 12px;
}

/* 关注 */
.grid-has-follow,
.grid-has-mail {
  background: #fff;
}
.grid-has-follow .item-block:after,
.grid-has-mail .item-block:after {
  opacity: 0.35;
  background: url("img/grid-red-one.svg") left top no-repeat;
}
.grid-has-follow .item-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
.grid-has-follow .item-info h3 {
  display: block;
  width: 100%;
  padding: 0 5%;
  text-align: center;
  margin: 0 0 0.2rem;
  font-size: 0.28rem;
}
.grid-has-follow h3 span {
  display: inline-block;
  line-height: 1.5;
}
.grid-has-follow h3 span:after {
  content: '';
  display: block;
  border-bottom: 2px solid;
}
.grid-has-follow h3,
.grid-has-follow .item-info a {
  color: #d1252f;
  text-shadow: none;
  font-weight: bold;
}
.grid-has-follow .item-info a {
  width: 0.35rem;
  height: 0.35rem;
  line-height: 0.35rem;
  margin-right: 0.4rem;
  font-size: 0.31rem;
  font-weight: normal;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.grid-has-follow .item-info a:hover {
  color: #101820;
}
.grid-has-follow .item-info a.i-wechat,
.grid-has-follow .item-info a.i-weibo {
  font-size: 0.34rem;
}
.grid-has-follow .item-info .icon-wrap {
  margin-bottom: 0.21rem;
}
.grid-has-follow .item-info .icon-wrap:last-of-type {
  margin-bottom: 0;
}
.grid-has-follow .item-info .icon-wrap a:last-of-type {
  margin-right: 0;
}
.grid-has-follow .qr-code {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  font-size: 0;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.grid-has-follow.animation .qr-code {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.grid-has-follow .qr-code:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-has-follow .qr-code .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #d1252f;
}
.grid-has-follow .qr-code-middle {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-has-follow .qr-code-middle h3 {
  position: static;
  margin-bottom: 0.2rem;
  font-size: 16px;
}
.grid-has-follow .qr-box {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
}
.grid-has-follow .qr-box img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .grid-has-follow .item-info h3 {
    font-size: 0.55rem;
    margin-bottom: 20px;
  }
  .grid-has-follow .item-info .icon-wrap {
    margin-bottom: 0.4rem;
  }
  .grid-has-follow .item-info a {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-right: 0.8rem;
    font-size: 0.65rem;
  }
  .grid-has-follow .item-info a.i-wechat,
  .grid-has-follow .item-info a.i-weibo {
    font-size: 0.65rem;
  }
  .grid-has-follow .qr-code-middle h3 {
    font-size: 20px;
  }
  .grid-has-follow .qr-box {
    width: 4rem;
    height: 4rem;
  }
  .grid-has-follow .qr-code .btn-close {
    font-size: 25px;
  }
}

/* 商品和出版物 */
.full-grid .grid-has-commodity .item-type {
  display: none;
  top: 110%;
  -webkit-transition-property: position;
  transition-property: position;
}
.grid-has-commodity .item-info {
  bottom: -50%;
}
.grid-has-commodity .item-info time {
  font-size: 0.16rem;
}
.grid-has-commodity .item-info span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.22rem;
}
.no-touch .grid-has-commodity:not(.grid-specially).has-animation:hover .item-type {
  top: 7%;
}
.no-touch .grid-has-commodity.has-animation:hover .item-info h3,
.no-touch .grid-has-commodity.has-animation:hover .item-info time,
.no-touch .grid-has-commodity.has-animation:hover .item-info span {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.no-touch .grid-has-commodity .item-type {
  display: block;
}
.grid-specially.grid-has-commodity .item-type {
  display: block;
}

/* 专栏与博客 */
.no-touch .grid-item.has-animation:hover *,
.no-touch .grid-has-blog.has-animation:hover *,
.no-touch .grid-has-recommend.has-animation:hover * {
  text-shadow: none !important;
}
.grid-has-blog .item-info h3 {
  overflow: hidden;
}
.grid-has-blog .item-info h3.is-ell {
  max-height: 0.5rem;
}
.grid-has-blog.grid-specially .item-info h3.is-ell {
  max-height: 0.7rem;
}
@media (max-width: 767px) {
  .grid-has-blog .item-info h3.is-ell,
  .grid-has-blog.grid-specially .item-info h3.is-ell {
    max-height: 40px;
  }
}
.grid-has-blog .item-info h3.is-hover {
  margin-bottom: 0;
  height: 0;
}
.grid-has-blog.grid-specially .item-info h3.is-hover {
  margin: 0;
}
.grid-has-blog .item-info p {
  font-size: 14px;
  font-weight: normal;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  line-height: 1.5;
}
.no-touch .grid-has-blog.has-animation:hover .item-info p {
  margin-top: 0.2rem;
}
.no-touch .grid-has-blog.has-animation:hover .item-info h3,
.no-touch .grid-has-blog.has-animation:hover .item-info time,
.no-touch .grid-has-blog.has-animation:hover .item-info p,
.no-touch .grid-has-recommend.has-animation:hover .item-info h3,
.no-touch .grid-has-recommend.has-animation:hover .item-info time,
.no-touch .grid-has-recommend.has-animation:hover .item-info p {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  white-space: normal;
  max-height: none;
}
.no-touch .grid-has-blog.has-animation:hover .item-info,
.no-touch .grid-has-recommend.has-animation:hover .item-info {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-touch .grid-has-blog.has-animation:hover .item-info h3.is-ell {
  height: 0;
  margin: 0;
}
.no-touch .grid-has-blog.has-animation:hover .item-info h3.is-hover {
  margin-bottom: 0.05rem;
  height: auto;
}

/* 推荐展馆 */
.grid-has-recommend.has-animation .item-info p {
  font-size: 14px;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.45;
}
.grid-has-recommend:after {
  opacity: 0.35;
  background: url("img/four-groupbg.svg") left top no-repeat;
}
.no-touch .grid-has-recommend.has-animation:hover .item-info h3 {
  margin-bottom: 0.2rem;
}
/* 视频 */
.grid-has-video > video {
  position: absolute;
  /* z-index: 1; */
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}
.grid-has-video .item-info {
  top: 50%;
  bottom: auto;
  margin-top: 0.6rem;
  pointer-events: none;
  color: #fff;
}
.grid-has-video .see-more {
  color: #fff;
}
.grid-has-video:before {
  content: '\e639';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-family: 'ds';
  font-size: 0.16rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  background: #000;
  background-size: contain;
  text-align: center;
  pointer-events: none;
  -webkit-transition-property: background;
  transition-property: background;
}
.grid-has-video:hover:before {
  background: #d1252f;
}
.grid-has-video.play:before {
  content: '\e67d';
  background: #d1252f;
}
.grid-has-video.play:before {
  opacity: 0;
}
.no-touch .grid-has-video.play:hover:before {
  opacity: 1;
}
.grid-has-video.play .item-info {
  opacity: 0;
}

@media (max-width: 767px) {
  .grid-has-video:before {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 16px;
  }
  .grid-has-video .item-info {
    margin-top: 1rem;
  }
}

/* 地图 */
.grid-has-address * {
  text-shadow: none;
}
.grid-has-address .address-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.grid-has-address .address-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.grid-has-address .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: transform;
  transition-property: transform;
}
.grid-has-address .item:after {
  background-size: 97% !important;
  background-position: center center !important;
}
.grid-has-address .item-type span,
.grid-has-address .item-info time {
  color: #d1252f;
}
.grid-has-address .item-info time {
  margin-bottom: 0.1rem;
}
.grid-has-address .item-info {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
.grid-has-address .item-info h3,
.grid-has-address .item-info p,
.grid-has-address .item-info time {
  font-size: 14px;
}
.grid-has-address .item-info h3,
.grid-has-address .item-info p {
  color: #101820;
  line-height: 1.5;
  margin: 0;
}
.grid-has-address .item-info p {
  font-weight: normal;
}
.grid-has-address .item-info .btn {
  margin-top: 0.4rem;
  padding: 0.12rem 0.22rem;
  font-size: 12px;
  line-height: 1;
  border: none;
  color: #fff;
  background: #d1252f;
}
.grid-has-address .item-info .btn i {
  margin-left: 5px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .grid-has-address .address-img {
    transform: translateX(10%);
  }
}
@media (max-width: 767px) {
  .grid-has-address .item-info .btn {
    margin-top: 0.2rem;
    padding: 0.18rem 0.3rem 0.16rem;
  }
  .grid-has-address .item-info .btn i {
    font-size: 10px;
  }
}
.no-touch .grid-has-address:hover .address-img {
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}
.no-touch .grid-has-address:hover .item {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (max-width: 1024px) {
  .grid-has-address .item {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .grid-has-address .item-info h3,
  .grid-has-address .item-info p,
  .grid-has-address .item-info time {
    font-size: 12px;
  }
}

/* 日历 */
.grid-has-calendar {
  background: #fff;
}
.grid-has-calendar .form_datetime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 11% 8.33% 13%;
  background: #f0f0f0;
  -webkit-transition-property: transform;
  transition-property: transform;
}
@media (max-width: 1024px) {
  .grid-has-calendar .form_datetime {
    padding: 2% 2% 4%;
  }
}
@media (max-width: 767px) {
  .grid-has-calendar .form_datetime {
    padding: 4% 5%;
  }
}
.form_datetime .table-condensed {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0.12rem 0.02rem;
}
.form_datetime .datepicker td,
.form_datetime .datepicker th {
  color: #101820;
  border-radius: 0;
  padding: 0 !important;
  font-size: 12px;
}
.datepicker table tr td span {
  height: 0;
  padding: 8% 0 13%;
  line-height: initial;
  border-radius: 0;
}
.form_datetime .datepicker table tr td.new,
.form_datetime .datepicker table tr td.old {
  color: #b0b2b2;
}
.form_datetime .datepicker-switch {
  font-size: 0.22rem !important;
}
.form_datetime th.prev,
.form_datetime th.next {
  font-size: 0.22rem !important;
}
.form_datetime .datepicker-inline,
.form_datetime .datepicker-days,
.form_datetime .datepicker-months,
.form_datetime .datepicker-months,
.form_datetime .datepicker-years,
.form_datetime .datepicker-decades,
.form_datetime .datepicker-centuries {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0;
}
.form_datetime .datepicker-days td,
.form_datetime .datepicker-days th {
  width: 0.3rem;
  height: 0.3rem;
}
.form_datetime .datepicker-days td.today {
  color: #d1252f;
  background: none;
}
.form_datetime .datepicker-days table tr td.today:hover {
  color: #d1252f;
  background: #e6e6e6;
}
.form_datetime .datepicker table tr td.day.focused,
.form_datetime .datepicker table tr td.day:hover {
  background: #e6e6e6;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  color: #fff;
  background-color: #0f171f;
  background-image: none;
  text-shadow: none;
}
.form_datetime .table-condensed thead > tr:first-of-type {
  display: none;
}
.form_datetime .table-condensed thead > tr:nth-of-type(2) {
  line-height: 2.5;
}
.form_datetime .table-condensed thead > tr:nth-of-type(3) {
  line-height: 2.5;
}
@media (max-width: 1024px) {
  .form_datetime .datepicker-days td,
  .form_datetime .datepicker-days th {
    width: 0.4rem;
    height: 0.2rem;
  }
  .datepicker table tr td span {
    padding: 7% 0 13%;
  }
  .datepicker .datepicker-switch:hover,
  .datepicker .next:hover,
  .datepicker .prev:hover,
  .datepicker tfoot tr th:hover {
    background: none;
  }
}
@media (max-width: 767px) {
  .form_datetime .table-condensed {
    border-spacing: 0.22rem 0.06rem;
  }
  .form_datetime .datepicker-switch {
    font-size: 18px !important;
  }
  .form_datetime th.prev,
  .form_datetime th.next {
    font-size: 25px !important;
  }
}

/* 日历swiper */
.swiper-calendar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #101820;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.swiper-calendar .btn-close {
  position: absolute;
  z-index: 2;
  top: 3%;
  right: 3%;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  background: none;
}
.swiper-calendar > time,
.swiper-calendar .swiper-slide .item-info {
  display: block;
  max-width: 67.2%;
  margin: 0 auto;
  text-align: center;
}
.swiper-calendar > time {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  font-size: 0.22rem;
  font-weight: bold;
}
.swiper-calendar .swiper-slide .item-info {
  bottom: auto;
  top: 50%;
  font-size: 14px;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-calendar .swiper-slide time {
  position: absolute;
  top: 21%;
  width: 100%;
  text-align: center;
  opacity: 0.6;
  font-size: 12px;
}
.swiper-calendar .swiper-slide time span {
  margin-left: 10px;
}
.swiper-calendar .swiper-slide .item-info p {
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
}
.swiper-calendar .swiper-slide .item-info p.opacity {
  opacity: 0.6;
}
.swiper-calendar .swiper-pagination {
  bottom: 12%;
}
.swiper-calendar .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 8px !important;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.swiper-calendar .swiper-pagination-bullet-active {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #d1252f;
  background: none !important;
}
@media (max-width: 767px) {
  .swiper-calendar > time {
    font-size: 16px;
  }
}

/* animation */
.grid-has-calendar.animation .form_datetime {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.grid-has-calendar.animation .swiper-calendar {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* 邮件订阅 */
.grid-has-mail .item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.grid-has-mail .item:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-has-mail .item h3 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.28rem;
  font-weight: bold;
  color: #d1252f;
}
.grid-has-mail .mail-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1252f;
  /* transform: translateY(-100%); */
}
.grid-has-mail .mail-box:after {
  opacity: 0.2;
  background: url("img/four-groupbg.svg") left top no-repeat;
}
.grid-has-mail .mail-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 特别推荐 */
.no-touch .full-grid .grid-item-lager:hover * {
  text-shadow: none !important;
}
.grid-specially .item-wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  padding: 0;
  background: transparent;
  -webkit-transition-delay: 0.001s;
  transition-delay: 0.001s;
}
.grid-specially.has-animation > .item-block {
  top: 50%;
  height: 50%;
}
.grid-specially.has-animation .item-wrap {
  -webkit-transition-property: position, transform;
  transition-property: position, transform;
}
.no-touch .grid-specially.has-animation .item-wrap {
  -webkit-transition-property: position, transform;
  transition-property: position, transform;
}
.no-touch .grid-specially.has-animation:hover .item-wrap {
  bottom: auto;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.grid-specially .item-type,
.grid-specially .item-info {
  position: static !important;
  max-width: 72.7%;
  margin-left: auto;
  margin-right: auto;
}
.grid-specially .item-info h3 {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  line-height: 1.2;
}
.grid-specially .item-info time {
  font-size: 0.28rem;
}
.grid-has-commodity.grid-specially .item-info time {
  font-size: 0.22rem;
}
@media (max-width: 767px) {
  .grid-specially .item-info h3 {
    margin-top: 0.3rem;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .grid-specially .item-info time {
    font-size: 0.36rem;
  }
}
.grid-specially .item-content {
  /* position: static; */
  padding: 3% 3% 0;
  font-size: 0.2rem;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}
.no-touch .grid-specially.has-animation:hover .item-content {
  position: static;
}
.grid-specially .item-content i {
  font-size: 0.18rem;
}
.grid-specially .specially-bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 50%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: transform;
  transition-property: transform;
}
.no-touch .grid-specially.has-animation:hover .item-type,
.no-touch .grid-specially.has-animation:hover .item-info {
  opacity: 1;
  visibility: visible;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.grid-specially.item-content {
  padding: 2%;
}
.no-touch .grid-specially.has-animation:hover img {
  opacity: 1;
}
.no-touch .grid-specially.has-animation:hover .specially-bg {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* 推荐展馆特殊样式 */
.grid-has-recommend.grid-item-lager .item-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 5%;
}
.grid-has-recommend.grid-item-lager .item-wrap > .item-type,
.grid-has-recommend.grid-item-lager .item-wrap > .item-info {
  position: static;
}
.grid-has-recommend.grid-item-lager .item-wrap > .item-info h3 {
  margin: 0.2rem 0 0;
  font-size: 0.28rem;
}
@media (max-width: 767px) {
  .grid-has-recommend.grid-item-lager .item-wrap > .item-info h3 {
    margin-top: 0.3rem;
    font-size: 0.32rem;
    font-weight: bold;
  }
}

.grid-has-recommend.grid-item-lager .item-box {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition-property: transform;
  transition-property: transform;
}
.grid-has-recommend.grid-item-lager .item-box .item-type {
  position: static !important;
  text-shadow: none;
}
.grid-has-recommend.grid-item-lager .item-box .item-type span:after {
  content: none;
}
.grid-has-recommend.grid-item-lager .item-box .item-type span {
  font-size: 0.18rem;
}
.grid-has-recommend.grid-item-lager .item-box .item-info {
  position: absolute !important;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: none;
  max-width: none;
}
.grid-has-recommend.grid-item-lager .item-box .item-info .img-box {
  width: 48%;
  height: 48%;
  margin: 5% auto;
  padding: 5%;
  font-size: 0;
  text-align: center;
}
.grid-has-recommend.grid-item-lager .item-box .item-info .img-box:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-has-recommend.grid-item-lager .item-box .item-info .img-box img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.no-touch .grid-has-recommend.grid-item-lager:hover .item-box .item-info h3 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.no-touch .grid-has-recommend.grid-item-lager:hover .item-box .img-box img {
  opacity: 1;
}
.grid-has-recommend.grid-item-lager .item-box h3,
.grid-has-recommend.grid-item-lager .item-box p {
  max-width: 80.5%;
  margin: 0 auto;
}
.grid-has-recommend.grid-item-lager .item-box h3 {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
}
.grid-has-recommend.grid-item-lager .item-box p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  opacity: 0.6;
}
/* hover */
.no-touch .grid-has-recommend.grid-item-lager:hover > img,
.no-touch .grid-has-recommend.grid-item-lager:hover > .item-wrap {
  transform: translateY(-20%);
}
.no-touch .grid-has-recommend.grid-item-lager:hover .item-box {
  transform: translateY(0);
}

/* 商品出版物特殊推荐 */
.full-grid .grid-item.grid-specially > img {
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.grid-has-commodity.grid-specially .item-wrap {
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition-property: transform;
  transition-property: transform;
}
.grid-has-commodity.grid-specially .item-content {
  position: static;
}
.grid-has-commodity.grid-specially .item-content {
  font-size: 0.28rem;
}

/* 广告位特殊 */
.grid-has-ad.grid-specially .item-wrap span {
  text-shadow: none;
}
.grid-has-ad.grid-specially .item-wrap {
  -webkit-transition: color 0s;
  transition: color 0s;
}
.grid-has-ad.grid-specially .item-info h3,
.grid-has-ad.grid-specially .item-info p {
  font-size: 0.19rem;
  text-shadow: none;
}
.grid-has-ad.grid-specially .item-info p {
  font-size: 0.16rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .grid-has-ad.grid-specially .item-info h3 {
    font-size: 0.32rem;
  }
  .grid-has-ad.grid-specially .item-info p {
    font-size: 0.28rem;
  }
}

/* 新闻 */
.content-banner-group.single h2 {
  margin-bottom: 0.15rem;
}
.content-banner-group.single h3 {
  margin: 0.5rem 0 0.4rem 0;
  font-size: 0.38rem;
  font-weight: bold;
  color: #000;
}
.content-banner-group.single time,
.content-banner-group.single .v-label,
.content-banner-group.single .source {
  display: inline;
  font-size: 0.19rem;
  font-weight: 600;
  opacity: 0.7;
  line-height: 1.2;
}
.content-banner-group.single .source {
  margin-left: 10px;
  opacity: 1;
}
.content-banner-group.single .mark {
  padding: 0;
  margin-top: 0.15rem;
  background: none;
  margin-bottom: 0;
  overflow: hidden;
}
.content-banner-group.single .mark span {
  display: inline-block;
  height: 24px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
}
.content-banner-group.single .mark i {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  height: 24px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
@media (max-width: 767px) {
  .content-banner-group.single time,
  .content-banner-group.single .v-label,
  .content-banner-group.single .source {
    font-size: 14px;
  }
  .content-banner-group.single h3 {
    font-size: 0.4rem;
  }
}

/* loading */
.loading-block {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}

.loading-block.full {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.loading-block.full:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.loading-block.full svg {
  display: inline-block;
  vertical-align: middle;
}

/* 商品 && 出版物详情页 */
.base-introduction {
  padding-top: 172px;
  padding-bottom: 0.5rem;
}
.base-introduction .row {
  font-size: 0;
}
.base-introduction .row:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.base-introduction .text,
.base-introduction .pic {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.base-introduction .text .item-msg-wrap {
  padding-right: 17%;
}
.base-introduction .pic {
  position: relative;
}
.base-introduction .item-type {
  margin-bottom: 0.3rem;
}
.base-introduction .item-type span {
  position: relative;
  font-size: 0.16rem;
  font-weight: bold;
}
.base-introduction .item-type span:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  opacity: 0.4;
}
.base-introduction .item-info {
  position: relative;
  padding-bottom: 0.15rem;
}
.base-introduction .item-info:after {
  position: absolute;
  bottom: 0;
  content: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  opacity: 0.1;
}
.base-introduction .item-info.has-border:after {
  content: '';
}
.base-introduction .item-info h2 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1.25;
}
.base-introduction .item-info time,
.base-introduction .item-info .number {
  font-size: 0.16rem;
  margin: 0;
  line-height: 1.625;
}
.base-introduction .item-info time {
  font-weight: bold;
}
.base-introduction .price {
  font-size: 0.4rem;
  font-weight: bold;
}
.base-introduction .btn {
  font-size: 14px;
  padding: 0.12rem 0.85rem;
  border: none;
}
.base-introduction .btn i {
  margin-left: 5px;
  font-size: 12px;
}
.base-introduction .pic .swiper-container {
  width: 100%;
}
.base-introduction .pic .swiper-slide {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.base-introduction .pic .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.base-introduction .pic .btn-prev,
.base-introduction .pic .btn-next {
  position: absolute;
  top: 50%;
  left: -0.6rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
  font-size: 0.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.base-introduction .pic .btn-next {
  left: auto;
  right: -0.6rem;
}
.base-introduction .pic .swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.base-introduction .pic .swiper-pagination {
  display: none;
  width: 100%;
  text-align: center;
}
.base-introduction .pic .swiper-pagination span {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.base-introduction .pic .swiper-pagination .swiper-pagination-bullet-active {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid;
  background: none !important;
}
@media (max-width: 1024px) {
  .base-introduction {
    padding-top: 120px;
  }
  .base-introduction .pic .btn-prev,
  .base-introduction .pic .btn-next {
    display: none !important;
  }
  .base-introduction .pic .swiper-pagination {
    width: calc(100% - 30px);
    display: block;
    bottom: -20px;
  }
}
@media (max-width: 768px) {
  .base-introduction {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .base-introduction {
    padding-top: 90px;
    padding-bottom: 1rem;
  }
  .base-introduction .text,
  .base-introduction .pic {
    display: block;
    width: 100%;
  }
  .base-introduction .text {
    margin-bottom: 30px;
  }
  .base-introduction .item-type span,
  .base-introduction .item-info time,
  .base-introduction .item-info .number,
  .base-introduction .btn {
    font-size: 12px;
  }
}

/* 出版列表 */
.select-wrap-tit {
  text-align: left;
  font-size: 0;
}
.select-wrap-tit .select-item {
  position: relative;
  width: 2.8rem;
  display: inline-block;
  margin-right: 0.06rem;
}
.select-wrap-tit .select-mob {
  display: none;
}
.select-wrap-tit select {
  display: none;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
}
.select-wrap-tit .btn-toggle {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.12rem;
  background: none;
  border: none;
  font-size: 0;
  text-align: left;
  color: #101820;
}
.select-wrap-tit .btn-toggle:after,
.select-wrap-tit .toggle-menu li:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.select-wrap-tit .btn-toggle i,
.select-wrap-tit .toggle-menu li i,
.select-wrap-tit .select-mob span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.select-wrap-tit .btn-toggle span,
.select-wrap-tit .toggle-menu li span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  font-size: 16px;
  font-weight: bold;
}
.select-wrap-tit .toggle-menu {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  float: none;
  min-width: auto;
  margin: 0;
  padding: 0;
  font-size: initial;
  list-style: none;
  color: #101820;
  background: #fff;
  max-height: 3rem;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.select-wrap-tit .toggle-menu::-webkit-scrollbar {
  width: 6px;
}
.select-wrap-tit .toggle-menu::-webkit-scrollbar-button,
.select-wrap-tit .toggle-menu::-webkit-scrollbar-track {
  display: none;
}
.select-wrap-tit .toggle-menu::-webkit-scrollbar-thumb {
  background: rgba(16, 24, 32, 0.15);
  width: 6px;
  border-radius: 3px;
}
.select-wrap-tit .toggle-menu::-webkit-scrollbar-button,
.custom-scrollbar::-webkit-scrollbar-track {
  display: none;
}
.select-wrap-tit .toggle-menu::-webkit-scrollbar-track-piece {
  padding-top: 5px;
  background: none;
}
.select-wrap-tit .toggle-menu li {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.12rem;
  font-size: 0;
  cursor: pointer;
}
.select-wrap-tit .toggle-menu li:hover {
  background: #f0f0f0;
}
.select-wrap-tit .toggle-menu li i {
  opacity: 0;
  visibility: hidden;
}
.select-wrap-tit .toggle-menu li:first-of-type i {
  opacity: 1;
  visibility: visible;
}
.select-wrap-tit .open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.grid-wrap.compact {
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  .select-wrap-tit {
    padding-bottom: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .select-wrap-tit .btn-toggle,
  .select-wrap-tit .toggle-menu {
    display: none;
  }
  .select-wrap-tit .select-mob {
    display: block;
    width: 100%;
    font-size: 0;
  }
  .select-wrap-tit .select-item {
    width: 50%;
    margin: 0;
    margin-bottom: 0.1rem;
  }
  .select-wrap-tit select {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    min-width: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #101820;
    outline: none !important;
  }
}

/* 机构列表 */
.grid-has-translate .grid-item,
.grid-has-translate.grid-item {
  background: #f0f0f0;
  transition: background 0.2s ease-in;
}
.grid-has-translate .grid-item .item-block:after,
.grid-has-translate.grid-item .item-block:after {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.grid-has-translate .grid-item .pic,
.grid-has-translate.grid-item .pic {
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.grid-has-translate .grid-item .pic img,
.grid-has-translate.grid-item .pic img {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-touch .grid-has-translate .grid-item:hover .pic,
.no-touch .grid-has-translate.grid-item:hover .pic {
  opacity: 0;
}
.no-touch .grid-has-translate .grid-item:hover .item-block:after,
.no-touch .grid-has-translate.grid-item:hover .item-block:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.grid-has-translate .grid-item .info,
.grid-has-translate.grid-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.no-touch .grid-has-translate .grid-item:hover .info,
.no-touch .grid-has-translate.grid-item:hover .info {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 767px) {
  .grid-has-translate .grid-item,
  .grid-has-translate.grid-item {
    width: 49%;
    padding-bottom: 49%;
    margin-left: 1%;
  }
}

/* 搜索功能 */
.header-sub-menu .search-box {
  font-size: 0;
}
.header-sub-menu .search-box .close-wrap {
  display: none;
}
.header-sub-menu .search-box h2 {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 0.6rem;
  font-size: 0;
  cursor: pointer;
}
.header-sub-menu .search-box h2:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.header-sub-menu .search-box h2 i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.5rem;
  font-weight: normal;
  margin-right: 0.08rem;
}
.header-sub-menu .search-box h2 span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 0.5rem;
}
@media (max-width: 767px) {
  .header-sub-menu .search-box h2 span {
    font-size: 0.44rem;
  }
}
.header-sub-menu .search-content {
  display: inline-block;
  vertical-align: top;
  height: 0.5rem;
  width: 55%;
}
.header-sub-menu .search-box .input-wrap {
  position: relative;
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.2rem;
}
.header-sub-menu .search-box .input-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  border-bottom: 2px solid;
  opacity: 0.35;
  background: none !important;
}
.header-sub-menu .search-box .input-wrap.blur:after {
  opacity: 1;
}
.header-sub-menu .search-box input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0;
  font-size: 14px;
  background: none;
  border: none;
  outline: none !important;
  color: #fff;
  border-radius: 0;
  box-shadow: none !important;
}
.header-sub-menu .search-box input::-webkit-input-placeholder {
  opacity: 0.6;
  background: none !important;
}
.header-sub-menu .search-box input::-moz-placeholder {
  opacity: 0.6;
  background: none !important;
}
.header-sub-menu .search-box input:-ms-input-placeholder {
  opacity: 0.6;
  background: none !important;
}
.header-sub-menu .search-box input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.header-sub-menu .search-box input:focus::-moz-placeholder {
  opacity: 1;
}
.header-sub-menu .search-box input:focus:-ms-input-placeholder {
  opacity: 1;
}
.header-sub-menu .search-list {
  width: 100%;
}
.header-sub-menu .search-list li {
  position: relative;
  width: 100%;
  padding: 0.35rem 0;
  display: block;
  font-size: 0;
}
.header-sub-menu .search-list li:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid;
  opacity: 0.15;
}
.header-sub-menu .search-list li:last-of-type:after {
  content: none;
}
.header-sub-menu .search-list li h4,
.header-sub-menu .search-list li .item-content {
  display: inline-block;
  vertical-align: top;
}
.header-sub-menu .search-list li .item-content {
  padding-right: 0.6rem;
}
.header-sub-menu .search-list li h4 {
  margin: 0;
  font-size: 0.24rem;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .header-sub-menu .search-list li h4 {
    width: 25%;
    padding-right: 5%;
  }
  .header-sub-menu .search-list li .item-content {
    width: 75%;
  }
}
.header-sub-menu .search-list li p {
  line-height: 1;
  margin-bottom: 20px;
  max-width: 80%;
}
.header-sub-menu .search-list li p:last-of-type {
  margin-bottom: 0;
}
.header-sub-menu .search-list li p a {
  position: static;
  display: block;
  height: auto;
  padding: 0;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0;
}
.header-sub-menu .search-list li p a span {
  position: relative;
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 14px !important;
  line-height: 1.5;
}
.header-sub-menu .search-list li p a span:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  height: 16px;
  border-right: 1px solid;
  opacity: 0.6;
}
.header-sub-menu .search-list li p a span:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.header-sub-menu .search-list li p a span:last-of-type:after {
  content: none;
}
.header-sub-menu .search-list li a:hover span,
.header-sub-menu .search-list li a:hover i {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.header-sub-menu .search-list li .more {
  position: absolute;
  top: 0.35rem;
  right: 0;
  left: auto;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 0;
  line-height: 1;
  overflow: visible;
  opacity: 0.6;
}
.header-sub-menu .search-list li .more:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.header-sub-menu .search-list li .more span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 5px;
}
.header-sub-menu .search-list li .more i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  font-size: 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}
.no-touch .header-sub-menu .search-list li .more:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .header-search .header-sub-menu {
    position: fixed;
    height: 100vh;
    z-index: 1050;
    display: none !important;
  }
  .header-search .header-sub-menu.in {
    display: block !important;
  }
  .header-search .header-sub-menu .list-wrap {
    position: absolute;
  }
  .header-search .header-sub-menu.in .list-wrap {
    display: block;
  }
  .header-sub-menu .search-box .close-wrap {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.8rem;
  }
  .header-sub-menu .search-box .close-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    border-bottom: 1px solid;
    opacity: 0.15;
  }
  .header-sub-menu .search-box .search-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.3rem;
    background: none;
    border: none;
  }
  .header-sub-menu .search-box h2,
  .header-sub-menu .search-content {
    margin-top: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .header-sub-menu .search-box h2 {
    display: block;
    padding: 0 27px;
  }
  .header-sub-menu .search-content {
    margin-top: 0.3rem;
    width: 100%;
    padding: 0 27px;
  }
  .header-sub-menu .search-list li p {
    max-width: 100%;
  }
  .header-sub-menu .search-list li .more {
    top: auto;
    bottom: 0.35rem;
  }
  .header-sub-menu .search-list li h4 {
    display: block;
    margin-bottom: 25px;
  }
  .header-sub-menu .search-list li .item-content {
    display: block;
    padding-left: 0.2rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .header-sub-menu .search-box .input-wrap {
    height: 0.8rem;
  }
  .header-sub-menu .search-box .close-wrap {
    height: 1.1rem;
  }
  .header-sub-menu .search-box .search-close {
    width: 1.1rem;
    height: 100%;
    line-height: 1.1rem;
    font-size: 0.4rem;
  }
  .header-sub-menu .search-list li h4 {
    font-size: 0.36rem;
  }
  .header-sub-menu .search-list li p {
    margin-bottom: 20px;
  }
  .header-sub-menu .search-list li .item-content {
    padding-right: 0.2rem;
    width: 100%;
    padding-bottom: 1rem;
  }
  .header-sub-menu .search-list li .more {
    bottom: 0.5rem;
  }
  .header-sub-menu .search-box h2,
  .header-sub-menu .search-content {
    padding: 0 15px;
  }
}

/* 搜索详情页面 */
.content-banner-group .search-box {
  text-align: center;
}
.content-banner-group .search-box .tit {
  font-size: 0;
}
.content-banner-group .search-box .tit:after,
.content-banner-group .search-box .tit h2:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.content-banner-group .search-box .tit h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 0;
}
.content-banner-group .search-box .tit h2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.38rem;
  font-weight: bold;
}
.content-banner-group .search-box .tit h2 i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.4rem;
}
.content-banner-group .search-box .input-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  margin-left: 0.2rem;
  height: 0.47rem;
}
.content-banner-group .search-box .input-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  border-bottom: 2px solid;
  opacity: 0.1;
}
.content-banner-group .search-box .input-wrap.blur:after {
  opacity: 1;
}
.content-banner-group .search-box .tit input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-left: 0;
  font-weight: bold;
  background: none !important;
  border: none;
  box-shadow: none;
  color: #101820;
}
.content-banner-group .search-box .tit input::-webkit-input-placeholder {
  color: rgba(16, 24, 32, 0.4);
}
.content-banner-group .search-box .tit input::-moz-placeholder {
  color: rgba(16, 24, 32, 0.4);
}
.content-banner-group .search-box .tit input::-ms-input-placeholder {
  color: rgba(16, 24, 32, 0.4);
}
.content-banner-group .search-box .tit input:focus::-webkit-input-placeholder {
  color: rgba(16, 24, 32, 1);
}
.content-banner-group .search-box .tit input:focus::-moz-placeholder {
  color: rgba(16, 24, 32, 1);
}
.content-banner-group .search-box .tit input:focus::-ms-input-placeholder {
  color: rgba(16, 24, 32, 1);
}
.content-banner-group .search-box .menu {
  padding-left: 0;
  margin-top: 0.5rem;
  list-style: none;
  font-size: 0;
}
.content-banner-group .search-box .menu li {
  display: inline-block;
  list-style: none;
  margin-right: 0.4rem;
}
.content-banner-group .search-box .menu li:last-of-type {
  margin-right: 0;
}
.content-banner-group .search-box .menu li a {
  font-size: 16px;
  font-weight: bold;
  opacity: 0.4;
}
.no-touch .content-banner-group .search-box .menu li a:hover,
.content-banner-group .search-box .menu li.active a {
  opacity: 1;
}
@media (max-width: 767px) {
  .content-banner-group .search-box .menu li a {
    font-size: 14px;
  }
}

/* 搜索结果 */
.search-result-wrap {
  padding-left: 8.889%;
  padding-right: 9.375%;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .search-result-wrap {
    padding-left: 2.6%;
    padding-right: 2.6%;
  }
}
@media (max-width: 767px) {
  .search-result-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.search-result-block {
  width: 100%;
}
.result-item-wrap {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.result-item-wrap > li {
  display: none;
  width: 100%;
  float: left;
  list-style: none;
}
.result-item-wrap > li.active {
  display: block;
}
.result-item-wrap .grid-wrap {
  padding: 0;
}
.result-item-wrap .search-tips,
.grid-wrap .search-tips {
  font-size: 14px;
  text-align: right;
  margin-bottom: 0.1rem;
  color: #000;
}
@media (max-width: 767px) {
  .result-item-wrap .search-tips,
  .grid-wrap .search-tips {
    font-size: 12px;
  }
}
/* footer */
#footer {
  padding: 125px 0 50px;
  color: #fff;
  background: url(/temp/assets/img/footer-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
#footer .footer-top {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  #footer .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #footer .container {
    padding: 0;
  }
  #footer .footer-wrap .col-sm-3 {
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  #footer .footer-top {
    margin-bottom: 0;
  }
}
#footer .footer-wrap h4 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.2rem;
}
#footer .footer-wrap p {
  font-size: 0.15rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
#footer .footer-wrap .bd {
  font-weight: bold;
}
#footer .footer-wrap .follow-link {
  font-size: 0;
}
#footer .footer-wrap .follow-link > a {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.18rem;
}
#footer .footer-wrap .follow-link > a:first-child {
  margin-left: 0;
}
#footer .footer-wrap .follow-link > a i {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  line-height: 0.22rem;
  font-size: 0.2rem;
  text-align: center;
}
.no-touch #footer .footer-wrap .follow-link > a:hover i {
  opacity: 0.8;
}
#footer .footer-bottom .container {
  padding: 0;
}
#footer .footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-bottom .copyright p {
  margin-bottom: 0;
  font-size: 0.12rem;
}
#footer .footer-bottom .copyright .line {
  height: 11px;
  margin-left: 8px;
  margin-right: 8px;
  border-left-color: rgba(255, 255, 255, 0.6);
}
#footer .made-info {
  text-align: right;
  font-size: 12px;
  opacity: 0.6;
}
#footer .made-info .como-brand {
  display: inline-block;
  width: 0.63rem;
  height: 0.18rem;
  margin-left: 0.05rem;
  vertical-align: top;
  background: url("img/logo-como-white.svg") left center no-repeat;
}
#footer .footer-logo-1 {
  width: 100px;
  height: 38px;
}
#footer .footer-logo-2 {
  width: 115px;
  height: 28px;
}
#footer .footer-logo-3 {
  width: 153px;
  height: 40px;
}
#footer .footer-logo {
  margin-bottom: 0.25rem;
}
#footer .footer-logo:last-of-type {
  margin-bottom: 0;
}
#footer .footer-logo img {
  max-width: 100%;
  max-height: 100%;
}

.footer-txt{font-size: 13px;}

@media (max-width: 767px) {
  #footer .footer-bottom {
    margin-top: 0.8rem;
  }
  #footer .footer-wrap h4 {
    font-size: 0.36rem;
    margin-bottom: 0.4rem;
  }
  #footer .footer-wrap p {
    font-size: 0.27rem;
  }
  #footer .footer-wrap .col-sm-3 {
    margin-bottom: 0.8rem;
  }
  #footer .footer-wrap .follow-link > a {
    margin-left: 0;
    margin-right: 0.4rem;
  }
  #footer .footer-wrap .follow-link > a i {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.36rem;
  }
  #footer .footer-bottom .copyright {
    margin-bottom: 0.3rem;
  }
  #footer .footer-bottom .copyright p {
    font-size: 0.24rem;
  }
  #footer .made-info {
    float: none;
    text-align: left;
  }
  #footer .made-info .como-brand {
    width: 1.2rem;
    height: 0.4rem;
    margin-left: 0.1rem;
    vertical-align: text-bottom;
  }
  #footer .footer-logo {
    margin-bottom: 0.4rem;
  }
}

/* 横屏禁止访问 */
.horizontal-screen-tips {
  display: none;
}

@media screen and (max-width: 960px) and (min-width: 480px) and (orientation: landscape) {
  .is_moblie body > * {
    display: none;
  }
  .is_moblie body .horizontal-screen-tips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    text-align: center;
  }
  .horizontal-screen-tips:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .horizontal-screen-tips .tips-wrap {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .horizontal-screen-tips .tips-wrap i {
    font-size: 80px;
  }
  .horizontal-screen-tips .tips-wrap p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
  }
}

/* 全屏提示 */
.fullscreen-tips {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  color: #fff;
  background: rgba(16, 24, 32, 0.92);
}
.fullscreen-tips:after,
.fullscreen-tips .btn:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.fullscreen-tips .tips {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
.fullscreen-tips .logo {
  width: 198px;
  height: 76px;
  margin: 0 auto 40px;
}
.fullscreen-tips .logo img {
  max-width: 100%;
  max-height: 100%;
}
.fullscreen-tips p {
  font-size: 16px;
  font-weight: normal;
}
.fullscreen-tips .btn {
  margin: 60px auto 0;
  padding: 15px 70px;
  font-size: 0;
  background: #d1252f;
}
.fullscreen-tips .btn i,
.fullscreen-tips .btn span {
  display: inline-block;
  vertical-align: middle;
}
.fullscreen-tips .btn span {
  font-size: 14px;
  margin-right: 6px;
}
.fullscreen-tips .btn i {
  font-size: 14px;
}

/*--- ie -----------------------------*/
.ie-fix {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
}
.ie-fix {
  display: block\9;
}
.ie_10 .ie-fix,
.ie_11 .ie-fix,
.ie_edge .ie-fix {
  display: none;
}
.ie-fix .inner {
  display: block;
  width: 700px;
  height: 230px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  margin: -115px 0 0 -350px;
}
.ie-fix .ds {
  display: block;
  width: 198px;
  height: 76px;
  margin: 0 auto 40px auto;
}
.ie-fix p {
  margin-bottom: 70px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.ie-fix p span {
  display: block;
}
.ie-fix p b {
  font-size: 16px;
  font-weight: normal;
}
.ie-fix .download {
  font-size: 0;
}
.ie-fix .download a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.ie-fix .download a img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ie-fix .download .vt {
  display: inline-block;
  width: 40px;
  height: 30px;
}

/* 筛选 */
.work-filter-wrap {
  display: flex;
  justify-content: space-between;
}
.work-filter-list {
  flex-grow: 1;
  text-align: left;
  font-size: 0;
}
.work-filter-list:after {
  content: '';
  display: block;
  clear: both;
}
.work-filter-list .filter-item {
  display: inline-block;
  margin-right: 30px;
  float: left;
  font-size: 16px;
}
.work-filter-list .filter-item:last-child {
  margin-right: 10px;
}
.work-filter-list .filter-search-ipt {
  position: relative;
  width: 48.7%;
  max-width: 570px;
}
.work-filter-list .filter-search-ipt .i {
  font-size: 20px;
  line-height: 1;
  height: 46px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.work-filter-list .filter-search-ipt input {
  font-size: 16px;
  line-height: 1.14;
  height: 46px;
  padding: 5px 20px 5px 46px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  width: 100%;
  outline: none !important;
}
.work-filter-list .filter-search-ipt .tip {
  font-size: 12px;
  line-height: 1.2;
  margin: 6px 0 0 0;
  color: #d22630;
  display: none;
}
.work-filter-list .filter-search-ipt.is-error input {
  border: 1px #d22630 solid;
}
.work-filter-list .filter-search-ipt.is-error .tip {
  display: block;
}
.work-filter-list .filter-search-ipt input::-webkit-input-placeholder {
  color: #b1b3b3;
  background: none !important;
}
.work-filter-list .filter-search-ipt input::-moz-placeholder {
  color: #b1b3b3;
  background: none !important;
}
.work-filter-list .filter-search-ipt input:-ms-input-placeholder {
  color: #b1b3b3;
  background: none !important;
}
.work-filter-list .filter-select-group {
  display: inline-block;
  margin-right: 15px;
  height: 100%;
  float: left;
}
.work-filter-list .filter-select-group .tip {
  display: block;
  line-height: 1;
  margin-top: 15px;
}
.work-filter-wrap .work-ipt-list {
  flex-shrink: 0;
  overflow: hidden;
  font-size: 0;
}
.work-filter-wrap .work-ipt-list .btn {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  padding: 14px 20px;
  float: left;
  border: 0;
  outline: none !important;
  margin-left: 10px;
  background: transparent;
}
.work-filter-wrap .work-ipt-list .btn.bg-black {
  background-color: #000;
  color: #fff;
  font-weight: 800;
}
.work-filter-list .filter-item .select-item {
  width: auto;
  margin: 0;
  background: #fff;
}
.work-filter-list .filter-item .select-item.min-width {
  min-width: 152px;
}
.work-filter-list .select-wrap-tit .btn-toggle {
  height: 46px;
  padding: 0 20px;
}
.select-wrap-tit .toggle-menu li {
  padding: 0 20px;
  height: 46px;
}

@media (max-width: 991px) {
  .work-filter-wrap {
    display: block;
  }
  .work-filter-list,
  .work-ipt-list {
    width: 100%;
  }
  .work-filter-list .filter-item {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .work-filter-list .filter-search-ipt {
    max-width: 100%;
    width: 100%;
  }
  .work-filter-list .filter-search-ipt .i {
    /* font-size: 14px; */
    height: 40px;
    padding: 5px 15px 5px 14px;
  }
  .work-filter-list .filter-search-ipt input {
    font-size: 14px;
    padding-left: 46px;
    height: 40px;
  }
  .work-filter-wrap .work-ipt-list .btn {
    font-size: 14px;
    padding: 12px 20px;
  }
  .work-filter-wrap .work-ipt-list .btn:last-child {
    margin-left: 0;
  }
  .work-filter-list .filter-select-group:last-child {
    margin-right: 0;
  }
  .work-filter-list .filter-select-group .tip {
    margin-top: 13px;
  }
  .work-filter-list .select-wrap-tit {
    padding: 0;
  }
  .work-filter-wrap .work-ipt-list {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .work-filter-list .filter-item .select-item.min-width {
    min-width: 0;
  }
  .work-filter-list .select-wrap-tit .select-mob {
    padding: 0 15px;
  }
  .work-filter-list .select-wrap-tit select {
    height: 40px;
    margin-left: 14px;
  }
}

/* 话题 */
.keyword-list-wrap {
  overflow: hidden;
  font-size: 0;
  margin-bottom: 70px;
  display: flex;
  margin-top: -0.1rem;
}
.keyword-list-wrap.detail-keyword-list.w-percent-72 {
  max-width: 72%;
}
.keyword-list-wrap.detail-keyword-list.w-percent-100 {
  max-width: 100%;
}
.keyword-list-wrap.more-show .show-more {
  display: inline-flex;
}
.detail-keyword-list {
  margin-top: 30px;
  max-width: 70%;
}
.keyword-list-wrap .list {
  overflow: hidden;
  /* max-height: 48px; */
  /* padding-right: 39px; */
  position: relative;
}
.keyword-list-wrap.has-more .list {
  max-height: 48px;
  padding-right: 39px;
}
.keyword-list-wrap.has-more .list .show-more {
  display: inline-flex;
}
.keyword-list-wrap .tit,
.keyword-list-wrap .item {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 1.8;
  padding: 5px 15px;
  border: 1px rgba(16, 24, 32, 0.1) solid;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: border 0.35s ease, background 0.35s ease;
}
.keyword-list-wrap.f-z-default .tit,
.keyword-list-wrap.f-z-default .item {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.keyword-list-wrap.f-z-default .show-more {
  height: 33px;
  padding: 5px 6px;
}
.detail-keyword-list .item {
  border: 1px rgba(255, 255, 255, 0.1) solid;
}
.keyword-list-wrap .item:hover {
  border-color: transparent;
  background: rgba(16, 24, 32, 0.1);
}
.detail-keyword-list .item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.keyword-list-wrap .item.no-link,
.keyword-list-wrap .item.no-link:hover,
.detail-keyword-list .item.no-link,
.detail-keyword-list .item.no-link:hover {
  cursor: default;
  background: transparent;
  border: 1px rgba(16, 24, 32, 0.1) solid;
}
.detail-keyword-list .item.no-link,
.detail-keyword-list .item.no-link:hover {
  border: 1px rgba(255, 255, 255, 0.1) solid;
}
.keyword-list-wrap .tit {
  padding: 5px 20px 5px 0;
  color: #808080;
  border: 0;
  margin-right: 0;
  flex-shrink: 0;
}
.keyword-list-wrap .show-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 39px;
  padding: 5px 8px;
  margin-right: 0;
  position: absolute;
  display: none;
}
.detail-keyword-list .list .item.show-more {
  display: inline-flex;
  position: static;
}
.keyword-list-wrap .show-more span {
  position: relative;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  overflow: hidden;
  background: #000;
  margin: 0 2px;
}
.detail-keyword-list .list .item.show-more span {
  background: #fff;
}
.keyword-list-wrap > .show-more {
  display: none;
}

@media (max-width: 767px) {
  .keyword-list-wrap {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .detail-keyword-list {
    max-width: none !important;
  }
  .keyword-list-wrap.has-more .list {
    max-height: 146px;
    padding-right: 0;
  }
  .keyword-list-wrap .tit {
    width: 100%;
  }
  .keyword-list-wrap.has-more .list .show-more {
    display: none;
  }
  .keyword-list-wrap.has-more > .show-more {
    display: inline-flex;
    position: relative;
  }
}

/* work筛选弹窗 */
.work-filter .modal-dialog {
  background: transparent;
}
.work-filter .modal-content {
  height: auto;
  max-height: calc(100% - 120px);
  background: #fff;
  padding: 40px 0 30px 0;
  text-align: left;
  overflow: auto;
}
.work-filter .filter-wrap {
  width: 64.93%;
  max-width: 935px;
  margin: 0 auto;
}
.work-filter .filter-wrap h2 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0;
  margin-bottom: 15px;
}
.work-filter .filter-wrap .link-group {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}
.work-filter .filter-wrap .link-group .item {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 1.8;
  padding: 5px 15px;
  border: 1px rgba(16, 24, 32, 0.1) solid;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: border 0.35s ease, background 0.35s ease;
}
.work-filter .filter-wrap .link-group .item:hover {
  background: rgba(16, 24, 32, 0.1);
  border-color: transparent;
}
.work-filter .i-close {
  position: relative;
  right: 50%;
  transform: translateX(50%);
  top: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
}
@media (max-width: 767px) {
  .work-filter .modal-content {
    max-height: calc(100% - 60px);
  }
  .work-filter .filter-wrap .link-group .item {
    font-size: 14px;
  }
  .work-filter .filter-wrap {
    width: 85%;
  }
}

/* project */
.filter-box .menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.filter-box .menu li {
  display: inline-block;
  list-style: none;
  margin-right: 0.4rem;
}
.filter-box .menu li:last-child {
  margin-right: 0;
}
.filter-box .menu li:last-of-type {
  margin-right: 0;
}
.filter-box .menu li a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.4;
  padding: 0.19rem 0;
  position: relative;
  transition: opacity 0.35s ease-in-out;
}
.filter-box .menu li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  transform: scaleX(0.2);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
.no-touch .filter-box .menu li a:hover,
.filter-box .menu li.active a {
  opacity: 1;
}
.no-touch .filter-box .menu li a:hover:after,
.filter-box .menu li.active a:after {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media (max-width: 767px) {
  .filter-box .menu li a {
    font-size: 14px;
  }
}

/* .search-result-wrap{
	width: 100%;
	overflow: hidden;
} */
