#loading,
*,
body {
  margin: 0;
  padding: 0
}

.container,
.footer {
  -webkit-transition: -webkit-transform .4s
}

.container,
.container>div {
  position: relative
}

.input,
button {
  outline: 0;
  border: 0
}

.content,
.page,
.photo,
canvas,
html,
img,
svg {
  width: 100%
}

.container,
.content,
.page,
.photo,
html,
svg {
  height: 100%
}

#loading,
.content,
.page,
.photo,
svg {
  left: 0;
  top: 0
}

.magazine-item-desc,
.magazine-item-title,
.wine-name,
.wine-name-english {
  text-overflow: ellipsis;
  overflow: hidden
}

.footer-about a,
a {
  text-decoration: none
}

#loading-over,
.content,
.magazine-item-desc,
.magazine-item-title,
.page,
.slider,
.swiper-container,
.wine-name,
.wine-name-english {
  overflow: hidden
}

.input,
.photo {
  -webkit-appearance: none
}

html {
  font-size: 1rem;
  outline: 0;
  -webkit-text-size-adjust: none
}

#loading,
body {
  width: 100%;
  /* height:100%; */
  background-color: #FFF;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3 {
  font-weight: 400
}

.container {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Hiragino Sans GB", "PingFang SC", "Microsoft YaHei", SimHei, "宋体", "Arial Unicode MS", sans-serif;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  padding-top: 2.325rem;
}

.content>div,
.page,
.page>div,
.photo,
svg {
  position: absolute
}

.page {
  opacity: 0;
  visibility: hidden;
  line-height: 1.5
}

.page.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 2
}

.page.active.hide {
  opacity: 0;
  z-index: 3
}

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

.page.xy.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page.xy.active.hide {
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.audio,
.photo {
  opacity: 0
}

img {
  display: block
}

.clear {
  clear: both
}

.clearfix:after {
  display: table;
  content: '';
  clear: both
}

button {
  background-color: transparent
}

.input {
  background: 0 0;
  border-radius: 0
}

svg {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.index {
  display: block;
  background-image: url(../img/index.png);
  background-repeat: no-repeat;
  background-size: 6.6rem 6.425rem
}

#loading,
#loading-s {
  display: table;
  text-align: center
}

.icon-trip-logo {
  width: 2rem;
  height: 2.825rem;
  background-position: -4.65rem .05rem
}

.icon-art-logo {
  width: 2.35rem;
  height: 2.85rem;
  background-position: .05rem .05rem
}

.icon-explore-logo {
  width: 2.65rem;
  height: 1.575rem;
  background-position: .05rem -2.8rem
}

.icon-nav-4 {
  width: 1.5rem;
  height: 2.1rem;
  background-position: .05rem -4.375rem
}

.icon-nav-3 {
  width: 2.35rem;
  height: 2.85rem;
  background-position: -2.3rem .05rem
}

.icon-nav-2 {
  width: 1.975rem;
  height: 1.175rem;
  background-position: -2.6rem -2.8rem
}

.icon-nav-1 {
  width: 1.525rem;
  height: 1.95rem;
  background-position: -1.45rem -4.375rem
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99
}

#loading-s {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, .28);
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  border-radius: 10px
}

.load-content {
  display: table-cell;
  vertical-align: middle
}

.load-content p {
  margin-top: 10px;
  color: #FFF
}

#loading span,
#loading-s span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #FFF;
  border-radius: 0
}

.container,
.header {
  width: 100%
}

#loading span {
  background: #407e31
}

#loading span:nth-child(1),
#loading-s span:nth-child(1) {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 500px;
  -webkit-animation: scale 1s .1s infinite cubic-bezier(.6, -.28, .735, .045);
  animation: scale 1s .1s infinite cubic-bezier(.6, -.28, .735, .045)
}

