.pf100 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pr100 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bge {
  background-color: #eee;
}
.bgf {
  background-color: #fff;
}
.bgf1 {
  background-color: #f1f1f1;
}
.bgf5 {
  background-color: #f5f5f5;
}
@-webkit-keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
.icon_ba {
  background-position: -9999px 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
.icon_ba:before,
.icon_ba:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: inherit;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.icon_ba:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes AniDotScaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%,
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes AniDotScaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%,
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
/* 固定调用animations-start */
@-webkit-keyframes fadeInRightm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightm {
  -webkit-animation-name: fadeInRightm;
          animation-name: fadeInRightm;
}
@-webkit-keyframes fadeInLeftm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftm {
  -webkit-animation-name: fadeInLeftm;
          animation-name: fadeInLeftm;
}
@-webkit-keyframes fadeInUpm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpm {
  -webkit-animation-name: fadeInUpm;
          animation-name: fadeInUpm;
}
@-webkit-keyframes fadeInDownm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
          animation-name: fadeInDownm;
}
@-webkit-keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInRightm {
  -webkit-animation-name: slideInRightm;
          animation-name: slideInRightm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInLeftm {
  -webkit-animation-name: slideInLeftm;
          animation-name: slideInLeftm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInUpm {
  -webkit-animation-name: slideInUpm;
          animation-name: slideInUpm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInDownm {
  -webkit-animation-name: slideInDownm;
          animation-name: slideInDownm;
  opacity: 1 !important;
}
@-webkit-keyframes fadeIns {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIns {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  -webkit-animation-name: fadeIns;
          animation-name: fadeIns;
}
@-webkit-keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.dotShake {
  -webkit-animation-name: dotShake;
          animation-name: dotShake;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInYm {
  -webkit-animation-name: rotateInYm;
          animation-name: rotateInYm;
}
@-webkit-keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
@keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
.AniStriking {
  -webkit-animation-name: AniStriking;
          animation-name: AniStriking;
}
@-webkit-keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.AniOpStriking {
  -webkit-animation-name: AniOpStriking;
          animation-name: AniOpStriking;
}
@-webkit-keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.AniShiny {
  -webkit-animation-name: AniShiny;
          animation-name: AniShiny;
}
@-webkit-keyframes scaleInDown {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(20%);
            transform: scale(1, 1.25) translateY(20%);
    -webkit-transform-origin: 50% 25%;
            transform-origin: 50% 25%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInDown {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(20%);
            transform: scale(1, 1.25) translateY(20%);
    -webkit-transform-origin: 50% 25%;
            transform-origin: 50% 25%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInDown {
  -webkit-animation-name: scaleInDown;
          animation-name: scaleInDown;
}
@-webkit-keyframes scaleInRight {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(20%);
            transform: scale(1.25, 1) translateX(20%);
    -webkit-transform-origin: 25% 50%;
            transform-origin: 25% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInRight {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(20%);
            transform: scale(1.25, 1) translateX(20%);
    -webkit-transform-origin: 25% 50%;
            transform-origin: 25% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInRight {
  -webkit-animation-name: scaleInRight;
          animation-name: scaleInRight;
}
@-webkit-keyframes scaleInUp {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(-20%);
            transform: scale(1, 1.25) translateY(-20%);
    -webkit-transform-origin: 50% 75%;
            transform-origin: 50% 75%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInUp {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(-20%);
            transform: scale(1, 1.25) translateY(-20%);
    -webkit-transform-origin: 50% 75%;
            transform-origin: 50% 75%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInUp {
  -webkit-animation-name: scaleInUp;
          animation-name: scaleInUp;
}
@-webkit-keyframes scaleInLeft {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(-20%);
            transform: scale(1.25, 1) translateX(-20%);
    -webkit-transform-origin: 75% 50%;
            transform-origin: 75% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInLeft {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(-20%);
            transform: scale(1.25, 1) translateX(-20%);
    -webkit-transform-origin: 75% 50%;
            transform-origin: 75% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInLeft {
  -webkit-animation-name: scaleInLeft;
          animation-name: scaleInLeft;
}
@-webkit-keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
@keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
.animateStay {
  -webkit-animation-name: animateStay;
          animation-name: animateStay;
}
@-webkit-keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
.AniNone {
  -webkit-animation-name: AniNone;
          animation-name: AniNone;
  opacity: 1;
}
@-webkit-keyframes AniCalmdown {

}
@keyframes AniCalmdown {

}
.AniCalmdown {
  -webkit-animation-name: AniCalmdown;
          animation-name: AniCalmdown;
  -webkit-animation-duration: .5s !important;
          animation-duration: .5s !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.waitAniTitleBlock {
  display: inline-block;
  vertical-align: top;
}
.waitAniTitleBlock,
.waitAniBlock {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}
.waitAniTitleBlock:before,
.waitAniBlock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: currentColor;
}
.waitAniTitleBlock:before,
.waitAniBlock:before {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
.waitAniTitleBlock._dirv:before,
.waitAniBlock._dirv:before {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}
.waitAniTitleBlock.AniStart .hideWord,
.waitAniBlock.AniStart .hideWord,
.waitAniTitleBlock.AniStart .hidePic,
.waitAniBlock.AniStart .hidePic,
.waitAniTitleBlock.AniStart .hideBlock,
.waitAniBlock.AniStart .hideBlock {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.waitAniTitleBlock.AniStart:before,
.waitAniBlock.AniStart:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.3, 0.6) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0.3, 0.6) 0s;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.waitAniTitleBlock.AniStart._dirv:before,
.waitAniBlock.AniStart._dirv:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.waitAniTitleBlock.AniDid .hideWord,
.waitAniBlock.AniDid .hideWord,
.waitAniTitleBlock.AniDid .hidePic,
.waitAniBlock.AniDid .hidePic,
.waitAniTitleBlock.AniDid .hideBlock,
.waitAniBlock.AniDid .hideBlock {
  -webkit-transition: all 0ms ease-out 10ms;
  transition: all 0ms ease-out 10ms;
  opacity: 1;
  visibility: visible;
}
.waitAniTitleBlock.AniDid:before,
.waitAniBlock.AniDid:before {
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.waitAniTitleBlock.AniDid._dirv:before,
.waitAniBlock.AniDid._dirv:before {
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
}
/* 固定调用animations-end */
/* baseCss */
.en {
  word-break: keep-all;
}
.tdu {
  text-decoration: underline;
}
.oh {
  position: relative;
  overflow: hidden;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.dib {
  display: inline-block;
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.unsel,
.dct {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.insel {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.op0 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.op1 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.tapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.tapList:after {
  display: none;
}
.tapList .item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lhd5 {
  height: .5em;
}
.reject {
  cursor: not-allowed;
}
.poss {
  position: static !important;
}
.emptyList {
  text-align: center;
  font-size: 120%;
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold;
}
.hidePoint {
  position: absolute;
  height: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.viewport {
  position: relative;
  font-size: 0;
}
.pc .viewport {
  overflow: hidden;
}
/* 关键值 */
.hScroll {
  width: 100%;
  white-space: nowrap;
}
.hScroll .scrollBox,
.hScroll .overview {
  display: inline-block;
  vertical-align: top;
}
.wap .hScroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.vScroll {
  height: 100%;
}
.wap .vScroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.oScroll {
  width: 100%;
  height: 100%;
}
.invisible {
  visibility: hidden;
  position: absolute !important;
  z-index: -1;
}
.ensp {
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: 1px;
}
.cnsp {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1px;
}
.pa100.link {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 8;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: left !important;
}
.pa4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bgct {
  background-color: transparent !important;
}
.enter,
.reset {
  position: relative;
  overflow: hidden;
}
.enter .iptBtn,
.reset .iptBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.kong {
  pointer-events: none;
}
.aniSpan {
  position: static !important;
  min-height: 1px;
  display: block;
}
.TAlert.nohead .head,
.TAlert.nohead .foot {
  display: none;
}
.scs.hbgOn img,
.scst.hbgOn img,
.scs:hover img,
.scst:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.scs img {
  -webkit-transition-duration: 330ms;
          transition-duration: 330ms;
}
.scst img {
  -webkit-transition-duration: 330ms;
          transition-duration: 330ms;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
/* resetEnd */
.c1 {
  color: #004098;
}
.bgc1 {
  background-color: #004098;
}
.c2 {
  color:  #004098;
}
.bgc2 {
  background-color:  #004098;
}
.c3 {
  color: #f1f1fa;
}
.bgc3 {
  background-color: #f1f1fa;
}
.ca {
  color: #333333;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  min-width: 440px;
}
@media screen and (min-width: 1025px) {
  html {
    min-width: 1200px;
  }
}
body {
  color: #333;
}
a {
  color: #333333;
}
a.on {
  color: #004098;
}
@media screen and (min-width: 1025px) {
  a:hover {
    color: #004098;
  }
}
@media screen and (max-width: 1024px) {
  a:active {
    color: #004098;
  }
}
.vmbox {
  font-size: 14px;
  line-height: 1;
}
.info {
  font-size: 14px;
  line-height: 1.7143;
}
.info * {
  background-color: transparent !important;
}
.imax {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .imax {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .imax {
    line-height: 1.75em;
  }
}
/*::-moz-selection {
  background: #bc6600;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #bc6600;
  color: #fff;
  text-shadow: none;
}*/
.pc ::-webkit-scrollbar {
  position: absolute;
  width: 8px;
  height: 8px;
}
.pc ::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
}
.pc ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
.fancybox-container {
  background-color: #000;
}
/*@font-face {
  font-family: "Avian_Regular";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Avian_Regular.woff2") format("woff2"), url("fonts/Avian_Regular.woff") format("woff"), url("fonts/Avian_Regular.ttf") format("truetype"), url("fonts/Avian_Regular.eot") format("embedded-opentype"), url("fonts/Avian_Regular.svg") format("svg"), url("fonts/Avian_Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baskvill";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/baskvill.woff2") format("woff2"), url("fonts/baskvill.woff") format("woff"), url("fonts/baskvill.ttf") format("truetype"), url("fonts/baskvill.eot") format("embedded-opentype"), url("fonts/baskvill.svg") format("svg"), url("fonts/baskvill.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}*/
.maxmw {
  width: auto;
  width: calc(100% - 30px);
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.container,
.w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}
@media screen and (min-width: 1601px) {
  .container,
  .w {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .container,
  .w {
    width: auto;
    width: calc(100% - 30px);
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* ------------------- htmls ------------------- */
/* floatFns */
.floatFns {
  position: fixed;
  z-index: 80;
  right: 5px;
  top: 120%;
}
.floatFns .item {
  display: block;
  position: relative;
  margin-top: 4px;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
}
.floatFns .item:first-child {
  margin-top: 0;
}
.floatFns .item .stay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  -webkit-transition: all 250ms ease-out 120ms;
  transition: all 250ms ease-out 120ms;
  border-radius: 4px;
  background-color:  #004098;
}
.floatFns .item .stay img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.floatFns .item .stay .icofr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  background-position: center ;
}
.floatFns .item .stay .icofr-backToTop {
  background-image: url(../images/floatBar/icofr-backToTop.png);
}
.floatFns .item .stay .icofr-carts {
  background-image: url(../images/floatBar/icofr-carts.png);
}
.floatFns .item .stay .icofr-perc {
  background-image: url(../images/floatBar/icofr-perc.png);
}
.floatFns .item .stay .icofr-qq {
  background-image: url(../images/floatBar/icofr-qq.png);
}
.floatFns .item .stay .icofr-email {
  background-image: url(../images/floatBar/icofr-email.png);
}
.floatFns .item .stay .icofr-sq {
  background-image: url(../images/floatBar/icofr-sq.png);
}
.floatFns .item .stay .icofr-wechat {
  background-image: url(../images/floatBar/icofr-wechat.png);
}
.floatFns .item .stay .icofr-tel {
  background-image: url(../images/floatBar/icofr-tel.png);
}
.floatFns .item .come {
  z-index: 1;
  position: absolute;
  right: 44px;
  top: 0;
  min-width: 65px;
  text-align: right;
  color: #fff;
  -webkit-transform: translateX(44px);
          transform: translateX(44px);
}
.floatFns .item .padbox {
  padding: 8px 15px ;
  white-space: nowrap;
  background-color:  #004098;
  border-radius: 5px 0 0 5px;
  line-height: 28px;
}
.floatFns .item .os-Link {
  position: relative;
  color: #fff;
  display: block;
  z-index: 3;
}
.floatFns .item .os-Link:after {
  content: " ";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  left: 100%;
  top: 50%;
  margin-top: .8em;
  width: 0;
  height: 1px;
  background-color: #fff;
}
.floatFns .item .os-Link:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
  transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
}
.floatFns .item .qrcode {
  width: 100px;
  height: 100px;
  padding: 5px ;
  border-radius: 5px 0 5px 5px;
  background-color:  #004098;
}
.floatFns .item .qrcode img {
  width: 100%;
  height: 100%;
  display: block;
}
.floatFns .item:hover .op0 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.floatFns .item:hover .stay {
  background-color:  #004098;
  border-radius: 0 4px 4px 0;
  opacity: 1;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.floatFns .item:hover .come {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
@media screen and (max-width: 1024px) {
  .floatFns {
    display: none;
  }
}
.modal-projectView {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.pc .modal-projectView::-webkit-scrollbar {
  position: absolute;
  width: 8px;
  height: 8px;
}
.pc .modal-projectView::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.pc .modal-projectView::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}
.pc .modal-projectView::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
.modal-projectView .zhezhao {
  display: none !important;
}
.modal-projectView .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease-out 0s;
  transition: all 330ms ease-out 0s;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.modal-projectView .close {
  pointer-events: none;
}
.modal-projectView.showUp {
  overflow: hidden auto;
}
.modal-projectView.showUp .contain {
  opacity: 1;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.modal-projectView.showUp .close {
  pointer-events: auto;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.modal-projectView.hideOut .contain {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.modal-projectView.hideOut .Tclose {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.modal-projectView .contain {
  z-index: 8;
  position: absolute;
  left: 50%;
  top: 105%;
  max-width: 96%;
  padding: 1.2rem 1rem;
  width: 24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.modal-projectView .contain .Tclose {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.modal-projectView .contain .Tclose:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #999999 solid 1px;
  border-radius: 36px;
  z-index: -1;
  pointer-events: none;
}
.modal-projectView .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 32.4px;
  font-size: 20px;
  color: #999999;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.ysqUEO .modal-projectView .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .modal-projectView .contain .Tclose s:before,
.ysqUEO .modal-projectView .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 8px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}
.ysqUEO .modal-projectView .contain .Tclose s:before {
  top: 12px;
  -webkit-transform: rotate(45deg) translate(3.93502884px, 0);
          transform: rotate(45deg) translate(3.93502884px, 0);
  top: 7px;
}
.ysqUEO .modal-projectView .contain .Tclose s:after {
  bottom: 12px;
  -webkit-transform: rotate(-45deg) translate(3.93502884px, 0);
          transform: rotate(-45deg) translate(3.93502884px, 0);
  bottom: 7px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .modal-projectView .contain .Tclose s:before,
  .ysqUEO .modal-projectView .contain .Tclose s:after {
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
  }
  .modal-projectView .contain .Tclose s:hover {
    color: #999999;
  }
}
@media screen and (max-width: 1024px) {
  .modal-projectView .contain .Tclose s:active {
    color: #999999;
  }
}
.modal-projectView .contain .Tclose s:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
@media screen and (max-width: 1024px) {
  .modal-projectView .contain {
    padding: 1rem 40px;
  }
  .modal-projectView .contain .Tclose {
    -webkit-transform: scale(0.8) translateX(20%);
            transform: scale(0.8) translateX(20%);
  }
}
.formItem {
  position: relative;
}
.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formItem .skin::-webkit-input-placeholder {
  color: #999999;
}
.formItem .skin:-moz-placeholder {
  color: #999999;
}
.formItem .skin::-moz-placeholder {
  color: #999999;
}
.formItem .skin:-ms-input-placeholder {
  color: #999999;
}
.formItem .skin._focus {
  border-color: #2e9fd9 !important;
  /* box-shadow: 0 0 1px 2px fade(@c1,15%); */
}
.formItem.red .skin {
  color: #f00 ;
  border-color: #f00 ;
}
.formItem.red .skin::-webkit-input-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin::-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-ms-input-placeholder {
  color: #ff0000;
}
/* 组件 */
/* keyframes use */
@-webkit-keyframes fadeInRights {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(35px, 0, 0);
            transform: translate3d(35px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRights {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(35px, 0, 0);
            transform: translate3d(35px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRights {
  -webkit-animation-name: fadeInRights;
          animation-name: fadeInRights;
}
@-webkit-keyframes fadeInLefts {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(-35px, 0, 0);
            transform: translate3d(-35px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLefts {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(-35px, 0, 0);
            transform: translate3d(-35px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLefts {
  -webkit-animation-name: fadeInLefts;
          animation-name: fadeInLefts;
}
@-webkit-keyframes fadeInUps {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -35px, 0);
            transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUps {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -35px, 0);
            transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUps {
  -webkit-animation-name: fadeInUps;
          animation-name: fadeInUps;
}
@-webkit-keyframes fadeInDowns {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDowns {
  -webkit-animation-name: fadeInDowns;
          animation-name: fadeInDowns;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
@keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
.zoomIns {
  -webkit-animation-name: zoomIns;
          animation-name: zoomIns;
}
.AnflashOver {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 333ms;
          animation-duration: 333ms;
}
.AnflashOver:before {
  -webkit-animation-name: AnflashOver;
          animation-name: AnflashOver;
  -webkit-animation-duration: 333ms;
          animation-duration: 333ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
}
@-webkit-keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
            transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
            transform: skewX(-25deg) translateX(149px);
  }
}
@keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
            transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
            transform: skewX(-25deg) translateX(149px);
  }
}
@-webkit-keyframes bgHmove {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 20% 50%;
  }
}
@keyframes bgHmove {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 20% 50%;
  }
}
.bgHmove {
  -webkit-animation-name: bgHmove;
          animation-name: bgHmove;
}
@-webkit-keyframes bannerRotateY {
  0%,
  66% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes bannerRotateY {
  0%,
  66% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mouseRoll {
  -webkit-animation-name: mouseRoll;
          animation-name: mouseRoll;
}
@-webkit-keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
  }
  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
  }
  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.mouseRollDelay {
  -webkit-animation-name: mouseRollDelay;
          animation-name: mouseRollDelay;
}
.ysqUEO .aBtnMask {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .aBtnMask:after {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnMask:after {
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
  }
  .ysqUEO .aBtnMask:hover:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
  }
}
.ysqUEO .aBtnSc {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .aBtnSc:before {
  background-color: rgba(255, 255, 255, 0.1);
  content: " ";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 120%;
  padding-bottom: 120%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnSc:before {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
  .ysqUEO .aBtnSc:hover:before {
    -webkit-transition: all 350ms ease-in 0ms;
    transition: all 350ms ease-in 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.ysqUEO .aBtnlr {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .aBtnlr:after {
  background-color: #004098;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  content: " ";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnlr:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
    transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
  }
}
/* ysq _ ROW  */
.ysqRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.ysqRow:after {
  display: none;
}
.ysqRow:after {
  display: none;
}
.ysqRow > .item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  float: left;
  -webkit-transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: transform 250ms,background 250ms,color 250ms;
  transition: transform 250ms,background 250ms,color 250ms,-webkit-transform 250ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
li.kong {
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden;
  margin-top: 0 !important;
}
/* 滚动加载 */
.scrollAjax #loadState {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background-color: #004098;
  color: #fff;
  font-size: 16px;
}
.scrollAjax #loadState.off {
  background-color: #ddd;
  color: #333;
  cursor: default;
  cursor: not-allowed;
}
.scrollAjax #loadState.ing:after {
  content: " ";
  -webkit-animation-name: dotMove;
          animation-name: dotMove;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: steps(4);
          animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes dotMove {
  0%,
  100% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
@keyframes dotMove {
  0%,
  100% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
.scrollAjax #loadState.retry {
  overflow: hidden;
  background-color: #004098;
  cursor: pointer;
}
.scrollAjax #loadState.retry:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg) translateX(-149px);
          transform: skewX(-25deg) translateX(-149px);
  -webkit-transition: none 250ms ease-out 0s;
  transition: none 250ms ease-out 0s;
}
.scrollAjax #loadState.retry:hover:before {
  left: 100%;
  -webkit-transform: skewX(-25deg) translateX(149px);
          transform: skewX(-25deg) translateX(149px);
  top: 0;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.scrollAjax .pageList {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
  cursor: not-allowed;
  opacity: .5 !important;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 2px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
[data-fancybox-close]:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.fancy_zoomer {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.fancy_zoomer:before,
.fancy_zoomer:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.fancy_zoomer:before {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.fancy_zoomer:after {
  z-index: 3;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAMAAADmrkDzAAAAzFBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9jif6XAAAAQ3RSTlMAAel+6hkQBjHtTEGAA8XSBew9WNCS+ehnx5OBPMDB+Fc3rZY59/pA0cLGkfX2lGjMyU1/60tkxPypZu/uo18rGwv9Pt5kUAAAAT9JREFUOMuFk+d2gkAQhdelSVFAQMSGPbHE9F5Mct//nUJRdwlt/szu4ePsvVMIOYWlbTd+GPqbrWaRgpANEed4MOQc4PiAKeiSoki6YAK+k/3emgPrDrt3xsC8xQMzLHsN/pdGb4kZh/Txvvj/7OID+/NlgqtpXvp0h8nJBcV1kbs30KMjA2umIWgzLWMYyUERwbkA2HkIUYmzhktSTBAXWpw83JcRAvpxeoZeRlwgUSVCKiMkiHHqIpFDbsBF6khBlydcnrjlifpX2rVKPQg1bisrdpfIsTGsrnrUuRHrnOmyzo2OnSvt/hNEuXKCHndg07yHmpvCAfBaPckvgN3MbsOY34YREGYR4tB0oywr3SjqNFVA5RF5YLPG2YPIRQ6JNtsL6GpFA09LC5VHcpEgh1rkk1Qj9PermiA/3+QPtGA20vrliSMAAAAASUVORK5CYII=");
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.fancy_zoomer:hover:before,
.fancy_zoomer:hover:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.swiper-container {
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-horizontal .swiper-slide {
  width: auto;
/*  white-space: nowrap;*/
  font-size: 0;
}
@-webkit-keyframes AniShinyX {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%,
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes AniShinyX {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%,
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/* sQulification */
.sQulification{padding: 3% 0;}
.sQulification .title{ text-align:center;}
.sQulification .title h3{font-size: 44px; margin-bottom:1%;font-weight: 500;}
.sQulification .title .text{font-size: 18px;
    line-height: 32px;}
.sQulification-list{ margin-top:2%;}
.sQulification-list .item {
  /*background-color: #efefef;
  border: #efefef solid 2px;*/
}
.sQulification-list .item:nth-child(1n+1) {
  width: 23.5%;
  margin-left: 2%;
  margin-top: 0;
}
.sQulification-list .item:nth-child( 4n+1) {
  margin-left: 0;
}
.sQulification-list .item:nth-child( 1n+5) {
  margin-top: 2%;
}
.sQulification-list .item .img {
  width: 100%;
  height: 0 !important;
  padding-bottom: 95.91836735%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 0;
}
.sQulification-list .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sQulification-list .item .text{ 
  text-align:center; 
  font-size:16px;
  padding:15px 0;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .sQulification-list .item:nth-child(1n+1) {
    width: 48.5%;
    margin-left: 3%;
    margin-top: 0;
  }
  .sQulification-list .item:nth-child( 2n+1) {
    margin-left: 0;
  }
  .sQulification-list .item:nth-child( 1n+3) {
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px) {
.sQulification {
    padding: 8% 0;
}
.sQulification .title h3{ font-size:35px;}
.sQulification .title .text{ font-size:18px; line-height:25px;}
.sQulification-list{ margin-top:6%;}
  .sQulification-list .item:nth-child(1n+1){
	width:100%;
   }
}