/*! lightgallery - v1.6.4 - 2017-10-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
.lg-icon,
button,
select {
  text-transform: none
}

.iconfont,
.lg-icon,
.social-share {
  font-style: normal;
  -moz-osx-font-smoothing: grayscale
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, .45);
  left: 0
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot);
  src: url(../fonts/lg.eot) format("embedded-opentype"), url(../fonts/lg.woff) format("woff"), url(../fonts/lg.ttf) format("truetype"), url(../fonts/lg.svg) format("svg");
  font-weight: 400;
  font-style: normal
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, .45);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF
}

.lg-actions .lg-next {
  right: 20px
}

.lg-actions .lg-next:before {
  content: "\e095"
}

.lg-actions .lg-prev {
  left: 20px
}

.lg-actions .lg-prev:after {
  content: "\e094"
}

@-webkit-keyframes lg-right-end {

  0%,
  100% {
    left: 0
  }

  50% {
    left: -30px
  }
}

@-moz-keyframes lg-right-end {

  0%,
  100% {
    left: 0
  }

  50% {
    left: -30px
  }
}

@keyframes lg-right-end {

  0%,
  100% {
    left: 0
  }

  50% {
    left: -30px
  }
}

@-webkit-keyframes lg-left-end {

  0%,
  100% {
    left: 0
  }

  50% {
    left: 30px
  }
}

@-moz-keyframes lg-left-end {

  0%,
  100% {
    left: 0
  }

  50% {
    left: 30px
  }
}

@keyframes lg-left-end {

  0%,
  100% {
    left: 0
  }

  50% {
    left: 30px
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -moz-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -moz-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}

.lg-toolbar {
  z-index: 1082;
  position: absolute;
  top: 0;
  width: 100%
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  -moz-transition: color .2s linear;
  transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
  color: #FFF
}

.lg-toolbar .lg-close:after {
  content: "\e070"
}

.lg-toolbar .lg-download:after {
  content: "\e0f2"
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5, .5, .5);
  -moz-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
  -o-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
  -moz-transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    -moz-transition: border-color .25s ease;
    transition: border-color .25s ease
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  -moz-transition: bottom .25s ease;
  transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
  background-color: #0ff;
  height: 5px;
  width: 0
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}

.lg-autoplay-button:after {
  content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
  -o-transition: opacity .15s, -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
  -moz-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

#lg-zoom-in:after {
  content: "\e311"
}

#lg-actual-size {
  font-size: 20px
}

#lg-actual-size:after {
  content: "\e033"
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none
}

#lg-zoom-out:after {
  content: "\e312"
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  -moz-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s, transform .15s ease 0s, -moz-transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s, -moz-transform .15s ease 0s, -o-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, .5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
  -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
  display: block;
  height: 12px;
  -o-transition: box-shadow .3s ease 0s;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  -moz-transition: box-shadow .3s ease 0s, -moz-box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s, -moz-box-shadow .3s ease 0s;
  width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
  -moz-box-shadow: 0 0 0 8px #fff inset;
  box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0
}

.lg-fullscreen:after {
  content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -moz-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
  -o-transition: visibility 0s linear .5s, opacity .18s linear 0s, -o-transform .18s linear 0s;
  -moz-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -moz-transform .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s, -moz-transform .18s linear 0s, -o-transform .18s linear 0s
}

.lg-outer,
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  -moz-transition: opacity .15s ease 0s
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto
}

.lg-outer #lg-share {
  position: relative
}

.lg-outer #lg-share:after {
  content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"
}

.lg-group:after {
  content: "";
  display: table;
  clear: both
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  transition: opacity .15s ease 0s
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.swiper-wrapper,
hr {
  -moz-box-sizing: content-box
}

.lg-outer.lg-visible {
  opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  -moz-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -moz-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap
}

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.lg-outer .lg-item.lg-complete {
  background-image: none
}

.lg-outer .lg-item.lg-current {
  z-index: 1060
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download,
.swiper-button-lock {
  display: none
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  -moz-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-backdrop.in {
  opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
  opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: opacity .1s ease 0s, -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.demo-gallery {
  width: 960px;
  margin: 20px auto
}

.demo-gallery>ul {
  margin-bottom: 0
}

.demo-gallery>ul>li {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  width: 200px
}

.demo-gallery>ul>li a {
  border: 3px solid #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left
}

.swiper-button-next,
.swiper-button-prev,
.swiper-wrapper,
.swiper-zoom-container {
  display: -webkit-box;
  display: -webkit-flex
}

.demo-gallery>ul>li a>img {
  -webkit-transition: -webkit-transform .15s ease 0s;
  -o-transition: -o-transform .15s ease 0s;
  -moz-transition: transform .15s ease 0s, -moz-transform .15s ease 0s;
  transition: transform .15s ease 0s;
  transition: transform .15s ease 0s, -webkit-transform .15s ease 0s, -moz-transform .15s ease 0s, -o-transform .15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%
}

.demo-gallery>ul>li a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1)
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
  opacity: 1
}

.demo-gallery>ul>li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, .1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color .15s ease 0s;
  -o-transition: background-color .15s ease 0s;
  -moz-transition: background-color .15s ease 0s;
  transition: background-color .15s ease 0s
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity .3s ease 0s;
  -o-transition: opacity .3s ease 0s;
  -moz-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, .5)
}

.demo-gallery .justified-gallery>a>img {
  -webkit-transition: -webkit-transform .15s ease 0s;
  -o-transition: -o-transform .15s ease 0s;
  -moz-transition: transform .15s ease 0s, -moz-transform .15s ease 0s;
  transition: transform .15s ease 0s;
  transition: transform .15s ease 0s, -webkit-transform .15s ease 0s, -moz-transform .15s ease 0s, -o-transform .15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%
}

.demo-gallery .justified-gallery>a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1)
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
  opacity: 1
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, .1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color .15s ease 0s;
  -o-transition: background-color .15s ease 0s;
  -moz-transition: background-color .15s ease 0s;
  transition: background-color .15s ease 0s
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity .3s ease 0s;
  -o-transition: opacity .3s ease 0s;
  -moz-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, .5)
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: .8;
  width: 48px
}

.demo-gallery.dark>ul>li a {
  border: 3px solid #04070a
}

.home .demo-gallery {
  padding-bottom: 80px
}

.fl,
.header .logo,
.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
  width: 100%
}

progress,
sub,
sup {
  vertical-align: baseline
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

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

.swiper-wrapper {
  z-index: 1;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-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);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

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

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform
}

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

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

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-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;
  -moz-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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(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 {
  margin-top: -22px;
  -moz-background-size: 27px 44px;
  background-size: 27px 44px
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto
}

.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-pagination {
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  -moz-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.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-container-cube,
.swiper-container-flip,
button,
hr,
input {
  overflow: visible
}

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-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);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

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

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-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: .2s transform, .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top, .2s -webkit-transform;
  -moz-transition: .2s transform, .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(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, .5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0
}

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

.swiper-button-next,
.swiper-button-prev,
.swiper-zoom-container {
  text-align: center
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center
}

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

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -moz-background-size: 100%;
  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)
  }
}

@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-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;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-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 .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-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;
  -moz-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 .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-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;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

*,
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

button,
img,
input,
select {
  font-family: "Microsoft Yahei";
  outline: 0
}

details {
  display: block
}

summary {
  display: list-item
}

.modal,
[hidden],
template {
  display: none
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s
}

@-webkit-keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@-moz-keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -o-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -o-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@-moz-keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

@-moz-keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

@keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
}

@-moz-keyframes rubberBand {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    -moz-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    -moz-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    -moz-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -moz-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -moz-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
}

@keyframes rubberBand {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    -moz-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    -moz-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    -moz-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -moz-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -moz-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  -moz-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@-moz-keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@-moz-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
}

@-moz-keyframes tada {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
}

@keyframes tada {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
}

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {

  0%,
  100% {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
}

@-moz-keyframes wobble {

  0%,
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
}

@keyframes wobble {

  0%,
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes bounceIn {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@-moz-keyframes bounceIn {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -moz-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -moz-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  animation-duration: .75s
}

.bounceOut,
.flipOutX {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes bounceInDown {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes bounceInDown {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes bounceInLeft {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes bounceInLeft {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes bounceInRight {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes bounceInRight {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-moz-keyframes bounceInUp {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -moz-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInUp {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -moz-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@-moz-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  animation-name: bounceOut;
  animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@-moz-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@-moz-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@-moz-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@-moz-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-moz-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    -moz-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    -moz-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@-moz-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  animation-name: flipInX
}

.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@-moz-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@-moz-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  animation-name: flipOutX;
  animation-duration: .75s;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

@-moz-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@-moz-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -moz-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -moz-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -moz-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -moz-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@-moz-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

@-moz-keyframes rollOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  100% {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  100% {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-moz-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-moz-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-moz-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-moz-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@-moz-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -moz-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@-moz-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@-moz-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0)
}

.header .logo img,
.swiper-button-next,
.swiper-button-prev {
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.rdxw-con img,
.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s
}

.fade.in {
  opacity: 1
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .64
}

::after,
::before {
  display: block
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 3.4375vw;
  height: 3.4375vw;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  outline: 0;
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none
}

.menuBtn,
.paging,
.swiper-pagination {
  -webkit-justify-content: center
}

.swiper-button-next .iconfont,
.swiper-button-prev .iconfont {
  color: #CCC;
  font-size: 2.08333vw;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.header .nav ul li.active>a,
.swiper-button-next:hover .iconfont,
.swiper-button-prev:hover .iconfont {
  color: #F39800
}

a,
body,
html {
  color: #333;
  -webkit-tap-highlight-color: transparent
}

.swiper-pagination {
  position: absolute;
  z-index: 2;
  font-size: 0;
  bottom: 14px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center
}

.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 40px;
  height: 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  background: #c8c9c9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  cursor: pointer;
  z-index: 2
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f39800
}

* {
  margin: 0;
  box-sizing: border-box
}

li {
  list-style: none
}

img,
input {
  vertical-align: middle
}

button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
p,
ul {
  margin: 0;
  padding: 0;
  border: none
}

.clear {
  clear: both;
  display: none
}

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

.fullpage,
body,
html {
  height: 100%
}

.fr {
  float: right
}

button {
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-bullet:focus,
button:active {
  outline: 0
}

select {
  background: 0 0
}

input::-ms-clear {
  display: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body,
html {
  min-width: 240px;
  font-family: "Microsoft Yahei", Arial, sans-serif;
  font-size: 14px;
  position: relative;
  background: #fff;
  line-height: 1.15
}

.iconfont,
.social-share {
  font-size: 16px;
  -webkit-font-smoothing: antialiased
}

input::-webkit-input-placeholder {
  color: #999
}

input:-moz-placeholder {
  color: #999;
  font-family: "Microsoft Yahei"
}

textarea:-moz-placeholder {
  color: #999
}

textarea::-webkit-textarea-placeholder {
  color: #999
}

textarea:-ms-input-placeholder {
  color: #999
}

textarea::-webkit-input-placeholder {
  color: #999
}

textarea {
  -webkit-appearance: none;
  font-family: "Microsoft Yahei"
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  -moz-transition: all .4s linear;
  transition: all .4s linear;
  cursor: pointer;
  -webkit-appearance: button
}

a {
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: none;
  outline: 0
}

body {
  opacity: 0
}

body.show {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease
}

video {
  outline: 0
}

.wid {
  width: 1200px;
  margin: 0 auto
}

@font-face {
  font-family: iconfont;
  src: url(../fonts/iconfont.woff2) format("woff2"), url(../fonts/iconfont.woff) format("woff"), url(../fonts/iconfont.ttf) format("truetype")
}

.iconfont {
  font-family: iconfont !important
}

.social-share,
.social-share * {
  font-family: socialshare !important
}

.icon-gerenzhongxin:before {
  content: "\e72a"
}

.icon-jiage:before {
  content: "\e600"
}

.icon-bofang:before {
  content: "\e624"
}

.icon-tengxunweibo:before {
  content: "\e675"
}

.icon-guanbi:before {
  content: "\e612"
}

.icon-weixin:before {
  content: "\e63c"
}

.icon-v:before {
  content: "\e653"
}

.icon-jian:before {
  content: "\e633"
}

.icon-sanjiaoxing:before {
  content: "\e620"
}

.icon-kongjian00:before {
  content: "\e6b7"
}

.icon-pinglun:before {
  content: "\e60c"
}

.icon-renren:before {
  content: "\e693"
}

.icon-geren:before {
  content: "\e625"
}

.icon-jiantou:before {
  content: "\e636"
}

.icon-shipin:before {
  content: "\e616"
}

.icon-denglu:before {
  content: "\e611"
}

.icon-paper-clip:before {
  content: "\e7b9"
}

.icon-zhankai:before {
  content: "\e626"
}

.icon-pinglun1:before {
  content: "\e67e"
}

.icon-yanjing-:before {
  content: "\e65c"
}

.icon-jiahao:before {
  content: "\e879"
}

.icon-rili:before {
  content: "\e62a"
}

.icon-shijian:before {
  content: "\e60f"
}

.icon-dizhi:before {
  content: "\e622"
}

.icon-youqinglianjie:before {
  content: "\e822"
}

.icon-weibo:before {
  content: "\ea8c"
}

.icon-tag:before {
  content: "\eba0"
}

.icon-shitingguanli:before {
  content: "\e601"
}

.icon-biji:before {
  content: "\e623"
}

.icon-sousuo:before {
  content: "\e605"
}

.icon-jiantou-b-copy:before {
  content: "\eba3"
}

.icon-sanjiaoxing-copy:before {
  content: "\eba1"
}

.icon-jiantou-copy:before {
  content: "\eba2"
}

@font-face {
  font-family: socialshare;
  src: url(../fonts/iconfont2.eot);
  src: url(../fonts/iconfont2.eot) format("embedded-opentype"), url(../fonts/iconfont2.woff) format("woff"), url(../fonts/iconfont2.ttf) format("truetype"), url(../fonts/iconfont2.svg#iconfont) format("svg")
}

.social-share {
  -webkit-text-stroke-width: .2px
}

.social-share .icon-tencent:before {
  content: "\f07a"
}

.social-share .icon-qq:before {
  content: "\f11a"
}

.social-share .icon-weibo:before {
  content: "\f12a"
}

.social-share .icon-wechat:before {
  content: "\f09a"
}

.social-share .icon-douban:before {
  content: "\f10a"
}

.social-share .icon-heart:before {
  content: "\f20a"
}

.social-share .icon-like:before {
  content: "\f00a"
}

.social-share .icon-qzone:before {
  content: "\f08a"
}

.social-share .icon-linkedin:before {
  content: "\f01a"
}

.social-share .icon-diandian:before {
  content: "\f05a"
}

.social-share .icon-facebook:before {
  content: "\f03a"
}

.social-share .icon-google:before {
  content: "\f04a"
}

.social-share .icon-twitter:before {
  content: "\f06a"
}

.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: 0
}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background .6s ease-out 0s;
  -o-transition: background .6s ease-out 0s;
  -moz-transition: background .6s ease-out 0s;
  transition: background .6s ease-out 0s
}

.social-share .social-share-icon:hover {
  background: #666;
  color: #fff
}

.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b
}

.social-share .icon-qq,
.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7
}

.social-share .icon-weibo:hover {
  background: #ff763b
}

.social-share .icon-qq:hover,
.social-share .icon-tencent:hover {
  background: #56b6e7
}

.social-share .icon-qzone {
  color: #FDBE3D;
  border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
  background: #FDBE3D
}

.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045
}

.social-share .icon-douban:hover {
  background: #33b045
}

.social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5
}

.social-share .icon-linkedin:hover {
  background: #0077B5
}

.social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D
}

.social-share .icon-facebook:hover {
  background: #44619D
}

.social-share .icon-google {
  color: #db4437;
  border-color: #db4437
}

.social-share .icon-google:hover {
  background: #db4437
}

.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee
}

.social-share .icon-twitter:hover {
  background: #55acee
}

.social-share .icon-diandian {
  color: #307DCA;
  border-color: #307DCA
}

.social-share .icon-diandian:hover {
  background: #307DCA
}

.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549
}

.social-share .icon-wechat:hover {
  background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px #aaa;
  -moz-box-shadow: 0 2px 10px #aaa;
  box-shadow: 0 2px 10px #aaa;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none
}

.navMenu a,
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: 400;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: 400;
  line-height: 16px;
  padding: 0;
  margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent
}

.login-btn-box,
.m-box .nav-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  -moz-transition: .3s ease all;
  transition: .3s ease all;
  height: 100px;
  line-height: 100px;
  -webkit-box-shadow: 6px 8px 18px 2px rgba(0, 0, 0, .04);
  -moz-box-shadow: 6px 8px 18px 2px rgba(0, 0, 0, .04);
  box-shadow: 6px 8px 18px 2px rgba(0, 0, 0, .04);
  background-color: #fff
}

.header .header-con {
  height: 100%
}

.header .logo {
  position: relative;
  height: 100%
}

.header .logo img {
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  -moz-transition: .5s ease all;
  transition: .5s ease all
}

.header .header-rt {
  float: right;
  height: 100%
}

.header .nav {
  height: 100%
}

.header .nav ul {
  height: 100%;
  font-size: 0
}

.header .nav ul li {
  height: 100%;
  float: left;
  margin-right: 28px;
  text-align: center
}

.liveTab-ss-swiper-box .live-tab-con .con,
.navMenu {
  text-align: left
}

.header .nav ul li>a {
  font-size: 16px;
  position: relative;
  padding: 10px 0
}

.header .nav ul li>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  height: 2px;
  width: 0;
  background-color: #F39800;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.header .nav ul li.active>a::after {
  width: 100%
}

.login-btn-box {
  display: -webkit-flex;
  display: flex
}

.page-wrap {
  padding-top: 100px
}

.m-box {
  height: 100%
}

.m-box .nav-box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-btns,
.header-btns .btn-item {
  display: -moz-box;
  display: -ms-flexbox
}

.header-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}

.header-btns .btn-item {
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 10px 15px;
  height: 35px
}

.header-btns .btn-item .iconfont {
  margin-right: 4px
}

.header-btns .btn-item figure {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  height: 60px;
  background: #FFF;
  -webkit-box-shadow: 6px 8px 18px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 6px 8px 18px 2px rgba(0, 0, 0, .2);
  box-shadow: 6px 8px 18px 2px rgba(0, 0, 0, .2);
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .25s ease-out 0s;
  -o-transition: .25s ease-out 0s;
  -moz-transition: .25s ease-out 0s;
  transition: .25s ease-out 0s
}

.header-btns .btn-item figure .layui-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 14px !important
}

.header-btns .btn-item figure .layui-form-select .layui-edge {
  border-top-color: #666
}

.header-btns .btn-item figure .layui-form-select {
  width: 84px
}

.header-btns .btn-item figure .layui-form-select .layui-input {
  border: none;
  padding-left: 19px;
  padding-right: 37px
}

.header-btns .btn-item figure .form-txt {
  width: 240px;
  padding: 0 19px;
  height: 20px;
  line-height: 20px;
  border-left: 1px solid rgba(102, 102, 102, .5)
}

.header-btns .btn-item figure .sub-btn {
  background-color: #F39800;
  width: 60px;
  height: 100%;
  color: #fff
}

.header-btns .btn-item figure .sub-btn .iconfont {
  color: #fff !important
}

.header-btns .btn-item figure .sub-btn:hover {
  opacity: .9
}

.header-btns .btn-item figure.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.header-btns .search-btn {
  padding: 0
}

.header-btns .search-btn .iconfont {
  width: 100%;
  padding: 0 15px;
  margin-right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.header-btns img,
.navMenu {
  -o-transition: .5s;
  -moz-transition: .5s
}

.header-btns .search-btn .iconfont.active {
  color: #F39800
}

.header-btns img {
  -webkit-transition: .5s;
  transition: .5s
}

.navMenu {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transition: .5s;
  transition: .5s;
  min-width: 130px;
  padding: 14px 0
}

.navMenu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.cloud-series-det .series-ft .buy-btn:hover,
.comm-rel-btn:hover,
.comm-search-wrap .sub-btn:hover,
.live-info-box .rt-info .info-txt .price-txt .buy-btn:hover,
.navMenu a:hover {
  opacity: .9
}

.navMenu a {
  font-size: 15px;
  line-height: 36px;
  color: #fff;
  white-space: nowrap;
  padding: 0 30px
}

.menuBtn,
.selector .sl-v-tab .all {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox
}

.menuBtn {
  position: fixed;
  z-index: 1000;
  width: 24px;
  top: 0;
  height: 50px;
  right: 20px;
  display: inline-flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  opacity: 0;
  visibility: hidden
}

.menuBtn b {
  background-color: #333;
  width: 100%;
  display: block;
  height: 1px;
  margin: 3px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.fixme .menuBtn {
  top: -4px
}

.fixme .menuBtn b {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff
}

.mask,
.modal-mask {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 500;
  display: none;
  left: 0
}

.fixme .menuBtn b:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.fixme .menuBtn b:nth-child(2) {
  display: none
}

.pg-footer .yq-wrap,
.pg-footer .yq-wrap .yq-hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.fixme .menuBtn b:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.fixme .menuBtn b .fixme .menuBtn b .fixme {
  height: 100%;
  overflow: hidden
}

.mask {
  top: 0;
  background: rgba(0, 0, 0, .3)
}

.modal-mask {
  top: 0;
  background: rgba(0, 0, 0, .2)
}

img,
video {
  max-width: 100%;
  height: auto;
}

.pg-footer {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff
}

.pg-footer .ft-top {
  padding: 2.8125vw 0
}

.pg-footer .yq-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding-bottom: 18px
}

.pg-footer .yq-wrap .yq-hd {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  display: -webkit-box;
  display: flex;
  background: #F39800;
  color: #fff;
  font-size: 16px;
  margin-right: 30px
}

.pg-footer .yq-wrap .yq-hd .iconfont {
  margin-right: 5px
}

.pg-footer .yq-wrap .yqlj-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px
}

.pg-footer .yq-wrap .yqlj-list a {
  line-height: 40px;
  color: #fff;
  display: inline-block;
  margin-right: 30px
}

.pg-footer .yq-wrap .yqlj-list a:hover {
  color: #F39800
}

.pg-footer .copyRight,
.pg-footer .copyRight a {
  color: rgba(255, 255, 255, .5)
}

.pg-footer .info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3.125vw
}

.pg-footer .info-wrap .ft-logo {
  max-width: 155px
}

.pg-footer .info-wrap .lx-info .lx-hd {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 16px
}

.pg-footer .info-wrap .lx-info .lx-hd::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #E9EEF6
}

.pg-footer .info-wrap .lx-info .lx-wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 30px;
  font-size: 16px
}

.pg-footer .info-wrap .lx-info .lx-item {
  margin-right: 40px
}

.pg-footer .info-wrap .lx-info .lx-item:last-child {
  margin-right: 0
}

.pg-footer .info-wrap .wx-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.pg-footer .info-wrap .wx-wrap li {
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
  width: 96px
}

.pg-footer .info-wrap .wx-wrap li img {
  width: 100%
}

.pg-footer .info-wrap .wx-wrap li p {
  padding-top: 10px
}

.pg-footer .info-wrap .wx-wrap li:last-child {
  margin-right: 0
}

.pg-footer .copyRight {
  background-color: rgba(0, 0, 0, .5);
  padding: 12px 0;
  font-size: 14px;
  line-height: 30px
}

.pg-footer .copyRight .cr-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.hasLogin-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  padding: 0 20px;
  margin-left: 20px
}

.comm-hd .tit,
.hasLogin-box .center-title {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex
}

.hasLogin-box .center-title {
  display: flex
}

.hasLogin-box .center-title>span {
  padding: 0 8px
}

.hasLogin-box .center-title .icon-jiantou-b-copy {
  font-size: 12px;
  font-weight: 700
}

.hasLogin-box::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 17px;
  background: #999;
  opacity: .6
}

.hasLogin-modal {
  padding-top: 14px
}

.hasLogin-modal a {
  display: block;
  text-align: center;
  line-height: 42px;
  position: relative;
  font-size: 14px;
  color: #999
}

.hasLogin-modal a:last-child::after,
.header-btns .search-btn-item {
  display: none
}

.comm-hd .more::after,
.hasLogin-modal a::after {
  display: block;
  content: ''
}

.hasLogin-modal a.quit-btn {
  color: #333
}

.hasLogin-modal a::after {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  border-bottom: 1px dashed #ebebeb
}

@media screen and (min-width: 1024px) {

  .hasLogin-modal a:hover,
  .header nav ul li:hover>a,
  .header-btns .search-btn:hover .iconfont {
    color: #F39800
  }

  .hasLogin-box:hover .hasLogin-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -27px);
    -moz-transform: translate(-50%, -27px);
    -ms-transform: translate(-50%, -27px);
    -o-transform: translate(-50%, -27px);
    transform: translate(-50%, -27px)
  }

  .hasLogin-modal {
    min-width: 154px;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .08);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden
  }

  .hasLogin-modal a:hover {
    background-color: rgba(243, 152, 0, .08)
  }

  .hasLogin-modal a:hover::after {
    display: none
  }

  .header nav ul li:hover>a::after {
    width: 100%
  }

  .header-btns .login-btn:hover {
    background: #F39800;
    color: #fff
  }

  .pg-footer a:hover {
    color: #fff
  }

  ::-webkit-scrollbar {
    width: 6px
  }

  ::-webkit-scrollbar-track {
    background: #f3f3f3
  }

  ::-webkit-scrollbar-thumb {
    background: #5d5d5d
  }

  .menu .menu-con .sub-list .item a:hover {
    opacity: .9
  }
}

.bg_fixed,
.comm-bg {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover
}

.pg-footer .top-con .lt dl dd a img:hover,
.pg-footer .top-con .rt .shop .shop-logo .item img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05)
}

.scroll-header.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: inherit !important
}

.layui-form-select dl dd.layui-this {
  background-color: #F39800
}

.mt-10 {
  margin-top: 10px
}

.mt-60 {
  margin-top: 60px
}

.mt-80 {
  margin-top: 80px
}

.pd-bt-80 {
  padding-bottom: 80px
}

.pd-bt-40 {
  padding-bottom: 40px
}

.pd-tp-0 {
  padding-top: 0 !important
}

.pd-tp-80 {
  padding-top: 80px
}

.pad-10 {
  padding: 10px 0
}

.anchor-point {
  position: absolute;
  width: 100%;
  height: 100px;
  top: -100px;
  left: 0;
  z-index: -1
}

.bg_fixed {
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed
}

.banner {
  position: relative;
  overflow: hidden
}

.banner .swiper-container {
  height: 100%
}

.banner .swiper-container .swiper-slide {
  padding-top: 23.38542%
}

.banner .swiper-pagination {
  bottom: 1.5625vw;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg)
}

.comm-hd .tit {
  float: left;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.comm-hd .tit .cn {
  font-size: 30px;
  font-weight: 700
}

.comm-hd .tit .en {
  font-size: 16px;
  color: #999;
  font-weight: 400;
  margin-left: 18px
}

.comm-hd .more {
  float: right;
  font-size: 14px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 8px 0
}

.comm-hd .more::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, .5);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con .icon,
.brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con::after,
.brandTab-swiper-box .swiper-slide:last-child .tab-con::after,
.mb-bg,
.rdxw-swiper .swiper-pagination {
  display: none
}

.comm-hd .more .iconfont {
  margin-left: 3px;
  font-size: 12px;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
  transform: scale(.7);
  position: relative;
  top: -1px
}

.comm-80pd {
  padding: 4.16667vw 0
}

.comm-bg {
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.rdxw-con a::after,
.rdxw-con img {
  z-index: 2;
  width: 100%;
  height: 100%
}

.rdxw-swiper {
  margin-top: 30px
}

.rdxw-con a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%
}

.brandTab-swiper-box .swiper-slide .icon,
.brandTab-swiper-box .swiper-slide .tab-con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-align-items: center
}

.rdxw-con a::before {
  content: '';
  padding-top: 55.95855%
}

.rdxw-con a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0
}

.rdxw-con img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s
}

.rdxw-con .bt-info {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 14px 20px;
  background-color: rgba(0, 0, 0, .5);
  font-size: 16px;
  height: 64px
}

.rdlb-list li {
  float: left;
  width: 48.33333%;
  margin-right: 3.33333%;
  border-bottom: 1px solid #F39800;
  padding: 50px 0
}

.rdlb-list li:nth-child(2n) {
  margin-right: 0
}

.rdlb-list li .date {
  float: left;
  border-right: 1px solid #ccc;
  color: #F39800;
  width: 80px;
  margin-right: 28px
}

.rdlb-list li .date .day {
  font-size: 50px;
  font-weight: 300
}

.rdlb-list li .date .year {
  margin-top: 8px;
  font-weight: 300
}

.rdlb-list li .con .tit {
  font-size: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.rdlb-list li .con .txt {
  line-height: 22px;
  color: rgba(51, 51, 51, .5);
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.ad-wrap {
  overflow: hidden
}

.ad-wrap img {
  width: 100%;
  -webkit-transition: .5s ease-out 0s;
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s
}

.zbsp-con {
  position: relative;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 80px
}

.zbsp-con .pc-bg {
  -moz-background-size: contain;
  background-size: contain;
  background-position: right top
}

.zbsp-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  width: 730px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2
}

.zbsp-list li {
  width: 33.3333%;
  padding: 10px
}

.zbsp-list li:first-child {
  width: 486px
}

.zbsp-list li:first-child a .sec .tit {
  position: relative;
  padding-bottom: 30px
}

.zbsp-list li:first-child a .sec .tit::after {
  content: '';
  width: 50px;
  height: 3px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0
}

.zbsp-list li:first-child a .sec .tit .cn,
.zbsp-list li:first-child a .sec .tit .en {
  color: #fff
}

.zbsp-list li a {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.zbsp-list li a::before {
  content: '';
  padding-top: 160px
}

.zbsp-list li a .sec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 0 0 28px
}

.zbsp-list li a .sec .icon {
  width: 41px;
  height: 37px;
  margin-bottom: 20px
}

.zbsp-list li a .sec .icon img {
  max-height: 100%;
  max-width: 100%
}

.zbsp-list li a .sec .tit .cn {
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.zbsp-list li a .sec .tit .en {
  font-size: 14px;
  font-weight: 300;
  color: rgba(51, 51, 51, .5);
  margin-top: 8px
}

.mt-50 {
  margin-top: 50px
}

.brandTab-swiper-box {
  position: relative
}

.brandTab-swiper-box .swiper-button-next {
  right: -3.4375vw;
  margin-top: 0
}

.brandTab-swiper-box .swiper-button-prev {
  left: -3.4375vw;
  margin-top: 0
}

.brandTab-swiper-box .swiper-slide {
  padding-bottom: 8px
}

.brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con {
  background: #F39800
}

.brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con::before {
  bottom: -8px;
  opacity: 1;
  visibility: visible
}

.brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con .hover-img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: .1;
  visibility: visible
}

.brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con .tit {
  color: #fff;
  margin-top: 0;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 14px
}

.brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con .tit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15px;
  height: 2px;
  background: #FFF
}

.brandTab-swiper-box .swiper-slide .tab-con::after,
.code-payment-box .lt .code-tit::before,
.guide-list2 li .sec .time::after,
.liveTab-swiper-box .swiper-slide::after,
.seen-video-tabs .item::before {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.brandTab-swiper-box .swiper-slide .icon,
.brandTab-swiper-box .swiper-slide .tab-con {
  -webkit-box-align: center;
  display: -webkit-box
}

.brandTab-swiper-box .swiper-slide .tab-con {
  display: -webkit-box;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  height: 167px;
  background: #F7FCFE;
  position: relative;
  cursor: pointer;
  padding-right: 1px
}

.brandTab-swiper-box .swiper-slide .tab-con::after {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 60px;
  background: #E7E7E7
}

.brandTab-swiper-box .swiper-slide .tab-con::before,
.hyyg-box .date .day::after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  content: ''
}

.brandTab-swiper-box .swiper-slide .tab-con::before {
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #F39800;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%)
}

.brandTab-swiper-box .swiper-slide .icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.brandTab-swiper-box .swiper-slide .icon img {
  max-width: 100%;
  max-height: 100%
}

.brandTab-swiper-box .swiper-slide .hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.8);
  -moz-transform: translate(-50%, -50%) scale(.8);
  -ms-transform: translate(-50%, -50%) scale(.8);
  -o-transform: translate(-50%, -50%) scale(.8);
  transform: translate(-50%, -50%) scale(.8);
  opacity: 0;
  visibility: hidden;
  width: 56px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.brandTab-swiper-box .swiper-slide .hover-img img {
  width: 100%;
  max-height: 100%
}

.brandTab-swiper-box .swiper-slide .tit {
  font-size: 16px;
  margin-top: 14px;
  color: #333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.brandInfo-box,
.hyyg-box {
  -o-transition: .5s;
  -moz-transition: .5s
}

.brandCont-swiper-box {
  margin-top: 6px;
  margin-left: -12px;
  margin-right: -12px
}

.brandCont-swiper-box .brandCont-swiper .swiper-slide {
  padding: 24px 12px
}

.brandInfo-box .img::before,
.rdtjInfo-box .img::before {
  padding-top: 56.65796%;
  content: ''
}

.brandInfo-box {
  background: #F7FCFE;
  -webkit-transition: .5s;
  transition: .5s
}

.brandInfo-box .img img,
.train-box .img img {
  z-index: 2
}

.brandInfo-box .img {
  position: relative;
  overflow: hidden
}

.brandInfo-box .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.brandInfo-box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  -webkit-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  width: 100%;
  height: 100%
}

.brandInfo-box .con {
  padding: 28px 25px
}

.brandInfo-box .con .tit {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.brandInfo-box .con .tag-tit {
  display: inline-block;
  line-height: 25px;
  margin-top: 5px;
  white-space: nowrap
}

.brandInfo-box .con .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: -10px;
  line-height: 25px;
  margin-top: 10px
}

.brandInfo-box .con .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.brandInfo-box .con .tag-list .tag-item {
  font-size: 14px;
  color: #F39800;
  border: 1px solid #F39800;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 8px;
  margin: 5px 10px 5px 0
}

.meeting-swiper-box .swiper-container .swiper-slide,
.selector .selectorLine,
.zjfcTab-swiper-box {
  border-bottom: 1px solid rgba(204, 204, 204, .3)
}

.brandCont-item {
  display: none
}

.mt-30 {
  margin-top: 30px
}

.confer-wrap {
  height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.meeting-swiper-box,
.train-swiper-box {
  background: #FFF;
  -webkit-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1)
}

.pd-t80 {
  padding-top: 80px
}

.comm-hd-w .tit,
.comm-hd-w .tit .en {
  color: #fff !important
}

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

.train-arrow,
.train-box .con .tags,
.train-box .con .tags span {
  display: -ms-flexbox;
  display: -moz-box
}

.confer-con .lt {
  width: 66.16667%
}

.confer-con .rt {
  width: 32.16667%
}

.zjfc-wrap {
  padding-top: 216px;
  padding-bottom: 60px
}

.train-swiper-box {
  -moz-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  position: relative
}

.train-arrow {
  position: absolute;
  bottom: 135px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  font-size: 22px;
  color: #fff
}

.crumbs-wrap,
.train-box .con .tags,
.zjfc-list {
  -webkit-flex-wrap: wrap
}

.train-arrow .swiper-btn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 56px;
  height: 60px;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0)
}

.live-tab-con .img img,
.train-box .img img,
.zjfc-list li .img img {
  top: 50%
}

.train-arrow .swiper-btn .iconfont {
  color: #fff;
  font-size: 20px
}

.train-arrow .swiper-btn .iconfont:hover,
.train-box .con .tit a:hover {
  color: #F39800
}

.train-box .img {
  position: relative;
  overflow: hidden
}

.train-box .img::before {
  content: '';
  padding-top: 42.44332%
}

.train-box .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2
}

.train-box .img img {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  -webkit-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  width: 100%;
  height: 100%
}

.train-box .con {
  padding: 25px 30px 56px
}

.train-box .con .tit {
  font-size: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.train-box .con .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.train-box .con .tags span {
  padding-right: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgba(51, 51, 51, .6)
}

.hyyg-box,
.hyyg-box .con .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.train-box .con .tags span .iconfont {
  margin-right: 10px;
  font-size: 14px
}

.meeting-swiper-box {
  -moz-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  height: 471px
}

.bd-topic-banner,
.liveTab-swiper-box .swiper-slide::after,
.zjfc-list li .sec,
.zjgd-list li .sec {
  -webkit-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1)
}

.meeting-swiper-box .swiper-container {
  height: 100%
}

.meeting-swiper-box .swiper-container .swiper-slide:last-child {
  border: none
}

.hyyg-box {
  height: 157px;
  padding: 20px;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: .5s;
  transition: .5s
}

.hyyg-box .date {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
  text-align: center
}

.hyyg-box .con .address .iconfont,
.rdtjInfo-box .con .marks .browse-txt .iconfont,
.rdtjInfo-box .img .tj-time .iconfont {
  margin-right: 10px
}

.hyzj-list,
.ssxl-list,
.zjfc-list {
  margin-right: -10px
}

.hyyg-box .date .day {
  font-size: 48px;
  font-weight: 300;
  position: relative;
  padding-bottom: 10px
}

.hyyg-box .date .day::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 1px;
  background: #F39800;
  transform: translateX(-50%)
}

.hyyg-box .date .year {
  font-size: 16px;
  color: #333;
  margin-top: 14px
}

.hyyg-box .con .tit {
  font-size: 16px;
  color: #F39800;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.hyyg-box .con .tit a:hover {
  color: #F39800
}

.hyyg-box .con .address {
  margin-top: 26px;
  color: rgba(51, 51, 51, .6);
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}

.zjfc-list,
.zjfcTab-swiper .tab-con .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.hyyg-box .con .address .iconfont {
  font-size: 14px
}

.mt-70 {
  margin-top: 70px
}

.zjfcTab-swiper .swiper-slide.swiper-slide-thumbs-active .tab-con .tit {
  color: #F39800
}

.zjfcTab-swiper .swiper-slide.swiper-slide-thumbs-active .tab-con .tit::after {
  width: 83px
}

.zjfcTab-swiper .tab-con {
  text-align: center;
  cursor: pointer
}

.zjfcTab-swiper .tab-con .icon {
  height: 80px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.zjfcTab-swiper .tab-con .icon img {
  max-height: 100%
}

.zjfcTab-swiper .tab-con .tit {
  font-size: 20px;
  position: relative;
  margin-top: 18px;
  padding-bottom: 16px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.zjfcTab-swiper .tab-con .tit::after {
  content: '';
  height: 2px;
  background: #F39800;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0
}

.mt-40 {
  margin-top: 40px
}

.zjfc-list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px
}

.crumbs-wrap,
.zjfc-list li .sec {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.zjfc-list li {
  width: 33.3333%;
  padding: 10px
}

.zjfc-list li .sec {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1)
}

.liveTab-swiper-box .swiper-slide.active::after,
.liveTab-swiper-box .swiper-slide:last-child::after,
.mb-ad-img,
.zjfCont-item {
  display: none
}

.zjfc-list li .con {
  width: 59.72222%;
  position: relative;
  height: 100%;
  padding: 20px 0 20px 20px
}

.zjfc-list li .con::after {
  content: '';
  width: 16px;
  height: 2px;
  background: #F39800;
  position: absolute;
  bottom: 30px;
  left: 20px
}

.live-tab-con .img img,
.rdtjInfo-box .img>img,
.zjfc-list li .img img {
  left: 50%;
  z-index: 2
}

.zjfc-list li .con .name {
  font-size: 18px
}

.zjfc-list li .con .job {
  font-size: 14px;
  color: #828282;
  line-height: 26px;
  margin-top: 14px
}

.zjfc-list li .con .company {
  color: #828282;
  line-height: 26px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.zjfc-list li .img {
  position: relative;
  overflow: hidden;
  width: 38.8601%;
  -webkit-border-radius: 90px 0 0 90px;
  -moz-border-radius: 90px 0 0 90px;
  border-radius: 90px 0 0 90px
}

.zjfc-list li .img::before {
  content: '';
  padding-top: 120%
}

.zjfc-list li .img img {
  -webkit-transition: .5s ease-out 0s;
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}

.zjfcTab-swiper-box {
  position: relative
}

@media screen and (min-width: 1024px) {

  .comm-hd .more:hover,
  .rdlb-list li .con .tit a:hover,
  .zbsp-list li a:hover .sec .tit .cn {
    color: #F39800
  }

  .comm-hd .more:hover::after {
    background-color: #F39800
  }

  .rdxw-con a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .zbsp-list li a:hover {
    -webkit-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .2)
  }

  .zbsp-list li:first-child a:hover .sec .tit .cn {
    color: #fff
  }

  .brandInfo-box:hover {
    background: #FFF;
    -webkit-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .19)
  }

  .brandInfo-box:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .hyyg-box:hover,
  .zjfc-list li .sec:hover {
    -webkit-box-shadow: 0 3px 23px 0 rgba(0, 0, 0, .27);
    -moz-box-shadow: 0 3px 23px 0 rgba(0, 0, 0, .27);
    box-shadow: 0 3px 23px 0 rgba(0, 0, 0, .27)
  }

  .zjfc-list li .sec:hover .company {
    color: #F39800
  }

  ::-webkit-scrollbar {
    width: .41667vw;
    height: .41667vw
  }

  ::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    -webkit-border-radius: .15625vw;
    border-radius: .15625vw
  }

  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: .36458vw;
    border-radius: .36458vw;
    background-color: #4c4d4e
  }
}

.live-banner .swiper-container .swiper-slide {
  padding-top: 150px
}

.live-banner .swiper-pagination {
  bottom: 10px
}

.live-tabs-wrap {
  background: #F7FCFE
}

.liveTab-swiper-box,
.liveTab-swiper-box .swiper-slide {
  position: relative
}

.liveTab-swiper-box .swiper-slide.active {
  background: #F39800;
  -webkit-box-shadow: 0 7px 18px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 7px 18px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, .16)
}

.bd-topic-banner,
.liveTab-swiper-box .swiper-slide::after,
.zjgd-list li .sec {
  -webkit-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1)
}

.liveTab-swiper-box .swiper-slide.active .img .hover {
  opacity: 1;
  visibility: visible
}

.liveTab-swiper-box .swiper-slide.active .img .default {
  opacity: 0;
  visibility: hidden
}

.liveTab-swiper-box .swiper-slide.active .con .cn {
  color: #fff
}

.liveTab-swiper-box .swiper-slide.active .con .en {
  color: #fff;
  opacity: 1
}

.liveTab-swiper-box .swiper-slide::after {
  content: '';
  display: block;
  width: 1px;
  height: 66px;
  background: #E1E1E1;
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.interview-box .sec,
.ssxl-con .ssxl-lt {
  -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .05)
}

.live-tab-con .img img,
.rdtjInfo-box .img>img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: .5s ease-out 0s;
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s
}

.live-tab-con {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px
}

.live-tab-con .img {
  height: 40px;
  position: relative;
  margin: 0 auto
}

.live-tab-con .img img {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: .5s ease-out 0s
}

.rdtjInfo-box .img .icon-bofang,
.rdtjInfo-box .img>img {
  top: 50%
}

.live-tab-con .img .hover {
  opacity: 0;
  visibility: hidden
}

.live-tab-con .con {
  margin-top: 16px
}

.live-tab-con .con .cn {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.live-tab-con .con .en {
  font-size: 12px;
  font-weight: 300;
  color: #333;
  line-height: 30px;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  white-space: nowrap
}

.crumbs-wrap {
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 20px 0 20px 26px;
  background: url(../images/icon_weizhi.png) left center no-repeat
}

.crumbs-wrap .active {
  color: #F39800
}

.rdtjInfo-box {
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.rdtjInfo-box .con .marks,
.rdtjInfo-box .img .tj-time {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.rdtjInfo-box .con .tit,
.rdtjInfo-box .img {
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  overflow: hidden
}

.rdtjInfo-box .img {
  position: relative;
  transition: .3s
}

.rdtjInfo-box .img>img {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: .5s ease-out 0s;
  width: 100%;
  height: 100%
}

.rdtjInfo-box .img::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.rdtjInfo-box .img .icon-bofang {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s ease-out 0s;
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  color: #fff;
  z-index: 3;
  font-size: 63px
}

.rdtjInfo-box .img .sign {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3
}

.rdtjInfo-box .img .tj-time {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 10px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.rdtjInfo-box .con {
  padding: 24px 0
}

.rdtjInfo-box .con .tit {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: .3s;
}

.rdtjInfo-box .con .marks {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 8px
}

.rdtjInfo-box .con .marks .browse-txt,
.rdtjInfo-box .ft-price-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.rdtjInfo-box .con .marks .browse-txt {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.rdtjInfo-box .ft-price-cont {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  font-size: 16px;
  color: #666
}

.rdtjInfo-box .ft-price-cont .price,
.ssxl-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.rdtjInfo-box .ft-price-cont .price {
  display: flex
}

.rdtjInfo-box .ft-price-cont .price .icon-jiage {
  margin-right: 5px
}

.rdtjInfo-box .ft-price-cont .buy-btn {
  width: 84px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: block;
  color: #fff;
  background: #F39800;
  font-size: 14px
}

.mt-20 {
  margin-top: 20px
}

.ssxl-con {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.ssxl-con .ssxl-lt {
  width: 49.16667%;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .05)
}

.ssxl-con .ssxl-lt .rdtjInfo-box .con {
  padding: 20px
}

.ssxl-con .ssxl-lt .rdtjInfo-box .con .tit {
  font-size: 24px;
  line-height: 36px;
  height: 72px
}

.hyzj-list li .rdtjInfo-box .img .icon-bofang,
.ssxl-list li .rdtjInfo-box .img .icon-bofang {
  font-size: 45px
}

.ssxl-con .ssxl-rt {
  width: 50%
}

.ssxl-con .ssxl-rt .ssxl-list {
  margin-top: -10px
}

.ssxl-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px
}

.ssxl-list li {
  width: 50%;
  padding: 10px
}

.ssxl-list li .rdtjInfo-box .con {
  padding: 14px 0 0
}

.ssxl-list li .rdtjInfo-box .con .tit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ssxl-list li .rdtjInfo-box .con .marks {
  margin-top: 0
}

.hyzj-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px
}

.hyzj-list li {
  width: 25%;
  padding: 10px
}

.hyzj-list li .rdtjInfo-box .con {
  padding: 14px 0 6px
}

.hyzj-list li .rdtjInfo-box .con .tit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hyzj-list li .rdtjInfo-box .con .marks {
  margin-top: 5px
}

.live-ss-tabs-wrap {
  background-color: transparent
}

.liveTab-ss-swiper-box {
  background: #FFF;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1)
}

.liveTab-ss-swiper-box .live-tab-con {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px
}

.liveTab-ss-swiper-box .live-tab-con .img {
  width: 43px;
  margin-left: 0;
  margin-right: 10px
}

.selector {
  background: #FFF;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
  font-size: 16px
}

.selector .selectorLine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.selector .sl-v-tab,
.tv-hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.selector .selectorLine:first-child .sl-key {
  padding-top: 24px
}

.selector .selectorLine:first-child .sl-value {
  padding-top: 24px;
  position: relative
}

.selector .selectorLine:last-child {
  border: none
}

.selector .selectorLine:last-child .sl-key,
.selector .selectorLine:last-child .sl-value {
  padding-bottom: 24px
}

.selector .selectorLine .sl-key {
  width: 127px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  line-height: 30px;
  padding: 13px 30px 13px 0;
  text-align: right;
  background: #F7FCFE;
  position: absolute;
  top: 0;
  left: 0
}

.selector .selectorLine .sl-value {
  padding: 13px 70px 13px 157px;
  width: 100%
}

.selector .sl-v-tab {
  display: -webkit-box;
  display: flex
}

.selector .sl-v-tab .all {
  height: 30px;
  line-height: 30px;
  background: #EDEDED;
  color: #333;
  padding: 0 14px;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.selector .sl-v-tab .all:hover,
.selector .sl-v-tab .item.active,
.selector .sl-v-tab .item:hover {
  color: #F39800
}

.selector .sl-v-tab .all.active {
  background-color: #F39800;
  color: #fff
}

.selector .sl-v-tab .item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  position: relative
}

.selector .sl-v-tab .item::before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  background: url(../images/tab_active.png) center no-repeat;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  margin-right: 10px
}

.brandTab2-swiper-box .tab-con.active .icon .hover,
.selector .sl-v-tab .item.active::before {
  opacity: 1;
  visibility: visible
}

.sl-tab-cont .sl-tab-cont-item {
  border-top: 1px dashed rgba(0, 0, 0, .1);
  padding-top: 15px;
  font-size: 0;
  display: none;
  margin-top: 14px
}

.sl-tab-cont .sl-tab-cont-item a {
  font-size: 14px;
  padding: 5px 20px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  display: inline-block;
  background: #F7FCFE;
  color: #666;
  margin: 5px 20px 5px 0
}

.sl-tab-cont .sl-tab-cont-item a.active,
.sl-tab-cont .sl-tab-cont-item a:hover {
  background-color: rgba(254, 244, 229, .5);
  color: #F39800
}

.show-more {
  color: #F39800;
  position: absolute;
  top: 13px;
  right: 30px;
  line-height: 30px;
  background: url(../images/arr_bt.png) right center no-repeat;
  padding-right: 10px;
  cursor: pointer;
  font-size: 14px
}

.show-more.active {
  background: url(../images/arr_bt_on.png) right center no-repeat
}

.single-wrap {
  height: 30px;
  overflow: hidden
}

.single-wrap.active {
  height: auto;
  overflow: visible
}

.tv-hd {
  margin-top: 12px;
  border-bottom: 1px solid #F0F0F0;
  padding: 18px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px
}

.tv-hd .tv-tabs,
.tv-hd .tv-tabs .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.tv-hd .tv-tit {
  padding-left: 26px;
  background: url(../images/ship.png) left center no-repeat
}

.tv-hd .tv-tit .num {
  color: #F39800
}

.tv-hd .tv-tabs {
  display: flex
}

.tv-hd .tv-tabs .item {
  margin-left: 48px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tv-hd .tv-tabs .item.active .icon-checkbox::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

.tv-hd .tv-tabs .item .icon-checkbox {
  display: block;
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  margin-right: 8px
}

.paging,
.paging .page-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.tv-hd .tv-tabs .item .icon-checkbox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #F39800;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.live-info-box .rt-info .info-hd::after,
.paging a::after {
  height: 1px;
  left: 0;
  content: ''
}

.paging a::after,
.rt-blfx-list li,
.rt-blfx-list li::after {
  -moz-transition: .5s;
  -o-transition: .5s
}

.tv-list-wrap .ssxl-list {
  margin-left: -10px;
  margin-right: -10px
}

.tv-list-wrap .ssxl-list li {
  width: 25%
}

.tv-list-wrap .ssxl-list li .rdtjInfo-box .con {
  padding: 14px 20px
}

.tv-list-wrap .ssxl-list li .rdtjInfo-box .con .tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal
}

.tv-list-wrap .ssxl-list li .rdtjInfo-box .con .marks {
  margin-top: 10px
}

.paging {
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0
}

.paging .total-num {
  margin-left: 10px
}

.paging .total-num .num {
  color: #F39800
}

.paging .page-num {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.live-info-box,
.live-info-box .lt-video .bt-info,
.paging a {
  display: -webkit-box;
  display: -webkit-flex
}

.paging a {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 10px
}

.paging a.active,
.paging a:hover {
  color: #F39800
}

.paging a::after {
  position: absolute;
  bottom: 0;
  width: 0;
  background: #F39800;
  -webkit-transition: .5s;
  transition: .5s
}

.comm-rel-btn,
.paging .p-btn .arr {
  -webkit-transition: .3s;
  -o-transition: .3s
}

.paging a.active::after {
  width: 100%
}

.paging .p-btn {
  width: 94px;
  height: 32px;
  background: #FFF;
  border: 1px solid rgba(102, 102, 102, .5);
  color: rgba(51, 51, 51, .5)
}

.brand-qy-wrap,
.guide-wrap,
.paging .p-btn .arr {
  background-position: center;
  background-repeat: no-repeat
}

.paging .p-btn.prev-btn:hover .arr-left {
  background-image: url(../images/arr_left_on.png)
}

.paging .p-btn.next-btn:hover .arr-right {
  background-image: url(../images/arr_right_on.png)
}

.paging .p-btn .arr {
  display: inline-block;
  width: 14px;
  height: 10px;
  -moz-background-size: contain;
  background-size: contain;
  -moz-transition: .3s;
  transition: .3s
}

.paging .p-btn .arr-left {
  background-image: url(../images/arr_left.png);
  margin-right: 4px
}

.paging .p-btn .arr-right {
  background-image: url(../images/arr_right.png);
  margin-left: 4px
}

.live-art,
.live-info-box {
  background: #FFF
}

.paging .p-btn:hover {
  color: #F39800;
  border: 1px solid #F39800
}

.paging .p-btn::after {
  display: none
}

.paging .p-btn .iconfont {
  font-size: 1.5625vw
}

.live-video-det {
  padding-bottom: 100px
}

.live-info-box {
  -moz-box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .1);
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.live-info-box .lt-video {
  width: 60.83333%;
  position: relative
}

.live-info-box .lt-video .bt-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, .5);
  padding: 16px 20px;
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}

.jctj-list li img,
.live-info-box .lt-video #video {
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}

.live-info-box .lt-video .bt-info .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px
}

.live-info-box .lt-video .bt-info .item .iconfont {
  margin-right: 10px
}

.live-info-box .lt-video .bt-info .item:last-child {
  margin-right: 0
}

.live-info-box .lt-video .rdtjInfo-box .img .sign {
  top: 20px;
  right: 20px
}

.live-info-box .lt-video #video {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.live-info-box .lt-video .rdtjInfo-box .img .icon-bofang {
  cursor: pointer
}

.live-info-box .lt-video .rdtjInfo-box .img::after {
  display: none
}

.live-info-box .rt-info {
  width: 39.16667%;
  padding: 30px 40px
}

.live-info-box .rt-info .info-hd {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  position: relative
}

.live-info-box .rt-info .info-hd::after {
  width: 100px;
  background: #F39800;
  position: absolute;
  bottom: -1px
}

.live-info-box .rt-info .info-txt {
  line-height: 30px;
  font-size: 16px
}

.live-info-box .rt-info .info-txt .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px
}

.live-info-box .rt-info .info-txt .item label {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #999;
  margin-right: 10px
}

.live-info-box .rt-info .info-txt .item .duration-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.live-info-box .rt-info .info-txt .item .duration-txt .iconfont {
  margin-right: 5px
}

.live-info-box .rt-info .info-txt .item .tag {
  height: 25px;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #F39800;
  margin: 1px 2px 1px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  color: #F39800
}

.live-info-box .rt-info .info-txt .price-txt {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.live-info-box .rt-info .info-txt .price-txt .imp {
  font-size: 24px
}

.live-info-box .rt-info .info-txt .price-txt .buy-btn {
  width: 94px;
  height: 39px;
  background: #F39800;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 39px
}

.live-art {
  margin-top: 30px;
  -moz-box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .1);
  padding: 30px 40px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  min-height: 270px
}

.live-video-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.comm-det-hd,
.comment-list-box .c-item .c-tags {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.live-video-sec .lt {
  width: 73.66667%
}

.live-video-sec .rt {
  width: 21.5%
}

.comm-det-hd {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  font-size: 24px
}

.comm-det-hd .tit {
  padding-bottom: 18px;
  position: relative
}

.comm-det-hd .tit::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F39800
}

.comm-rel-btn {
  float: right;
  width: 107px;
  height: 39px;
  background: #F39800;
  line-height: 39px;
  text-align: center;
  color: #fff;
  -moz-transition: .3s;
  transition: .3s
}

.comment-wrap {
  margin-top: 29px
}

.comment-txt-box {
  font-size: 16px
}

.comment-txt-box .comment-txt {
  width: 100%;
  min-height: 230px;
  line-height: 30px;
  padding: 20px 30px;
  background: #FFF;
  border: 1px solid #E8E8E8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.brandTab2-swiper-box .tab-con .icon img,
.jctj-list li img {
  top: 50%;
  -o-transition: .5s ease-out 0s;
  -webkit-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  -webkit-transform: translate(-50%, -50%);
  z-index: 2
}

.comment-txt-box .comment-txt:focus {
  border-color: #F39800
}

.comment-txt-box .comm-rel-btn {
  margin-top: 20px
}

.comment-list-box {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px
}

.comment-list-box .c-item {
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8
}

.comment-list-box .c-item .c-name {
  font-weight: 700;
  color: #333
}

.comment-list-box .c-item .c-info {
  color: #666
}

.comment-list-box .c-item .c-tags {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #999
}

.comment-list-box .c-item .c-tags .sub-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px
}

.comment-list-box .c-item .c-tags .sub-item .icon-shijian {
  margin-right: 8px
}

.comment-list-box .c-item .c-tags .sub-item .icon-pinglun {
  color: #F39800;
  cursor: pointer
}

.comment-list-box .c-item .c-tags .sub-item:last-child {
  margin-right: 0
}

.comment-list-box .c-item .sub-comment-box {
  margin-top: 8px;
  display: none;
  padding-bottom: 30px
}

.album-list li .rdtjInfo-box .con,
.rec-list li .rdtjInfo-box .con {
  padding: 16px 20px
}

.comment-list-box .c-item .sub-comment-box .comment-txt {
  min-height: 150px
}

.imp {
  color: #F39800
}

.rec-list li {
  margin-bottom: 20px
}

.inter-page-wrap .sub-con-box .sub-con:last-child,
.inter-page-wrap .sub-con-box .sub-con:nth-last-child(2),
.jctj-list li:last-child {
  margin-bottom: 0
}

.rec-list li .rdtjInfo-box .img .icon-bofang {
  font-size: 45px
}

.jctj-list {
  margin-top: 10px
}

.jctj-list li {
  margin-top: 20px;
  position: relative;
  overflow: hidden
}

.jctj-list li::before {
  content: '';
  padding-top: 98.59649%
}

.jctj-list li img {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: .5s ease-out 0s;
  width: 100%;
  height: 100%
}

.cloud-series-det {
  -webkit-box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .1);
  padding: 40px
}

.cloud-series-det .comm-det-hd .tit::after {
  width: 100px
}

.cloud-series-det .series-txt {
  padding: 30px 0;
  line-height: 30px;
  color: #666
}

.cloud-series-det .series-ft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999
}

.cloud-series-det .series-ft .price-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cloud-series-det .series-ft .imp {
  font-size: 24px
}

.cloud-series-det .series-ft .buy-btn {
  width: 94px;
  height: 39px;
  background: #F39800;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  line-height: 39px
}

.album-list {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.album-list .lii {
  width: 33.3333%;
  padding: 20px;
  position: relative;
  margin-bottom: 10px
}

.album-list li .shadow {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .19);
  -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .19);
  z-index: 1
}

.album-list li .rdtjInfo-box {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
  position: relative;
  background-color: #fff;
  z-index: 2
}

.album-list li .rdtjInfo-box .con .marks-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #999;
  margin-top: 5px
}

.album-list li .rdtjInfo-box .con .marks-info .m-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.album-list li .rdtjInfo-box .con .marks-info .m-item .iconfont,
.bl-list li .sec .con .time .iconfont,
.rt-blfx-list li .time .iconfont {
  margin-right: 10px
}

.album-list li .rdtjInfo-box .con .marks-info .m-item:last-child {
  margin-right: 0
}

.album-list li .rdtjInfo-box .ft-tips {
  border-top: 1px solid rgba(204, 204, 204, .4);
  padding: 15px 20px 20px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.album-list li .rdtjInfo-box .ft-tips .jr-tip {
  position: relative;
  color: #F39800
}

.album-list li .rdtjInfo-box .ft-tips .jr-tip::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F39800
}

.tv-list-wrap .ssxl-xl-list {
  margin-left: -15px;
  margin-right: 0
}

.ssxl-xl-list li {
  position: relative;
  padding: 15px;
  margin-bottom: 10px
}

.ssxl-xl-list li .rdtjInfo-box {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
  position: relative;
  background-color: #fff;
  z-index: 2
}

.ssxl-xl-list li .rdtjInfo-box .con {
  background: #fff
}

.ssxl-xl-list li .rdtjInfo-box::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .19);
  -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .19);
  z-index: -1
}

.comm-search-wrap {
  position: relative
}

.comm-search-wrap .form-txt {
  width: 100%;
  padding: 24px 130px 24px 30px;
  font-size: 16px;
  background: #FFF;
  -webkit-box-shadow: 1px 0 12px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 0 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 1px 0 12px 0 rgba(0, 0, 0, .1);
  color: #999
}

.comm-search-wrap .sub-btn {
  width: 140px;
  height: 100%;
  background: #F39800;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px
}

.blfx-wrap,
.brandTab2-swiper-box .tab-con {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex
}

.comm-search-wrap .sub-btn .iconfont {
  margin-left: 10px
}

@media screen and (min-width: 1024px) {
  .live-tab-con:hover .con .cn {
    color: #F39800
  }

  .live-tab-con:hover .con .en {
    color: #F39800;
    opacity: 1
  }

  .rdtjInfo-box:hover .img {
    -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 9px 9px rgba(0, 0, 0, .1);
    box-shadow: 0 9px 9px rgba(0, 0, 0, .1)
  }

  .rdtjInfo-box:hover .img>img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .rdtjInfo-box:hover .con .browse-txt,
  .rdtjInfo-box:hover .con .tit,
  .rdtjInfo-box:hover .con .tit a {
    color: #F39800
  }

  .rec-list li .rdtjInfo-box:hover,
  .tv-list-wrap .ssxl-list li .rdtjInfo-box:hover {
    background: #FFF;
    -webkit-box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19)
  }

  .jctj-list li:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }
}

.brand-tabs-wrap {
  position: relative
}

.brand-tabs-wrap::after {
  content: '';
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, .2)
}

.brandTab2-swiper-box {
  position: relative
}

.brandTab2-swiper-box .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left
}

.brandTab2-swiper-box .tab-con {
  height: 116px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.brandTab2-swiper-box .tab-con.active .tit::before,
.comm-modal {
  display: none
}

.brandTab2-swiper-box .tab-con:hover {
  color: #F39800
}

.brandTab2-swiper-box .tab-con.active {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 18px;
  background: url(../images/b_tab_bg.jpg) center no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.bl-list li .sec .img::after,
.brandTab2-swiper-box .tab-con .icon .hover,
.brandTab2-swiper-box .tab-con.active .icon .default,
.meeting-cont .con::after,
.zjgd-list li .sec::before {
  opacity: 0;
  visibility: hidden
}

.brandTab2-swiper-box .tab-con.active .tit {
  padding-bottom: 0
}

.brandTab2-swiper-box .tab-con .icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 auto
}

.brandTab2-swiper-box .tab-con .icon img {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .5s ease-out 0s;
  max-height: 100%;
  max-width: 100%
}

.brandTab2-swiper-box .tab-con .tit {
  margin-top: 10px;
  position: relative;
  padding-bottom: 20px
}

.brandTab2-swiper-box .tab-con .tit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15px;
  height: 2px;
  background: #F39800
}

.brandTab2-swiper-box .swiper-btn {
  width: 46px;
  height: 46px;
  background: #FFF;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: auto;
  bottom: 14px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.brandTab2-swiper-box .swiper-btn:hover {
  border-color: #F39800
}

.brandTab2-swiper-box .swiper-btn .iconfont {
  font-size: 20px
}

.brandTab2-swiper-box .swiper-button-next {
  right: -66px
}

.brandTab2-swiper-box .swiper-button-prev {
  left: -66px
}

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

.blfx-wrap .lt {
  width: 66.16667%
}

.blfx-wrap .rt {
  width: 32.25%
}

.rt-blfx-list {
  -webkit-box-shadow: 1px 0 6px 1px rgba(0, 0, 0, .08);
  -moz-box-shadow: 1px 0 6px 1px rgba(0, 0, 0, .08);
  box-shadow: 1px 0 6px 1px rgba(0, 0, 0, .08)
}

.rt-blfx-list li {
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s
}

.rt-blfx-list li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #F39800;
  -webkit-transition: .5s;
  transition: .5s
}

.brand-qy-wrap,
.guide-wrap {
  -moz-background-size: cover
}

.bl-list li .sec .img img,
.bl-list li .sec .img::after {
  -o-transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s
}

.rt-blfx-list li:last-child {
  border: none
}

.rt-blfx-list li a {
  display: block;
  padding: 32px 20px
}

.rt-blfx-list li .tit {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.bd-topic-banner .bt-con .img img,
.blfx-banner .swiper-slide .con>img {
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  z-index: 2
}

.rt-blfx-list li .time {
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
  margin-top: 6px
}

.blfx-banner,
.blfx-banner .swiper-slide {
  position: relative
}

.blfx-banner .swiper-slide::before {
  content: '';
  padding-top: 55.66751%
}

.blfx-banner .swiper-slide .con {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%
}

.blfx-banner .swiper-slide .con>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s
}

.blfx-banner .swiper-slide .con .sign {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px
}

.blfx-banner .swiper-slide .con .bt-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .23);
  color: #fff;
  z-index: 2;
  height: 78px;
  line-height: 78px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  padding: 0 80px 0 20px
}

.swiper-num {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #fff;
  z-index: 2;
  line-height: 78px
}

.swiper-num .active {
  font-size: 18px
}

.bl-list li .sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 30px;
  border-bottom: 1px solid #e2e2e2
}

.bl-list li .sec .img {
  width: 22.80702%;
  position: relative;
  overflow: hidden
}

.bl-list li .sec .img img,
.bl-list li .sec .img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2
}

.bl-list li .sec .img::before {
  content: '';
  padding-top: 56.15385%
}

.bl-list li .sec .img::after {
  content: '';
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  transition: .5s
}

.bl-list li .sec .img img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .5s
}

.bl-list li .sec .con .tit,
.zjgd-list li .sec::before {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s
}

.bl-list li .sec .con {
  width: 75%
}

.bl-list li .sec .con .tit {
  font-size: 19px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  transition: .5s
}

.bl-list li .sec .con .time {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  margin-top: 16px
}

.bl-list li .sec .con .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  line-height: 25px
}

.bl-list li .sec .con .tags .item {
  border: 1px solid #ECECEC;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 25px;
  line-height: 24px;
  padding: 0 10px;
  color: #F39800;
  margin: 1px 10px 1px 0
}

.guide-wrap {
  background-size: cover;
  padding: 60px 0
}

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

.guide-list li {
  width: 49%
}

.guide-list li .sec {
  display: block;
  height: 100%;
  width: 100%;
  padding: 30px;
  overflow: hidden
}

.guide-list li .tit {
  font-size: 22px;
  line-height: 36px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.guide-list li .time {
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px
}

.guide-list li .time .iconfont {
  margin-right: 10px;
  color: #999
}

.guide-list li .txt {
  font-size: 16px;
  font-weight: 300;
  color: #999;
  line-height: 24px;
  margin-top: 16px;
  padding-top: 26px;
  border-top: 1px dashed #ccc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.guide-list li .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 25px;
  margin-top: 34px
}

.guide-list li .tags .item {
  margin: 1px 10px 1px 0;
  display: inline-block;
  padding: 0 10px;
  color: #F39800;
  line-height: 24px;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 25px
}

.guide-list2 li .sec {
  display: block;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid rgba(207, 207, 207, .33)
}

.guide-list2 li .sec .time {
  width: 157px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 50px
}

.guide-list2 li .sec .time::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 75px;
  background: #CFCFCF;
  opacity: .5
}

.guide-list2 li .sec .time .day {
  font-size: 50px;
  font-weight: 300;
  color: #333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.guide-list2 li .sec .time .year {
  font-size: 16px;
  color: #666
}

.guide-list2 li .sec .con .tit {
  font-size: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.guide-list2 li .sec .con .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 25px;
  margin-top: 26px
}

.guide-list2 li .sec .con .tags .item {
  margin: 1px 10px 1px 0;
  display: inline-block;
  padding: 0 10px;
  color: #F39800;
  line-height: 24px;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 25px
}

.spzq-list,
.xszt-list,
.zjgd-list {
  margin-left: -10px
}

.zjgd-list {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px
}

.zjgd-list li {
  width: 50%;
  padding: 10px
}

.zjgd-list li .sec {
  display: block;
  width: 100%;
  background: #FFF;
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  padding: 30px;
  position: relative
}

.zjgd-list li .sec::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 144px;
  background: url(../images/gd_bg.png) center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  transition: .5s
}

.zjgd-list li .sec .date-box {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.zjgd-list li .sec .date-box .date .day {
  font-size: 30px;
  font-weight: 300;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.zjgd-list li .sec .date-box .date .year {
  color: #999;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.zjgd-list li .sec .date-box .more {
  color: #999;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.zjgd-list li .sec .tit {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 18px;
  line-height: 30px;
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s
}

.bd-topic-banner .bt-con .con .tit,
.opin-det .opin-hd {
  font-size: 30px;
  font-weight: 700
}

.opin-det {
  padding-bottom: 100px
}

.opin-det .opin-hd {
  text-align: center;
  color: #333;
  line-height: 30px
}

.opin-det .sub-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px
}

.opin-det .sub-hd .item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #999;
  line-height: 30px
}

.opin-det .share-box,
.opin-page {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.opin-det .sub-hd .item .iconfont {
  margin-right: 10px;
  font-size: 14px
}

.opin-det .txt {
  border-top: 1px solid #E6E6E6;
  padding: 70px 0;
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  white-space: pre-line;
}

.opin-det .share-box {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #999
}

.opin-page {
  display: -webkit-box;
  display: flex;
  padding: 40px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #E6E6E6
}

.bd-topic-banner .bt-con,
.opin-page a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.opin-page a {
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  color: #666;
  line-height: 30px
}

.opin-page a:hover {
  color: #F39800
}

.opin-page a .iconfont {
  font-size: 12px;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8)
}

.bd-topic-banner .bt-con .img img,
.meeting-cont .img img,
.sphg-con video,
.xszt-list li .sec .img img,
.zjjs-list li .sec img {
  -ms-transform: translate(-50%, -50%)
}

.bd-topic-banner {
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  padding: 20px;
  position: relative
}

.bd-topic-banner .bt-con {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.bd-topic-banner .bt-con .img {
  position: relative;
  overflow: hidden;
  width: 57.58621%
}

.bd-topic-banner .bt-con .img::before {
  content: '';
  padding-top: 56.13772%
}

.bd-topic-banner .bt-con .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  width: 100%;
  height: 100%
}

.meeting-cont .img img,
.xszt-list li .sec .img img {
  top: 50%;
  left: 50%
}

.bd-topic-banner .bt-con .con {
  width: 38.7931%;
  padding-top: 40px
}

.bd-topic-banner .bt-con .con .time {
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  margin-top: 16px;
  align-items: center
}

.bd-topic-banner .bt-con .con .time .iconfont {
  margin-right: 10px
}

.bd-topic-banner .bt-con .con .txt {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #666;
  line-height: 30px;
  margin-top: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.bd-topic-banner .bt-con .con .more {
  width: 94px;
  height: 33px;
  background: #FFF;
  border: 1px solid #F39800;
  display: block;
  color: #F39800;
  margin-top: 30px;
  text-align: center;
  line-height: 32px
}

.brand-qy-wrap .qy-wrap,
.xszt-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap
}

.bd-topic-banner .train-arrow {
  color: #ccc;
  bottom: 10px;
  right: 10px
}

.bd-topic-banner .train-arrow .swiper-btn .iconfont {
  color: #ccc
}

.bd-topic-banner .train-arrow .swiper-btn:hover .iconfont {
  color: #F39800
}

.xszt-list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px
}

.xszt-list li {
  width: 33.3333%;
  padding: 10px
}

.xszt-list li .sec {
  display: block;
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  border: 1px solid #fff
}

.comm-brand-hd::after,
.xszt-list li .sec .tit::before {
  background-color: #F39800;
  content: ''
}

.xszt-list li .sec .img {
  position: relative;
  overflow: hidden
}

.xszt-list li .sec .img::before {
  content: '';
  padding-top: 56.21762%
}

.xszt-list li .sec .img .time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  z-index: 3;
  font-size: 16px
}

.brand-qy-wrap .brand-qy-banner .swiper-num .active,
.comm-modal .close-btn:hover {
  color: #F39800
}

.xszt-list li .sec .img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: .5s ease-out 0s;
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  width: 100%;
  height: 100%
}

.xswz-list li,
.xszt-list li .sec .tit::before {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s
}

.xszt-list li .sec .tit {
  font-size: 18px;
  height: 76px;
  line-height: 76px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative
}

.xszt-list li .sec .tit::before {
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s
}

.comm-modal .close-btn .iconfont,
.hot-info-list li .tit {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s
}

.brand-qy-wrap {
  background-size: cover;
  padding: 80px 0
}

.brand-qy-wrap .qy-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.comm-brand-hd,
.spzq-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.brand-qy-wrap .brand-qy-banner {
  width: 66%;
  position: relative
}

.brand-qy-wrap .brand-qy-banner .bt-con .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, .4)
}

.brand-qy-wrap .brand-qy-banner .train-arrow {
  bottom: 0;
  right: 0;
  z-index: 3
}

.brand-qy-wrap .brand-qy-banner .swiper-num {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: auto;
  z-index: 3;
  line-height: 60px
}

.brand-qy-wrap .brand-qy-info {
  width: 31.5%
}

.brand-qy-wrap .brand-qy-info .comm-brand-hd {
  margin-left: 30px
}

.comm-brand-hd {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.comm-brand-hd .tit {
  float: none
}

.comm-brand-hd::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 119px;
  height: 1px
}

.hot-info-list li .sec {
  display: block;
  padding: 30px
}

.hot-info-list li .tit {
  font-size: 22px;
  line-height: 30px;
  transition: .3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.hot-info-list li .txt {
  color: #999;
  line-height: 24px;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.hot-info-list li .line {
  width: 30px;
  height: 3px;
  background: #F39800;
  margin-top: 26px
}

.spzq-wrap {
  padding: 80px 0;
  background: #fafdfe
}

.spzq-list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px
}

.spzq-list li {
  width: 33.3333%;
  padding: 10px
}

.spzq-list li .con {
  padding: 30px 20px
}

.jcsj-wrap,
.xswz-wrap {
  padding: 80px 0
}

.xswz-list {
  margin-top: 20px
}

.xswz-list li {
  padding: 50px 20px;
  transition: .5s;
  border-color: #E6E6E6
}

.jcsj-list li .rdtjInfo-box .wm-bt-con {
  font-size: 18px;
  text-align: center;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.comm-modal {
  background: url(../images/modal_bg.jpg) center/cover no-repeat;
  padding: 80px 40px 60px;
  width: 700px;
  height: 450px;
  font-size: 18px;
  line-height: 30px
}

.brandCont-guide-swiper .guide-list li,
.brandCont-guide-swiper .zjgd-list li,
.brandCont-swiper .xszt-list li {
  width: 100%
}

.comm-modal .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer
}

.comm-modal .close-btn .iconfont {
  font-size: 28px;
  transition: .3s
}

.comm-modal .txt {
  height: 260px;
  overflow-y: auto
}

.comm-modal .ft-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.comm-modal .ft-btn .tit {
  padding-right: 40px;
  display: inline-block
}

.comm-modal .ft-btn .layui-form-radio {
  margin-top: 0
}

.comm-modal .ft-btn .layui-form-radio * {
  font-size: 18px
}

.comm-modal .ft-btn .layui-form-radio>i {
  color: #E1E1E1;
  font-size: 17px
}

.comm-modal .ft-btn .layui-form-radio>i:hover,
.comm-modal .ft-btn .layui-form-radioed>i {
  color: #F39800
}

@media screen and (min-width: 1024px) {
  .rt-blfx-list li:hover {
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .16)
  }

  .rt-blfx-list li:hover .tit {
    color: #F39800
  }

  .rt-blfx-list li:hover::after {
    width: 100%;
    left: 0
  }

  .blfx-banner .swiper-slide .con>img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .bl-list li .sec:hover .img img,
  .xszt-list li .sec:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .bl-list li .sec:hover {
    background-color: #fafdfe
  }

  .bl-list li .sec:hover .img::after {
    opacity: 1;
    visibility: visible
  }

  .bl-list li .sec:hover .img img {
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .bl-list li .sec:hover .con .tit {
    font-weight: 700;
    opacity: 1;
    color: #333
  }

  .guide-list li .sec:hover {
    background: #FFF;
    -webkit-box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08);
    padding: 30px
  }

  .guide-list2 li .sec:hover {
    background: #F7FCFE
  }

  .guide-list2 li .sec:hover .time .day {
    color: #F39800
  }

  .guide-list2 li .sec:hover .con .tit {
    color: #333
  }

  .zjgd-list li .sec:hover {
    background: #F39800;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .16)
  }

  .hot-info-list li .sec:hover,
  .spzq-list li .rdtjInfo-box:hover {
    -webkit-box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19)
  }

  .zjgd-list li .sec:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(10px, 20px);
    -moz-transform: translate(10px, 20px);
    -ms-transform: translate(10px, 20px);
    -o-transform: translate(10px, 20px);
    transform: translate(10px, 20px)
  }

  .zjgd-list li .sec:hover .date-box .date .day {
    color: #fff
  }

  .zjgd-list li .sec:hover .date-box .date .year,
  .zjgd-list li .sec:hover .date-box .more {
    color: #fff;
    opacity: .5
  }

  .zjgd-list li .sec:hover .tit {
    color: #fff;
    border-color: #fff
  }

  .xszt-list li .sec:hover {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #F39800
  }

  .xszt-list li .sec:hover .img img {
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .xszt-list li .sec:hover .tit {
    color: #333
  }

  .xszt-list li .sec:hover .tit::before {
    height: 0
  }

  .bd-topic-banner .bt-con .img img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .bd-topic-banner .bt-con .con .more:hover {
    background-color: #F39800;
    color: #fff
  }

  .hot-info-list li .sec:hover .tit,
  .jcsj-list li .rdtjInfo-box:hover .wm-bt-con {
    color: #F39800
  }

  .hot-info-list li .sec:hover {
    background: #FFF;
    box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19)
  }

  .spzq-list li .rdtjInfo-box:hover {
    box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19);
    background: #FFF
  }

  .jcsj-list li .rdtjInfo-box:hover,
  .xswz-list li:hover {
    background: #FFF;
    -webkit-box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19)
  }
}

.meeting-cont .img img,
.sphg-con video,
.zjjs-list li .sec img {
  -moz-transform: translate(-50%, -50%)
}

.guide-list li .tit {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.brandCont-guide-swiper .guide-list li:hover .sec {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.brandCont-guide-swiper .guide-list li:hover .sec .tit {
  color: #F39800
}

.brandCont-swiper-box .brandCont-guide-swiper .swiper-slide {
  padding: 24px 13px
}

.meeting-banner-wrap {
  padding: 60px 0;
  background: #FAFDFE;
  position: relative
}

.meeting-banner-wrap .swiper-slide {
  width: 41.66667%;
  padding: 20px
}

.meeting-banner-wrap .swiper-slide .meeting-cont .tags {
  border-top: 1px solid rgba(204, 204, 204, .4);
  padding: 30px;
  background-color: transparent
}

.meeting-banner-wrap .swiper-btn {
  width: 80px;
  height: 80px;
  background: #FFF;
  -webkit-box-shadow: -7px 3px 26px 3px rgba(0, 0, 0, .15);
  -moz-box-shadow: -7px 3px 26px 3px rgba(0, 0, 0, .15);
  box-shadow: -7px 3px 26px 3px rgba(0, 0, 0, .15);
  opacity: .9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.meeting-banner-wrap .swiper-button-next {
  right: 16.66667vw
}

.meeting-banner-wrap .swiper-button-prev {
  left: 16.66667vw
}

.meeting-cont {
  display: block;
  -webkit-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s
}

.meeting-cont .con .at-info,
.meeting-cont .con .at-info .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.meeting-cont .img {
  position: relative;
  overflow: hidden
}

.meeting-cont .img img,
.meeting-cont .img::after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%
}

.meeting-cont .img::before {
  content: '';
  padding-top: 42.125%
}

.meeting-cont .img::after {
  content: '';
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .34);
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s
}

.meeting-cont .img img {
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s ease-out 0s;
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s
}

.meeting-cont .con {
  padding: 24px 30px;
  position: relative;
  overflow: hidden
}

.meeting-cont .con::after,
.meeting-cont .con::before {
  position: absolute;
  right: 0;
  content: ''
}

.meeting-cont .con::before {
  top: 0;
  left: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#F39800), to(#FC3));
  background: -webkit-linear-gradient(left, #F39800, #FC3);
  background: -moz-linear-gradient(left, #F39800, #FC3);
  background: -o-linear-gradient(left, #F39800, #FC3);
  background: linear-gradient(90deg, #F39800, #FC3);
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.meeting-cont .con::after {
  bottom: 42px;
  width: 180px;
  height: 236px;
  background: url(../images/m_list_bg.png) center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.meeting-cont .con .tit {
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.meeting-cont .con .at-info {
  margin-top: 18px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.meeting-cont .con .at-info .item {
  margin-right: 60px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(51, 51, 51, .6)
}

.meeting-cont .con .at-info .item .iconfont {
  font-size: 14px;
  margin-right: 10px
}

.meeting-cont .con .at-info .item:last-child {
  margin-right: 0
}

.meeting-cont .tags {
  padding: 20px 30px;
  line-height: 24px;
  background: #FAFDFE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.meeting-cont .tags .item {
  height: 25px;
  line-height: 24px;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 1px 8px 1px 0;
  display: inline-block;
  color: #F39800;
  padding: 0 10px
}

.meeting-list,
.meeting-tab-con .mt-tab-hd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox
}

.meeting-list {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px
}

.meeting-list li {
  width: 33.3333%;
  padding: 10px
}

.meeting-tabs-wrap {
  background: #FAFDFE;
  padding: 60px 0
}

.meeting-tab-con .mt-tab-hd {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.meeting-tab-con .mt-tab-hd .item {
  font-size: 18px;
  color: #666;
  padding-left: 25px;
  margin: 0 15px;
  background-position: left center;
  background-repeat: no-repeat
}

.meeting-tab-con .mt-tab-hd .item-time {
  background-image: url(../images/icon_shijian.png)
}

.meeting-tab-con .mt-tab-hd .item-address {
  background-image: url(../images/icon_dizhi.png)
}

.meetingTab-swiper-box {
  margin-top: 30px;
  position: relative
}

.meetingTab-swiper-box .swiper-slide {
  padding: 10px;
  width: 14.3%
}

.meetingTab-swiper-box .swiper-slide:hover .mt-tab-item .tit {
  color: #F39800
}

.meetingTab-swiper-box .swiper-slide.active .mt-tab-item .tit {
  color: #fff
}

.meetingTab-swiper-box .swiper-slide.active .mt-tab-item::after {
  background: url(../images/mt_tab_bg.png) center no-repeat
}

.meetingTab-swiper-box .swiper-slide .mt-tab-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 154px;
  height: 80px;
  position: relative;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1)
}

.meetingTab-swiper-box .swiper-slide .mt-tab-item .tit {
  color: #333;
  font-size: 18px;
  position: relative;
  z-index: 3;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.meetingTab-swiper-box .swiper-slide .mt-tab-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F39800), to(#FC3));
  background: -webkit-linear-gradient(top, #F39800, #FC3);
  background: -moz-linear-gradient(top, #F39800, #FC3);
  background: -o-linear-gradient(top, #F39800, #FC3);
  background: linear-gradient(180deg, #F39800, #FC3)
}

.meetingTab-swiper-box .swiper-slide .mt-tab-item::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/mt_tab_bg2.png) center no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.meeting-page-wrap {
  padding: 80px 0
}

.conf-intro-sec .intro-txt,
.sche-sec {
  padding-top: 50px
}

.conf-intro-sec .intro-txt article {
  font-size: 16px;
  color: #666;
  line-height: 30px
}

.conf-intro-sec .intro-txt .hide-txt {
  display: none
}

.conf-intro-sec .intro-txt .txt-btn {
  text-align: center;
  cursor: pointer;
  color: #666;
  margin-top: 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.conf-intro-sec .intro-txt .txt-btn.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.conf-intro-sec .intro-txt .txt-btn:hover {
  color: #F39800;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.notice-zjgd-list li .sec .date-box .lt,
.sche-tabs .item {
  -o-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s
}

.sche-sec {
  position: relative
}

.sche-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sche-tabs .item {
  width: 180px;
  height: 48px;
  border: 1px solid #F39800;
  text-align: center;
  line-height: 46px;
  transition: .3s;
  font-size: 18px;
  margin-right: 20px;
  cursor: pointer
}

.review-list li .sec,
.zjjs-list li .sec {
  -webkit-transition: .5s;
  -moz-transition: .5s
}

.sche-tabs .item:hover {
  color: #F39800
}

.sche-tabs .item.active {
  background: -webkit-gradient(linear, left top, right top, from(#F39800), to(#FC3));
  background: -webkit-linear-gradient(left, #F39800, #FC3);
  background: -moz-linear-gradient(left, #F39800, #FC3);
  background: -o-linear-gradient(left, #F39800, #FC3);
  background: linear-gradient(90deg, #F39800, #FC3);
  color: #fff
}

.sche-cont {
  margin-top: 60px
}

.sche-cont .c-item {
  display: none
}

.sche-cont .c-item .hd {
  color: #F39800;
  margin-bottom: 24px;
  font-size: 18px
}

.sche-cont .c-item .hd span {
  display: inline-block;
  font-weight: 700;
  background: 0 0;
  padding: 0 6px;
  color: #333
}

.sche-cont .c-item .sub-con,
.sphg-con .bt-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.sche-cont .c-item .sub-con {
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  padding: 24px 0;
  line-height: 36px
}

.sche-cont .c-item .sub-con .time {
  font-weight: 700;
  color: #F39800;
  padding-right: 40px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.sche-cont .c-item .sub-con .time::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 24px;
  -webkit-transform: translateY(-50%) skewX(-20deg);
  -moz-transform: translateY(-50%) skewX(-20deg);
  -ms-transform: translateY(-50%) skewX(-20deg);
  -o-transform: translateY(-50%) skewX(-20deg);
  transform: translateY(-50%) skewX(-20deg);
  background: -webkit-linear-gradient(279deg, #F39800, #FC3);
  background: -moz-linear-gradient(279deg, #F39800, #FC3);
  background: -o-linear-gradient(279deg, #F39800, #FC3);
  background: linear-gradient(171deg, #F39800, #FC3)
}

.sphg-con video,
.zjjs-list li .sec img {
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%
}

.sche-cont .c-item .sub-con .txt {
  color: #333;
  margin-left: 40px
}

.sche-cont .c-item:first-child {
  display: block
}

.expert-intro-sec {
  padding-top: 80px;
  position: relative
}

.zjjs-list {
  margin-top: 30px;
  display: unset;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px
}

.zjjs-list li {
  width: 25%;
  padding: 10px
}

.zjjs-list li .sec {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #fff
}

.zjjs-list li .sec::before {
  content: '';
  padding-top: 117.19298%
}

.zjjs-list li .sec img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: .5s ease-out 0s;
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  width: 100%;
  height: 100%
}

.zjjs-list li .sec .bt-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  background: -webkit-linear-gradient(3deg, rgba(243, 152, 0, .44) 56%, rgba(243, 152, 0, 0) 100%);
  background: -moz-linear-gradient(3deg, rgba(243, 152, 0, .44) 56%, rgba(243, 152, 0, 0) 100%);
  background: -o-linear-gradient(3deg, rgba(243, 152, 0, .44) 56%, rgba(243, 152, 0, 0) 100%);
  background: linear-gradient(87deg, rgba(243, 152, 0, .44) 56%, rgba(243, 152, 0, 0) 100%);
  font-size: 18px;
  height: 47px;
  line-height: 47px;
  padding: 0 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.zjft-wrap .rdtjInfo-box .con .marks .speaker {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.zjft-wrap .ssxl-lt .rdtjInfo-box .con .tit {
  color: #F39800;
  position: relative;
  padding-bottom: 10px
}

.zjft-wrap .ssxl-lt .rdtjInfo-box .con .tit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 2px;
  background: #F39800
}

.zjft-wrap .ssxl-lt .rdtjInfo-box .con .marks {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 18px;
  color: #333;
  margin-top: 20px
}

.zjft-wrap .ssxl-con .ssxl-lt .rdtjInfo-box .con {
  padding: 30px 20px
}

.rdtjInfo-box .con .hx-tit {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.rdtjInfo-box .con .hx-name {
  text-align: right;
  margin-top: 6px
}

.rdtjInfo-box .con .hx-name span {
  position: relative;
  font-size: 14px;
  color: #F39800;
  padding-left: 36px
}

.rdtjInfo-box .con .hx-name span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 1px;
  background: #F39800
}

.sphg-con {
  position: relative
}

.sphg-con video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%)
}

.sphg-con .img {
  overflow: hidden;
  position: relative
}

.sphg-con .img::before {
  content: '';
  padding-top: 42.16667%
}

.sphg-con .img .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  z-index: 3;
  font-size: 75px;
  color: #fff;
  cursor: pointer
}

.sphg-con .bt-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, .34);
  height: 69px;
  color: #fff;
  padding: 0 30px;
  font-size: 18px
}

.sphg-con .bt-info .tit {
  width: 80%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.sphg-con .bt-info .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sphg-con .bt-info .time .iconfont {
  color: #F39800;
  padding-right: 10px
}

.sphg-wrap,
.tidbits-wrap {
  position: relative
}

.inter-page-wrap .meeting-tabs-wrap {
  background-position: top center;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
  padding: 60px 0 0
}

.inter-page-wrap .meeting-tab-con .mt-tab-hd .item {
  color: #F39800;
  font-size: 24px;
  -moz-background-size: 20px;
  background-size: 20px;
  padding-left: 30px
}

.inter-page-wrap .meetingTab-swiper-box .swiper-slide .mt-tab-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.inter-page-wrap .meetingTab-swiper-box .swiper-slide .mt-tab-item::after,
.inter-page-wrap .meetingTab-swiper-box .swiper-slide .mt-tab-item::before {
  display: none
}

.inter-page-wrap .meetingTab-swiper-box .swiper-slide .mt-tab-item .tit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative
}

.inter-page-wrap .meetingTab-swiper-box .swiper-slide .mt-tab-item .tit::before {
  content: '';
  position: absolute;
  left: 50%;
  height: 3px;
  background: #F39800;
  width: 0;
  top: auto;
  bottom: 0
}

.inter-page-wrap .meetingTab-swiper-box .swiper-slide.active .mt-tab-item .tit {
  color: #333;
  font-weight: 700
}

.inter-page-wrap .meetingTab-swiper-box .swiper-slide.active .mt-tab-item .tit::before {
  width: 100%;
  left: 0
}

.inter-page-wrap .meetingTab-swiper-box .swiper-slide {
  padding: 0
}

.inter-page-wrap .conf-intro-sec .intro-txt {
  border: 1px solid #F39800;
  -webkit-border-radius: 60px 0 60px 0;
  -moz-border-radius: 60px 0;
  border-radius: 60px 0;
  margin-top: 50px;
  padding: 60px 40px
}

.inter-page-wrap .sche-sec {
  padding: 80px 0;
  color: #fff
}

.inter-page-wrap .sche-sec .inter-comm-hd {
  color: #fff
}

.inter-page-wrap .sche-sec .sche-tabs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.inter-page-wrap .sche-sec .sche-tabs .item {
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg)
}

.inter-page-wrap .sche-sec .sche-tabs .item span {
  display: inline-block;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg)
}

.inter-page-wrap .sub-con-box,
.inter-zjjs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex
}

.inter-page-wrap .sche-cont .c-item .hd {
  text-align: center
}

.inter-page-wrap .sche-cont .c-item .hd span {
  font-weight: 700;
  color: #F39800;
  font-size: 22px
}

.inter-page-wrap .sub-con-box {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.inter-page-wrap .sub-con-box .sub-con {
  width: 43.33333%;
  padding: 0 30px;
  border: none;
  display: block;
  position: relative;
  margin-top: 48px
}

.inter-comm-hd .more::after,
.inter-comm-hd::after,
.inter-page-wrap .sche-cont .c-item .sub-con .time::after {
  display: none
}

.inter-report-wrap,
.inter-zjjs-list {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap
}

.inter-page-wrap .sub-con-box .sub-con::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #F39800
}

.inter-page-wrap .sche-cont .c-item .sub-con .txt {
  color: #fff;
  font-size: 16px;
  margin: 0
}

.inter-page-wrap .sche-cont .c-item .sub-con .time {
  font-size: 20px;
  padding-right: 0
}

.inter-page-wrap .expert-intro-sec {
  padding: 80px 0
}

.inter-comm-hd {
  padding-bottom: 0;
  border: none
}

.inter-comm-hd .more {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 14px;
  padding: 0
}

.highlights-list,
.inter-zjjs-list {
  margin-left: -10px;
  margin-right: -10px
}

.inter-comm-hd .line {
  position: relative;
  width: 100%
}

.inter-comm-hd .line::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 0;
  left: 0;
  background: #E6E6E6;
  height: 1px
}

.inter-comm-hd .tit {
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.inter-comm-hd .tit .cn {
  position: relative;
  padding-left: 41px
}

.inter-comm-hd .tit .cn span {
  position: relative;
  z-index: 2
}

.inter-comm-hd .tit .cn::before {
  content: '';
  height: 55px;
  width: 55px;
  background: #F39800;
  -webkit-transform: translate(10px, -50%) skewX(-20deg);
  -moz-transform: translate(10px, -50%) skewX(-20deg);
  -ms-transform: translate(10px, -50%) skewX(-20deg);
  -o-transform: translate(10px, -50%) skewX(-20deg);
  transform: translate(10px, -50%) skewX(-20deg);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1
}

.inter-zjjs-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px
}

.inter-zjjs-list li {
  width: 20%;
  padding: 10px
}

.inter-zjjs-list li .sec {
  background: #FFF;
  display: block;
  border: 1px solid #E6E6E6;
  padding: 30px 30px 40px;
  position: relative
}

.inter-zjjs-list li .img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative
}

.inter-zjjs-list li .img::before {
  content: '';
  padding-top: 100%
}

.inter-zjjs-list li .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s
}

.interview-box .sec .img .play-btn,
.report-list li .sec .img img {
  -o-transform: translate(-50%, -50%);
  -webkit-transition: .5s ease-out 0s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transition: .5s ease-out 0s;
  z-index: 2
}

.inter-zjjs-list li .txt {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 14px
}

.inter-zjjs-list li .name {
  position: absolute;
  bottom: -15px;
  font-weight: 700;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  background: url(../images/zj_bg.png) center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 160px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.inter-report-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.inter-report-wrap .lt {
  width: 64.16667%
}

.inter-report-wrap .rt {
  width: 34.16667%
}

.report-list li {
  margin-bottom: 30px
}

.report-list li:last-child {
  margin-bottom: 0
}

.report-list li .sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #FFF;
  border: 1px solid #E6E6E6
}

.report-list li .sec .img {
  width: 35.89041%;
  position: relative;
  overflow: hidden;
  margin-right: 20px
}

.report-list li .sec .img::before {
  content: '';
  padding-top: 56.10687%
}

.report-list li .sec .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  width: 100%;
  height: 100%
}

.login-box .form-item .form-txt,
.memberCont-swiper-box .swiper-btn,
.report-list li .sec .con .tit {
  -o-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s
}

.report-list li .sec .con {
  width: 64.10959%
}

.report-list li .sec .con .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
  color: #999
}

.report-list li .sec .con .time .iconfont {
  margin-right: 10px
}

.report-list li .sec .con .tit {
  font-size: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 24px;
  transition: .4s
}

.report-list li .sec .con .txt {
  color: rgba(51, 51, 51, .5);
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 6px
}

.flex-column-list li .sec {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column
}

.flex-column-list li .sec .img {
  width: 100%;
  margin-right: 0
}

.flex-column-list li .sec .con {
  width: 100%;
  padding: 18px 0 10px
}

.inter-ft-sec .inter-comm-hd .more {
  color: #fff
}

.inter-ft-sec .inter-comm-hd .more:hover {
  color: #F39800
}

.interview-box .sec {
  display: block;
  background: url(../images/jx.png) center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .05);
  padding: 30px
}

.highlights-list,
.inter-sphg-con .img .time {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.interview-box .sec .con {
  float: left
}

.interview-box .sec .con .name {
  font-size: 24px;
  font-weight: 700;
  color: #F39800;
  padding-bottom: 20px;
  position: relative;
  width: 42%
}

.interview-box .sec .con .name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 2px;
  background: #F39800
}

.interview-box .sec .con .tit {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px
}

.interview-box .sec .con .topic {
  margin-top: 36px;
  width: 42%
}

.interview-box .sec .con .topic .txt {
  font-size: 14px;
  color: #333;
  line-height: 24px
}

.interview-box .sec .con .summary {
  margin-top: 25px
}

.interview-box .sec .con .summary .txt {
  font-size: 16px;
  color: #666;
  line-height: 30px
}

.interview-box .sec .img {
  width: 50.84746%;
  position: absolute;
  top: 30px;
  right: 30px;
  overflow: hidden
}

.interview-box .sec .img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  -moz-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  font-size: 63px;
  color: #fff
}

.highlights-list li .sec .img img,
.interview-box .sec .img img {
  -o-transition: .5s ease-out 0s;
  height: 100%;
  -webkit-transition: .5s ease-out 0s
}

.interview-box .sec .img::before {
  content: '';
  padding-top: 56.33333%
}

.interview-box .sec .img::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, .3)
}

.highlights-list li .sec .img img,
.interview-box .sec .img img {
  top: 50%;
  z-index: 2
}

.interview-box .sec .img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  width: 100%
}

.interview-swiper-box {
  position: relative;
  padding-bottom: 50px
}

.interview-swiper-box .swiper-pagination {
  bottom: 0
}

.interview-swiper-box .swiper-pagination .swiper-pagination-bullet {
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  width: 17px;
  background-color: #fff
}

.highlights-list li .sec .img img,
.review-list li .img img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.interview-swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F39800
}

.highlights-list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.highlights-list li {
  width: 25%;
  padding: 10px
}

.highlights-list li .sec {
  background: #FFF;
  border: 1px solid #E6E6E6;
  display: block;
  height: 100%
}

.highlights-list li .sec .img {
  position: relative;
  overflow: hidden
}

.highlights-list li .sec .img::before {
  content: '';
  padding-top: 56.14035%
}

.highlights-list li .sec .img::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, .3)
}

.highlights-list li .sec .img img {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  width: 100%
}

.highlights-list li .sec .img .name {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: url(../images/name_bg.png) center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 3;
  padding: 16px 24px 11px 30px
}

.highlights-list li .sec .tit {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 16px 20px
}

.inter-playback-sec {
  -moz-background-size: 100%;
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 100px
}

.inter-sphg-con {
  position: relative
}

.inter-sphg-con::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 336px;
  height: 271px;
  background: #F39800
}

.inter-sphg-con .img .time {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  background: url(../images/v_time_bg.png) center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  font-size: 18px;
  padding: 19px 28px 12px 52px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}

.notice-zjgd-list li .sec .date-box,
.notice-zjgd-list li .sec .date-box .lt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.inter-sphg-con .img .time .iconfont {
  margin-right: 10px
}

.inter-sphg-con .bt-info {
  background-color: transparent
}

.inter-sphg-con .bt-info .tit {
  width: 100%
}

.notice-zjgd-list li .sec .tit {
  border-top: none;
  padding: 0;
  margin: 0
}

.notice-zjgd-list li .sec .date-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  margin-top: 26px;
  border-top: 1px solid #ccc
}

.notice-zjgd-list li .sec .date-box .lt {
  display: flex;
  color: #666;
  transition: .3s
}

.notice-zjgd-list li .sec .date-box .lt .n-item,
.sign-up-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.notice-zjgd-list li .sec .date-box .lt .n-item {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px
}

.notice-zjgd-list li .sec .date-box .lt .n-item:last-child {
  margin-right: 0
}

.notice-zjgd-list li .sec .date-box .lt .n-item .iconfont {
  margin-right: 10px
}

.sign-up-wrap {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sign-up-wrap .lt,
.sign-up-wrap .lt .num-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.sign-up-wrap .lt {
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px
}

.sign-up-wrap .lt .price-box {
  margin-right: 160px
}

.sign-up-wrap .lt .price-box .num {
  font-size: 30px;
  color: #F39800
}

.sign-up-wrap .lt .num-box {
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sign-up-wrap .lt .sl-box {
  border: 1px solid #dadada;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px
}

.review-list,
.review-list li .img .info-box p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.sign-up-wrap .lt .sl-box .btn {
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.sign-up-wrap .lt .sl-box .btn:hover {
  opacity: .9
}

.sign-up-wrap .lt .sl-box .reduce-btn {
  background: #FBFBFB;
  color: #999
}

.sign-up-wrap .lt .sl-box .plus-btn {
  background: #F39800;
  color: #fff
}

.sign-up-wrap .lt .sl-box .val {
  background: #FFF;
  border-left: 1px solid #dadada;
  width: 88px;
  text-align: center;
  color: #333
}

.sign-up-wrap .sign-btn {
  width: 180px;
  height: 60px;
  background: #F39800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px
}

.sign-up-wrap .sign-btn:hover {
  opacity: .9
}

.notice-det .opin-hd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  position: relative
}

.notice-det .opin-hd::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 134px;
  height: 2px;
  background: #F39800
}

.notice-det .sub-hd {
  margin-top: 26px
}

.notice-det .txt {
  border: none;
  margin-top: 0;
  padding: 50px 0
}

.review-list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px
}

.review-list li {
  width: 33.3333%;
  padding: 10px
}

.review-list li .sec {
  display: block;
  height: 100%;
  -o-transition: .5s;
  transition: .5s
}

.review-list li .img-box {
  position: relative;
  overflow: hidden;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.review-list li .img .shadow,
.review-list li .img img {
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  width: 100%;
  height: 100%
}

.review-list li .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  top: 20px;
  z-index: 0;
  background-color: #ededed;
  width: 100%;
  height: 100%
}

.review-list li .img {
  position: relative;
  overflow: hidden
}

.review-list li .img::before {
  content: '';
  padding-top: 56.01093%
}

.review-list li .img .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  background-color: rgba(0, 0, 0, .1)
}

.review-inter-list li .sec .img img,
.review-list li .img img {
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transition: .5s ease-out 0s;
  position: absolute;
  z-index: 2;
  left: 50%
}

.review-list li .img img {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .5s ease-out 0s
}

.expert-style-list li .sec .img img,
.review-inter-list li .sec .img img {
  -o-transition: .5s ease-out 0s;
  -moz-transition: .5s ease-out 0s;
  height: 100%;
  top: 50%
}

.review-list li .img .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
  padding: 16px 20px
}

.review-list li .img .info-box p {
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.review-list li .img .info-box p .iconfont {
  margin-right: 10px
}

.review-list li .img .info-box p:last-child {
  margin-bottom: 0
}

.review-list li .con {
  padding: 18px 20px
}

.review-list li .con .tit {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.review-list li .con .tags {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 25px
}

.review-list li .con .tags .item {
  border: 1px solid #ECECEC;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 25px;
  line-height: 24px;
  padding: 0 10px;
  color: #F39800;
  margin: 1px 10px 1px 0
}

.review-single-list {
  margin-left: -10px;
  margin-right: -10px
}

.review-single-list li .img-box {
  padding-right: 0;
  padding-bottom: 0
}

.review-single-list li .sec {
  padding: 0
}

.review-single-list li .sec .con {
  padding: 20px
}

.review-inter-list {
  padding-right: 20px
}

.review-inter-list li {
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative
}

.review-inter-list li::after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  left: 20px;
  background: #FAFAFA;
  -webkit-box-shadow: 0 0 9px 1px rgba(51, 51, 51, .15);
  -moz-box-shadow: 0 0 9px 1px rgba(51, 51, 51, .15);
  box-shadow: 0 0 9px 1px rgba(51, 51, 51, .15)
}

.review-inter-list li:last-child {
  margin-bottom: 0
}

.review-inter-list li .sec {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FAFAFA;
  -webkit-box-shadow: 0 0 9px 1px rgba(51, 51, 51, .15);
  -moz-box-shadow: 0 0 9px 1px rgba(51, 51, 51, .15);
  box-shadow: 0 0 9px 1px rgba(51, 51, 51, .15);
  padding: 20px
}

.review-inter-list li .sec .img {
  width: 34%;
  position: relative;
  overflow: hidden
}

.review-inter-list li .sec .img::before {
  content: '';
  padding-top: 56.21762%
}

.review-inter-list li .sec .img img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .5s ease-out 0s;
  width: 100%
}

.review-inter-list li .sec .con {
  padding: 0 10px 0 30px;
  width: 66%
}

.review-inter-list li .sec .con .tit {
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.review-inter-list li .sec .con .info-box {
  margin-top: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ccc
}

.review-inter-list li .sec .con .info-box p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.60417vw
}

.review-inter-list li .sec .con .info-box p:last-child {
  margin-right: 0
}

.review-inter-list li .sec .con .info-box p .iconfont {
  margin-right: 10px
}

.review-inter-list li .sec .con .txt {
  margin-top: 12px;
  color: #999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.review-inter-list li .sec .con .tags {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 25px
}

.review-inter-list li .sec .con .tags .item {
  border: 1px solid #ECECEC;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 25px;
  line-height: 24px;
  padding: 0 10px;
  color: #F39800;
  margin: 1px 10px 1px 0
}

.review-single-inter-list {
  padding-right: 0
}

.review-single-inter-list li {
  padding-right: 0;
  padding-bottom: 0
}

.review-single-inter-list li::after {
  display: none
}

@media screen and (min-width: 1024px) {

  .meeting-cont:hover .con .tit,
  .report-list li .sec:hover .tit,
  .review-inter-list li:hover .con .tit {
    color: #F39800
  }

  .meeting-cont:hover {
    -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, .36)
  }

  .meeting-cont:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .interview-box .sec:hover img,
  .report-list li .sec:hover img,
  .zjjs-list li .sec:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .meeting-cont:hover .img::after {
    opacity: 0;
    visibility: hidden
  }

  .meeting-cont:hover .con::after {
    opacity: 1;
    visibility: visible
  }

  .meeting-cont:hover .con::before {
    height: 0
  }

  .zjjs-list li .sec:hover {
    border: 1px solid #F39800;
    -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, .36)
  }

  .zjjs-list li .sec:hover img {
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .inter-zjjs-list li .sec:hover {
    border: 1px solid #F39800;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
  }

  .highlights-list li .sec:hover,
  .report-list li .sec:hover {
    border-color: #F39800
  }

  .inter-zjjs-list li .sec:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
  }

  .interview-box .sec:hover img,
  .report-list li .sec:hover img {
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .highlights-list li .sec:hover img,
  .review-single-list li:hover .sec .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .highlights-list li .sec:hover img {
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .notice-zjgd-list li .sec:hover .date-box {
    border-color: #fff
  }

  .notice-zjgd-list li .sec:hover .date-box .lt {
    color: rgba(255, 255, 255, .6)
  }

  .notice-zjgd-list li .sec:hover .date-box .more {
    color: #fff;
    opacity: 1
  }

  .review-list li:hover .img-box {
    padding-right: 0;
    padding-bottom: 0
  }

  .review-list li:hover .sec {
    background: #FFF;
    -webkit-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .15);
    padding: 10px
  }

  .review-list li:hover .sec .con {
    padding: 20px 10px
  }

  .review-single-list li:hover .sec {
    background: #FFF;
    -webkit-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .15);
    padding: 0
  }

  .review-single-list li:hover .sec .img img {
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }

  .review-single-list li:hover .sec .con {
    padding: 20px
  }

  .review-inter-list li:hover .sec {
    background: #FFF;
    -webkit-box-shadow: 0 0 20px 2px rgba(51, 51, 51, .15);
    -moz-box-shadow: 0 0 20px 2px rgba(51, 51, 51, .15);
    box-shadow: 0 0 20px 2px rgba(51, 51, 51, .15)
  }

  .review-inter-list li:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }
}

.acad-tab a:hover,
.baseInfo-modal .ws-btn:hover,
.basicInfo-box .rt-btns a:hover,
.login-box .sub-btn:hover,
.login-wrap .header-tips a:hover {
  opacity: .9
}

.expert-style-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px
}

.expert-style-list li {
  width: 25%;
  padding: 10px
}

.expert-style-list li .sec {
  background: #FFF;
  -webkit-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .1);
  padding: 20px 20px 14px;
  display: block;
  height: 100%;
  border: 1px solid #fff
}

.expert-style-list li .sec .img {
  position: relative;
  overflow: hidden
}

.expert-style-list li .sec .img::before {
  content: '';
  padding-top: 120.81633%
}

.expert-style-list li .sec .img img {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
  width: 100%
}

.expert-style-list li .sec .con {
  padding-top: 4px
}

.expert-style-list li .sec .con .name {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 18px
}

.expert-style-list li .sec .con .info {
  padding-top: 10px;
  color: #828282
}

.expert-style-list li .sec .con .info .dw {
  color: #F39800;
  padding-top: 8px
}

.experts-info-wrap {
  margin-top: 10px
}

.experts-info-wrap .top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.experts-info-wrap .top-info .img {
  width: 32.91667%;
  background-color: #eee;
  padding: 10px
}

.experts-info-wrap .top-info .img img {
  width: 100%
}

.experts-info-wrap .top-info .rt {
  width: 67.08333%;
  padding-left: 30px
}

.experts-info-wrap .top-info .rt .name {
  border-bottom: 1px solid #E6E6E6;
  font-size: 24px
}

.experts-info-wrap .top-info .rt .name span {
  position: relative;
  padding: 30px 0 20px;
  display: inline-block
}

.experts-info-wrap .top-info .rt .name span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F39800
}

.experts-info-wrap .top-info .rt .txt {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 24px
}

.experts-info-wrap .top-info .rt .sub-txt {
  margin-top: 24px
}

.experts-info-wrap .top-info .rt .sub-txt .tit {
  font-weight: 700
}

.experts-info-wrap .top-info .rt .sub-txt p {
  color: #666;
  padding-top: 16px
}

.experts-info-wrap .top-info .rt .sub-txt .imp {
  color: #F39800;
  text-decoration: underline
}

.experts-info-wrap .top-info .rt .code-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.acad-tab,
.m-banner {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox
}

.experts-info-wrap .top-info .rt .code-box img {
  width: 106px
}

.experts-info-wrap .top-info .rt .code-box p {
  color: #666;
  padding-left: 30px
}

.experts-info-wrap .intro-info {
  margin-top: 30px;
  padding: 30px
}

.experts-info-wrap .intro-info .hd {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 12px
}

.experts-info-wrap .intro-info .hd::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 2px;
  width: 3px;
  background: #F39800
}

.experts-info-wrap .intro-info .txt {
  margin-top: 24px;
  line-height: 30px;
  color: #666
}

.acad-cont-wrap {
  position: relative
}

.acad-tab {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.acad-tab a {
  min-width: 100px;
  text-align: center;
  padding: 9px;
  background: #FFF;
  border: 1px solid #F39800;
  color: #F39800;
  margin-left: 20px
}

.acad-tab a.active {
  background: #F39800;
  color: #fff
}

.cont-item {
  display: none
}

.cont-item:first-child {
  display: block
}

.hospital-info-wrap .top-info .img {
  width: 59.16667%;
  padding: 0
}

.hospital-info-wrap .top-info .rt {
  width: 40.83333%
}

@media screen and (min-width: 1024px) {
  .expert-style-list li .sec:hover {
    border: 1px solid #F39800
  }

  .expert-style-list li .sec:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }
}

.m-banner {
  height: 23.4375vw;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.memberTab-swiper .tab-con,
.pay-img {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-align-items: center
}

.m-banner img {
  height: 8.69792vw
}

.member-card-wrap {
  padding: 80px 0 100px;
  background-color: #F8F8F8
}

.memberTab-swiper-box {
  position: relative
}

.memberTab-swiper .swiper-slide-thumbs-active .tab-con {
  background: -webkit-gradient(linear, right top, left top, from(#F4C771), to(#F57F0C));
  background: -webkit-linear-gradient(right, #F4C771, #F57F0C);
  background: -moz-linear-gradient(right, #F4C771, #F57F0C);
  background: -o-linear-gradient(right, #F4C771, #F57F0C);
  background: linear-gradient(-90deg, #F4C771, #F57F0C);
  color: #fff
}

.memberTab-swiper .tab-con {
  height: 80px;
  background: #FFF;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer
}

.memberCont-item {
  display: none
}

.memberCont-item:first-child {
  display: block
}

.memberCont-swiper-box {
  margin-top: 44px;
  position: relative
}

.memberCont-swiper-box .swiper-slide {
  padding: 16px 0
}

.memberCont-swiper-box .swiper-btn {
  background: -webkit-gradient(linear, left top, right top, from(#EEEAEA), to(#DADCDF));
  background: -webkit-linear-gradient(left, #EEEAEA, #DADCDF);
  background: -moz-linear-gradient(left, #EEEAEA, #DADCDF);
  background: -o-linear-gradient(left, #EEEAEA, #DADCDF);
  /*background: linear-gradient(90deg, #EEEAEA, #DADCDF);*/
  background: linear-gradient(90deg, #fd674d, #fd674d);
  width: 56px;
  height: 63px;
  color: #fff;
  margin-top: -15px;
  transition: .4s
}