#loading span:nth-child(2),
#loading-s span:nth-child(2) {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 500px;
  -webkit-animation: scale 1s .2s infinite cubic-bezier(.6, -.28, .735, .045);
  animation: scale 1s .2s infinite cubic-bezier(.6, -.28, .735, .045)
}

#loading span:nth-child(3),
#loading-s span:nth-child(3) {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 500px;
  -webkit-animation: scale 1s .3s infinite cubic-bezier(.6, -.28, .735, .045);
  animation: scale 1s .3s infinite cubic-bezier(.6, -.28, .735, .045)
}

#loading span:nth-child(4) {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 500px;
  -webkit-animation: scale 1s .4s infinite cubic-bezier(.6, -.28, .735, .045);
  animation: scale 1s .4s infinite cubic-bezier(.6, -.28, .735, .045)
}

#loading span:nth-child(5) {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 500px;
  -webkit-animation: scale 1s .5s infinite cubic-bezier(.6, -.28, .735, .045);
  animation: scale 1s .5s infinite cubic-bezier(.6, -.28, .735, .045)
}

#loading-over {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 100
}

@-webkit-keyframes scale {

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

  25% {
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9)
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 3px
  }
}

@keyframes scale {

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

  25% {
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9)
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 3px
  }
}

.header {
  height: 2.325rem;
  background: #FFF;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}

.header>a,
.header>div {
  position: absolute;
  display: block
}

.icon-more {
  width: 1.7rem;
  height: 100%;
  left: 14.25rem;
  top: 0;
}

.icon-more>svg {
  width: 1.025rem;
  height: .6rem;
  top: .975rem
}

.icon-logo,
.icon-logo>svg {
  width: 7.55rem;
  height: 1.15rem
}

.icon-logo {
  left: .625rem;
  top: .7rem
}

.slider {
  width: 100%;
  height: 8.675rem;
  background: #DDD
}

.slider .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets.my-pagination {
  position: absolute;
  bottom: .1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  z-index: 3
}

span.swiper-pagination-bullet {
  background: 0 0;
  opacity: 1
}

.swiper-container-horizontal>.my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  box-sizing: border-box;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin: 0 .2rem
}

.btn-art,
.btn-choosing,
.btn-explore,
.btn-trip {
  border: 1px solid;
  position: absolute;
  display: block
}

span.swiper-pagination-bullet-active {
  background: #FFF
}

.nav {
  width: 100%;
  height: 14rem
}

.nav>div {
  position: absolute
}

.nav-item-title {
  line-height: .725rem
}

.nav-item-english {
  line-height: .4rem
}

.nav-item,
.nav-item>a {
  display: block;
  position: absolute
}

.nav-item.nav-item-1 {
  width: 100%;
  height: 3.5rem;
  left: 0;
  top: 0;
  background: #faf7f3
}

.nav-item.nav-item-1>div {
  position: absolute
}

.nav-item-title.nav-item-title-1 {
  width: 5.175rem;
  height: .725rem;
  left: 3.7rem;
  top: 1.025rem;
  font-size: .75rem;
  white-space: nowrap;
  color: #3e3a39
}

.nav-item-english.nav-item-english-1 {
  width: 10.525rem;
  height: .4rem;
  left: 3.65rem;
  top: 2.125rem;
  font-size: .5rem;
  white-space: nowrap;
  color: #020000
}

.index.icon-nav-1 {
  left: 1.05rem;
  top: .825rem
}

.nav-item.nav-item-2 {
  width: 100%;
  height: 3.5rem;
  left: 0;
  top: 3.5rem;
  background: #eae1d2
}

.nav-item.nav-item-2>div {
  position: absolute
}

.nav-item-title.nav-item-title-2 {
  width: 3.675rem;
  height: .725rem;
  left: 3.675rem;
  top: 1rem;
  font-size: .75rem;
  white-space: nowrap;
  color: #3e3a39
}

.nav-item-english.nav-item-english-2 {
  width: 8.275rem;
  height: .4rem;
  left: 3.7rem;
  top: 2.075rem;
  font-size: .5rem;
  white-space: nowrap;
  color: #030200
}

