@charset "utf-8";
.share-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.share-box .shadow {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.4);
  z-index: 1001;
}
.share-box .modal {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1002;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  overflow: hidden;
  transform: translateY(300px);
  transition: all 0.2s ease-in;
}
.share-box .modal.open {
  transform: translateY(0);
}
.share-box .modal .share-list {
  background: #222;
  padding: 30px 15px 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  height: 128px;
}
.share-box .modal .share-list a {
  width: 50px;
  height: 73px;
  color: #a7a7a7;
  font-size: 12px;
  text-align: center;
  padding-top: 56px;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.share-box .modal .share-list a.wxmoments {
  background: url("//image.bitautoimg.com/yicheapp/xq/Share_ico_pengyouquan@3.png")
    no-repeat top;
  background-size: contain;
}
.share-box .modal .share-list a.wxfriend {
  background: url("//image.bitautoimg.com/yicheapp/xq/Share_ico_weixin@3x.png")
    no-repeat top;
  background-size: contain;
}
.share-box .modal .share-list a.sinablog {
  background: url("//image.bitautoimg.com/yicheapp/xq/Share_ico_xinlang@3x.png")
    no-repeat top;
  background-size: contain;
}
.share-box .modal .share-list a.qqfriend {
  background: url("//image.bitautoimg.com/yicheapp/xq/Share_ico_QQ@3x.png")
    no-repeat top;
  background-size: contain;
}
.share-box .modal .share-list a.qzone {
  background: url("//image.bitautoimg.com/yicheapp/xq/Share_ico_QZONE@3x.png")
    no-repeat top;
  background-size: contain;
}
.share-box .modal .btn-close {
  background: #2d2d2d;
  display: block;
  line-height: 56px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.share-box .modal .btn-close-ls {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 24px;
  height: 24px;
  background: url("//image.bitautoimg.com/yicheapp/xq/Nar_ico_close_white@3x.png")
    no-repeat center;
  background-size: contain;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box;
}
html,
body {
  font-size: 62.5% !important;
}
body {
  font-family: "PingFang SC", Helvetica, Arial, "Microsoft Yahei", STHeiTi,
    sans-serif;
  line-height: 150%;
  color: #333;
  background: #f9f9f9;
  font-size: 1.2rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
legend {
  display: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
a {
  text-decoration: none;
  color: #333;
}
html {
  -webkit-text-size-adjust: none;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="number"],
input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
img {
  display: block;
  width: 100%;
}
body {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
#scaleBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: radial-gradient(#d8deef, #7b8998);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.car-name {
  font-size: 12px;
  color: #333;
  position: absolute;
  top: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  line-height: 1.5;
}
.btn-return {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.color-box {
  width: 282px;
  height: 38px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.color-box .swiper-outer {
  position: relative;
}
.color-box .swiper-color {
  width: 205px;
  overflow: hidden;
  position: relative;
  margin-top: 6px;
}
.color-box .swiper-color li {
  width: auto !important;
  height: 26px;
  line-height: 26px;
  text-align: center;
  float: left;
  padding: 0 6px;
}
.color-box .swiper-color li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  vertical-align: -4px;
}
.color-box .swiper-color li.current {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.color-box .swiper-color li em {
  padding-left: 3px;
  display: none;
}
.color-box .swiper-color li.current em {
  display: inline-block;
  font-size: 12px;
}
.color-box .button-prev {
  position: absolute;
  top: 7px;
  left: 14px;
  color: #fff;
  font-size: 12px;
  z-index: 11;
}
.color-box .button-next {
  position: absolute;
  top: 7px;
  right: 14px;
  color: #fff;
  font-size: 12px;
  z-index: 11;
}
.color-box .swiper-button-disabled {
  opacity: 0.4;
}
.neishi-box {
  width: 72px;
  height: 48px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 4px;
  z-index: 10;
  display: block;
  overflow: hidden;
}
.neishi-box img {
  position: relative;
  z-index: 1;
}
.neishi-box span {
  width: 100%;
  height: 15px;
  line-height: 15px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 2;
  font-size: 10px;
}
.btn-box {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 35px;
  z-index: 10;
}
.btn-box ul {
  display: flex;
  justify-content: center;
}
.btn-box ul li {
  width: 42px;
  height: 42px;
  line-height: 52px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin: 0 12px;
}
.btn-box ul li a {
  color: #fff;
}
.btn-box ul li em {
  text-indent: -999em;
  display: block;
}
.btn-box ul li b {
  font-size: 12px;
  color: #333;
}
.btn-box ul li.ico-hide em {
  width: 20px;
  height: 15px;
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_hide2@2x.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  margin: 14px auto 0;
}
.btn-box ul li.ico-show {
  background: rgba(359, 69, 100, 0.5);
}
.btn-box ul li.ico-show em {
  width: 20px;
  height: 13px;
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_show2@2x.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  margin: 16px auto 0;
}
.btn-box ul li.ico-xunjia em {
  width: 18px;
  height: 19px;
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_xunjia2@2x.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  margin: 12px auto 0;
}
.btn-box ul li.ico-share em {
  width: 17px;
  height: 17px;
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_share2@2x.png);
  background-repeat: no-repeat;
  background-size: 17px auto;
  margin: 13px 0 0 13px;
}
.car-pop-none {
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 10px;
  white-space: nowrap;
  z-index: 999;
}
.in-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #999;
}
.in-wrap .in-top {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 17px 20px 0;
}
.in-wrap .in-top .btn-return {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  flex-shrink: 0;
  margin: 2px 10px 0 0;
}
.in-wrap .in-top .in-car-name {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  font-size: 1.6rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
.in-wrap .in-opt {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.in-wrap .in-opt ul {
  display: flex;
  justify-content: center;
}
.in-wrap .in-opt ul li {
  width: 50px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: 0 5px;
}
.in-wrap .in-opt ul li em {
  display: inline-block;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  white-space: nowrap;
}
.in-wrap .in-opt ul li.ico-change {
  background: #ff4f53;
}
.in-wrap .in-opt ul li.ico-change em {
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_change@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px auto;
  padding-left: 15px;
  width: auto;
  height: auto;
}
.in-wrap .in-opt ul li.ico-xunjia em {
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_xunjia@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px auto;
  padding-left: 15px;
  width: auto;
  height: auto;
}
.in-wrap .in-opt ul li.ico-share em {
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_share@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px auto;
  padding-left: 15px;
  width: auto;
  height: auto;
}
.in-wrap .in-opt ul li.ico-hide em {
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_hide@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px auto;
  padding-left: 15px;
  width: auto;
  height: auto;
}
.in-wrap .in-opt ul li.ico-show em {
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_show@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px auto;
  padding-left: 15px;
  width: auto;
  height: auto;
}
.in-wrap .in-opt ul li.ico-vr em {
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_vr@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 11px auto;
  padding-left: 14px;
  width: auto;
  height: auto;
}
.in-wrap .in-opt ul li.ico-guanchawei em {
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_guanchawei@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 9px auto;
  padding-left: 14px;
  width: auto;
  height: auto;
}
.in-wrap .in-opt ul li.ico-guanchawei-current {
  box-shadow: 0 0 0 1px rgba(255, 79, 83, 1) inset;
}
.in-wrap .in-opt ul li.ico-guanchawei-current em {
  background-image: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_guanchawei_current@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 9px auto;
  padding-left: 14px;
  width: auto;
  height: auto;
  color: #ff4f53;
}
#scaleBox {
  position: relative;
}
.img-hot-point {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50px;
  left: 50px;
  background: url(//image.bitautoimg.com/uimg/quanjingkanche/images/dynamic_image.png)
    no-repeat;
  background-size: 60px auto;
  animation: aniImg 2s steps(25, end) infinite;
  cursor: pointer;
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.video-hot-point {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50px;
  left: 50px;
  background: url(//image.bitautoimg.com/uimg/quanjingkanche/images/dynamic_video.png)
    no-repeat;
  background-size: 60px auto;
  animation: aniImg 2s steps(25, end) infinite;
  cursor: pointer;
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@keyframes aniImg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1500px;
  }
}
.threesixty_images .current-image ~ div {
  display: block;
}
.threesixty_images .previous-image ~ div {
  display: none;
}
.tips-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.tips-mask .txt-pop {
  width: 168px;
  height: 22px;
  line-height: 22px;
  background: #00b1ff;
  border-radius: 11px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  position: relative;
  margin: 0 auto 15px;
  -webkit-animation: bounce 3s infinite 0.5s;
  animation: bounce 3s infinite 0.5s;
}
.tips-mask .tips-con {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.tips-mask .fushi-box {
  margin: 0 0 150px;
}
.tips-mask .txt-pop::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #00b1ff transparent transparent transparent;
}
.tips-mask .ico-fushi {
  width: 35px;
  height: 18px;
  background: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_fushi@2x.png)
    no-repeat;
  background-size: 35px auto;
  display: block;
  margin: 0 auto;
}
.tips-mask .ico-suofang {
  width: 19px;
  height: 19px;
  background: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_suofang@2x.png)
    no-repeat;
  background-size: 19px auto;
  display: block;
  margin: 0 auto;
}
.tips-mask .tips-close {
  width: 24px;
  height: 24px;
  background: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_close@2x.png)
    no-repeat;
  background-size: 24px auto;
  position: absolute;
  top: 25px;
  right: 25px;
  text-indent: -999em;
}
.tips-mask-neishi .tips-con {
  position: relative;
  width: 100%;
  height: 100%;
}
.tips-mask-neishi .xuanzhuan-box {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.tips-mask-neishi .suofang-box {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.tips-mask-neishi .ico-xuanzhuan {
  width: 35px;
  height: 22px;
  background: url(//image.bitautoimg.com/uimg/quanjingkanche/images/ico_xuanzhuan@2x.png)
    no-repeat;
  background-size: 35px auto;
  display: block;
  margin: 0 auto;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@media screen and (orientation: landscape) {
  .tips-mask .tips-con {
    text-align: center;
  }
  .tips-mask .fushi-box,
  .tips-mask .suofang-box {
    display: inline-block;
    margin: 0 30px;
  }
  .tips-mask-neishi .suofang-box {
    margin: 0;
  }
  .tips-mask-neishi .xuanzhuan-box {
    display: none;
  }
}
@font-face {
  font-family: "yichefont";
  src: url("//image.bitautoimg.com/uimg/fonts/yichefont.ttf?rhqf3o")
      format("truetype"),
    url("//image.bitautoimg.com/uimg/fonts/yichefont.woff?rhqf3o")
      format("woff"),
    url("//image.bitautoimg.com/uimg/fonts/yichefont.svg?rhqf3o#yichefont")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.iconfont {
  font-family: "yichefont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-text-stroke-width: 0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.icon-bofang:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-dianhua:before {
  content: "\e902";
}
.icon-local:before {
  content: "\e903";
}
.icon-phoneapp:before {
  content: "\e904";
}
.icon-refresh:before {
  content: "\e905";
}
.icon-arrowright:after {
  content: "\e906";
}
.icon-arrowleft:before {
  content: "\e907";
}
.icon-arrowtop:before {
  content: "\e908";
}
.icon-arrowdown:before {
  content: "\e909";
}
.icon-zan:before {
  content: "\e910";
}
.icon-yizan:before {
  content: "\e911";
}
.icon-liulanliang:before {
  content: "\e90a";
}
.icon-xiangji:before {
  content: "\e90b";
}
.icon-huifu:before {
  content: "\e90c";
}
.icon-search:before {
  content: "\e90d";
}
.icon-time:before {
  content: "\e90e";
}
.icon-xinfeng:before {
  content: "\e90f";
}
.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100% !important;
  height: 100% !important;
}
.threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.threesixty .threesixty_images img {
  position: absolute;
}
.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
}
.threesixty .threesixty_images img.current-image {
  visibility: visible;
}
.threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto !important;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: block;
}
.threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
.threesixty:-webkit-full-screen {
  background: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.threesixty:-moz-full-screen {
  background: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -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;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  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;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-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;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.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, 0.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, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-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;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-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;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.swiper-container-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.swiper-container-outer .btn-close {
  width: 25px;
  height: 25px;
  background: url(//image.bitautoimg.com/autoalbum/360pano/skin/0.2.0/skinpng/close.png)
    no-repeat;
  background-size: 25px auto;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  text-indent: -999em;
}
.swiper-container-outer .swiper-slide {
  transform: scale(0.92);
  transition: 0.1s;
}
.swiper-container-outer .swiper-slide-active {
  transform: scale(1);
}
.swiper-container-outer .swiper-slide-prev {
  transform: scale(0.92);
}
.swiper-container-pic {
  height: 100%;
}
.swiper-container-pic .swiper-wrapper img {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-container-pic .swiper-pagination {
  color: #fff;
  bottom: 20px;
}
.swiper-container-pic .swiper-txt {
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-1000%);
  transform: translateY(-1000%);
}
@media only screen and (min-width: 769px) {
  .swiper-container-pic {
    width: 500px;
  }
  .swiper-container-pic .swiper-txt {
    -webkit-transform: translateY(-1200%);
    transform: translateY(-1200%);
  }
  .swiper-container-outer .swiper-button-next {
    right: 50%;
    margin-right: -290px;
  }
  .swiper-container-outer .swiper-button-prev {
    left: 50%;
    margin-left: -290px;
  }
  .img-hot-point {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .video-hot-point {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.mark {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1001;
}
.share-bottom {
  position: fixed;
  width: 100%;
  height: 155px;
  bottom: 0;
  left: 0;
  z-index: 1002;
}
.share-bottom .swipeLeft {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: right bottom;
  -webkit-transform: translate(0px, 160px);
  transform: translate(0px, 160px);
  background-color: #fff;
}
.share-bottom .share-box {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ececec;
  padding: 0 0 17px;
}
.share-bottom .share-box ul {
  display: block;
  margin: 0 auto;
}
.share-bottom ul li {
  float: left;
  width: 33.33333%;
}
.share-bottom ul li a.icon-sina {
  background-position: 0 0;
}
.share-bottom ul li a.icon-weixin {
  background-position: -50px 0;
}
.share-bottom ul li a.icon-pengyouquan {
  background-position: -100px 0;
}
.share-bottom ul li a.icon-qqfriend {
  background-position: -150px 0;
}
.share-bottom ul li a.icon-qq {
  background-position: -200px 0;
}
.share-bottom ul li a.icon-wb {
  background-position: -250px 0;
}
.share-bottom ul li a {
  font-size: 1.2rem;
  color: #333;
  width: 50px;
  height: 60px;
  margin-top: 20px;
  background: url(//image.bitautoimg.com/uimg/mbt2015/images/ico_share_bottom.png)
    no-repeat;
  background-size: 300px auto;
  display: inline-block;
  line-height: 126px;
}
.share-bottom a.close {
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  line-height: 50px;
  display: block;
}
.share-bottom .swipeLeft.swipeLeft-block {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.share-bottom6 {
  height: 250px;
}
.share-bottom6 .swipeLeft {
  -webkit-transform: translate(0px, 250px);
  transform: translate(0px, 250px);
}
.body-mask2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999999;
}
.weixin-box {
  position: relative;
}
.weixin-mask {
  width: 85px;
  height: 60px;
  background: url(//image.bitautoimg.com/uimg/mbt2015/images/ico_share_weixin2.png)
    no-repeat;
  background-size: 85px auto;
  position: fixed;
  bottom: 85px;
  right: 6%;
  z-index: 2999999;
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .weixin-mask {
    right: 7%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .weixin-mask {
    right: 11%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) and (orientation: portrait) {
  .weixin-mask {
    right: 6%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .weixin-mask {
    right: 10%;
  }
}
@media only screen and (max-device-width: 320px) and (orientation: portrait) {
  .weixin-mask {
    right: 4%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .weixin-mask {
    right: 9%;
  }
}
@media only screen and (max-device-width: 320px) and (orientation: portrait) {
  .weixin-mask {
    right: 4%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .weixin-mask {
    right: 8%;
  }
}
.weixin-info-box {
  padding: 15px;
  height: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 150px;
  z-index: 2999999;
}
.weixin-info {
  width: 100%;
  background: #fff;
  padding: 10px 0;
  font-size: 1.6rem;
  color: #5a5a78;
  overflow: hidden;
}
.weixin-info ul {
  padding: 0 15px;
}
.weixin-info li {
  line-height: 34px;
  width: 100% !important;
  text-align: left !important;
}
.weixin-info img {
  display: inline-block;
  vertical-align: -7px;
  margin: 0 5px;
}
.weixin-info li:first-child img {
  width: 41px;
}
.weixin-info li:nth-child(2) img {
  width: 48px;
}
.weixin-info li:nth-child(3) img {
  width: 66px;
}
.weixin-info li:last-child img {
  width: 134px;
}
.weixin-info-triangle {
  width: 0;
  height: 8px;
  border: 8px solid #fff;
  border-color: #fff transparent;
  border-width: 8px 8px 0 8px;
  position: fixed;
  right: 14%;
  bottom: 149px;
  z-index: 2999999;
}
.standard_wx_pop {
  z-index: 999;
  position: fixed;
  top: 25px;
  right: 0;
  margin: 0 15px;
  background: #fff;
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
}
.standard_wx_pop em {
  width: 21px;
  height: 21px;
  position: absolute;
  top: -21px;
  right: 0;
  background: url(//img1.bitauto.com/uimg/4th/img2/pop_arrow.png) 0 0 no-repeat;
  background-size: 21px;
}
.standard_wx_pop_start {
  pointer-events: none;
  display: block;
  animation: pop_display 1s;
  -webkit-animation: pop_display 1s;
}
.standard_wx_pop_start em {
  display: block;
}
.standard_wx_bg {
  background: #000;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes pop_display {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    top: 10px;
  }
  100% {
    top: 25px;
  }
}
@keyframes pop_display {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    top: 10px;
  }
  100% {
    top: 25px;
  }
}
.leftmask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  top: 0;
  left: 0;
}
.leftmask:before,
.leftmask:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.leftmask:before {
  right: 275px;
}
.leftmask:after {
  right: 285px;
}
.leftmask.unicon:before,
.leftmask.unicon:after {
  display: none;
}