.memberCont-swiper-box .swiper-btn .iconfont {
  font-size: 26px;
  color: #fff;
  font-weight: 700
}

.memberCont-swiper-box .swiper-btn:hover {
  background: -webkit-gradient(linear, right top, left top, from(#FDC63A), to(#FFA60A));
  background: -webkit-linear-gradient(right, #FDC63A, #FFA60A);
  background: -moz-linear-gradient(right, #FDC63A, #FFA60A);
  background: -o-linear-gradient(right, #FDC63A, #FFA60A);
  background: linear-gradient(-90deg, #FDC63A, #FFA60A)
}

.memberCont-swiper-box .swiper-button-next {
  -webkit-border-radius: 32px 1px 1px 32px;
  -moz-border-radius: 32px 1px 1px 32px;
  border-radius: 32px 1px 1px 32px;
  right: 0
}

.memberCont-swiper-box .swiper-button-prev {
  -webkit-border-radius: 1px 32px 32px 1px;
  -moz-border-radius: 1px 32px 32px 1px;
  border-radius: 1px 32px 32px 1px;
  left: 0
}

.memberInfo-box {
  text-align: center;
  padding: 56px;
  min-height: 483px;
  background: url(../images/xyh_bg.jpg) center no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.memberInfo-box:hover {
  -webkit-box-shadow: 0 0 20px rgba(204, 204, 204, .5);
  -moz-box-shadow: 0 0 20px rgba(204, 204, 204, .5);
  box-shadow: 0 0 20px rgba(204, 204, 204, .5)
}

.memberInfo-box .hd .card-name {
  font-size: 22px
}

.memberInfo-box .hd .price {
  font-weight: 700;
  color: #FDC63A;
  font-size: 36px;
  margin-top: 14px
}

.memberInfo-box .kt-btn {
  width: 180px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #F39800;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  font-size: 18px;
  color: #F39800;
  display: block;
  margin: 40px auto
}

.memberInfo-box .kt-btn:hover {
  background-color: #F39800;
  color: #fff
}

.memberInfo-box .sign {
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 16px;
  background: -webkit-gradient(linear, right top, left top, from(#F28E26), to(#FD644F));
  background: -webkit-linear-gradient(right, #F28E26 0, #FD644F 100%);
  background: -moz-linear-gradient(right, #F28E26 0, #FD644F 100%);
  background: -o-linear-gradient(right, #F28E26 0, #FD644F 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #F28E26), to(#FD644F));
  background: linear-gradient(270deg, #F28E26 0, #FD644F 100%);
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  color: #fff
}

.memberInfo-box .txt {
  color: #666;
  line-height: 32px
}

.memberInfo-box.memberInfo-box-diff {
  background: url(../images/xyh_bg2.jpg) center no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.memberInfo-box.memberInfo-box-diff .hd .price {
  color: #7C4733
}

.memberInfo-box.memberInfo-box-diff .kt-btn {
  background: -webkit-gradient(linear, right top, left top, from(#FDC63A), to(#FFA60A));
  background: -webkit-linear-gradient(right, #FDC63A, #FFA60A);
  background: -moz-linear-gradient(right, #FDC63A, #FFA60A);
  background: -o-linear-gradient(right, #FDC63A, #FFA60A);
  background: linear-gradient(-90deg, #FDC63A, #FFA60A);
  color: #fff;
  border: none
}

.memberInfo-box.memberInfo-box-diff .kt-btn:hover {
  opacity: .8
}

.memberInfo-box.memberInfo-box-diff .txt {
  color: #333
}

.payment-wrap {
  background-color: #fff;
  padding: 110px 80px;
  text-align: center
}

.payment-wrap .pay-tit {
  font-size: 18px
}

.payment-wrap .money {
  font-size: 24px;
  font-weight: 700;
  color: #F39800
}

.payment-wrap .money .num {
  font-size: 60px;
  font-family: Arial
}

.pay-img {
  width: 172px;
  height: 172px;
  background: url(../images/pay_img_bg.png) center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 40px auto 0;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px
}

.pay-tips {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px
}

.pay-tips img {
  margin-right: 10px
}

.login-page-wrap {
  padding: 60px 0 100px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.login-wrap {
  background: #FFF;
  padding: 30px 30px 100px;
  min-height: 688px
}

.login-wrap .login-hd span::after,
.personal-menu-wrap .menu-tabs a::after {
  bottom: 0;
  background-color: #F39800;
  content: ''
}

.login-wrap .header-tips {
  text-align: right
}

.login-wrap .header-tips a {
  color: #F39800;
  text-decoration: underline
}

.login-wrap .login-hd {
  text-align: center;
  margin: 0 80px;
  border-bottom: 1px solid rgba(204, 204, 204, .5)
}

.login-wrap .login-hd span {
  display: inline-block;
  font-size: 32px;
  color: #333;
  font-weight: 700;
  position: relative;
  padding: 30px 10px
}

.login-wrap .login-hd span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px
}

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

.login-wrap .login-tabs .tab-item {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #FFF;
  border: 1px solid #F39800;
  color: #F39800;
  font-size: 16px;
  cursor: pointer
}

.login-wrap .login-tabs .tab-item:hover {
  background-color: #fefefe
}

.login-wrap .login-tabs .tab-item.active {
  color: #fff;
  background: #F39800
}

.login-sec {
  display: flex;
  justify-content: center;
}

.login-sec .layui-form {
  width: 430px;
  margin: 60px auto 0
}

.login-sec .phone-img {
  width: 300px;
}

.login-sec .login-item {
  display: none
}

.login-box .flex-item,
.register-tabs {
  display: -moz-box;
  display: -ms-flexbox
}

.login-box {
  margin-top: 30px
}

.login-box .form-item {
  margin-bottom: 20px
}

.login-box .form-item:last-child {
  margin-bottom: 0
}

.login-box .form-item .form-txt {
  width: 100%;
  background: #F8F8F8;
  padding: 19px;
  font-size: 16px;
  transition: .4s;
  border: 1px solid #F8F8F8
}

.login-box .form-item .form-txt::-webkit-input-placeholder {
  color: #ccc
}

.login-box .form-item .form-txt:focus {
  border-color: #F39800
}

.login-box .form-item .form-code-txt {
  width: 278px
}

.login-box .form-item .getCode {
  width: 132px;
  height: 58px;
  color: #fff;
  background: #F39800
}

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

.register-tabs,
.register-tabs .tab-item {
  display: -webkit-box;
  display: -webkit-flex
}

.login-box .pad-10 {
  padding: 10px 0
}

.login-box .layui-form-checkbox[lay-skin=primary] i {
  border-color: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.login-box .layui-form-checked[lay-skin=primary] i {
  border-color: #ccc !important;
  background-color: transparent;
  color: #F39800;
  font-weight: 700
}

.login-box .layui-form-checkbox[lay-skin=primary] span {
  color: #333;
  line-height: 16px
}

.login-box .layui-form-checkbox span {
  font-size: 16px
}

.login-box .layui-form-checkbox[lay-skin=primary] {
  padding-left: 25px
}

.login-box .sub-btn {
  width: 100%;
  height: 60px;
  background: #F39800;
  color: #fff;
  font-size: 16px;
  margin-top: 20px
}

.register-tabs {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.register-tabs .tab-item {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
  cursor: pointer
}

.register-tabs .tab-item.active .dot::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

.register-tabs .tab-item .dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 11px;
  position: relative
}

.register-tabs .tab-item .dot::before {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 6px;
  background: #F39800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.register-box .form-item,
.register-box .form-item .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.register-sec {
  width: 510px
}

.register-box .form-item {
  display: flex
}

.register-box .form-item a:hover {
  color: #F39800
}

.register-box .form-item .zc-btn {
  width: 200px
}

.register-box .form-item .form-code-txt {
  width: 248px
}

.register-box .form-item .label {
  width: 110px;
  line-height: 58px;
  white-space: nowrap;
  text-align: right;
  font-size: 16px;
  padding-right: 30px
}

.register-box .form-item .cont {
  width: 400px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.code-payment-box,
.code-payment-list {
  display: -moz-box;
  display: -ms-flexbox
}

.register-box .form-item .getCode {
  width: 132px;
  background-color: #F8F8F8;
  color: #F90
}

.register-box .layui-form-checkbox[lay-skin=primary] span {
  margin-right: 0;
  padding-right: 0
}

.agreement-txt {
  padding: 60px 85px;
  color: #333;
  line-height: 30px;
  font-size: 16px
}

.agreement-txt .tit {
  position: relative;
  font-weight: 700;
  padding-left: 12px
}

.agreement-txt .tit::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 16px;
  background: #F39800
}

.code-payment-box .lt .code-tit::before,
.seen-video-tabs .item::before {
  top: 50%;
  content: ''
}

.code-payment-box {
  background-color: #fff;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.code-payment-box .lt {
  width: 21.41667%;
  border-right: 1px solid rgba(204, 204, 204, .5);
  padding: 20px 30px
}

.code-payment-box .lt .code-tit {
  width: 100%;
  padding-left: 44px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: url(../images/code_tit_bg.png) center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
  font-weight: 700
}

.code-payment-box .lt .code-tit::before {
  position: absolute;
  left: 30px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  background: #FFF
}

.code-payment-box .rt {
  width: 78.5%;
  padding-bottom: 80px
}

.code-payment-box .rt .rt-code-hd {
  border-bottom: 1px solid rgba(204, 204, 204, .5);
  padding: 20px 30px;
  font-size: 16px
}

.code-payment-box .rt .rt-code-hd .num {
  color: #F39800;
  font-size: 26px;
  font-weight: 700
}

.code-payment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 16px
}

.basicInfo-box .rt-btns,
.personal-main-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.code-payment-list li {
  padding: 0 40px
}

.pay-success-box {
  background-color: #fff;
  text-align: center;
  padding: 8.95833vw 0 11.25vw
}

.pay-success-box .tit {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px
}

.pay-success-box .tips {
  font-size: 18px;
  margin-top: 32px;
  color: #F39800
}

.per-cont-wrap .login-sec {
  margin: 20px auto
}

.login-box .form-item .form-txt[disabled] {
  color: #ccc
}

.basicInfo-sec {
  width: 590px
}

.basicInfo-sec .register-tabs .tab-item {
  padding: 0 6px
}

.basicInfo-box {
  margin-top: 60px
}

.basicInfo-box .form-item .label {
  width: 148px
}

.basicInfo-box .form-item {
  position: relative
}

.basicInfo-box .rt-btns {
  position: absolute;
  width: 100px;
  top: 0;
  right: -110px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px
}

.basicInfo-box .rt-btns a {
  font-size: 16px;
  color: #F39800;
  border-bottom: 1px solid #F39800
}

.personal-page-wrap {
  background-color: #F8F8F8;
  padding: 60px 0 100px;
  min-height: 500px
}

.personal-main-info {
  background: #FFF;
  padding: 23px 38px;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.personal-main-info::after {
  content: '';
  position: absolute;
  top: 23px;
  right: 37px;
  background: url(../images/per_bg.png) top right no-repeat;
  width: 93px;
  height: 65px
}

.personal-main-info .portrait {
  background: #D3D3D3;
  border: 4px solid #F4F4F4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 179px;
  height: 179px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.personal-main-info .portrait img {
  width: 100%;
  height: 100%
}

.personal-main-info .rt-info {
  width: 81.33333%;
  position: relative
}

.personal-main-info .rt-info .name-box {
  font-size: 16px;
  border-bottom: 1px solid rgba(204, 204, 204, .5);
  padding-bottom: 28px
}

.personal-main-info .rt-info .name-box .name {
  font-size: 24px;
  margin-right: 16px
}

.personal-main-info .rt-info .sub-info {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 30px
}

.personal-main-info .rt-info .sub-info .lt .vip-card {
  display: inline-block
}

.personal-main-info .rt-info .sub-info .lt .vip-card img {
  height: 30px
}

.personal-main-info .rt-info .sub-info .lt .end-time {
  color: #999;
  padding: 0 10px 0 22px
}

.personal-main-info .rt-info .sub-info .lt .xf-btn {
  color: #F39800;
  border-bottom: 1px solid #F39800
}

.personal-main-info .rt-info .sub-info .rt .tag-item {
  height: 30px;
  border: 1px solid #F39800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px
}

.personal-main-info .rt-info .sub-info .rt .tag-item img {
  margin-right: 4px
}

.personal-main-info .rt-info .sub-info .rt .b-card {
  background: #F39800;
  color: #fff
}

.personal-main-info .rt-info .sub-info .rt .l-card {
  color: #F39800;
  margin-left: 20px
}

.personal-menu-wrap {
  background: #FFF;
  margin-top: 32px
}

.personal-menu-wrap .menu-tabs {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding: 0 38px;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(204, 204, 204, .5)
}

.personal-menu-wrap .menu-tabs a {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 70px;
  height: 100%;
  position: relative
}

.per-comments-list li .lt,
.per-comments-list li .sec {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.personal-menu-wrap .menu-tabs a::after {
  position: absolute;
  left: 50%;
  height: 2px;
  width: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.personal-menu-wrap .menu-tabs a:hover {
  color: #F39800
}

.personal-menu-wrap .menu-tabs a.active {
  color: #333
}

.basicInfo-box .del-btn,
.oper-btn .xf-btn,
.per-comments-list li .s-btn,
.per-comments-list li:hover .sec,
.seen-video-tabs .item.active,
.seen-video-tabs .item:hover {
  color: #F39800
}

.personal-menu-wrap .menu-tabs a.active::after {
  width: 100%;
  left: 0
}

.personal-menu-wrap .menu-tabs a img {
  max-height: 16px;
  margin-right: 8px
}

.per-cont-wrap {
  padding: 40px 38px
}

.per-cont-wrap .agreement-txt {
  padding: 16px 0
}

.seen-video-tabs {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  overflow-x: auto;
  background: #F8F8F8;
  padding: 20px 28px
}

.seen-video-tabs .item {
  font-size: 16px;
  position: relative;
  padding: 13px;
  margin-right: 47px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.seen-video-tabs .item:last-child {
  margin-right: 0
}

.seen-video-tabs .item::before {
  position: absolute;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 16px;
  background: #F39800
}

.seen-video-cont .rdtjInfo-box .con .tit {
  line-height: 24px
}

.seen-video-cont .ssxl-xl-list li .rdtjInfo-box::before {
  top: 10px;
  left: 10px
}

.seen-video-cont .cloud-series-det .series-txt {
  padding-bottom: 0
}

.seen-video-cont .tv-list-wrap .ssxl-list li .rdtjInfo-box .con {
  padding: 14px 10px
}

.per-comments-list li {
  font-size: 16px;
  padding: 28px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #E5E5E5
}

.per-comments-list li:hover {
  border-color: #F39800
}

.per-comments-list li .sec {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.per-comments-list li .lt {
  display: -webkit-box;
  display: flex;
  width: 90%
}

.flex-wrap,
.oper-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.per-comments-list li .time {
  margin-right: 33px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #999
}

.per-comments-list li .txt {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.per-comments-list li .s-btn {
  font-size: 14px;
  border-bottom: 1px solid #F39800;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.order-table {
  width: 100%;
  text-align: center
}

.order-table th {
  padding: 20px;
  background: #F8F8F8;
  font-weight: 700;
  font-size: 16px
}

.order-table td {
  border-bottom: 1px solid #E5E5E5;
  padding: 30px 0
}

.oper-btn {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.oper-btn .btn {
  cursor: pointer;
  font-size: 14px;
  padding: 0 18px;
  position: relative
}

.oper-btn .btn:last-child::after {
  display: none
}

.oper-btn .btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 17px;
  background: #E5E5E5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.rt-btns {
  position: absolute
}

.form-sel-box {
  width: 100%
}

.form-sel-box .layui-input {
  width: 100%;
  background: #F8F8F8;
  padding: 19px;
  font-size: 16px;
  height: 58px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  border: 1px solid #F8F8F8
}

.form-sel-box .layui-form-select dl {
  font-size: 16px;
  top: 58px
}

.form-sel-box .layui-form-selectup dl {
  bottom: 58px;
  top: auto
}

.form-sel-box .layui-select-disabled .layui-disabled {
  border-color: #F8F8F8 !important
}

.flex-wrap {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-wrap .layui-input-inline {
  width: 169px;
  margin-right: 20px;
  margin-bottom: 20px
}

.flex-wrap .layui-input-inline:nth-child(2n) {
  margin-right: 0;
  width: 211px
}

.flex-wrap .layui-input-inline:last-child,
.flex-wrap .layui-input-inline:nth-last-child(2) {
  margin-bottom: 0
}

.basicInfo-box .layui-upload-list {
  text-align: center;
  margin: 20px 0
}

.basicInfo-box .layui-upload-img {
  width: 200px;
  height: 112px;
  background: #F8F8F8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.basicInfo-box .layui-upload-img img {
  max-height: 100%
}

.basicInfo-box .del-btn {
  border-bottom: 1px solid #F39800;
  display: inline-block;
  background-color: transparent;
  font-size: 16px;
  margin-top: 10px
}

.basicInfo-item {
  display: none
}

.basicInfo-item:first-child {
  display: block
}

.baseInfo-modal {
  height: 370px;
  padding: 126px 0 100px
}

.baseInfo-modal .tips {
  text-align: center;
  font-size: 18px
}

.baseInfo-modal .ws-btn {
  width: 200px;
  height: 60px;
  background: #F39800;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  display: block;
  margin: 60px auto
}

.basicInfo-sec .register-box .form-item .getCode {
  color: #fff;
  background-color: #F39800
}

@media screen and (max-width: 1440px) {
  .header {
    height: 80px;
    line-height: 80px
  }

  .page-wrap {
    padding-top: 80px
  }

  .header .nav ul li>a,
  .header-btns .btn-item {
    font-size: 14px
  }

  .wid {
    width: 1100px
  }

  .zbsp-con .pc-bg {
    background-position: 600px top
  }

  .memberTab-swiper .tab-con {
    height: 70px;
    font-size: 20px
  }

  .memberInfo-box {
    padding: 44px
  }

  .ssxl-con .ssxl-lt .rdtjInfo-box .con .tit {
    font-size: 20px;
    line-height: 30px;
    height: 60px
  }
}

@media screen and (max-width: 1280px) {
  .wid {
    width: 1000px
  }
}

@media screen and (max-width: 1200px) {
  .wid {
    width: 100%;
    padding: 0 20px
  }
}

@media screen and (max-width: 1024px) {
  .page-wrap {
    padding-top: 50px
  }

  .header .logo img {
    height: 30px
  }

  .header.scrolled {
    height: 50px
  }

  .header {
    padding: 0 20px;
    height: 50px;
    line-height: 50px
  }

  .header nav ul li {
    margin: 0 6px;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .header nav ul li .iconfont {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    right: 0;
    z-index: 2;
    height: 50px;
    width: 50px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
  }

  .header nav ul li .iconfont.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .header nav ul li>a {
    padding: 6px
  }

  .header nav ul li.active>a {
    color: #333
  }

  .header nav ul>li>a {
    font-size: 16px
  }

  .header nav ul>li>a .arr {
    display: block
  }

  .navMenu .menu-con .sub-list .item a {
    font-size: 14px;
    padding-left: 10px
  }

  .comm-pd {
    padding: 50px 0 40px
  }

  .menuBtn {
    opacity: 1;
    visibility: visible
  }

  .header .wid {
    padding: 0
  }

  .inner-wrap {
    padding-top: 50px
  }

  .header .m-box {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
    opacity: 0;
    visibility: hidden;
    z-index: 101
  }

  .header .m-box.active {
    left: 0;
    opacity: 1;
    visibility: visible
  }

  .header .nav-box {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9999;
    background-color: #fff;
    width: 60%;
    max-height: 100%;
    padding: 50px 20px 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .24);
    box-shadow: 0 0 5px rgba(0, 0, 0, .24);
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto
  }

  .navMenu,
  .navMenu::after {
    display: none
  }

  .banner .swiper-pagination,
  .zjfc-list li .con::after {
    bottom: 20px
  }

  .header .m-box .nav-box.active,
  .header nav.active {
    visibility: visible;
    left: 0;
    opacity: 1
  }

  .header .nav-box .header-btns,
  .header .nav-box nav {
    height: auto
  }

  .navMenu {
    width: 100%;
    opacity: 1;
    position: relative;
    background: 0 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    height: auto;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 10px
  }

  .navMenu.active {
    display: block
  }

  .navMenu .menu-con .tit {
    display: none
  }

  .header nav ul,
  .header nav ul>li .navMenu a {
    display: block
  }

  .header nav ul li>a i.active {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  .header nav ul>li {
    min-width: auto;
    width: 100%;
    text-align: left;
    margin: 0;
    float: none;
    height: auto;
    padding: 0
  }

  .header nav ul>li a {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    position: relative
  }

  .header nav ul>li a::before {
    left: 0
  }

  .header nav ul li.active a::before {
    height: 2px;
    left: 0
  }

  .header .nav ul li {
    margin-right: 0;
    text-align: left
  }

  .header .nav ul li>a {
    display: inline-block;
    color: #333;
    padding: 0
  }

  .mb-bg {
    display: block
  }

  .pc-bg {
    display: none
  }

  .header-btns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .brandTab-swiper-box .swiper-slide .tab-con,
  .live-tab-con {
    -webkit-box-direction: normal
  }

  .header-btns .search-btn {
    width: 100%
  }

  .header-btns .login-btn {
    width: 50%;
    padding-left: 0
  }

  .header-btns .btn-item figure .sub-btn {
    width: 22%;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .header-btns .btn-item figure .sub-btn .iconfont {
    padding: 0 !important
  }

  .header-btns .btn-item figure {
    width: 100%;
    left: 0;
    right: auto;
    height: 40px
  }

  .header-btns .btn-item figure .form-txt {
    width: 78%;
    font-size: 12px;
    margin-top: 1px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border: none;
    -webkit-box-shadow: 6px 8px 18px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 6px 8px 18px 2px rgba(0, 0, 0, .2);
    box-shadow: 6px 8px 18px 2px rgba(0, 0, 0, .2)
  }

  .header-btns .btn-item figure .layui-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .header-btns .btn-item figure .layui-form-select {
    width: 100%
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 24px;
    height: 24px;
    line-height: 24px;
    -moz-background-size: 10px;
    background-size: 10px
  }

  .swiper-button-next .iconfont,
  .swiper-button-prev .iconfont {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
  }

  .menuBtn {
    width: 20px
  }

  .bg_fixed {
    background-attachment: inherit
  }

  .banner .swiper-container .swiper-slide {
    padding-top: 57.2%
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px
  }

  .comm-80pd {
    padding: 30px 0
  }

  .comm-hd .tit .cn {
    font-size: 22px
  }

  .comm-hd .tit .en {
    font-size: 12px;
    margin-left: 5px
  }

  .rdxw-con .bt-info {
    padding: 10px 60px 10px 10px;
    font-size: 16px
  }

  .rdxw-swiper .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    right: 10px;
    left: auto;
    bottom: 14px
  }

  .rdxw-swiper {
    margin-top: 14px
  }

  .rdxw-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
  }

  .rdlb-list li {
    width: 100%;
    padding: 20px 0
  }

  .rdlb-list li .date .day {
    font-size: 40px
  }

  .rdlb-list li .date {
    text-align: center;
    width: 60px;
    margin-right: 16px
  }

  .rdlb-list li .date .year {
    font-size: 12px;
    margin-top: 0
  }

  .rdlb-list li .con .tit {
    font-size: 16px
  }

  .rdlb-list li .con .txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px
  }

  .mb-ad-img {
    display: block
  }

  .pc-ad-img {
    display: none
  }

  .zbsp-con .mb-bg {
    background-position: center;
    -moz-background-size: cover;
    background-size: cover
  }

  .zbsp-con {
    position: initial;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
  }

  .zbsp-wrap {
    position: relative;
    margin-top: 30px
  }

  .zbsp-con .comm-hd,
  .zbsp-wrap .wid:first-child {
    position: relative;
    z-index: 2
  }

  .zbsp-list {
    width: 100%;
    margin: 0
  }

  .zbsp-list li {
    width: 50%;
    padding: 5px
  }

  .zbsp-list li:first-child {
    width: 100%
  }

  .zbsp-list li a .sec {
    padding: 14px 16px
  }

  .zbsp-list li a .sec .icon {
    height: 20px;
    margin-bottom: 10px
  }

  .zbsp-list li a .sec .tit .cn {
    font-size: 16px
  }

  .zbsp-list li a .sec .tit .en {
    font-size: 12px
  }

  .zbsp-list li a::before {
    padding-top: 100px
  }

  .ad-wrap {
    margin-top: 30px
  }

  .brandTab-swiper-box .swiper-slide .tab-con {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
  }

  .brandTab-swiper-box .swiper-slide .tab-con::after,
  .brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con .icon,
  .brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con .tit::after,
  .train-swiper-box .train-arrow {
    display: none
  }

  .brandTab-swiper-box .swiper-slide .tit {
    margin-top: 0;
    font-size: 14px
  }

  .brandTab-swiper-box .swiper-slide .icon {
    width: 16px;
    margin-right: 5px
  }

  .brandTab-swiper-box .swiper-button-next {
    right: -20px;
    margin-top: 0
  }

  .brandTab-swiper-box .swiper-button-prev {
    left: -20px;
    margin-top: 0
  }

  .brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con .tit {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 0;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s
  }

  .brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con .hover-img {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    top: 0;
    left: 0;
    width: 16px;
    margin-right: 5px;
    opacity: 1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s
  }

  .brandTab-swiper-box .swiper-slide .tab-con::before {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #F39800
  }

  .brandTab-swiper-box .swiper-slide,
  .brandTab-swiper-box .swiper-slide.swiper-slide-thumbs-active .tab-con::before {
    bottom: -4px
  }

  .brandInfo-box .con {
    padding: 14px 20px
  }

  .brandInfo-box .con .tit {
    font-size: 16px;
    line-height: 20px;
    height: auto
  }

  .brandInfo-box .con .tags {
    margin-right: -5px;
    margin-top: 5px;
    font-size: 12px
  }

  .brandInfo-box .con .tag-list .tag-item {
    font-size: 12px;
    margin-right: 5px
  }

  .brandCont-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
  }

  .train-swiper-box .swiper-pagination {
    bottom: -30px
  }

  .train-swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
  }

  .confer-wrap {
    height: auto;
    -moz-background-size: 100% 260px;
    background-size: 100% 260px;
    background-position: top center
  }

  .confer-con .lt,
  .confer-con .rt {
    width: 100%
  }

  .pd-t80 {
    padding-top: 30px
  }

  .train-swiper-box {
    margin-top: 20px
  }

  .train-box .con {
    padding: 16px 20px
  }

  .train-box .con .tit {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: inherit;
    line-height: 20px
  }

  .liveTab-ss-swiper-box .swiper-slide::after,
  .pg-footer .info-wrap .ft-logo,
  .pg-footer .info-wrap .lx-info .lx-hd::after,
  .pg-footer .info-wrap .wx-wrap,
  .selector .sl-v-tab .item::before {
    display: none
  }

  .train-box .con .tags {
    margin-top: 8px
  }

  .train-box .con .tags span {
    padding-right: 30px
  }

  .confer-con .rt {
    margin-top: 50px
  }

  .confer-con .rt .comm-hd-w .tit {
    color: #333 !important
  }

  .confer-con .rt .comm-hd-w .tit .en {
    color: #999 !important
  }

  .meeting-swiper-box {
    height: 294px
  }

  .hyyg-box {
    padding: 16px;
    height: auto
  }

  .hyyg-box .date {
    margin-right: 20px
  }

  .hyyg-box .date .year {
    font-size: 12px;
    margin-top: 6px
  }

  .hyyg-box .date .day {
    font-size: 40px;
    padding-bottom: 0
  }

  .hyyg-box .con .tit {
    font-size: 16px;
    line-height: 20px
  }

  .hyyg-box .con .address {
    margin-top: 10px
  }

  .hyyg-box .con .address .iconfont {
    margin-right: 5px
  }

  .zjfc-wrap {
    padding: 30px 0
  }

  .mt-70 {
    margin-top: 30px
  }

  .zjfc-con {
    margin-top: 20px
  }

  .zjfcTab-swiper .tab-con .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto
  }

  .zjfcTab-swiper .tab-con .tit {
    font-size: 12px;
    margin-top: 6px
  }

  .zjfcTab-swiper .swiper-slide.swiper-slide-thumbs-active .tab-con .tit::after {
    width: 20px
  }

  .zjfc-list li {
    width: 100%;
    padding: 5px
  }

  .mt-40 {
    margin-top: 20px
  }

  .zjfc-list li .con .name {
    font-size: 16px
  }

  .zjfc-list li .con .company,
  .zjfc-list li .con .job {
    line-height: 20px
  }

  .zjfc-list li .img {
    width: 110px
  }

  .pg-footer .ft-top {
    padding: 40px 0
  }

  .pg-footer .yq-wrap .yq-hd {
    height: 26px;
    line-height: 24px;
    background-color: transparent;
    text-align: center;
    margin-right: 0;
    position: relative;
    padding: 0
  }

  .comm-hd-live .tit .cn::after,
  .pg-footer .info-wrap .lx-info .lx-hd span::after,
  .pg-footer .yq-wrap .yq-hd::after {
    background-color: #F39800;
    content: '';
    left: 0
  }

  .pg-footer .yq-wrap .yq-hd::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px
  }

  .pg-footer .yq-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .pg-footer .yq-wrap .yqlj-list {
    margin-top: 12px
  }

  .pg-footer .yq-wrap .yqlj-list a {
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px
  }

  .pg-footer .info-wrap {
    padding-top: 30px
  }

  .pg-footer .info-wrap .lx-info .lx-hd {
    text-align: center;
    font-size: 16px;
    font-weight: 400
  }

  .pg-footer .info-wrap .lx-info .lx-hd span {
    position: relative;
    padding-bottom: 4px
  }

  .pg-footer .info-wrap .lx-info .lx-hd span::after {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%
  }

  .pg-footer .info-wrap .lx-info .lx-wrap {
    font-size: 14px;
    line-height: 20px
  }

  .pg-footer .info-wrap .lx-info .lx-item {
    margin-right: 0;
    margin-bottom: 10px
  }

  .pg-footer .info-wrap .lx-info .lx-item:last-child {
    margin-bottom: 0
  }

  .pg-footer .copyRight {
    padding: 20px;
    text-align: center;
    line-height: 20px
  }

  .pg-footer .copyRight .cr-con {
    padding: 0
  }

  .pg-footer .copyRight .cr-con .fl,
  .pg-footer .copyRight .cr-con .fr {
    width: 100%
  }

  .swiper-button-next .iconfont,
  .swiper-button-prev .iconfont {
    color: #b6b6b6;
    font-size: 14px
  }

  .zjfcTab-swiper-box .swiper-button-next,
  .zjfcTab-swiper-box .swiper-button-prev {
    margin-top: -12px
  }

  .crumbs-wrap {
    padding: 10px 20px;
    font-size: 14px
  }

  .live-banner .swiper-container .swiper-slide {
    padding-top: 20%
  }

  .live-banner .swiper-pagination {
    bottom: 6px
  }

  .live-tab-con {
    padding: 15px;
    height: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .live-tab-con .img {
    width: 25px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
  }

  .liveTab-swiper-box .swiper-slide.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
  }

  .live-tab-con .con {
    text-align: left;
    margin-top: 0
  }

  .live-tab-con .con .en {
    line-height: normal;
    padding-top: 0;
    white-space: nowrap;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left
  }

  .liveTab-swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px
  }

  .liveTab-swiper-box .swiper-slide::after {
    height: 35px
  }

  .rdtjCont-swiper .rdtjInfo-box .con {
    padding: 14px 18px;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .05)
  }

  .rdtjInfo-box .con .tit {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }

  .rdtjCont-swiper .swiper-pagination {
    bottom: 0
  }

  .rdtjCont-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px
  }

  .mt-50,
  .rdtjCont-swiper,
  .ssxl-con,
  .ssxl-con .ssxl-rt {
    margin-top: 20px
  }

  .comm-hd-live {
    border-bottom: 1px solid #e6e6e6
  }

  .rdtjCont-swiper {
    padding-bottom: 30px
  }

  .comm-hd-live .tit .en {
    padding-bottom: 16px
  }

  .comm-hd-live .tit .cn {
    position: relative;
    padding-bottom: 16px
  }

  .comm-hd-live .tit .cn::after {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px
  }

  .ssxl-con .ssxl-lt,
  .ssxl-con .ssxl-rt {
    width: 100%
  }

  .ssxl-con .ssxl-lt .rdtjInfo-box .con {
    padding: 10px 15px
  }

  .ssxl-con .ssxl-lt .rdtjInfo-box .con .tit {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }

  .ssxl-con .ssxl-rt .ssxl-list {
    margin-left: -5px;
    margin-right: -5px
  }

  .bl-list li .sec .con .tags .item,
  .hyyg-box .con .address .iconfont,
  .inter-sphg-con .img .time .iconfont,
  .rdtjInfo-box .con .marks .browse-txt .iconfont,
  .rdtjInfo-box .img .tj-time .iconfont {
    margin-right: 5px
  }

  .ssxl-list li {
    padding: 5px
  }

  .ssxl-list li .rdtjInfo-box .img .icon-bofang {
    font-size: 32px
  }

  .ssxl-list li .rdtjInfo-box .con .marks {
    font-size: 12px
  }

  .rdtjInfo-box .img .tj-time {
    font-size: 12px;
    bottom: 5px;
    right: 5px
  }

  .rdtjInfo-box .img .sign {
    top: 5px;
    right: 5px
  }

  .rdtjInfo-box .img .tj-time .iconfont {
    font-size: 5px
  }

  .hyzj-list {
    margin-left: -5px;
    margin-right: -5px
  }

  .hyzj-list li {
    width: 50%;
    padding: 5px
  }

  .hyzj-list li .rdtjInfo-box .con .marks {
    font-size: 12px;
    margin-top: 0
  }

  .hyzj-list li .rdtjInfo-box .img .icon-bofang {
    font-size: 34px
  }

  .liveTab-swiper-box {
    padding: 0
  }

  .liveTab-ss-swiper-box {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

  .liveTab-ss-swiper-box .swiper-slide.active {
    background-color: transparent
  }

  .liveTab-ss-swiper-box .swiper-slide.active .live-tab-con {
    background: #F39800
  }

  .liveTab-ss-swiper-box .swiper-slide {
    padding: 5px
  }

  .liveTab-ss-swiper-box .swiper-slide .live-tab-con {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    padding: 15px
  }

  .live-tab-con .con .cn {
    font-size: 16px
  }

  .selector,
  .tv-hd {
    font-size: 14px
  }

  .liveTab-ss-swiper-box .live-tab-con .img {
    width: 25px;
    margin-left: 10px
  }

  .liveTab-ss-swiper-box .live-tab-con {
    padding: 15px;
    height: 70px
  }

  .liveTab-swiper-box .swiper-pagination {
    bottom: -20px
  }

  .tv-hd .tv-tabs .item {
    margin-left: 10px
  }

  .tv-list-wrap .ssxl-list li {
    width: 50%
  }

  .tv-list-wrap .ssxl-list li .rdtjInfo-box .con {
    padding: 14px 0
  }

  .live-page-wrap {
    margin-top: 50px
  }

  .selector {
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1)
  }

  .paging a,
  .sl-tab-cont .sl-tab-cont-item a {
    font-size: 12px
  }

  .selector .selectorLine .sl-value {
    padding: 0 14px 14px
  }

  .selector .selectorLine .sl-key {
    padding: 14px 0 0 14px;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    background-color: transparent
  }

  .selector .selectorLine:first-child .sl-key {
    padding-top: 14px
  }

  .selector .selectorLine:last-child .sl-key {
    padding-bottom: 0
  }

  .selector .selectorLine:last-child .sl-value {
    padding-bottom: 14px
  }

  .selector .selectorLine:first-child .sl-value {
    padding-top: 0
  }

  .show-more {
    top: 14px;
    right: 10px
  }

  .live-ss-tabs-wrap .wid {
    padding: 0 10px
  }

  .selector .selectorLine,
  .selector .sl-v-tab {
    display: block
  }

  .selector .sl-v-tab .all {
    margin-right: 10px;
    background-color: transparent;
    padding: 0
  }

  .selector .sl-v-tab .all.active {
    color: #F39800;
    background-color: transparent
  }

  .selector .sl-v-tab .all.active::before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    background: url(../images/tab_active.png) center no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-right: 10px
  }

  .comm-modal .close-btn,
  .live-info-box .lt-video .rdtjInfo-box .img .sign {
    top: 10px;
    right: 10px
  }

  .single-wrap {
    height: auto;
    overflow: visible;
    display: inline
  }

  .paging a {
    padding: 5px 0;
    margin: 4px
  }

  .paging .page-num {
    width: 100%
  }

  .paging .total-num {
    margin-left: 0
  }

  .paging .p-btn {
    width: 80px
  }

  .paging {
    padding-top: 20px
  }

  .selector .sl-v-tab .item {
    padding: 0;
    margin-right: 15px;
    margin-bottom: 5px
  }

  .selector .sl-v-tab .item.active::before {
    display: block
  }

  .live-video-sec .rt,
  .opin-page a .iconfont,
  .show-more {
    display: none
  }

  .live-info-box .lt-video,
  .live-info-box .rt-info {
    width: 100%
  }

  .live-video-det {
    margin-top: 0
  }

  .live-info-box .lt-video .rdtjInfo-box .img .icon-bofang {
    font-size: 50px
  }

  .live-info-box .lt-video .bt-info {
    padding: 10px 20px
  }

  .live-info-box .rt-info {
    padding: 20px
  }

  .live-info-box .rt-info .info-hd {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px
  }

  .live-info-box .rt-info .info-txt .item {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px
  }

  .live-art {
    margin-top: 20px;
    padding: 14px 20px
  }

  .live-video-sec .lt {
    width: 100%
  }

  .comm-det-hd {
    font-size: 18px
  }

  .comm-det-hd .tit {
    padding-bottom: 10px
  }

  .comment-wrap {
    margin-top: 14px
  }

  .comment-txt-box .comment-txt {
    min-height: 150px
  }

  .comment-txt-box .comm-rel-btn {
    margin-top: 10px;
    font-size: 14px;
    width: 80px;
    height: 30px;
    line-height: 30px
  }

  .comment-list-box {
    font-size: 14px;
    padding-top: 14px;
    line-height: 26px
  }

  .comment-list-box .c-item {
    padding: 14px 0
  }

  .live-video-det {
    padding-bottom: 0
  }

  .album-list,
  .tv-list-wrap .ssxl-xl-list {
    margin-left: -10px;
    margin-right: 0
  }

  .album-list li {
    width: 100%
  }

  .tv-list-wrap .ssxl-cloud-list li {
    width: 100%;
    margin-bottom: 10px
  }

  .tv-list-wrap .ssxl-cloud-list li .rdtjInfo-box,
  .tv-list-wrap .ssxl-xl-list li .rdtjInfo-box {
    -webkit-box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .19)
  }

  .guide-list li .sec,
  .guide-list2 li .sec {
    -moz-box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08);
    background-color: #fff
  }

  .tv-list-wrap .ssxl-cloud-list li .rdtjInfo-box .con,
  .tv-list-wrap .ssxl-xl-list li .rdtjInfo-box .con {
    padding: 14px 20px
  }

  .live-info-box .rt-info .info-txt .price-txt .imp {
    font-size: 18px
  }

  .rdtjInfo-box .ft-price-cont {
    font-size: 14px
  }

  .tv-list-wrap .ssxl-xl-list li {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px
  }

  .cloud-series-det {
    padding: 18px 20px
  }

  .cloud-series-det .series-txt {
    padding: 14px 0;
    line-height: 26px
  }

  .comm-search-wrap .form-txt {
    padding: 14px 94px 14px 14px;
    font-size: 14px;
    border: 1px solid rgba(51, 51, 51, .2);
  }

  .comm-search-wrap .sub-btn {
    font-size: 14px;
    width: 80px
  }

  .comm-search-wrap .sub-btn .iconfont {
    margin-left: 5px;
    font-size: 14px
  }

  .comm-modal .close-btn .iconfont {
    font-size: 20px
  }

  .comm-modal,
  .comm-modal .ft-btn .layui-form-radio * {
    font-size: 14px
  }

  .layui-layer {
    max-width: 90%
  }

  .comm-modal {
    width: 100%;
    height: auto;
    line-height: 24px;
    padding: 40px 20px 20px
  }

  .comm-modal .ft-btn {
    margin-top: 10px
  }

  .comm-modal .ft-btn .tit {
    padding-right: 20px
  }

  .comm-modal .txt {
    max-height: 160px;
    height: auto
  }

  .brandTab2-swiper-box {
    padding: 0 30px
  }

  .brandTab2-swiper-box .tab-con {
    height: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .brandTab2-swiper-box .tab-con .icon {
    height: 28px
  }

  .brandTab2-swiper-box .tab-con .tit {
    font-size: 12px;
    margin-top: 4px;
    padding-bottom: 0
  }

  .bl-list li .sec .con .tags,
  .blfx-wrap,
  .rt-blfx-list {
    margin-top: 20px
  }

  .brandTab2-swiper-box .swiper-button-next {
    right: -10px
  }

  .brandTab2-swiper-box .swiper-button-prev {
    left: -10px
  }

  .brandTab2-swiper-box .swiper-btn {
    width: 30px;
    height: 30px;
    top: 40px;
    bottom: auto
  }

  .bl-list li .sec .con,
  .bl-list li .sec .img,
  .blfx-wrap .lt,
  .blfx-wrap .rt,
  .guide-list li {
    width: 100%
  }

  .brandTab2-swiper-box .swiper-btn .iconfont {
    font-size: 16px
  }

  .brandTab2-swiper-box .tab-con .tit::before {
    bottom: -30px
  }

  .brand-tabs-wrap::after {
    bottom: 0
  }

  .brandTab2-swiper-box .swiper-slide {
    padding-bottom: 20px
  }

  .blfx-banner .swiper-slide .con .bt-info {
    height: 34px;
    line-height: 34px;
    font-size: 14px
  }

  .swiper-num {
    line-height: 34px
  }

  .rt-blfx-list li a {
    padding: 14px 20px
  }

  .bl-list li .sec,
  .opin-page {
    padding: 20px 0
  }

  .rt-blfx-list li .tit {
    font-size: 16px;
    line-height: 24px
  }

  .guide-wrap,
  .opin-det .txt {
    padding: 30px 0
  }

  .bl-list li .sec .con .tit {
    font-size: 16px
  }

  .bl-list li .sec .con .time {
    font-size: 14px
  }

  .bl-list li .sec .con .tags {
    font-size: 12px
  }

  .mt-60 {
    margin-top: 30px
  }

  .guide-list li {
    margin-bottom: 10px
  }

  .guide-list li:last-child {
    margin-bottom: 0
  }

  .guide-list li .sec {
    padding: 20px;
    -webkit-box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08)
  }

  .guide-list2 li .sec,
  .hot-info-list li .sec,
  .xswz-list li {
    -webkit-box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08)
  }

  .guide-list li .tit {
    font-size: 18px;
    line-height: 30px
  }

  .guide-list li .txt {
    padding-top: 10px
  }

  .guide-list li .tags {
    margin-top: 20px;
    font-size: 12px
  }

  .guide-list li .tags .item {
    margin-right: 4px
  }

  .guide-list li .tags .item:last-child {
    margin-right: 0
  }

  .guide-list2 li {
    margin-bottom: 10px
  }

  .guide-list2 li:last-child {
    margin-bottom: 0
  }

  .guide-list2 li .sec {
    padding: 20px 20px 20px 0;
    box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08)
  }

  .hot-info-list li .sec,
  .xswz-list li {
    -moz-box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08);
    background-color: #fff
  }

  .guide-list2 li .sec .time {
    width: 80px;
    margin-right: 14px
  }

  .guide-list2 li .sec .con .tags .item,
  .register-tabs .tab-item .dot {
    margin-right: 4px
  }

  .guide-list2 li .sec .time .day {
    font-size: 36px
  }

  .guide-list2 li .sec .time .year {
    font-size: 14px
  }

  .guide-list2 li .sec .con .tit {
    font-size: 16px
  }

  .guide-list2 li .sec .con .tags {
    margin-top: 10px;
    font-size: 12px
  }

  .zjgd-list {
    margin-left: -5px;
    margin-right: -5px
  }

  .zjgd-list li {
    width: 100%;
    padding: 5px
  }

  .zjgd-list li .sec {
    padding: 20px
  }

  .zjgd-list li .sec .tit {
    font-size: 16px;
    line-height: 24px;
    height: 58px
  }

  .opin-det .opin-hd {
    font-size: 18px;
    line-height: 24px
  }

  .opin-det .sub-hd {
    margin-top: 14px;
    font-size: 12px
  }

  .opin-det .sub-hd .item {
    margin: 0 4px;
    font-size: 12px;
    line-height: 20px
  }

  .opin-det .sub-hd .item .iconfont {
    font-size: 12px;
    margin-right: 3px
  }

  .opin-det .share-box,
  .opin-det .txt,
  .opin-page a {
    font-size: 14px
  }

  .opin-det .txt {
    margin-top: 20px;
    line-height: 24px;
    width: 100%;
    overflow: auto;
  }

  .opin-page {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .opin-page a {
    width: 100%;
    line-height: 22px
  }

  .pd-bt-40 {
    padding-bottom: 20px
  }

  .bd-topic-banner .bt-con {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .bd-topic-banner .bt-con .con,
  .bd-topic-banner .bt-con .img {
    width: 100%
  }

  .bd-topic-banner .bt-con .con {
    padding-top: 20px
  }

  .bd-topic-banner .bt-con .con .tit {
    font-size: 18px
  }

  .bd-topic-banner .bt-con .con .txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px
  }

  .xszt-list {
    margin-left: -5px;
    margin-right: -5px
  }

  .xszt-list li {
    width: 50%;
    padding: 5px
  }

  .xszt-list li .sec .tit {
    height: 40px;
    line-height: 40px;
    font-size: 14px
  }

  .xszt-list li .sec .tit::before {
    height: 1px
  }

  .xszt-list li .sec .img .time {
    font-size: 12px;
    bottom: 5px;
    right: 5px
  }

  .brand-qy-wrap {
    padding: 30px 0
  }

  .brand-qy-wrap .brand-qy-banner {
    width: 100%
  }

  .brand-qy-wrap .brand-qy-info {
    width: 100%;
    margin-top: 20px
  }

  .brand-qy-wrap .brand-qy-banner .swiper-num {
    left: 10px;
    line-height: 40px
  }

  .brand-qy-wrap .brand-qy-info .comm-brand-hd {
    margin-left: 0
  }

  .brand-qy-banner .train-arrow {
    font-size: 14px;
    right: 0
  }

  .brand-qy-banner .train-arrow .swiper-btn {
    height: 40px;
    line-height: 40px
  }

  .hot-info-list {
    margin-top: 20px
  }

  .hot-info-list li {
    margin-top: 10px
  }

  .hot-info-list li:last-child {
    margin-bottom: 0
  }

  .hot-info-list li .sec {
    padding: 20px;
    box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08)
  }

  .hot-info-list li .tit {
    font-size: 18px
  }

  .hot-info-list li .txt {
    margin-top: 8px
  }

  .hot-info-list li .line {
    width: 15px;
    margin-top: 10px;
    height: 2px
  }

  .jcsj-wrap,
  .xswz-wrap {
    padding: 30px 0
  }

  .jcsj-list li .rdtjInfo-box .wm-bt-con {
    font-size: 16px;
    height: 40px;
    line-height: 40px
  }

  .xswz-list li {
    margin-bottom: 10px;
    padding: 20px 20px 20px 0;
    border: none;
    margin-right: 0;
    box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08)
  }

  .xswz-list li:last-child {
    margin-bottom: 0
  }

  .xswz-list li .date {
    width: 80px
  }

  .spzq-wrap {
    padding: 30px 0
  }

  .comm-brand-hd {
    padding-bottom: 14px
  }

  .comm-brand-hd::after {
    width: 88px
  }

  .spzq-list li {
    width: 100%
  }

  .spzq-list li .rdtjInfo-box {
    -webkit-box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 12px 3px rgba(0, 0, 0, .08)
  }

  .meeting-tabs-wrap {
    padding: 30px 0
  }

  .meetingTab-swiper-box {
    padding-bottom: 30px
  }

  .meetingTab-swiper-box .swiper-slide {
    padding: 5px
  }

  .meetingTab-swiper-box .swiper-slide .mt-tab-item {
    width: 100%;
    height: 60px
  }

  .meetingTab-swiper-box .swiper-slide .mt-tab-item .tit {
    font-size: 16px
  }

  .meeting-tab-con .mt-tab-hd .item {
    font-size: 14px;
    margin: 0 8px
  }

  .conf-intro-sec .intro-txt,
  .sche-sec {
    padding-top: 20px
  }

  .sche-tabs .item {
    width: 31%;
    margin-right: 3%;
    height: 40px;
    line-height: 40px;
    font-size: 14px
  }

  .sche-tabs .item:nth-child(3n) {
    margin-right: 0
  }

  .inter-zjjs-list,
  .zjjs-list {
    margin-right: -5px;
    margin-left: -5px
  }

  .sche-cont {
    margin-top: 30px
  }

  .sche-cont .c-item .hd {
    font-size: 16px;
    margin-bottom: 12px
  }

  .sche-cont .c-item .sub-con {
    padding: 14px 0;
    font-size: 14px;
    line-height: 30px
  }

  .sche-cont .c-item .sub-con .time {
    padding-right: 10px
  }

  .sche-cont .c-item .sub-con .txt {
    margin-left: 10px
  }

  .sche-cont .c-item .sub-con .time::after {
    height: 12px;
    width: 1px
  }

  .comm-brand-hd .more {
    padding: 0
  }

  .zjjs-list li {
    width: 50%;
    padding: 5px
  }

  .zjjs-list li .sec .bt-info {
    font-size: 14px;
    height: 34px;
    line-height: 34px
  }

  .expert-intro-sec {
    padding-bottom: 40px
  }

  .conf-intro-sec .intro-txt article {
    font-size: 14px;
    line-height: 26px
  }

  .rdtjInfo-box .con .hx-tit {
    font-size: 16px;
    line-height: 24px
  }

  .pd-tp-80 {
    padding-top: 30px
  }

  .sphg-con {
    margin-top: 20px
  }

  .sphg-wrap {
    padding-bottom: 30px
  }

  .sphg-con .bt-info {
    background-color: transparent;
    position: relative;
    height: auto;
    color: #333;
    padding: 16px 0;
    display: block
  }

  .sphg-con .bt-info .tit {
    width: 100%;
    font-size: 16px
  }

  .sphg-con .img .icon-bofang {
    font-size: 40px
  }

  .sphg-con .bt-info .time {
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #999
  }

  .anchor-point {
    height: 50px;
    top: -50px
  }

  .inter-page-wrap .meeting-tabs-wrap {
    -moz-background-size: 160% 70px;
    background-size: 160% 70px;
    padding: 20px 0 0
  }

  .inter-page-wrap .meeting-tab-con .mt-tab-hd .item {
    font-size: 14px;
    -moz-background-size: 14px;
    background-size: 14px;
    line-height: 22px
  }

  .inter-page-wrap .meetingTab-swiper-box .swiper-slide .mt-tab-item {
    height: 50px
  }

  .inter-page-wrap .meetingTab-swiper-box .swiper-slide.active .mt-tab-item .tit::before {
    height: 2px
  }

  .inter-comm-hd .tit {
    padding-right: 10px
  }

  .inter-comm-hd .tit .cn {
    padding-left: 25px
  }

  .inter-comm-hd .tit .cn::before {
    height: 44px;
    width: 44px
  }

  .inter-conf-intro-sec {
    padding: 30px 0
  }

  .inter-page-wrap .conf-intro-sec .intro-txt {
    margin-top: 20px;
    padding: 20px
  }

  .inter-page-wrap .sche-sec {
    padding: 30px 0
  }

  .inter-comm-hd {
    height: 44px;
    padding-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .inter-page-wrap .sche-cont .c-item .hd span {
    font-size: 16px
  }

  .inter-page-wrap .sche-cont .c-item .sub-con {
    margin-top: 20px;
    padding: 0 0 0 14px
  }

  .inter-page-wrap .sub-con-box {
    display: block
  }

  .inter-page-wrap .sub-con-box .sub-con {
    width: 100%;
    line-height: 24px
  }

  .inter-page-wrap .sche-cont .c-item .sub-con .time,
  .inter-page-wrap .sche-cont .c-item .sub-con .txt {
    font-size: 14px
  }

  .inter-page-wrap .expert-intro-sec {
    padding: 30px 0
  }

  .inter-zjjs-list {
    margin-top: 20px
  }

  .inter-zjjs-list li {
    width: 50%;
    padding: 5px;
    margin-bottom: 20px
  }

  .inter-zjjs-list li .sec {
    padding: 16px 16px 30px
  }

  .inter-zjjs-list li .name {
    width: auto;
    left: 18px;
    right: 18px;
    font-size: 14px
  }

  .inter-zjjs-list li .txt {
    font-size: 14px;
    line-height: 20px
  }

  .inter-report-wrap .lt {
    width: 100%
  }

  .inter-report-wrap .rt {
    width: 100%;
    margin-top: 10px
  }

  .report-list li {
    margin-bottom: 10px
  }

  .report-list li .sec {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .report-list li .sec .con .tit {
    font-size: 16px;
    margin-top: 14px
  }

  .report-list li .sec .img {
    width: 100%;
    margin-right: 0
  }

  .report-list li .sec .con {
    width: 100%;
    padding: 18px 0 10px
  }

  .interview-box .sec .con {
    width: 100%;
    float: none
  }

  .interview-box .sec .con .name {
    font-size: 18px;
    padding-bottom: 12px;
    width: 100%
  }

  .interview-box .sec .img {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px
  }

  .interview-box .sec .con .topic {
    margin-top: 18px;
    width: 100%
  }

  .interview-box .sec .con .tit {
    font-size: 14px;
    margin-bottom: 10px
  }

  .interview-box .sec .con .summary .txt {
    font-size: 14px;
    line-height: 24px
  }

  .interview-box .sec {
    padding: 30px 20px
  }

  .interview-box .sec .img .play-btn {
    font-size: 50px
  }

  .interview-swiper-box {
    padding-bottom: 20px
  }

  .highlights-list li {
    width: 100%;
    padding: 5px 10px
  }

  .highlights-list li .sec .tit {
    font-size: 16px;
    padding: 10px 20px
  }

  .inter-sphg-con::after {
    width: 50px;
    height: 50px;
    display: none
  }

  .inter-sphg-con .img .time {
    font-size: 12px;
    top: 5px;
    right: 5px;
    padding: 9px 14px 6px 16px
  }

  .sphg-con .img::before {
    padding-top: 50%
  }

  .inter-playback-sec {
    padding-bottom: 0;
    background-image: none !important
  }

  .mt-80 {
    margin-top: 30px
  }

  .notice-det {
    padding-bottom: 40px
  }

  .notice-det .opin-hd {
    padding-bottom: 14px
  }

  .notice-det .opin-hd::after {
    width: 70px
  }

  .notice-det .txt {
    padding-top: 0
  }

  .sign-up-wrap .lt {
    font-size: 14px
  }

  .sign-up-wrap .lt .price-box .num {
    font-size: 16px
  }

  .sign-up-wrap .lt .price-box {
    margin-right: 20px
  }

  .sign-up-wrap .lt .sl-box {
    height: 40px
  }

  .sign-up-wrap .lt .sl-box .btn {
    width: 40px
  }

  .sign-up-wrap .lt .sl-box .val {
    width: 50px
  }

  .sign-up-wrap .sign-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 16px
  }

  .review-list li {
    width: 100%
  }

  .review-list li .con .tit {
    font-size: 16px;
    line-height: 26px
  }

  .review-single-list li .sec {
    background: #FFF;
    -webkit-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .15)
  }

  .review-inter-list {
    padding-right: 0
  }

  .review-inter-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px
  }

  .review-inter-list li::after {
    top: 10px;
    left: 10px
  }

  .review-inter-list li .sec .img {
    width: 100%
  }

  .review-inter-list li .sec .con {
    width: 100%;
    padding: 20px 10px
  }

  .review-inter-list li .sec {
    padding: 10px
  }

  .review-inter-list li .sec .con .tit {
    font-size: 18px
  }

  .review-inter-list li .sec .con .info-box {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 14px
  }

  .expert-style-list li .sec .con .name,
  .memberCont-swiper-box .swiper-btn .iconfont,
  .memberInfo-box .kt-btn,
  .memberTab-swiper .tab-con,
  .payment-wrap .pay-tit {
    font-size: 16px
  }

  .review-inter-list li .sec .con .txt {
    line-height: 24px
  }

  .review-inter-list li .sec .con .tags {
    margin-top: 10px
  }

  .expert-style-list {
    margin-left: -5px;
    margin-right: -5px
  }

  .expert-style-list li {
    width: 50%;
    padding: 5px
  }

  .expert-style-list li .sec {
    padding: 10px
  }

  .expert-style-list li .sec .con .info {
    font-size: 12px
  }

  .experts-info-wrap .top-info .img {
    width: 60%
  }

  .experts-info-wrap .top-info .rt {
    width: 100%;
    padding-left: 0
  }

  .experts-info-wrap .top-info .rt .name {
    font-size: 18px
  }

  .experts-info-wrap .top-info .rt .name span {
    padding: 14px 0
  }

  .experts-info-wrap .top-info .rt .txt {
    font-size: 14px;
    margin-top: 14px;
    line-height: 24px
  }

  .experts-info-wrap .top-info .rt .code-box p {
    padding-left: 14px
  }

  .experts-info-wrap .top-info .rt .sub-txt {
    margin-top: 12px
  }

  .experts-info-wrap .top-info .rt .code-box {
    margin-top: 20px
  }

  .experts-info-wrap .intro-info {
    padding: 0
  }

  .acad-tab {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .acad-tab a {
    margin: 0 2px;
    padding: 6px;
    min-width: 80px
  }

  .acad-cont {
    margin-top: 70px
  }

  .pd-bt-80 {
    padding-bottom: 40px
  }

  .notice-zjgd-list li .sec .date-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .notice-zjgd-list li .sec .date-box .lt .n-item {
    margin-right: 20px
  }

  .notice-zjgd-list li .sec .date-box .lt .n-item .iconfont,
  .review-list li .img .info-box p .iconfont {
    margin-right: 5px
  }

  .zjgd-list li .sec .date-box .more {
    margin-top: 6px
  }

  .member-card-wrap {
    padding: 40px 0
  }

  .memberTab-swiper .tab-con {
    height: 40px
  }

  .memberCont-swiper-box {
    margin-top: 22px
  }

  .memberInfo-box {
    padding: 40px 30px;
    min-height: 380px
  }

  .memberInfo-box .hd .price {
    font-size: 30px;
    margin-top: 8px
  }

  .memberInfo-box .kt-btn {
    margin: 20px auto;
    width: 140px;
    height: 40px;
    line-height: 38px
  }

  .memberInfo-box .txt {
    line-height: 28px
  }

  .memberCont-swiper-box .swiper-btn {
    width: 28px;
    height: 31px
  }

  .m-banner {
    height: 150px
  }

  .m-banner img {
    height: auto;
    width: 55%
  }

  .payment-wrap {
    padding: 60px 20px
  }

  .payment-wrap .pay-img {
    width: 120px;
    height: 120px;
    padding: 10px;
    margin: 20px auto 0
  }

  .payment-wrap .pay-tips {
    font-size: 14px;
    margin-top: 14px
  }

  .payment-wrap .money .num {
    font-size: 46px
  }

  .payment-wrap .pay-tips img {
    margin-right: 5px;
    height: 20px
  }

  .login-wrap {
    padding: 20px
  }

  .login-page-wrap {
    padding: 30px 0 40px
  }

  .login-wrap .login-hd {
    margin: 10px 0 0
  }

  .login-wrap .login-hd span {
    font-size: 26px;
    padding: 15px
  }

  .agreement-txt {
    padding: 30px 0;
    font-size: 14px;
    line-height: 26px
  }

  .login-sec {
    width: 100%
  }

  .login-wrap .login-tabs .tab-item {
    height: 46px;
    line-height: 46px;
    width: 46%
  }

  .login-box .form-item .form-txt {
    padding: 14px;
    font-size: 14px
  }

  .login-box .layui-form-checkbox span {
    font-size: 14px
  }

  .login-box .form-item {
    margin-bottom: 14px
  }

  .login-box .sub-btn {
    height: 46px
  }

  .login-box .form-item .form-code-txt {
    width: 67%
  }

  .login-box .form-item .getCode {
    height: 46px;
    width: 30%
  }

  .register-box .form-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .register-box .form-item .label {
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    padding-right: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
  }

  .register-tabs .tab-item {
    font-size: 14px;
    padding: 0 4px
  }

  .login-sec {
    margin: 30px auto 0
  }

  .meeting-page-wrap {
    padding: 40px 20px
  }

  .meeting-banner-wrap {
    padding: 30px 0
  }

  .meeting-list li {
    width: 100%
  }

  .meeting-cont .con {
    padding: 20px
  }

  .meeting-cont .con .at-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .meeting-cont .con .at-info .item {
    margin-right: 0
  }

  .meeting-banner-wrap .swiper-button-next {
    right: 0
  }

  .meeting-banner-wrap .swiper-button-prev {
    left: 0
  }

  .meeting-banner-wrap .swiper-btn {
    width: 34px;
    height: 34px;
    margin-top: -17px
  }

  .personal-main-info {
    padding: 23px
  }

  .personal-main-info .portrait {
    border-width: 2px;
    width: 90px;
    height: 90px
  }

  .personal-main-info::after {
    right: 23px;
    width: 40px;
    height: 32px;
    -moz-background-size: contain;
    background-size: contain
  }

  .personal-main-info .rt-info .name-box {
    font-size: 14px;
    padding-bottom: 14px
  }

  .personal-main-info .rt-info .name-box .name {
    font-size: 18px
  }

  .personal-main-info .rt-info {
    width: 100%;
    margin-top: 14px
  }

  .personal-main-info .rt-info .sub-info {
    padding-top: 10px;
    display: block
  }

  .personal-main-info .rt-info .sub-info .lt .end-time {
    padding: 0 5px 0 10px
  }

  .personal-main-info .rt-info .sub-info .rt {
    margin-top: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .personal-main-info .rt-info .sub-info .rt .tag-item {
    height: 24px;
    font-size: 14px;
    padding: 0 10px
  }

  .personal-main-info .rt-info .sub-info .lt .vip-card img {
    height: 24px
  }

  .personal-menu-wrap {
    margin-top: 16px
  }

  .personal-page-wrap {
    padding: 30px 0 50px;
    min-height: auto
  }

  .personal-menu-wrap .menu-tabs {
    padding: 0 20px;
    height: 50px
  }

  .personal-menu-wrap .menu-tabs::-webkit-scrollbar {
    height: 2px
  }

  .personal-menu-wrap .menu-tabs::-webkit-scrollbar-track {
    background: 0 0
  }

  .personal-menu-wrap .menu-tabs::-webkit-scrollbar-thumb {
    background: #ccc
  }

  .personal-menu-wrap .menu-tabs a {
    margin-right: 50px
  }

  .per-cont-wrap {
    padding: 30px 20px
  }

  .per-cont-wrap .agreement-txt {
    padding: 0
  }

  .seen-video-tabs {
    padding: 14px 20px
  }

  .seen-video-tabs::-webkit-scrollbar {
    height: 2px
  }

  .seen-video-tabs::-webkit-scrollbar-track {
    background: 0 0
  }

  .seen-video-tabs::-webkit-scrollbar-thumb {
    background: #ccc
  }

  .seen-video-tabs .item {
    font-size: 14px;
    padding: 6px 12px;
    margin-right: 20px
  }

  .seen-video-cont .tv-list-wrap .ssxl-list li {
    width: 100%
  }

  .per-comments-list li {
    font-size: 12px;
    padding: 14px 0
  }

  .per-comments-list li .time {
    margin-right: 10px
  }

  .per-comments-list li .txt {
    padding-right: 10px
  }

  .per-comments-list li .s-btn {
    font-size: 12px
  }

  .code-payment-box .lt {
    width: 100%;
    border: none;
    padding: 20px 20px 10px
  }

  .code-payment-box .rt .rt-code-hd {
    padding: 0 20px 20px;
    font-size: 14px
  }

  .code-payment-box .rt {
    width: 100%
  }

  .code-payment-box .lt .code-tit {
    width: 60%
  }

  .code-payment-box .rt .rt-code-hd .num {
    font-size-adjust: 20px
  }

  .code-payment-list li {
    padding: 0 15px
  }

  .code-payment-list li .pay-img {
    width: 90px;
    height: 90px;
    padding: 5px
  }

  .code-payment-list li .pay-tips {
    margin-top: 10px;
    font-size: 14px
  }

  .code-payment-list li .pay-tips img {
    height: 16px;
    margin-right: 4px
  }

  .code-payment-box {
    margin-top: 30px
  }

  .pay-success-box {
    padding: 50px 20px
  }

  .pay-success-box .icon {
    height: 50px
  }

  .pay-success-box .tit {
    font-size: 20px;
    margin-top: 15px
  }

  .pay-success-box .tips {
    font-size: 14px;
    margin-top: 15px
  }

  .register-box .form-item .cont {
    width: 100%
  }

  .login-box .flex-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .login-box .layui-form-checkbox[lay-skin=primary] {
    padding-left: 20px
  }

  .register-box .form-item .zc-btn {
    width: 140px
  }

  .basicInfo-sec .register-tabs .tab-item {
    padding: 0 4px
  }

  .basicInfo-box {
    margin-top: 30px
  }

  .basicInfo-box .rt-btns {
    position: relative;
    right: 0;
    height: 40px
  }

  .baseInfo-modal .ws-btn,
  .form-sel-box .layui-input {
    height: 46px;
    font-size: 14px
  }

  .basicInfo-box .rt-btns a {
    font-size: 14px
  }

  .flex-wrap .layui-input-inline {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%
  }

  .flex-wrap .layui-input-inline:nth-child(2n) {
    width: 49%
  }

  .form-sel-box .layui-form-select dl {
    font-size: 14px;
    top: 46px
  }

  .form-sel-box .layui-form-selectup dl {
    top: auto;
    bottom: 46px
  }

  .basicInfo-box .del-btn {
    font-size: 14px
  }

  .basicInfo-box .layui-upload-list {
    margin: 10px 0
  }

  .baseInfo-modal .ws-btn {
    width: 140px;
    margin: 30px auto
  }

  .baseInfo-modal {
    padding: 50px 20px;
    height: 200px
  }

  .baseInfo-modal .tips {
    font-size: 16px
  }

  .hasLogin-box {
    margin-left: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    width: 100%
  }

  .hasLogin-modal {
    width: 100%;
    padding-top: 0;
    display: none
  }

  .personal-main-info .rt-info .sub-info .rt .l-card {
    margin-left: 10px
  }

  .hasLogin-box::before {
    display: none
  }

  .hasLogin-modal a {
    text-align: left;
    padding: 0 10px;
    line-height: 38px
  }

  .hasLogin-modal a::after {
    left: 0;
    right: 0
  }
}

.meeting-list>li>.meeting-cont {
  height: 100%
}

input {
  -webkit-appearance: none;
}

@media screen and (max-width: 1024px) {
  .login-sec .phone-img {
    display: none;
  }

  .album-list .lii {
    width: 100%;
  }

  .header {
    position: relative;
    height: auto;
  }

  .header .logo {
    height: 50px;
  }

  .menuBtn {
    display: none;
  }

  .page-wrap {
    padding-top: 0;
  }

  .header .m-box {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }

  .header .nav-box {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    width: 100%;
    left: 0;
  }

  .header-btns {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px !important;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .header .header-rt {
    width: 100%;
    margin-top: 50px;
  }

  .header-btns .search-btn {
    width: 50px;
  }

  .header .nav ul li {
    width: 25%;
    height: 50px;
  }

  .header-btns .btn-item figure {
    left: -50%;
    right: 0;
    width: 186px;
  }

  .hasLogin-box {
    margin-right: 10px;
    position: relative;
  }

  .hasLogin-modal {
    position: absolute;
    top: 100%;
    right: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  }
}

table tbody tr.firstRow {
  background-color: #00a0e9;
  border: 1px solid #00a0e9;
  color: #fff;
}

.ue-table-interlace-color-double {
  background: #e6f7ff;
}

/* 6-26 */

.experts-info-wrap-new {
  position: relative;
  margin-top: 0;
  padding-top: 50px;
}

.experts-info-wrap-new .top-info .rt .name span {
  font-weight: bold;
  padding-bottom: 10px;
}

.experts-info-wrap-new .top-info .rt .txt {
  font-family: 黑体;
  margin-top: 12px;
}

.experts-info-wrap-new .top-info .img {
  width: 35%;
  background: none;
  padding: 0;
}

.experts-info-wrap-new .top-info .img img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 60%;
}

.experts-info-wrap-new .top-info .rt {
  width: 57%;
  padding-left: 0;
}

.experts-info-wrap-new .intro-info {
  margin-top: 20px;
  padding: 0;
}

.experts-info-wrap-new .top-info .rt .name {
  border: none;
}

.experts-info-wrap-new .show-txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;

}

.experts-info-wrap-new .show-txt.active {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
  overflow: visible;

}

.experts-info-wrap-new .hidden-txt {
  display: none;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 24px;
}

.page-wrap-in {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 60px;
}

.experts-info-wrap-new .more-btn {
  height: 40px;
  background: #E6E6E6;
  width: 100%;
  margin-top: 20px;
  color: #282728;
  font-size: 14px;
  transition: all 0.3s linear;
}

.experts-info-wrap-new .more-btn:hover {
  background-color: #F39800;
  color: #fff;
}

.ex-label {
  width: 42px;
  height: 73px;
  background: url('../images/ex_mark.png') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .experts-info-wrap-new {
    padding-top: 20px;
  }

  .experts-info-wrap-new .top-info .img {
    width: 100%;
  }

  .experts-info-wrap-new .top-info .rt {
    width: 100%;
  }

  .experts-info-wrap-new .intro-info {
    margin-top: 30px;
  }

  .experts-info-wrap-new .more-btn {
    height: 46px;
    margin-top: 20px;
  }

  .experts-info-wrap-new .top-info .img img {
    max-width: 40%;
  }

  .acad-tab a {
    font-size: 12px;
    min-width: 70px;
  }

  .mt-70 {
    margin-top: 30px;
  }

  .mt-50 {
    margin-top: 20px;
  }

  .ex-label {
    top: -10px;
    width: 30px;
  }
}