.index.icon-nav-2 {
  left: 1rem;
  top: 1.2rem
}

.nav-item.nav-item-3 {
  width: 100%;
  height: 3.5rem;
  left: 0;
  top: 7rem;
  background: #faf7f3
}

.nav-item.nav-item-3>div {
  position: absolute
}

.nav-item-title.nav-item-title-3 {
  width: 3.675rem;
  height: .725rem;
  left: 3.7rem;
  top: 1.025rem;
  font-size: .75rem;
  white-space: nowrap;
  color: #3e3a39
}

.nav-item-english.nav-item-english-3 {
  width: 4.375rem;
  height: .4rem;
  left: 3.65rem;
  top: 2.125rem;
  font-size: .5rem;
  white-space: nowrap;
  color: #020000
}

.index.icon-nav-3 {
  left: .85rem;
  top: .475rem
}

.nav-item.nav-item-4 {
  width: 100%;
  height: 3.5rem;
  left: 0;
  top: 10.5rem;
  background: #eae1d2
}

.nav-item.nav-item-4>div {
  position: absolute
}

.nav-item-title.nav-item-title-4 {
  width: 3.675rem;
  height: .725rem;
  left: 3.7rem;
  top: 1rem;
  font-size: .75rem;
  white-space: nowrap;
  color: #3e3a39
}

.nav-item-english.nav-item-english-4 {
  width: 8.1rem;
  height: .4rem;
  left: 3.675rem;
  top: 2.075rem;
  font-size: .5rem;
  white-space: nowrap;
  color: #000
}

.index.icon-nav-4 {
  left: 1.125rem;
  top: .85rem
}

.icon-go {
  width: .55rem;
  height: .9rem;
  left: 14.75rem;
  top: 1.25rem
}

.part-choosing {
  width: 100%;
  height: 11rem
}

.part-choosing>div {
  position: absolute
}

.choosing-image {
  left: 0;
  top: 0;
  width: 16rem;
  height: 11rem;
  background: url(../img/choosing-image.jpg) no-repeat;
  background-size: 100% 100%
}

.btn-choosing {
  left: 3.675rem;
  top: 6.95rem;
  width: 8.625rem;
  height: 1.725rem;
  line-height: 1.725rem;
  text-align: center;
  color: #FFF;
  font-size: .75rem
}

.btn-choosing>div {
  position: absolute
}

.choosing-a-wine {
  left: 2.4rem;
  top: 3.15rem;
  width: 11.025rem;
  height: 2.625rem;
  font-size: 1.35rem;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  text-shadow: .2rem .2rem 1.9rem rgba(46, 53, 45, .25)
}

.wine-name,
.wine-name-english,
.wine-time {
  white-space: nowrap;
  color: #363537
}

.part-wine {
  width: 100%;
  height: 13.05rem;
  background: #faf7f3
}

.part-wine>div {
  position: absolute
}

.wine-image {
  left: .375rem;
  top: 2.3rem;
  width: 15.575rem;
  height: 6.9rem;
  background: url(../img/wine-image.png) no-repeat;
  background-size: 100% 100%
}

.wine-slider {
  left: 0;
  top: 0;
  width: 100%;
  height: 13.05rem;
  overflow: hidden
}

.wine-slider>div {
  position: absolute
}

.wine-item {
  position: absolute;
  left: 5.075rem;
  top: .95rem;
  width: 5.9rem;
  height: 11.15rem;
  display: block
}

.wine-item>div {
  position: absolute
}

.wine-thumb {
  left: 1.825rem;
  top: 0;
  width: 1.975rem;
  height: 8.25rem
}

.wine-time-out {
  left: .75rem;
  top: 10.65rem;
  width: 4.425rem;
  height: .5rem
}

.wine-time-out>div {
  position: absolute
}

.wine-time-dash {
  background: #363537
}

.wine-time-dash.wine-time-dash-left {
  width: 1.275rem;
  height: .075rem;
  left: 0;
  top: .15rem
}

.wine-time {
  left: .475rem;
  top: 0;
  width: 3.4rem;
  height: .5rem;
  font-size: .75rem;
  text-align: center;
  line-height: .5rem
}

.wine-time-dash.wine-time-dash-right {
  width: 1.25rem;
  height: .075rem;
  left: 3.175rem;
  top: .15rem
}

.wine-name {
  left: -1.375rem;
  top: 9.8rem;
  width: 8.625rem;
  height: .575rem;
  font-size: .575rem;
  text-align: center;
  line-height: .575rem
}

.wine-name-english {
  left: -2rem;
  top: 8.95rem;
  width: 9.9rem;
  height: .6rem;
  font-size: .85rem;
  text-align: center;
  line-height: .6rem
}

.icon-slide-left,
.icon-slide-right {
  width: .775rem;
  height: .825rem;
  top: 10.6rem;
  z-index: 10
}

.explore-title,
.explore-title-english {
  font-size: .9rem;
  color: #454544;
  white-space: nowrap;
  text-align: center
}

.icon-slide-left {
  left: .85rem
}

.icon-slide-right {
  left: 14.4rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.part-explore {
  width: 100%;
  height: 23.45rem;
  margin-top: 1.7rem
}

.part-art,
.part-magazine,
.part-trip {
  margin-top: 2.25rem
}

.part-explore>div {
  position: absolute
}

.explore-logo {
  left: 4.725rem;
  top: 0;
  width: 6.45rem;
  height: 4.1rem
}

.explore-logo>div {
  position: absolute
}

.index.icon-explore-logo {
  left: 1.9rem;
  top: 0
}

.explore-title-english {
  left: -1rem;
  top: 2.225rem;
  width: 8.45rem;
  height: .675rem;
  line-height: .675rem
}

.explore-title {
  left: 0;
  top: 3.25rem;
  width: 6.4rem;
  height: .85rem;
  line-height: .85rem
}

.explore-desc {
  left: 1.225rem;
  top: 5.45rem;
  width: 13.525rem;
  height: 2.325rem;
  font-size: .55rem;
  white-space: nowrap;
  color: #ad8a48;
  text-align: center;
  line-height: 1.4
}

.btn-explore {
  left: 4.85rem;
  top: 8.875rem;
  width: 6.25rem;
  height: 1.625rem;
  font-size: .7rem;
  text-align: center;
  line-height: 1.625rem;
  color: #53504a
}

.art-title,
.art-title-english {
  font-size: .9rem;
  color: #454544;
  white-space: nowrap;
  text-align: center
}

.btn-explore>div {
  position: absolute
}

.explore-image {
  left: 0;
  top: 12.45rem;
  width: 100%;
  height: 11rem;
  background: url(../img/explore-image.jpg) no-repeat;
  background-size: 100% 100%
}

.part-art {
  width: 100%;
  height: 23.75rem
}

.part-art>div {
  position: absolute
}

.art-logo {
  left: 3.95rem;
  top: 0;
  width: 7.9rem;
  height: 5.075rem
}

.art-logo>div {
  position: absolute
}

.index.icon-art-logo {
  left: 2.825rem;
  top: 0
}

.art-title {
  left: .825rem;
  top: 4.225rem;
  width: 6.4rem;
  height: .85rem
}

.art-title-english {
  left: -1rem;
  top: 3.2rem;
  width: 9.9rem;
  height: .675rem;
  line-height: .675rem
}

.art-desc {
  left: .675rem;
  top: 6.05rem;
  width: 14.625rem;
  height: 2.325rem;
  font-size: .55rem;
  white-space: nowrap;
  color: #ad8a48;
  text-align: center;
  line-height: 1.4
}

.btn-art {
  left: 4.85rem;
  top: 9.2rem;
  width: 6.25rem;
  height: 1.625rem;
  font-size: .7rem;
  text-align: center;
  line-height: 1.625rem;
  color: #53504a
}

.trip-title,
.trip-title-english {
  font-size: .9rem;
  color: #454544;
  white-space: nowrap;
  text-align: center
}

.btn-art>div {
  position: absolute
}

.art-image {
  left: 0;
  top: 12.75rem;
  width: 100%;
  height: 11rem;
  background: url(../img/art-image.jpg) no-repeat;
  background-size: contain
}

.part-trip {
  width: 100%;
  height: 23.975rem
}

.part-trip>div {
  position: absolute
}

.trip-logo {
  left: 5.425rem;
  top: 0;
  width: 4.9rem;
  height: 4.95rem
}

.trip-logo>div {
  position: absolute
}

.index.icon-trip-logo {
  left: 1.475rem;
  top: 0
}

.trip-title-english {
  left: -1rem;
  top: 3.075rem;
  width: 6.9rem;
  height: .675rem;
  line-height: .675rem
}

.trip-title {
  left: -.75rem;
  top: 4.1rem;
  width: 6.4rem;
  height: .85rem;
  line-height: .85rem
}

.trip-desc {
  left: 2.375rem;
  top: 5.9rem;
  width: 11.55rem;
  height: 2.325rem;
  font-size: .55rem;
  white-space: nowrap;
  color: #ad8a48;
  text-align: center;
  line-height: 1.4
}

.btn-trip {
  left: 4rem;
  top: 9.525rem;
  width: 7.925rem;
  height: 1.625rem;
  font-size: .6rem;
  line-height: 1.625rem;
  text-align: center;
  color: #79756d
}

.magazine-item-desc,
.magazine-item-title,
.magazine-title {
  white-space: nowrap;
  color: #454544;
  text-align: center
}

.btn-trip>div {
  position: absolute
}

.trip-image {
  left: 0;
  top: 12.975rem;
  width: 100%;
  height: 11rem;
  background: url(../img/trip-image.jpg) no-repeat;
  background-size: 100% 100%
}

.part-magazine {
  width: 100%;
  height: 29.7rem
}

.part-magazine>div {
  position: absolute
}

.magazine-logo-out {
  left: 5.625rem;
  top: 0;
  width: 4.9rem;
  height: 2.225rem
}

.magazine-logo-out>div {
  position: absolute
}

.magazine-logo {
  width: 4.9rem;
  height: 1.125rem;
  left: 0;
  top: 0
}

.magazine-title {
  left: .35rem;
  top: 1.425rem;
  width: 4.375rem;
  height: .8rem;
  font-size: .85rem
}

.magazine-item.magazine-item-1 {
  position: absolute;
  display: block;
  width: 15.225rem;
  height: 11.95rem;
  left: .375rem;
  top: 3rem
}

.magazine-item.magazine-item-1>div {
  position: absolute
}

.magazine-thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 5.65rem;
  background: #DDD
}

.magazine-item-title {
  left: .95rem;
  top: 6.575rem;
  width: 13.225rem;
  height: .725rem;
  font-size: .75rem;
  line-height: .725rem
}

.magazine-dash {
  width: 14.025rem;
  height: 1px;
  left: .575rem;
  top: 7.6rem;
  background: #000
}

.magazine-item-desc {
  left: .625rem;
  top: 8.225rem;
  width: 14.025rem;
  height: 1.3rem;
  font-size: .6rem
}

.btn-read-more {
  display: block;
  position: absolute;
  left: 4.2rem;
  top: 10.4rem;
  width: 6.675rem;
  height: 1.55rem;
  line-height: 1.55rem;
  text-align: center;
  color: #FFF;
  font-size: .65rem;
  background: #000;
  letter-spacing: .2rem
}

.footer-language-label,
.footer-select-value {
  font-size: .575rem;
  text-align: left;
  line-height: .55rem;
  color: #fff;
  white-space: nowrap
}

.btn-read-more>div {
  position: absolute
}

.magazine-item.magazine-item-2 {
  position: absolute;
  display: block;
  width: 15.225rem;
  height: 13.475rem;
  left: .375rem;
  top: 16.3rem
}

.magazine-item.magazine-item-2>div {
  position: absolute
}

.footer-index {
  width: 100%;
  height: 14.25rem;
  padding-bottom: 50px
}

.footer-index>div {
  position: relative
}

.footer-about>div,
.footer-bottom>div,
.footer-icon-wechat,
.footer-icon-weibo,
.footer-icon-youku,
.footer-language-select>div,
.footer-language>div,
.footer-share>div,
select.footer-select-select {
  position: absolute
}

.footer-bottom {
  width: 100%;
  height: 11.675rem;
  background: #e50041;
}

.footer-bottle-image {
  top: auto;
  bottom: 0;
  left: 0;
  /* width: 15.6rem;
  height: 9.65rem;
  background: url(../img/footer-bottle-image.png) no-repeat;
  background-size: 100% 100% */
}

.footer-language {
  left: 1.125rem;
  top: 1.475rem;
  width: 4.925rem;
  height: 2.275rem
}

.footer-language-label {
  left: 0;
  top: 0;
  width: 2.5rem;
  height: .55rem
}

.footer-language-select {
  left: .025rem;
  top: 1rem;
  width: 4.9rem;
  height: 1.275rem;
  border: 1px solid #FFF
}

select.footer-select-select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}

.footer-select-arrow {
  width: .275rem;
  height: .25rem;
  left: 4.2rem;
  top: .5rem
}

.footer-select-value {
  left: .55rem;
  top: .35rem;
  width: 1.1rem;
  height: .55rem
}

.footer-copy {
  left: 0;
  top: 9.125rem;
  width: 100%;
  height: 1.25rem;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-size: .5rem;
  line-height: .6rem
}

.footer-about,
.footer-about a {
  line-height: .625rem;
  color: #FFF
}

.footer-top {
  width: 100%;
  height: 2.625rem;
  background: #e50041;
}

.footer-top>div {
  position: absolute
}

.footer-about {
  left: 1.15rem;
  top: 1rem;
  width: 11.775rem;
  height: .625rem;
  white-space: nowrap
}

.footer-about a {
  font-size: .525rem;
  padding: 0 .1rem
}

.footer-share {
  left: 1.125rem;
  top: .95rem;
  width: 5.225rem;
  height: .9rem
}

.footer-icon-wechat {
  display: block;
  width: 1.05rem;
  height: .875rem;
  left: 0;
  top: .025rem
}

.footer-icon-weibo {
  display: block;
  width: 1.125rem;
  height: .9rem;
  left: 1.65rem;
  top: 0
}

.footer-icon-youku {
  display: block;
  width: 1.8rem;
  height: .65rem;
  left: 3.425rem;
  top: .225rem
}

.footer {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  z-index: 11
}

div.footer div.footer_box {
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin: 0 auto;
  background: url(../img/bottom_bg.jpg) no-repeat;
  background-size: cover
}

div.footer .btm_menu_item {
  float: left;
  display: block;
  width: 20%;
  height: 100%;
  position: relative
}

div.footer .btm_menu_item div.icon {
  width: 40px;
  height: 40px;
  margin: 5px auto 0;
  background: url(../img/bottom_buttons.png) no-repeat;
  background-size: 200px 80px
}

div.footer a.index_item div.icon {
  background-position: 0 0
}

div.footer div.index_item div.selected {
  background-position: 0 -40px
}

div.footer a.civb_item div.icon {
  background-position: -40px 0
}

div.footer div.civb_item div.icon {
  background-position: -40px -40px
}

div.footer a.master_item div.icon {
  background-position: -80px 0
}

div.footer div.master_item div.icon {
  background-position: -80px -40px
}

div.footer a.more_item div.icon {
  background-position: -120px 0
}

div.footer div.more_item div.icon {
  background-position: -120px -40px
}

div.footer a.mine_item div.icon {
  background-position: -160px 0
}

div.footer div.mine_item div.icon {
  background-position: -160px -40px
}

div.footer .btm_menu_item div.btm_bar {
  width: 100%;
  height: 2px;
  background: #f2931f;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none
}

.nav-list,
.nav-list-hover {
  position: fixed;
  z-index: 100;
  height: 100%;
  top: 0;
}

div.footer div.btm_menu_item div.btm_bar {
  display: block
}

.nav-list-hover {
  left: 0;
  width: 6rem;
  display: none
}

.nav-list-item>span,
.nav-open .nav-list-hover {
  display: block
}

.nav-list {
  width: 10rem;
  right: -10rem;
  background: #e50041;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s
}

.nav-list-item {
  display: block;
  width: 100%;
  color: #fff;
  font-size: .8rem;
  box-sizing: border-box;
  padding: .4rem 0 .4rem 1rem;
  border-bottom: 1px solid #fff
}

.nav-list-item>span.font-gotham {
  font-size: .6rem
}

.nav-open .right_bar,
.nav-open .navi_head,
.nav-open .page_box,
.nav-open .header,
.nav-open .container,
.nav-open .nav-list {
  -webkit-transform: translate3d(-10rem, 0, 0);
  transform: translate3d(-10rem, 0, 0)
}

.nav-open .footer {
  -webkit-transform: translate3d(-10rem, 0, 0);
  transform: translate3d(-10rem, 0, 0)
}

@font-face {
  font-family: source;
  src: url(../assets/source.eot);
  src: url(../assets/source.eot?#iefix) format('embedded-opentype'), url(../assets/source.woff2) format('woff2'), url(../assets/source.woff) format('woff'), url(../assets/source.ttf) format('truetype'), url(../assets/source.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

.font {
  font-family: source, sans-serif
}

@font-face {
  font-family: source-medium;
  src: url(../assets/source-medium.eot);
  src: url(../assets/source-medium.eot?#iefix) format('embedded-opentype'), url(../assets/source-medium.woff2) format('woff2'), url(../assets/source-medium.woff) format('woff'), url(../assets/source-medium.ttf) format('truetype'), url(../assets/source-medium.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

.font-medium {
  font-family: source-medium, sans-serif
}

@font-face {
  font-family: source-bold;
  src: url(../assets/source-bold.eot);
  src: url(../assets/source-bold.eot?#iefix) format('embedded-opentype'), url(../assets/source-bold.woff2) format('woff2'), url(../assets/source-bold.woff) format('woff'), url(../assets/source-bold.ttf) format('truetype'), url(../assets/source-bold.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

.font-bold {
  font-family: source-bold, sans-serif
}

@font-face {
  font-family: gotham;
  src: url(../assets/gothambook.eot);
  src: url(../assets/gothambook.eot?#iefix) format('embedded-opentype'), url(../assets/gothambook.woff2) format('woff2'), url(../assets/gothambook.woff) format('woff'), url(../assets/gothambook.ttf) format('truetype'), url(../assets/gothambook.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

.font-gotham {
  font-family: gotham, sans-serif
}

@font-face {
  font-family: mbembo;
  src: url(../assets/mbembo.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

.font-mbembo {
  font-family: mbembo, sans-serif
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  z-index: 1
}

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

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

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

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

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

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

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

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

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

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

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

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

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

.swiper-button-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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right 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: 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, right top, left 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: 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 top, left bottom, 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: 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 bottom, left top, 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: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

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

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

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

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

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

.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,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

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

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

.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-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

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

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

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

.swiper-scrollbar {
  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);
  border-radius: 10px;
  left: 0;
  top: 0
}

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

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

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

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

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