html {
  overflow-x: auto;
  overflow-y: auto;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
}
body {
  background-color: #FFFFFF;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
}
h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}
select {
  font-size: 12px;
}
table {
  border-collapse: collapse;
}
fieldset,
img {
  border: 0 none;
}
fieldset {
  margin: 0;
  padding: 0;
}
fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}
legend {
  display: none;
}
address,
caption,
em,
strong,
th,
i {
  font-style: normal;
  font-weight: 400;
}
table caption {
  margin-left: -1px;
}
hr {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E4E4E4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}
ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ””;
}
a {
  text-decoration: none;
  color: #333;
}

/* Color   */
/* Font Size */
/* Font Family */
/* init */
@media (min-width: 320px) {
  html {
    font-size: 42.66666667px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 53.33333333px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 56.53333333px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 64px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 72px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 85.33333333px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 96px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 128px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 136.53333333px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 160px;
  }
}
/* wrap style */
.wrap {
  max-width: 1200px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 30px;
  color: #1e2d51;
  margin: 0 auto;
}
/* nav style */
.nav-fixed {
  position: fixed;
  background: white;
  z-index: 999;
  width: 100%;
  top: 0px;
  box-shadow: 1px 1px 10px #ccc;
}
.nav-wrap {
  display: block;
  min-width: 1200px;
  padding: 26px 0;
  font-size: 16px;
  margin: 0 auto;
}
.nav-wrap .nav-left {
  display: inline-block;
}
.nav-wrap .nav-left .nav-logo {
  display: inline-block;
  width: 200px;
}
.nav-wrap .nav-left .nav-company {
  width: 300px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}
.nav-wrap .nav-right {
  display: inline-block;
}
.nav-wrap .nav-right .nav-btn {
  display: none;
}
.nav-wrap .nav-right .nav-navigation {
  width: 700px;
  margin: 0 auto;
}
.nav-wrap .nav-right .nav-navigation li {
  display: inline-block;
  width: 100px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.nav-wrap .nav-right .nav-navigation li a {
  font-size: 16px;
  color: #1e2d51;
  padding-bottom: 11px;
}
.nav-wrap .nav-right .nav-navigation li a span {
  display: inline-block;
  position: relative;
}
.nav-wrap .nav-right .nav-navigation li a span:after {
  position: absolute;
  content: "";
  background-color: #1e2d51;
  width: 0;
  opacity: 0;
  left: 1px;
  bottom: -11px;
  height: 4px;
  border-radius: 2px;
  transition: width 0.25s, opacity 0.25s;
}
.nav-wrap .nav-right .nav-navigation li:hover {
  font-weight: bold;
}
.nav-wrap .nav-right .nav-navigation li:hover span:after {
  width: 100%;
  opacity: 1;
}
.nav-wrap .nav-right .nav-navigation li.active {
  font-weight: bold;
}
.nav-wrap .nav-right .nav-navigation li.active span:after {
  width: 100%;
  opacity: 1;
}
.m-nav-wrap {
  display: none;
}
.index-about {
  height: 400px;
}
/* footer style */
.footer {
  background-color: #2b2b2b;
  margin-top: 100px;
}
.footer .footer-wrap {
  color: #ffffff;
}
.footer .footer-wrap .footer-top {
  position: relative;
  border-bottom: 1px solid #3a3a3a;
  padding-top: 25px;
  padding-bottom: 5px;
}
.footer .footer-wrap .footer-top .footer-company {
  display: inline-block;
  width: 380px;
  padding-bottom: 25px;
}
.footer .footer-wrap .footer-top .footer-company p {
  align-self: flex-end;
}
.footer .footer-wrap .footer-top .footer-content {
  display: inline-block;
  width: 430px;
  font-size: 12px;
  padding-bottom: 25px;
}
.footer .footer-wrap .footer-top .footer-QRCode {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 7px;
}
.footer .footer-wrap .footer-top .footer-QRCode .footer-QRCode-wrap .footer-QRCode-img {
  width: 82px;
  height: 82px;
  margin: 0 auto;
}
.footer .footer-wrap .footer-top .footer-QRCode .footer-QRCode-wrap .footer-QRCode-img img {
  width: 100%;
}
.footer .footer-wrap .footer-top .footer-QRCode .footer-QRCode-wrap .footer-QRCode-text {
  font-size: 12px;
  color: #999999;
}
.footer .footer-wrap .footer-bottom {
  padding: 30px 0;
}
.footer .footer-wrap .footer-bottom p {
  width: 800px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  color: #999999;
}
.footer .footer-wrap .footer-bottom p a {
  color: #337ab7;
}
.m-footer {
  display: none;
}
.container {
  z-index: -1;
  position: relative;
}
.container p {
  font-size: 12px;
  line-height: 30px;
}
html {
  z-index: -3;
  position: relative;
}
html body {
  z-index: -2;
  position: relative;
}
/* public title */
.title-box {
  position: relative;
  margin: 104px auto 56px auto;
  border: 1px solid #000;
  width: 240px;
  height: 66px;
}
.title-box p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  text-indent: 0px !important;
}
.title-box p:first-child {
  top: -1px;
  padding-top: 14px;
  width: 120px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #1e2d51;
  z-index: 999;
}
.title-box p:last-child {
  width: 210px;
  bottom: -15px;
  font-size: 16px;
  font-family: Arial-BoldMT;
  font-weight: bold;
  color: #1a1a1a;
}
.title-box:before,
.title-box:after {
  content: "";
  position: absolute;
  top: 31px;
  width: 30px;
  height: 2px;
  background: #1a1a1a;
}
.title-box:before {
  left: 31px;
}
.title-box:after {
  right: 31px;
}
.btn-top {
  display: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  right: 10px;
  bottom: 10%;
  background-color: #999999;
  opacity: 0.7;
  transition: all 0.1s;
}
.btn-top > img {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 100vw;
    min-width: 100vw;
    font-family: MicrosoftYaHei;
    font-size: 0.12px rem;
    line-height: 0.3px rem;
    color: #1e2d51;
    margin: 0 auto;
  }
  .nav-wrap {
    display: none;
  }
  .m-nav-wrap {
    display: flex;
    width: 100%;
    padding: 0.1rem;
    box-sizing: border-box;
  }
  .m-nav-wrap .nav-left {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .m-nav-wrap .nav-left .nav-logo {
    height: 0.2rem;
  }
  .m-nav-wrap .nav-left .nav-company {
    text-align: left;
    cursor: pointer;
    display: block;
    font-size: 0.24rem;
    line-height: 0.24rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .m-nav-wrap .nav-right {
    flex-grow: 1;
    position: relative;
  }
  .m-nav-wrap .nav-right .nav-btn-wrap {
    right: 0;
    position: absolute;
  }
  .m-nav-wrap .nav-right .nav-btn-wrap .nav-btn {
    position: relative;
    display: block;
    width: 2rem;
    height: 0.3rem;
    padding: 0.2rem 0;
    background: #1b50b1;
    border-radius: 5px;
  }
  .m-nav-wrap .nav-right .nav-btn-wrap .nav-btn img {
    display: block;
    margin: 0 auto;
    height: 100%;
  }
  .m-nav-wrap .nav-right .nav-btn-wrap .nav-navigation {
    display: none;
    z-index: 999;
    width: 2rem;
    margin: 0 auto;
    box-shadow: 0 0 0.1rem #999999;
  }
  .m-nav-wrap .nav-right .nav-btn-wrap .nav-navigation li {
    width: 100%;
    padding: 0.2rem 0;
    background: #ffffff;
    border-bottom: 1px solid #999999;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .m-nav-wrap .nav-right .nav-btn-wrap .nav-navigation li a {
    font-size: 0.22rem;
    color: #1e2d51;
  }
  .m-nav-wrap .nav-right .nav-btn-wrap .nav-navigation li a span {
    display: inline-block;
    position: relative;
  }
  .m-nav-wrap .nav-right .nav-btn-wrap .nav-navigation li a span:after {
    display: none;
  }
  .m-nav-wrap .nav-right .nav-btn-wrap .nav-navigation li.active {
    font-weight: bold;
  }
  .m-nav-wrap .nav-right .nav-btn-wrap .nav-navigation li.active span:after {
    width: 100%;
    opacity: 1;
  }
  .footer {
    display: none;
  }
  .m-footer {
    display: block;
    padding: 0.2rem;
    box-sizing: border-box;
    background-color: #2b2b2b;
    margin-top: 1rem;
  }
  .m-footer .footer-wrap {
    color: #ffffff;
  }
  .m-footer .footer-wrap .footer-top {
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 0.3rem;
    position: relative;
  }
  .m-footer .footer-wrap .footer-top .footer-company {
    position: relative;
  }
  .m-footer .footer-wrap .footer-top .footer-company p {
    font-size: 0.22rem;
    line-height: 0.44rem;
  }
  .m-footer .footer-wrap .footer-top .footer-content {
    font-size: 0.2rem;
    line-height: 0.4rem;
    width: calc(100% - 2.4rem);
  }
  .m-footer .footer-wrap .footer-top .footer-QRCode {
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-footer .footer-wrap .footer-top .footer-QRCode .footer-QRCode-wrap .footer-QRCode-img {
    width: 0.82rem;
    height: 0.82rem;
    margin: 0 auto;
  }
  .m-footer .footer-wrap .footer-top .footer-QRCode .footer-QRCode-wrap .footer-QRCode-img img {
    width: 100%;
  }
  .m-footer .footer-wrap .footer-top .footer-QRCode .footer-QRCode-wrap .footer-QRCode-text {
    font-size: 0.22rem;
    color: #999999;
  }
  .m-footer .footer-wrap .footer-bottom {
    padding: 0.3rem 0;
  }
  .m-footer .footer-wrap .footer-bottom p {
    width: 5rem;
    text-align: center;
    margin: 0 auto;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #999999;
  }
  .m-footer .footer-wrap .footer-bottom p a {
    color: #337ab7;
  }
  /* public title */
  .title-box {
    position: relative;
    margin: 1.04rem auto 0.56rem auto;
    border: 0.01rem solid #000;
    width: 3.2rem;
    height: 0.66rem;
  }
  .title-box p {
    position: absolute;
    left: 0rem;
    right: 0rem;
    margin: 0rem auto;
    background-color: white;
    text-align: center;
    text-indent: 0px !important;
  }
  .title-box p:first-child {
    top: -0.015rem;
    padding-top: 0.16rem;
    width: 1.5rem !important;
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #1e2d51;
    z-index: 999;
  }
  .title-box p:last-child {
    width: 2.1rem;
    bottom: -0.15rem;
    font-size: 0.22rem;
    font-family: Arial-BoldMT;
    line-height: 0.22rem;
    font-weight: bold;
    color: #1a1a1a;
  }
  .title-box:before,
  .title-box:after {
    content: "";
    position: absolute;
    top: 0.31rem;
    width: 0.3rem;
    height: 0.02rem;
    background: #1a1a1a;
  }
  .title-box:before {
    left: 0.31rem;
  }
  .title-box:after {
    right: 0.31rem;
  }
  .btn-top {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    position: fixed;
    right: 5%;
    bottom: 5%;
    background-color: #999999;
    transition: all 0.3s;
  }
  .btn-top > img {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .title-box {
    height: 0.88rem;
  }
  .title-box p:first-child {
    top: -0.015rem;
    padding-top: 0.16rem;
    box-sizing: border-box;
    width: 1.5rem !important;
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-wrap {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .title-box {
    position: relative;
    margin: 1.04rem auto 0.56rem auto;
    border: 0.01rem solid #000;
    width: 3.2rem;
    height: 0.78rem;
  }
  .title-box p {
    position: absolute;
    left: 0rem;
    right: 0rem;
    margin: 0rem auto;
    background-color: white;
    text-align: center;
    text-indent: 0px !important;
  }
  .title-box p:first-child {
    top: -0.03rem;
    padding-top: 4px;
    width: 1.5rem !important;
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #1e2d51;
  }
  .title-box p:last-child {
    width: 2.1rem;
    font-size: 0.22rem;
    font-family: Arial-BoldMT;
    font-weight: bold;
    color: #1a1a1a;
  }
  .title-box:before,
  .title-box:after {
    content: "";
    position: absolute;
    top: 0.31rem;
    width: 0.3rem;
    height: 0.02rem;
    background: #1a1a1a;
  }
  .title-box:before {
    left: 0.31rem;
  }
  .title-box:after {
    right: 0.31rem;
  }
  .m-contact-banner p:last-child,
  .m-position-banner p:last-child,
  .m-public-news-banner p:last-child {
    margin-top: -0.2rem !important;
  }
}
/* 首页轮播 */
.index-swiper {
  position: relative;
}
.index-swiper .swiper-container {
  height: calc(100vh - 300px);
  position: relative;
}
.index-swiper .swiper-container .swiper-slide {
  display: block;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.index-swiper .swiper-container .swiper-slide .swiper-slide-image {
  width: 100%;
  height: calc(100vh - 300px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
}
.index-swiper .pagination {
  width: 320px;
  height: 60px;
  background: #1a1a1a;
  opacity: 0.7;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 16px;
  z-index: 99;
}
.index-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 1;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 18px 20px 0px 0px;
  cursor: pointer;
  transition: width 0.4s;
}
.index-swiper .swiper-pagination-switch:last-child {
  margin-right: 0px;
}
.index-swiper .swiper-active-switch {
  background: #fff;
  width: 60px;
}
.placeholder-left-top:before,
.placeholder-left-top:after {
  content: "";
  position: absolute;
  background: #1e2d51;
}
.placeholder-left-top:before {
  top: 30px;
  left: 0px;
  width: 80px;
  height: 1px;
}
.placeholder-left-top:after {
  top: 14px;
  left: 17px;
  width: 1px;
  height: 45px;
}
.placeholder-right-bottom:before,
.placeholder-right-bottom:after {
  content: "";
  position: absolute;
  background: #1e2d51;
}
.placeholder-right-bottom:before {
  bottom: 30px;
  right: 0px;
  width: 80px;
  height: 1px;
}
.placeholder-right-bottom:after {
  bottom: 14px;
  right: 17px;
  width: 1px;
  height: 45px;
}
.placeholder-right-top:before,
.placeholder-right-top:after {
  content: "";
  position: absolute;
  background: #1e2d51;
}
.placeholder-right-top:before {
  top: 30px;
  right: 0px;
  width: 80px;
  height: 1px;
}
.placeholder-right-top:after {
  top: 14px;
  right: 17px;
  width: 1px;
  height: 45px;
}
.placeholder-left-bottom:before,
.placeholder-left-bottom:after {
  content: "";
  position: absolute;
  background: #1e2d51;
}
.placeholder-left-bottom:before {
  bottom: 30px;
  left: 0px;
  width: 80px;
  height: 1px;
}
.placeholder-left-bottom:after {
  bottom: 14px;
  left: 17px;
  width: 1px;
  height: 45px;
}
/* 关于维多利亚老品牌vic3308 */
.index-about {
  min-width: 1200px;
  height: auto;
}
.index-about .title-about-frler p:first-child {
  width: 120px !important;
}
.index-about .title-about-frler p:last-child {
  width: 120px !important;
}
.index-about .index-about-container {
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.index-about .index-about-container .about-container {
  margin: 0px 50px;
}
.index-about .index-about-container .about-container .about-container-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 100px;
}
.index-about .index-about-container .about-container .about-container-text p {
  font-size: 14px;
  text-indent: 24px;
  width: 480px;
}
.index-about .index-about-container .about-container .about-container-img {
  display: inline-block;
  vertical-align: middle;
}
.index-about .index-about-container .about-container .about-container-img img {
  width: 450px;
}
/* 新-关于维多利亚老品牌vic3308 */
.index-about-new {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}
.index-about-new .title-about-frler p:first-child {
  width: 120px !important;
}
.index-about-new .title-about-frler p:last-child {
  width: 120px !important;
}
.index-about-new .index-about-container {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -70px;
}
.index-about-new .index-about-container .index-logo {
  position: absolute;
  width: 186px;
  height: 189px;
  top: 46%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  border-radius: 50%;
}
.index-about-new .index-about-container .index-logo .logo-text {
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 26px;
  font-weight: bold;
  color: #1e2d51;
  font-family: MicrosoftYaHei;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.index-about-new .index-about-container .index-logo .logo-bg-wrap,
.index-about-new .index-about-container .index-logo .logo-bg-mid,
.index-about-new .index-about-container .index-logo .logo-bg-inner {
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-about-new .index-about-container .index-logo .logo-bg-wrap {
  width: 186px;
  height: 189px;
}
.index-about-new .index-about-container .index-logo .logo-bg-wrap .logo-bg-mid {
  width: 162px;
  height: 162px;
}
.index-about-new .index-about-container .index-logo .logo-bg-wrap .logo-bg-mid .logo-bg-inner {
  width: 137px;
  height: 137px;
}
.index-about-new .index-about-container .index-logo .animate-logo-wrap,
.index-about-new .index-about-container .index-logo .animate-logo-inner {
  transform: rotate(-540deg);
  transition: transform 1.6s ease;
}
.index-about-new .index-about-container .index-logo .animate-logo-min {
  transform: rotate(540deg);
  transition: transform 1.6s ease;
}
.index-about-new .index-about-container .index-logo .animate-rotate-logo-wrap,
.index-about-new .index-about-container .index-logo .animate-rotate-logo-min,
.index-about-new .index-about-container .index-logo .animate-rotate-logo-inner {
  transform: rotate(0);
}
.index-about-new .index-about-container .index-col {
  width: 100%;
}
.index-about-new .index-about-container .index-col .index-col-row {
  display: inline-block;
  vertical-align: top;
  width: 49.8%;
}
.index-about-new .index-about-container .index-col .index-col-row .row-container {
  position: relative;
}
.index-about-new .index-about-container .index-col .index-col-row .row-container .index-container-wrap {
  padding: 12px 0;
  box-sizing: border-box;
  width: 180px;
  height: auto;
  box-shadow: 1px 3px 6px 0px rgba(7, 59, 107, 0.47);
  border-radius: 5px;
  transition: transform 0.2s;
}
.index-about-new .index-about-container .index-col .index-col-row .row-container .index-container-wrap .container-icon {
  height: 35px;
  padding: 5px 0;
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 5px;
}
.index-about-new .index-about-container .index-col .index-col-row .row-container .index-container-wrap .container-title {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.index-about-new .index-about-container .index-col .index-col-row .row-container .index-container-wrap:hover {
  transform: scale(1.1, 1.1);
}
.index-about-new .index-about-container .index-col .index-col-row .row-container .index-more {
  width: 96px;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0px 3px 2px 0px rgba(7, 59, 107, 0.42);
  border-radius: 5px;
}
.index-about-new .index-about-container .index-col .index-col-row .row-container .index-about-line {
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
.index-about-new .index-about-container .index-col .index-col-row .container-fls,
.index-about-new .index-about-container .index-col .index-col-row .container-incubator {
  padding: 80px 0;
}
.index-about-new .index-about-container .index-col .index-col-row .container-fls .index-container-wrap {
  margin: 0 100px 0 auto;
}
.index-about-new .index-about-container .index-col .index-col-row .container-fls .index-more {
  position: absolute;
  right: 10%;
  top: 80%;
}
.index-about-new .index-about-container .index-col .index-col-row .container-fls .line-fls {
  width: 180px;
  height: 143px;
  position: absolute;
  top: 66%;
  right: 4%;
  z-index: -1;
}
.index-about-new .index-about-container .index-col .index-col-row .container-incubator .index-container-wrap {
  margin: 0 auto 0 100px;
}
.index-about-new .index-about-container .index-col .index-col-row .container-incubator .index-more {
  position: absolute;
  left: 10%;
  top: 80%;
}
.index-about-new .index-about-container .index-col .index-col-row .container-incubator .line-incubator {
  width: 180px;
  height: 143px;
  position: absolute;
  top: 66%;
  left: 4%;
}
.index-about-new .index-about-container .index-col .index-col-row .container-supply-chain,
.index-about-new .index-about-container .index-col .index-col-row .container-college,
.index-about-new .index-about-container .index-col .index-col-row .container-advertising,
.index-about-new .index-about-container .index-col .index-col-row .container-retail {
  padding: 20px 0;
}
.index-about-new .index-about-container .index-col .index-col-row .container-supply-chain .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-advertising .index-container-wrap {
  margin: 0 auto 0 140px;
}
.index-about-new .index-about-container .index-col .index-col-row .container-supply-chain .index-more,
.index-about-new .index-about-container .index-col .index-col-row .container-advertising .index-more {
  position: absolute;
  left: 60%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-about-new .index-about-container .index-col .index-col-row .container-supply-chain .line-supply-chain,
.index-about-new .index-about-container .index-col .index-col-row .container-advertising .line-supply-chain {
  width: 261px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 45%;
}
.index-about-new .index-about-container .index-col .index-col-row .container-supply-chain .line-advertising,
.index-about-new .index-about-container .index-col .index-col-row .container-advertising .line-advertising {
  width: 206px;
  height: 3px;
  position: absolute;
  left: 54%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-about-new .index-about-container .index-col .index-col-row .container-college .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-retail .index-container-wrap {
  margin: 0 140px 0 auto;
}
.index-about-new .index-about-container .index-col .index-col-row .container-college .index-more,
.index-about-new .index-about-container .index-col .index-col-row .container-retail .index-more {
  position: absolute;
  right: 60%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-about-new .index-about-container .index-col .index-col-row .container-college .line-college,
.index-about-new .index-about-container .index-col .index-col-row .container-retail .line-college {
  width: 261px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 45%;
}
.index-about-new .index-about-container .index-col .index-col-row .container-college .line-retail,
.index-about-new .index-about-container .index-col .index-col-row .container-retail .line-retail {
  width: 206px;
  height: 3px;
  position: absolute;
  right: 54%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-about-new .index-about-container .index-col .index-col-row .container-warehousing,
.index-about-new .index-about-container .index-col .index-col-row .container-mall {
  padding: 20px 0 10px 0;
}
.index-about-new .index-about-container .index-col .index-col-row .container-warehousing .index-container-wrap {
  margin: 0 auto 0 200px;
}
.index-about-new .index-about-container .index-col .index-col-row .container-warehousing .line-warehousing {
  width: 211px;
  height: 123px;
  position: absolute;
  top: -38%;
  left: 59%;
}
.index-about-new .index-about-container .index-col .index-col-row .container-mall .index-container-wrap {
  margin: 0 200px 0 auto;
}
.index-about-new .index-about-container .index-col .index-col-row .container-mall .line-mall {
  width: 209px;
  height: 121px;
  position: absolute;
  top: -38%;
  right: 59%;
}
.index-about-new .index-about-container .index-col .index-col-row .container-fls .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-retail .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-warehousing .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-fls .index-more,
.index-about-new .index-about-container .index-col .index-col-row .container-retail .index-more,
.index-about-new .index-about-container .index-col .index-col-row .container-warehousing .index-more {
  background-color: #00a2cd;
}
.index-about-new .index-about-container .index-col .index-col-row .container-incubator .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-advertising .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-mall .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-incubator .index-more,
.index-about-new .index-about-container .index-col .index-col-row .container-advertising .index-more,
.index-about-new .index-about-container .index-col .index-col-row .container-mall .index-more {
  background-color: #e55d40;
}
.index-about-new .index-about-container .index-col .index-col-row .container-supply-chain .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-college .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-big-data .index-container-wrap,
.index-about-new .index-about-container .index-col .index-col-row .container-supply-chain .index-more,
.index-about-new .index-about-container .index-col .index-col-row .container-college .index-more,
.index-about-new .index-about-container .index-col .index-col-row .container-big-data .index-more {
  background-color: #4aac8f;
}
.index-about-new .index-about-container .index-col .index-col-row .container-big-data .index-container-wrap {
  width: 220px;
}
.index-about-new .index-about-container .index-col .index-col-single {
  width: 100%;
}
.index-about-new .index-about-container .index-col .index-col-single .container-big-data {
  padding: 10px;
}
.index-about-new .index-about-container .index-col .index-col-single .container-big-data .index-container-wrap {
  margin: 0 auto;
}
.index-about-new .index-about-container .index-col .index-col-single .container-big-data .line-big-data {
  width: 3px;
  height: 229px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -145%;
}
.index-about-new .index-about-container .index-col .animate-leftTop-top {
  transform: translate(50%, 50%) scale(0, 0);
}
.index-about-new .index-about-container .index-col .animate-leftTop-bottom {
  transform: translate(50%, 0) scale(0, 0);
}
.index-about-new .index-about-container .index-col .animate-rightTop-top {
  transform: translate(-50%, 50%) scale(0, 0);
}
.index-about-new .index-about-container .index-col .animate-rightTop-bottom {
  transform: translate(-50%, 0) scale(0, 0);
}
.index-about-new .index-about-container .index-col .animate-leftBottom-top {
  transform: translate(50%, 0) scale(0, 0);
}
.index-about-new .index-about-container .index-col .animate-leftBottom-bottom {
  transform: translate(50%, -50%) scale(0, 0);
}
.index-about-new .index-about-container .index-col .animate-rightBottom-top {
  transform: translate(-50%, 0) scale(0, 0);
}
.index-about-new .index-about-container .index-col .animate-rightBottom-bottom {
  transform: translate(-50%, -50%) scale(0, 0);
}
.index-about-new .index-about-container .index-col .animate-bottom {
  transform: translate(0, -150%) scale(0, 0);
}
.index-about-new .index-about-container .index-col .animate-leftTop-top,
.index-about-new .index-about-container .index-col .animate-leftTop-bottom,
.index-about-new .index-about-container .index-col .animate-rightTop-top,
.index-about-new .index-about-container .index-col .animate-rightTop-bottom,
.index-about-new .index-about-container .index-col .animate-leftBottom-top,
.index-about-new .index-about-container .index-col .animate-leftBottom-bottom,
.index-about-new .index-about-container .index-col .animate-rightBottom-top,
.index-about-new .index-about-container .index-col .animate-rightBottom-bottom,
.index-about-new .index-about-container .index-col .animate-bottom {
  transition: transform 0.5s ease;
}
.index-about-new .index-about-container .index-col .animate-show-leftTop-top,
.index-about-new .index-about-container .index-col .animate-show-leftTop-bottom,
.index-about-new .index-about-container .index-col .animate-show-rightTop-top,
.index-about-new .index-about-container .index-col .animate-show-rightTop-bottom,
.index-about-new .index-about-container .index-col .animate-show-leftBottom-top,
.index-about-new .index-about-container .index-col .animate-show-leftBottom-bottom,
.index-about-new .index-about-container .index-col .animate-show-rightBottom-top,
.index-about-new .index-about-container .index-col .animate-show-rightBottom-bottom,
.index-about-new .index-about-container .index-col .animate-show-bottom {
  transform: translate(0, 0) scale(1, 1);
}
.index-about-new .m-index-about-container {
  display: none;
}
/* 新-商务合作 */
.index-business-new {
  width: 100%;
}
.index-business-new .index-business-container {
  display: block;
  background-color: #f1f1f1;
}
.index-business-new .index-business-container .container-wrap {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.index-business-new .index-business-container .container-wrap .business-container {
  width: 33%;
  height: auto;
  display: inline-block;
}
.index-business-new .index-business-container .container-wrap .business-container ul {
  width: 240px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.index-business-new .index-business-container .container-wrap .business-container ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.index-business-new .index-business-container .container-wrap .business-container ul .container-cover {
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  z-index: 3;
}
.index-business-new .index-business-container .container-wrap .business-container ul .container-cover p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 150px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.index-business-new .index-business-container .container-wrap .business-container ul .container-slide {
  display: none;
  z-index: 2;
  background-color: #073b6b;
  padding: 35px 0;
  box-sizing: border-box;
}
.index-business-new .index-business-container .container-wrap .business-container ul .container-slide p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.index-business-new .index-business-container .container-wrap .business-container ul .container-slide .slider {
  width: 190px;
  height: 28px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 1px 3px 6px 0px rgba(7, 59, 107, 0.47) inset;
  border-radius: 20px;
  position: relative;
}
.index-business-new .index-business-container .container-wrap .business-container ul .container-slide .slider .slider-block {
  width: 51px;
  height: 28px;
  border-radius: 20px;
  box-shadow: 1px 3px 6px 0px rgba(7, 59, 107, 0.47);
  background-image: url("/static/images/index/sliderbtn.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: 2px;
  position: absolute;
  cursor: pointer;
}
.index-business-new .index-business-container .container-wrap .business-container ul .container-information {
  display: none;
  background-color: #073b6b;
  padding: 20px 0;
  box-sizing: border-box;
  z-index: 1;
}
.index-business-new .index-business-container .container-wrap .business-container ul .container-information p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.index-business-new .index-business-container .container-wrap .business-container ul .container-information p:nth-child(1) {
  margin-bottom: 15px;
}
.index-business-new .index-business-container .container-wrap .business-container:nth-child(1),
.index-business-new .index-business-container .container-wrap .business-container:nth-child(2),
.index-business-new .index-business-container .container-wrap .business-container:nth-child(3) {
  margin-bottom: 50px;
}
.index-business-new .m-index-business-container {
  display: none;
}
/* 商务合作 */
.index-business {
  min-width: 1200px;
  height: auto;
}
.index-business .index-business-container {
  width: 100%;
  background-image: url("/static/images/index/Business.png");
  background-position: center, center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 66px 30px;
  background-size: cover;
}
.index-business .index-business-container .business-container-top {
  width: 100%;
  height: auto;
  margin: 0 auto 50px auto;
  cursor: default;
  text-align: center;
}
.index-business .index-business-container .business-container-top .business-seller {
  display: inline-block;
  width: 480px;
  margin-right: 28px;
  box-sizing: border-box;
  padding: 36px 0px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
  opacity: 0.8;
  transition: opacity 0.4s;
}
.index-business .index-business-container .business-container-top .business-seller:hover {
  opacity: 1;
}
.index-business .index-business-container .business-container-top .business-seller p {
  margin-top: 20px;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
  color: #1a1a1a;
}
.index-business .index-business-container .business-container-top .business-seller span {
  position: relative;
}
.index-business .index-business-container .business-container-top .business-seller span:first-child {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #1a1a1a;
}
.index-business .index-business-container .business-container-top .business-seller span:after {
  position: absolute;
  content: "";
  background-color: #1e2d51;
  width: 100%;
  opacity: 1;
  left: 0px;
  bottom: -7px;
  height: 4px;
  border-radius: 2px;
  transition: width 0.25s, opacity 0.25s;
}
.index-business .index-business-container .business-container-top .business-supplier {
  display: inline-block;
  width: 480px;
  box-sizing: border-box;
  padding: 36px 0px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
  opacity: 0.8;
  transition: opacity 0.4s;
}
.index-business .index-business-container .business-container-top .business-supplier:hover {
  opacity: 1;
}
.index-business .index-business-container .business-container-top .business-supplier p {
  margin-top: 20px;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
  color: #1a1a1a;
}
.index-business .index-business-container .business-container-top .business-supplier span {
  position: relative;
}
.index-business .index-business-container .business-container-top .business-supplier span:first-child {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #1a1a1a;
}
.index-business .index-business-container .business-container-top .business-supplier span:after {
  position: absolute;
  content: "";
  background-color: #1e2d51;
  width: 100%;
  opacity: 1;
  left: 0px;
  bottom: -7px;
  height: 4px;
  border-radius: 2px;
  transition: width 0.25s, opacity 0.25s;
}
.index-business .index-business-container .business-container-bottom {
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 50px;
  padding-left: 3px;
  text-align: center;
  background-color: #e86c00;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px #000000;
  cursor: pointer;
}
.index-business .index-business-container .business-container-bottom a {
  font-size: 20px;
  color: #ffffff;
}
.index-business .m-index-business-container {
  display: none;
}
/* 合作平台 */
.index-cooperation {
  min-width: 1200px;
  height: auto;
}
.index-cooperation .title-index-cooperation p:first-child {
  width: 120px !important;
}
.index-cooperation .title-index-cooperation p:last-child {
  width: 210px !important;
}
.index-cooperation .m-index-cooperation-container {
  display: none;
  padding: 0 10px;
}
.index-cooperation .index-cooperation-container {
  display: block;
}
.index-cooperation .index-cooperation-container .cooperation-logo {
  display: inline-block;
  width: 260px;
  padding: 24px 0px;
  margin: 0px 20px 20px 0px;
  text-align: center;
  box-shadow: 1px 1px 10px #eee;
}
.index-cooperation .index-cooperation-container .cooperation-logo:nth-child(4n+0) {
  margin: 0px 0px 0px 0px;
}
.index-cooperation .index-cooperation-container .cooperation-logo img {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .index-swiper {
    min-width: 100%;
    position: relative;
  }
  .index-swiper .swiper-container {
    min-width: 7.5rem;
    height: 4rem;
    position: relative;
  }
  .index-swiper .swiper-container .swiper-slide {
    display: block;
    min-width: 7.5rem;
    position: relative;
    height: 4rem;
    overflow: hidden;
  }
  .index-swiper .swiper-container .swiper-slide .swiper-slide-image {
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
  }
  .index-swiper .pagination {
    display: none;
  }
  .index-about {
    min-width: 100%;
    box-sizing: border-box;
    height: auto;
  }
  .index-about .title-about-frler p:first-child {
    width: 1.2rem !important;
  }
  .index-about .title-about-frler p:last-child {
    width: 1.4rem !important;
    bottom: -0.15rem !important;
  }
  .index-about .index-about-container {
    display: block;
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
  .index-about .index-about-container .about-container {
    margin: 0;
    padding: 0;
  }
  .index-about .index-about-container .about-container .about-container-text {
    margin-bottom: 0.5rem;
    margin-right: 0px;
  }
  .index-about .index-about-container .about-container .about-container-text p {
    font-size: 0.22rem;
    text-indent: 0.44rem;
    line-height: 0.44rem;
    width: 100%;
  }
  .index-about .index-about-container .about-container .about-container-img {
    width: 100%;
    text-align: center;
  }
  .index-about .index-about-container .about-container .about-container-img img {
    width: 100%;
    height: 4rem;
  }
  .index-about .index-about-container .placeholder-left-top,
  .index-about .index-about-container .placeholder-right-bottom {
    display: none;
  }
  .index-about-new {
    width: 100vw;
    height: auto;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
  .index-about-new .title-about-frler p:first-child {
    width: 1.2rem !important;
  }
  .index-about-new .title-about-frler p:last-child {
    width: 1.5rem !important;
    bottom: -0.2rem !important;
  }
  .index-about-new .index-about-container {
    display: none;
  }
  .index-about-new .m-index-about-container {
    display: flex;
    height: auto;
    flex-direction: column;
    position: relative;
    padding: 0.4rem 0;
  }
  .index-about-new .m-index-about-container .index-logo {
    position: absolute;
    width: 1.86rem;
    height: 1.89rem;
    top: 39%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .index-about-new .m-index-about-container .index-logo .logo-text {
    position: absolute;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #1e2d51;
    font-family: MicrosoftYaHei;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }
  .index-about-new .m-index-about-container .index-logo .logo-bg-wrap,
  .index-about-new .m-index-about-container .index-logo .logo-bg-mid,
  .index-about-new .m-index-about-container .index-logo .logo-bg-inner {
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .index-about-new .m-index-about-container .index-logo .logo-bg-wrap {
    width: 1.86rem;
    height: 1.89rem;
  }
  .index-about-new .m-index-about-container .index-logo .logo-bg-wrap .logo-bg-mid {
    width: 1.62rem;
    height: 1.62rem;
  }
  .index-about-new .m-index-about-container .index-logo .logo-bg-wrap .logo-bg-mid .logo-bg-inner {
    width: 1.37rem;
    height: 1.37rem;
  }
  .index-about-new .m-index-about-container .index-logo .animate-logo-wrap,
  .index-about-new .m-index-about-container .index-logo .animate-logo-inner {
    transform: rotate(-540deg);
    transition: transform 1.6s ease;
  }
  .index-about-new .m-index-about-container .index-logo .animate-logo-min {
    transform: rotate(540deg);
    transition: transform 1.6s ease;
  }
  .index-about-new .m-index-about-container .index-logo .animate-rotate-logo-wrap,
  .index-about-new .m-index-about-container .index-logo .animate-rotate-logo-min,
  .index-about-new .m-index-about-container .index-logo .animate-rotate-logo-inner {
    transform: rotate(0);
  }
  .index-about-new .m-index-about-container .index-col {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    position: relative;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row {
    position: relative;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .row-container {
    min-width: 1.8rem;
    height: auto;
    padding: 0.12rem;
    box-sizing: border-box;
    background: #00a2cd;
    box-shadow: 0.01rem 0.03rem 0.06rem 0rem rgba(7, 59, 107, 0.47);
    border-radius: 0.05rem;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .row-container .container-icon {
    height: 0.35rem;
    padding: 0.05rem 0;
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0.1rem;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .row-container .container-title {
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #ffffff;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .row-container .index-more {
    position: absolute;
    padding: 0.1rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #ffffff;
    box-shadow: 0 0.03rem 0.02rem 0 rgba(7, 59, 107, 0.42);
    border-radius: 0.05rem;
    background-color: black;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-fls,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-retail,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-warehousing {
    background-color: #00a2cd !important;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-fls .index-more,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-retail .index-more,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-warehousing .index-more {
    background-color: #00a2cd !important;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-incubator,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-advertising,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-mall {
    background-color: #e55d40 !important;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-incubator .index-more,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-advertising .index-more,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-mall .index-more {
    background-color: #e55d40 !important;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-supply-chain,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-college,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-big-data {
    background-color: #4aac8f !important;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-supply-chain .index-more,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-college .index-more,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-big-data .index-more {
    background-color: #4aac8f !important;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-big-data {
    width: 3rem;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-fls .index-more,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-supply-chain .index-more {
    margin-bottom: -0.18rem;
    bottom: -50%;
    right: -30%;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-incubator .index-more,
  .index-about-new .m-index-about-container .index-col .index-col-row .container-college .index-more {
    margin-bottom: -0.18rem;
    bottom: -50%;
    left: -24%;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-fls:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 1px dashed #00a2cd;
    border-bottom: 1px dashed #00a2cd;
    z-index: -1;
    top: 42%;
    left: 50%;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-incubator:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 1px dashed #e55d40;
    border-bottom: 1px dashed #e55d40;
    right: 0;
    z-index: -1;
    top: 42%;
    right: 50%;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-supply-chain:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 100%;
    border-left: 1px dashed #4aac8f;
    border-bottom: 1px dashed #4aac8f;
    z-index: -1;
    left: 50%;
    top: 45%;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-college:before {
    content: "";
    color: #fff;
    position: absolute;
    width: 120%;
    height: 100%;
    border-right: 1px dashed #4aac8f;
    border-bottom: 1px dashed #4aac8f;
    right: 0;
    z-index: -1;
    right: 50%;
    top: 45%;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-advertising {
    min-width: 2.2rem !important;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-advertising:before {
    content: "";
    position: absolute;
    width: 85%;
    height: 100%;
    border-right: 1px dashed #e55d40;
    border-bottom: 1px dashed #e55d40;
    border-left: 1px dashed #e55d40;
    z-index: -1;
    left: 50%;
    top: 45%;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-retail {
    min-width: 2.2rem !important;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-retail:before {
    content: "";
    position: absolute;
    width: 85%;
    height: 100%;
    border-right: 1px dashed #00a2cd;
    border-bottom: 1px dashed #00a2cd;
    border-left: 1px dashed #00a2cd;
    z-index: -1;
    right: 50%;
    top: 45%;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-warehousing:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 125%;
    border-bottom: 1px dashed #00a2cd;
    border-left: 1px dashed #00a2cd;
    z-index: -1;
    left: 50%;
    top: 50%;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-mall:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 125%;
    border-right: 1px dashed #e55d40;
    border-bottom: 1px dashed #e55d40;
    right: 0;
    z-index: -1;
    right: 50%;
    top: 50%;
  }
  .index-about-new .m-index-about-container .index-col .index-col-row .container-big-data:before {
    content: "";
    position: absolute;
    width: 0rem;
    height: 400%;
    border-right: 1px dashed #4aac8f;
    right: 50%;
    bottom: 0;
    z-index: -1;
  }
  .index-about-new .m-index-about-container .index-col .line {
    position: absolute;
    width: 0.3rem;
    height: 200%;
    border-top: 1px dashed #ffffff;
    border-left: 1px dashed #00a2cd;
    border-right: 1px dashed #e55d40;
    right: 0;
    left: 0;
    top: -52%;
    background-color: #ffffff;
    z-index: -1;
    margin: auto;
  }
  .index-about-new .m-index-about-container .index-col .line-to {
    position: absolute;
    width: 0.5rem;
    height: 300%;
    border-top: 1px dashed #ffffff;
    border-left: 1px dashed #00a2cd;
    border-right: 1px dashed #e55d40;
    right: 0;
    left: 0;
    top: -150%;
    background-color: #ffffff;
    z-index: -1;
    margin: auto;
  }
  .index-about-new .m-index-about-container .col-row-between {
    justify-content: space-between;
  }
  .index-about-new .m-index-about-container .col-bottom {
    margin-top: -0.8rem;
  }
  .index-business-new {
    width: 100vw;
    height: auto;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
  .index-business-new .title-index-business p:first-child {
    width: 1.2rem !important;
  }
  .index-business-new .title-index-business p:last-child {
    width: 2.8rem !important;
    bottom: -0.09rem !important;
  }
  .index-business-new .index-business-container {
    display: none;
  }
  .index-business-new .m-index-business-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .index-business-new .m-index-business-container .business-container {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .index-business-new .m-index-business-container .business-container ul {
    width: 3.2rem;
    height: 2rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 0.05rem;
    box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  }
  .index-business-new .m-index-business-container .business-container ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  }
  .index-business-new .m-index-business-container .business-container ul .container-cover {
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
    z-index: 3;
  }
  .index-business-new .m-index-business-container .business-container ul .container-cover p {
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 2rem;
    background-color: rgba(0, 0, 0, 0.25);
    color: #ffffff;
  }
  .index-business-new .m-index-business-container .business-container ul .container-slide {
    display: none;
    z-index: 2;
    background-color: #073b6b;
    padding: 0.35rem 0;
    box-sizing: border-box;
  }
  .index-business-new .m-index-business-container .business-container ul .container-slide p {
    color: #ffffff;
    font-size: 0.26rem;
    text-align: center;
    margin-bottom: 0.15rem;
  }
  .index-business-new .m-index-business-container .business-container ul .container-slide .slider {
    width: 1.9rem;
    height: 0.28rem;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 1px 3px 6px 0px rgba(7, 59, 107, 0.47) inset;
    border-radius: 0.2rem;
    position: relative;
  }
  .index-business-new .m-index-business-container .business-container ul .container-slide .slider .slider-block {
    width: 0.51rem;
    height: 0.28rem;
    border-radius: 0.2rem;
    box-shadow: 0.1rem 0.3rem 0.6rem 0px rgba(7, 59, 107, 0.47);
    background-image: url("/static/images/index/sliderbtn.png");
    background-repeat: no-repeat;
    background-size: cover;
    left: 0.02rem;
    position: absolute;
    cursor: pointer;
  }
  .index-business-new .m-index-business-container .business-container ul .container-information {
    display: none;
    background-color: #073b6b;
    padding: 0.4rem 0;
    box-sizing: border-box;
    z-index: 1;
  }
  .index-business-new .m-index-business-container .business-container ul .container-information p {
    color: #ffffff;
    font-size: 0.26rem;
    line-height: 0.34rem;
    text-align: center;
  }
  .index-business-new .m-index-business-container .business-container ul .container-information p:nth-child(1) {
    margin-bottom: 0.3rem;
  }
  .index-business {
    min-width: 100%;
    height: auto;
  }
  .index-business .title-index-business p:first-child {
    width: 1.2rem !important;
  }
  .index-business .title-index-business p:last-child {
    width: 2.8rem !important;
    bottom: -0.09rem !important;
  }
  .index-business .index-business-container {
    display: none;
  }
  .index-business .m-index-business-container {
    display: flex;
  }
  .index-business .m-index-business-container .business-container-wrap {
    flex-grow: 1;
    width: 3.5rem;
    padding: 0.8rem 0.4rem;
    margin: 0.05rem;
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
    position: relative;
  }
  .index-business .m-index-business-container .business-container-wrap .business-container-top {
    text-align: center;
    padding: 0.2rem 0.2rem;
    margin: 0 auto;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    opacity: 0.8;
  }
  .index-business .m-index-business-container .business-container-wrap .business-container-top:hover {
    opacity: 1;
  }
  .index-business .m-index-business-container .business-container-wrap .business-container-top p {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    font-family: MicrosoftYaHei;
    color: #1a1a1a;
  }
  .index-business .m-index-business-container .business-container-wrap .business-container-top span {
    position: relative;
  }
  .index-business .m-index-business-container .business-container-wrap .business-container-top span:first-child {
    font-size: 0.22rem;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #1a1a1a;
  }
  .index-business .m-index-business-container .business-container-wrap .business-container-top span:after {
    position: absolute;
    content: "";
    background-color: #1e2d51;
    width: 100%;
    opacity: 1;
    left: 0px;
    bottom: -7px;
    height: 4px;
    border-radius: 2px;
    transition: width 0.25s, opacity 0.25s;
  }
  .index-business .m-index-business-container .business-container-wrap .business-container-bottom {
    width: 1.8rem;
    height: 0.5rem;
    box-sizing: border-box;
    line-height: 0.5rem;
    padding-left: 3px;
    text-align: center;
    position: absolute;
    bottom: -0.2rem;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #e86c00;
    border-radius: 0.05rem;
    box-shadow: 0px 0px 0.15rem 0px #666;
    cursor: pointer;
  }
  .index-business .m-index-business-container .business-container-wrap .business-container-bottom a {
    font-size: 0.2rem;
    color: #ffffff;
    font-weight: 400;
  }
  .index-business .m-index-business-container .business-container-wrap .business-seller p:first-child {
    width: 0.55rem;
  }
  .index-cooperation {
    min-width: 100%;
    height: auto;
  }
  .index-cooperation .title-index-cooperation p:first-child {
    width: 1.2rem !important;
  }
  .index-cooperation .title-index-cooperation p:last-child {
    width: 2.6rem !important;
    bottom: -0.09rem !important;
  }
  .index-cooperation .index-cooperation-container {
    display: none;
  }
  .index-cooperation .m-index-cooperation-container {
    display: block !important;
    min-width: 7.5vw;
    position: relative;
  }
  .index-cooperation .m-index-cooperation-container .m-index-cooperation-swiper {
    overflow: hidden;
  }
  .index-cooperation .m-index-cooperation-container .m-index-cooperation-swiper .swiper-slide {
    width: 2.5rem;
    position: relative;
    overflow: hidden;
    padding: 0.2rem 0;
  }
  .index-cooperation .m-index-cooperation-container .m-index-cooperation-swiper .swiper-slide .cooperation-logo {
    display: inline-block;
    width: 2.2rem;
    padding: 0.26rem 0;
    margin: 0px 0.2rem 0rem 0.2rem;
    text-align: center;
    box-shadow: 0.01rem 0.01rem 0.1rem #eee;
  }
  .index-cooperation .m-index-cooperation-container .m-index-cooperation-swiper .swiper-slide .cooperation-logo img {
    width: 80%;
  }
}
@media screen and (min-width: 795px) and (max-width: 855px) {
  .container-fls:before,
  .container-incubator:before {
    width: 105% !important;
  }
  .container-supply-chain:before,
  .container-college:before {
    width: 150% !important;
  }
  .container-advertising:before,
  .container-retail:before {
    width: 140% !important;
  }
}
@media screen and (min-width: 856px) and (max-width: 957px) {
  .container-fls:before,
  .container-incubator:before {
    width: 105% !important;
  }
  .container-supply-chain:before,
  .container-college:before {
    width: 150% !important;
  }
  .container-advertising:before,
  .container-retail:before {
    width: 160% !important;
  }
}
@media screen and (min-width: 580px) and (max-width: 639px) {
  .container-fls:before,
  .container-incubator:before {
    width: 105% !important;
  }
  .container-supply-chain:before,
  .container-college:before {
    width: 150% !important;
  }
  .container-advertising:before,
  .container-retail:before {
    width: 145% !important;
  }
}
@media screen and (max-width: 375px) {
  .index-about .title-about-frler p:first-child {
    width: 1.2rem !important;
  }
  .index-about .title-about-frler p:last-child {
    width: 1.6rem !important;
  }
  .index-business .title-index-business p:first-child {
    width: 1.2rem !important;
  }
  .index-business .title-index-business p:last-child {
    width: 2.7rem !important;
  }
  .index-business .m-index-business-container .business-container-wrap .business-container-top p:first-child {
    padding-bottom: 0rem !important;
  }
  .index-cooperation .title-index-cooperation p:first-child {
    width: 1.2rem !important;
  }
  .index-cooperation .title-index-cooperation p:last-child {
    width: 2.7rem !important;
  }
}
/* 也是关于维多利亚老品牌vic3308 */
.about-frler {
  min-width: 1200px;
  height: auto;
}
.about-frler .title-about-frler p:first-child {
  width: 120px !important;
}
.about-frler .title-about-frler p:last-child {
  width: 120px !important;
}
.about-frler .m-about-frler-container {
  display: none;
}
.about-frler .about-frler-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.about-frler .about-frler-container .about-container-center {
  background-repeat: no-repeat;
  background-position: center,center;
  background-size: cover;
  padding: 120px 130px;
  box-sizing: border-box;
  position: relative;
  z-index: -1;
}
.about-frler .about-frler-container .about-container-center .container-center-text p {
  font-size: 14px;
  text-indent: 28px;
}
/* 文化理念 */
.about-concept {
  min-width: 1200px;
  height: auto;
  position: relative;
}
.about-concept .title-about-concept p:first-child {
  width: 120px !important;
}
.about-concept .title-about-concept p:last-child {
  width: 170px !important;
}
.about-concept .about-concept-container {
  height: 300px;
  text-align: center;
  position: relative;
}
.about-concept .about-concept-container .cultural-bgline {
  width: 720px;
  height: 176px;
  position: absolute;
  top: -10px;
  left: 250px;
  background-image: url("/static/images/about/line.png");
  background-position: center, center;
  background-repeat: no-repeat;
}
.about-concept .about-concept-container .cultural-concept-container {
  position: absolute;
}
.about-concept .about-concept-container .cultural-concept-container .concept-logo {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.about-concept .about-concept-container .cultural-concept-container .concept-title p {
  width: 130px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.about-concept .about-concept-container .cultural-concept-container .concept-text p {
  width: 400px;
  margin: 0 auto;
  font-size: 14px;
}
.about-concept .about-concept-container .cultural-concept-left {
  top: 0;
  left: 0;
}
.about-concept .about-concept-container .cultural-concept-mid {
  top: 150px;
  left: 50%;
  margin-left: -200px;
}
.about-concept .about-concept-container .cultural-concept-right {
  top: 20px;
  right: 0;
}
/* 办公环境 */
.about-office {
  min-width: 1200px;
  height: auto;
}
.about-office .title-about-office p:first-child {
  width: 120px !important;
}
.about-office .title-about-office p:last-child {
  width: 190px !important;
}
.about-office .about-office-container {
  display: block;
  width: 960px;
  margin: 0 auto;
  z-index: 10;
}
.about-office .about-office-container .office-image {
  position: relative;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  z-index: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: transform 0.4s;
  overflow: hidden;
}
.about-office .about-office-container .office-image img {
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.about-office .about-office-container .office-image:hover {
  transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
}
.about-office .about-office-container .office-images-little,
.about-office .about-office-container .office-images-large {
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-office .about-office-container .office-images-little {
  width: 310px;
  height: 240px;
}
.about-office .about-office-container .office-images-large {
  width: 470px;
  height: 270px;
}
.about-office .m-about-office-container {
  display: none;
}
/* 组织架构 */
.about-organizational {
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: contain;
  min-width: 1200px;
  height: auto;
}
.about-organizational .organizational-image {
  text-align: center;
}
.about-organizational .m-about-organizational-container {
  display: none;
}
/* 发展历程 */
.about-history {
  height: 653px;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-history .about-history-container {
  width: 100%;
  height: 100%;
  background: url("/static/images/about/history.png") no-repeat;
  margin-top: -70px;
  background-position: center;
}
.about-history .m-about-history-container {
  display: none;
}
/* 公司荣誉 */
.about-honour {
  min-width: 1200px;
  height: auto;
}
.about-honour .title-about-honour p:first-child {
  width: 120px !important;
}
.about-honour .title-about-honour p:last-child {
  width: 180px !important;
}
.about-honour .m-about-honour-container {
  display: none;
  padding: 0 20px;
}
.about-honour .about-honour-container {
  display: block;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.about-honour .about-honour-container .about-honour-swiper {
  width: 1100px;
  height: 270px;
  margin: 0 auto;
  overflow: hidden;
}
.about-honour .about-honour-container .about-honour-swiper .swiper-slide {
  width: 245px !important;
  margin: 15px;
  text-align: center;
}
.about-honour .about-honour-container .about-honour-swiper .swiper-slide .honour-image {
  height: 200px;
  padding: 20px 0;
  box-shadow: 0 1px 10px #999999;
  box-sizing: border-box;
  border-radius: 4px;
}
.about-honour .about-honour-container .about-honour-swiper .swiper-slide .honour-image img {
  height: 100%;
}
.about-honour .about-honour-container .about-honour-swiper .swiper-slide .honour-title {
  margin-top: 10px;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
}
.about-honour .about-honour-container .arrow-left {
  cursor: pointer;
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: transparent #999999 transparent transparent;
  top: 40%;
  left: 0;
  margin-top: -10px;
}
.about-honour .about-honour-container .arrow-left:after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: transparent white transparent transparent;
  top: 40%;
  left: -14px;
  margin-top: -20px;
}
.about-honour .about-honour-container .arrow-right {
  cursor: pointer;
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: transparent transparent transparent #999999;
  top: 40%;
  right: 0;
  margin-top: -10px;
}
.about-honour .about-honour-container .arrow-right:after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: transparent transparent transparent white;
  top: 40%;
  right: -14px;
  margin-top: -20px;
}
@media screen and (max-width: 1200px) {
  .about-frler {
    min-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .about-frler .title-about-frler p:first-child {
    width: 1.2rem !important;
  }
  .about-frler .title-about-frler p:last-child {
    width: 1.4rem !important;
    bottom: -0.09rem !important;
  }
  .about-frler .about-frler-container {
    display: none;
  }
  .about-frler .m-about-frler-container {
    display: block;
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
  .about-frler .m-about-frler-container .about-container {
    margin: 0;
  }
  .about-frler .m-about-frler-container .about-container .about-container-text {
    margin-bottom: 0.5rem !important;
  }
  .about-frler .m-about-frler-container .about-container .about-container-text p {
    font-size: 0.22rem;
    line-height: 0.44rem;
    text-indent: 0.44rem;
    width: 100%;
  }
  .about-frler .m-about-frler-container .about-container .about-container-img {
    margin-bottom: 0.5rem !important;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .about-frler .m-about-frler-container .about-container .about-container-img img {
    width: 100%;
    height: 4rem;
  }
  .about-frler .m-about-frler-container .container-right {
    margin: 0;
  }
  .about-frler .m-about-frler-container .container-right .about-container-text {
    margin: 0;
  }
  .about-frler .m-about-frler-container .placeholder-left-top,
  .about-frler .m-about-frler-container .placeholder-right-bottom,
  .about-frler .m-about-frler-container .placeholder-right-top,
  .about-frler .m-about-frler-container .placeholder-left-bottom {
    display: none;
  }
  /* 移动端 文化理念 */
  .about-concept {
    min-width: 100%;
    height: auto;
  }
  .about-concept .title-about-concept p:first-child {
    width: 1.2rem !important;
  }
  .about-concept .title-about-concept p:last-child {
    width: 2.2rem !important;
    bottom: -0.1rem !important;
  }
  .about-concept .about-concept-container {
    height: auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .about-concept .about-concept-container .cultural-bgline {
    display: none;
  }
  .about-concept .about-concept-container .cultural-concept-left {
    margin-left: -0.5rem;
  }
  .about-concept .about-concept-container .cultural-concept-mid {
    margin-right: -0.5rem;
  }
  .about-concept .about-concept-container .cultural-concept-container {
    position: unset;
    width: 40%;
  }
  .about-concept .about-concept-container .cultural-concept-container .concept-logo {
    width: 0.55rem;
    height: 0.65rem;
    margin: 0 auto;
  }
  .about-concept .about-concept-container .cultural-concept-container .concept-logo img {
    width: 100%;
  }
  .about-concept .about-concept-container .cultural-concept-container .concept-title p {
    width: 100%;
    margin: 0.05rem auto;
    font-size: 0.24rem;
    font-weight: bold;
  }
  .about-concept .about-concept-container .cultural-concept-container .concept-text p {
    width: 100%;
    margin: -0.1rem auto 0;
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  .about-concept .about-concept-container .cultural-concept-mid {
    top: unset;
    left: unset;
    margin-left: 0;
  }
  .about-concept .about-concept-container .cultural-concept-right {
    margin-top: 0.6rem;
  }
  /* 移动端 办公环境 */
  .about-office {
    min-width: 100%;
    height: auto;
  }
  .about-office .title-about-office p:first-child {
    width: 1.2rem !important;
  }
  .about-office .title-about-office p:last-child {
    width: 2.6rem !important;
  }
  .about-office .about-office-container {
    display: none;
  }
  .about-office .m-about-office-container {
    display: block !important;
    min-width: 100vw;
    position: relative;
  }
  .about-office .m-about-office-container .m-about-office-swiper {
    overflow: hidden;
    width: 7.1rem;
    margin: 0 auto;
    position: relative;
  }
  .about-office .m-about-office-container .m-about-office-swiper .swiper-wrapper {
    overflow: hidden;
  }
  .about-office .m-about-office-container .m-about-office-swiper .swiper-slide {
    display: inline-block;
    width: 3.55rem;
    height: 2.6rem;
    position: relative;
  }
  .about-office .m-about-office-container .m-about-office-swiper .swiper-slide .office-wrap {
    width: 3.45rem;
    height: 2.6rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
    overflow: hidden;
    border-radius: 0.05rem;
  }
  /* 移动端 组织架构 */
  .about-organizational {
    min-width: 100%;
    height: auto;
    background-image: none;
  }
  .about-organizational .title-about-organizational p:first-child {
    width: 1.2rem !important;
  }
  .about-organizational .title-about-organizational p:last-child {
    width: 2.8rem !important;
    bottom: -0.08rem !important;
  }
  .about-organizational .about-organizational-container {
    display: none;
  }
  .about-organizational .m-about-organizational-container {
    display: block;
  }
  .about-organizational .m-about-organizational-container .organizational-image {
    text-align: center;
  }
  .about-organizational .m-about-organizational-container .organizational-image img {
    width: 60%;
  }
  /* 移动端 发展历程 */
  .about-history {
    background-image: none;
    min-width: 100%;
    height: auto;
  }
  .about-history .title-about-history p:first-child {
    width: 1.2rem !important;
  }
  .about-history .title-about-history p:last-child {
    width: 3rem !important;
    bottom: -0.08rem !important;
  }
  .about-history .about-history-container {
    display: none;
  }
  .about-history .m-about-history-container {
    display: block;
    text-align: center;
  }
  .about-history .m-about-history-container img {
    width: 100%;
  }
  /* 移动端 公司荣誉 */
  .about-honour {
    min-width: 100%;
    height: auto;
  }
  .about-honour .title-about-honour p:first-child {
    width: 1.2rem !important;
  }
  .about-honour .title-about-honour p:last-child {
    width: 2.2rem !important;
    bottom: -0.09rem !important;
  }
  .about-honour .about-honour-container {
    display: none !important;
  }
  .about-honour .m-about-honour-container {
    display: block !important;
    min-width: 7.5vw;
    position: relative;
  }
  .about-honour .m-about-honour-container .m-about-honour-swiper {
    overflow: hidden;
  }
  .about-honour .m-about-honour-container .m-about-honour-swiper .swiper-slide {
    width: 2.5rem;
    position: relative;
    overflow: hidden;
  }
  .about-honour .m-about-honour-container .m-about-honour-swiper .swiper-slide .honour-image {
    height: 2rem;
    position: relative;
    text-align: center;
  }
  .about-honour .m-about-honour-container .m-about-honour-swiper .swiper-slide .honour-image img {
    height: 80%;
  }
  .about-honour .m-about-honour-container .m-about-honour-swiper .swiper-slide .honour-title {
    margin-top: 0.1rem;
    font-size: 0.22rem;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .about-frler .title-about-frler p:first-child {
    width: 1.2rem !important;
  }
  .about-frler .title-about-frler p:last-child {
    width: 1.6rem !important;
  }
  .about-concept .title-about-concept p:first-child {
    width: 1.2rem !important;
  }
  .about-concept .title-about-concept p:last-child {
    width: 2.2rem !important;
    bottom: -0.33rem;
  }
  .about-office .title-about-office p:first-child {
    width: 1.2rem !important;
  }
  .about-office .title-about-office p:last-child {
    width: 2.6rem !important;
    bottom: -0.2rem;
  }
  .about-organizational .title-about-organizational p:first-child {
    width: 1.2rem !important;
  }
  .about-organizational .title-about-organizational p:last-child {
    width: 3rem !important;
    bottom: -0.2rem;
  }
  .about-history .title-about-history p:first-child {
    width: 1.2rem !important;
  }
  .about-history .title-about-history p:last-child {
    width: 2.7rem !important;
  }
  .about-honour .title-about-honour p:first-child {
    width: 1.2rem !important;
  }
  .about-honour .title-about-honour p:last-child {
    width: 2.4rem !important;
  }
}
/* 维多利亚老品牌vic3308动态 跨境资讯 */
.public-news-banner {
  display: block;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  padding: 60px;
  margin-bottom: 55px;
  box-sizing: border-box;
}
.public-news-banner p:first-child {
  font-size: 36px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  font-weight: Bold;
  letter-spacing: 20px;
}
.public-news-banner p:last-child {
  font-size: 20px;
  font-family: Arial-BoldMT;
  color: #ffffff;
  margin-top: 22px;
}
.m-public-news-banner {
  display: none;
}
.m-public-news-banner {
  background-image: url("/static/images/dynamic/m/banner.png");
}
.dynamic-banner {
  background-image: url("/static/images/dynamic/banner.png");
}
.news-banner {
  background-image: url("/static/images/dynamic/newsbanner.png");
}
.m-news-banner {
  background-image: url("/static/images/dynamic/m/newsbanner.png");
}
.public-news {
  min-width: 1200px;
  height: auto;
}
.public-news .public-news-container .news-list-large {
  height: auto;
}
.public-news .public-news-container .news-list-large .news-list {
  display: inline-block;
  vertical-align: top;
  color: #3a3a3a;
}
.public-news .public-news-container .news-list-large .news-list .news-container-title {
  width: 900px;
  height: 100px;
  margin: 0px 25px 25px 0px;
  background-color: #f1f1f1;
  transition: background-color 0.4s, color 0.4s;
  padding-top: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.public-news .public-news-container .news-list-large .news-list .news-container-title .news-time {
  padding-top: 10px;
  vertical-align: top;
  display: inline-block;
  width: 125px;
  text-align: center;
}
.public-news .public-news-container .news-list-large .news-list .news-container-title .news-time p {
  width: 120px;
}
.public-news .public-news-container .news-list-large .news-list .news-container-title .news-time p:first-child {
  font-size: 26px;
  font-weight: bold;
}
.public-news .public-news-container .news-list-large .news-list .news-container-title .news-time p:last-child {
  font-size: 16px;
}
.public-news .public-news-container .news-list-large .news-list .news-container-title .news-content {
  vertical-align: top;
  display: inline-block;
  width: 650px;
}
.public-news .public-news-container .news-list-large .news-list .news-container-title .news-content p:first-child {
  font-size: 14px;
  font-weight: Bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.public-news .public-news-container .news-list-large .news-list .news-container-title .news-content p:last-child {
  font-size: 12px;
  line-height: 20px;
}
.public-news .public-news-container .news-list-large .news-list .news-container-title:hover {
  background-color: #1e2d51;
  color: #ffffff;
}
.public-news .public-news-container .news-list-large .news-list-right {
  margin: 0px 0px 25px 25px;
}
.public-news .public-news-container .news-list-large .public-news-images {
  display: inline-block;
  width: 225px;
  height: 225px;
  text-align: center;
}
.public-news .public-news-container .news-list-large .public-news-images img {
  width: 100%;
  height: 100%;
}
.public-news .public-news-container .news-list-little {
  height: auto;
}
.public-news .public-news-container .news-list-little .news-list-simple {
  display: inline-block;
  vertical-align: top;
  margin: 0px 90px 0px 0px;
  width: 507px;
}
.public-news .public-news-container .news-list-little .news-list-simple .news-list-title {
  position: relative;
  border-bottom: 1px dashed #333333;
  margin-bottom: 25px;
  cursor: pointer;
}
.public-news .public-news-container .news-list-little .news-list-simple .news-list-title p {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  transition: color 0.4s, font-size 0.4s;
}
.public-news .public-news-container .news-list-little .news-list-simple .news-list-title p:first-child {
  font-size: 14px;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.public-news .public-news-container .news-list-little .news-list-simple .news-list-title p:first-child:hover {
  color: #0e447b;
  font-size: 14.4px;
}
.public-news .public-news-container .news-list-little .news-list-simple .news-list-title p:last-child {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  padding-right: 29px;
}
.public-news .public-news-container .news-list-little .news-list-simple .news-list-title p:last-child:hover {
  color: #0e447b;
  font-size: 12.4px;
}
.public-news .public-news-container .public-news-article {
  position: relative;
  text-align: center;
  margin-top: 130px;
  padding-top: 94px;
}
.public-news .public-news-container .public-news-article .btn-return {
  display: block;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/static/images/dynamic/icon.png");
  cursor: pointer;
}
.public-news .public-news-container .public-news-article .news-header {
  margin-bottom: 30px;
}
.public-news .public-news-container .public-news-article .news-header .news-title {
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 22px;
}
.public-news .public-news-container .public-news-article .news-header .news-info {
  font-size: 14px;
  color: #999999;
}
.public-news .public-news-container .public-news-article .news-body p {
  text-indent: 28px;
  font-size: 14px;
  text-align: left;
  width: 880px;
  margin: 20px auto 20px auto;
}
.public-news .public-news-container .public-news-article .news-body img {
  display: block;
  margin: 10px auto 10px auto;
  width: 600px;
}
.public-news .public-news-container .m-news-list-large,
.public-news .public-news-container m-news-list-mid,
.public-news .public-news-container .m-news-list-little {
  display: none;
}
.public-news .dynamic-list-large,
.public-news .news-list-large,
.public-news .dynamic-list-little,
.public-news .news-list-little,
.public-news .public-news-article {
  display: block;
}
.public-news .m-news-list-large,
.public-news .m-news-list-mid,
.public-news .m-news-list-little,
.public-news .m-public-news-article {
  display: none;
}
@media screen and (max-width: 1200px) {
  /* 移动端 资讯 动态 */
  .public-news-banner {
    display: none;
  }
  .m-public-news-banner {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    padding: 0.25rem;
    margin-bottom: 0.55rem;
    box-sizing: border-box;
  }
  .m-public-news-banner p:first-child {
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    font-weight: Bold;
    letter-spacing: 0.2rem;
  }
  .m-public-news-banner p:last-child {
    font-size: 0.2rem;
    font-family: Arial-BoldMT;
    color: #ffffff;
    margin-top: 0rem;
  }
  .public-news {
    min-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .public-news .dynamic-list-large,
  .public-news .news-list-large,
  .public-news .dynamic-list-little,
  .public-news .news-list-little,
  .public-news .public-news-article {
    display: none;
  }
  .public-news .m-news-list-large,
  .public-news .m-news-list-mid {
    display: block !important;
  }
  .public-news .m-news-list-large {
    display: block !important;
    width: 94%;
    margin: 0 auto 0.2rem auto;
  }
  .public-news .m-news-list-large .public-news-images {
    display: inline-block;
    vertical-align: top;
    width: 2.1rem;
    height: 2.1rem;
  }
  .public-news .m-news-list-large .public-news-images img {
    width: 100%;
    height: 100%;
  }
  .public-news .m-news-list-large .news-list {
    height: 2rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-bottom: 1px dashed #999999;
    margin: 0 0.2rem;
  }
  .public-news .m-news-list-large .news-list .news-title {
    width: 4.4rem;
    height: 0.35rem;
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
    line-height: 0.4rem;
    font-weight: Bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1e2d51;
  }
  .public-news .m-news-list-large .news-list .news-content {
    width: 4.4rem;
    max-height: 1.15rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .public-news .m-news-list-large .news-list .news-time {
    text-align: center;
    width: 1.5rem;
    height: 0.2rem;
    font-size: 0.2rem;
    color: #999999;
    background-color: #ffffff;
    position: absolute;
    bottom: -5%;
    line-height: 0.2rem;
    left: 0;
  }
  .public-news .m-news-list-mid {
    display: block !important;
    width: 94%;
    margin: 0 auto 0.2rem auto;
    padding: 0.2rem 0.2rem;
    box-sizing: border-box;
    background: #f1f1f1;
    position: relative;
  }
  .public-news .m-news-list-mid .news-title {
    display: inline-block;
    vertical-align: top;
    font-size: 0.24rem;
    font-weight: Bold;
    margin-bottom: 0.15rem;
    line-height: 0.4rem;
    position: relative;
    color: #1e2d51;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .public-news .m-news-list-mid .news-time {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    min-width: 1.5rem;
    font-weight: normal;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #999999;
  }
  .public-news .m-news-list-mid .news-content {
    display: block;
    width: 6.4rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #666666;
  }
  .public-news .m-news-list-little {
    width: 94%;
    margin: 0 auto 0.2rem auto;
    display: flex !important;
    color: #1e2d51;
    padding-bottom: 0.1rem;
    border-bottom: 1px dashed #999999;
  }
  .public-news .m-news-list-little .news-title {
    max-width: 5rem;
    flex-grow: 1;
    display: inline-block;
    vertical-align: top;
    font-size: 0.24rem;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    color: #333333;
  }
  .public-news .m-news-list-little .news-time {
    flex-grow: 1;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    font-size: 0.24rem;
  }
  .public-news .m-public-news-article {
    display: block;
    width: 7rem;
    margin: 1.3rem auto 0 auto;
    position: relative;
    text-align: center;
    padding-top: 0.94rem;
  }
  .public-news .m-public-news-article .btn-return {
    display: block;
    width: 0.4rem;
    height: 0.35rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/static/images/dynamic/icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
    cursor: pointer;
  }
  .public-news .m-public-news-article .news-header {
    margin-bottom: 0.3rem;
  }
  .public-news .m-public-news-article .news-header .news-title {
    font-size: 0.24rem;
    color: #1a1a1a;
    margin-bottom: 0.22rem;
  }
  .public-news .m-public-news-article .news-header .news-info {
    font-size: 0.2rem;
    color: #999999;
  }
  .public-news .m-public-news-article .news-body p {
    width: 6.5rem;
    text-indent: 0.4rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    text-align: left;
    margin: 20px auto 20px auto;
  }
  .public-news .m-public-news-article .news-body img {
    display: block;
    margin: 0.1rem auto 0.1rem auto;
    width: 6rem;
  }
}
@media screen and (min-width: 376px) and (max-width: 550px) {
  .m-public-news-banner p:last-child {
    margin-top: -0.1rem;
  }
}
@media screen and (max-width: 375px) {
  .public-news .m-news-list-large .news-time {
    bottom: -0.05rem !important;
  }
  .public-news .m-news-list-little .news-title {
    height: 0.55rem;
  }
}
/* 招贤纳士 */
.position-banner {
  height: 180px;
  background-image: url("/static/images/position/banner.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  padding: 60px;
  margin-bottom: 55px;
  box-sizing: border-box;
}
.position-banner p {
  text-indent: 0px !important;
}
.position-banner p:first-child {
  font-size: 36px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  font-weight: Bold;
  letter-spacing: 20px;
}
.position-banner p:last-child {
  font-size: 20px;
  font-family: Arial-BoldMT;
  color: #ffffff;
  margin-top: 22px;
}
.m-position-banner {
  display: none;
}
.position-us {
  display: block;
  height: auto;
}
.position-us .position-container {
  width: 100%;
  height: auto;
}
.position-us .position-container .position {
  background-image: url("/static/images/position/bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.position-us .position-container .position .position-row {
  height: auto;
  margin-bottom: 30px;
}
.position-us .position-container .position .position-row .column-title {
  display: inline-block;
  width: 100px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  background-color: #1e2d51;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  margin-right: 50px;
  margin-bottom: 12px;
}
.position-us .position-container .position .position-row .column-container {
  display: inline-block;
  width: 1000px;
  height: auto;
  vertical-align: top;
}
.position-us .position-container .position .position-row .column-container p {
  display: inline-block;
  width: 250px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #1a1a1a;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.position-us .position-container .position .position-row .column-container p:before {
  content: "";
  width: 2px;
  height: 15px;
  position: absolute;
  background-color: #cccccc;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
}
.position-us .position-container .position .position-row .column-container p:nth-child(4n+1) {
  text-align: left;
  width: 200px;
}
.position-us .position-container .position .position-row .column-container p:nth-child(4n+1):before {
  content: "";
  width: 0px;
  height: 0px;
}
.position-us .position-container .team,
.position-us .position-container .send {
  margin-top: 50px;
}
.position-us .position-container .team p:first-child,
.position-us .position-container .send p:first-child {
  font-size: 14px;
  color: #333333;
}
.position-us .position-container .team p:last-child,
.position-us .position-container .send p:last-child {
  font-size: 14px;
  text-indent: 28px;
}
.position-us .position-container .m-position-article-wrap {
  display: none;
}
.position-us .position-container .position-article {
  display: block;
  position: relative;
  margin-top: 130px;
  padding-top: 94px;
}
.position-us .position-container .position-article .btn-return {
  display: block;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/static/images/dynamic/icon.png");
  cursor: pointer;
}
.position-us .position-container .position-article .position-header {
  margin-bottom: 30px;
  text-align: center;
}
.position-us .position-container .position-article .position-header .position-title {
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 22px;
}
.position-us .position-container .position-article .position-header .position-info {
  font-size: 14px;
  color: #999999;
}
.position-us .position-container .position-article .position-body .education,
.position-us .position-container .position-article .position-body .working {
  margin-bottom: 50px;
}
.position-us .position-container .position-article .position-body .education p:first-child,
.position-us .position-container .position-article .position-body .working p:first-child {
  font-size: 14px;
  color: #333333;
}
.position-us .position-container .position-article .position-body .education p:last-child,
.position-us .position-container .position-article .position-body .working p:last-child {
  font-size: 14px;
  text-indent: 28px;
}
.position-us .position-container .position-article .position-body .responsibility,
.position-us .position-container .position-article .position-body .requirements,
.position-us .position-container .position-article .position-body .provide {
  margin-bottom: 50px;
}
.position-us .position-container .position-article .position-body .responsibility p,
.position-us .position-container .position-article .position-body .requirements p,
.position-us .position-container .position-article .position-body .provide p {
  font-size: 14px;
  color: #333333;
}
.position-us .position-container .position-article .position-body .responsibility ol,
.position-us .position-container .position-article .position-body .requirements ol,
.position-us .position-container .position-article .position-body .provide ol {
  margin-left: 42px;
  list-style-type: decimal;
  font-size: 14px;
}
.position-us .position-container .position-article .position-body .nice p {
  display: inline-block;
  width: 117px;
  height: 36px;
  border-radius: 18px;
  border: 1px dashed #1e2d51;
  text-align: center;
  margin: 0px 13px;
  font-size: 14px;
  line-height: 36px;
  color: #1e2d51;
}
.m-position-us {
  display: none;
}
@media screen and (max-width: 1200px) {
  /* 移动端 招贤纳士 */
  .position-banner {
    display: none;
  }
  .m-position-banner {
    display: block;
    width: 100%;
    background-image: url("/static/images/position/m/banner.png");
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    padding: 0.25rem;
    margin-bottom: 0.55rem;
    box-sizing: border-box;
  }
  .m-position-banner p:first-child {
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    font-weight: Bold;
    letter-spacing: 0.05rem;
  }
  .m-position-banner p:last-child {
    font-size: 0.2rem;
    font-family: Arial-BoldMT;
    color: #ffffff;
    margin-top: 0.1rem;
  }
  .position-us {
    display: none;
  }
  .m-position-us {
    display: block;
    margin: 0.4rem 0;
  }
  .m-position-us .position-title-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.2rem;
  }
  .m-position-us .position-title-wrap .position-title {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.6rem;
    width: 1.4rem;
    height: 0.6rem;
    border: 0.02rem solid #1e2d51;
    color: #1e2d51;
    margin: 0 0.3rem 0.2rem 0;
    border-radius: 0.05rem;
  }
  .m-position-us .position-title-wrap .position-title.active {
    color: #ffffff;
    background-color: #1e2d51;
  }
  .m-position-us .position-container-wrap {
    padding: 0.6rem 0.2rem;
  }
  .m-position-us .position-container-wrap .position-container {
    text-align: center;
    display: inline-block;
    font-size: 0.24rem;
    height: 0.3rem;
    line-height: 0.3rem;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
  }
  .m-position-us .position-container-wrap .position-container:before {
    content: "";
    width: 0.02rem;
    height: 0.15rem;
    position: absolute;
    background-color: #999999;
    right: 0;
    top: 50%;
    margin-top: -0.075rem;
  }
  .m-position-us .position-container-wrap .position-container:last-child:before {
    content: "";
    width: 0rem;
    height: 0rem;
  }
  .m-position-us .m-position-article-wrap {
    display: block;
    width: 7rem;
    position: relative;
    margin: 0 auto;
    padding-top: 0.94rem;
  }
  .m-position-us .m-position-article-wrap .btn-return {
    display: block;
    width: 0.4rem;
    height: 0.35rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/static/images/dynamic/icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
    cursor: pointer;
  }
  .m-position-us .m-position-article-wrap .position-header {
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .m-position-us .m-position-article-wrap .position-header .position-title {
    font-size: 0.3rem;
    color: #1a1a1a;
    margin-bottom: 0.22rem;
  }
  .m-position-us .m-position-article-wrap .position-header .position-info {
    font-size: 0.16rem;
    color: #999999;
  }
  .m-position-us .m-position-article-wrap .position-body .education,
  .m-position-us .m-position-article-wrap .position-body .working {
    margin-bottom: 0.5rem;
  }
  .m-position-us .m-position-article-wrap .position-body .education p:first-child,
  .m-position-us .m-position-article-wrap .position-body .working p:first-child {
    font-size: 0.24rem;
    color: #333333;
  }
  .m-position-us .m-position-article-wrap .position-body .education p:last-child,
  .m-position-us .m-position-article-wrap .position-body .working p:last-child {
    font-size: 0.2rem;
    text-indent: 0.44rem;
    line-height: 0.4rem;
  }
  .m-position-us .m-position-article-wrap .position-body .responsibility,
  .m-position-us .m-position-article-wrap .position-body .requirements,
  .m-position-us .m-position-article-wrap .position-body .provide {
    margin-bottom: 0.5rem;
  }
  .m-position-us .m-position-article-wrap .position-body .responsibility p,
  .m-position-us .m-position-article-wrap .position-body .requirements p,
  .m-position-us .m-position-article-wrap .position-body .provide p {
    font-size: 0.24rem;
    color: #333333;
  }
  .m-position-us .m-position-article-wrap .position-body .responsibility ol,
  .m-position-us .m-position-article-wrap .position-body .requirements ol,
  .m-position-us .m-position-article-wrap .position-body .provide ol {
    margin-left: 0.66rem;
    list-style-type: decimal;
    font-size: 0.22rem;
    line-height: 0.44rem;
  }
  .m-position-us .m-position-article-wrap .position-body .nice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .m-position-us .m-position-article-wrap .position-body .nice p {
    width: 1.4rem;
    height: 0.4rem;
    border-radius: 0.18rem;
    margin-bottom: 0.2rem;
    border: 1px dashed #1e2d51;
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #1e2d51;
  }
  .m-position-us .position-article {
    display: none;
  }
}
@media screen and (min-width: 376px) and (max-width: 550px) {
  .m-position-banner p:last-child {
    margin-top: 0rem;
  }
}
/* 联系我们 */
.contact-us {
  display: block;
  height: auto;
}
.contact-us .contact-banner {
  height: 180px;
  background-image: url("/static/images/contact/banner.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  padding: 60px;
  box-sizing: border-box;
}
.contact-us .contact-banner p:first-child {
  font-size: 36px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  font-weight: Bold;
  letter-spacing: 20px;
}
.contact-us .contact-banner p:last-child {
  font-size: 20px;
  font-family: Arial-BoldMT;
  color: #ffffff;
  margin-top: 22px;
}
.contact-us .contact-container {
  margin-top: 61px;
  text-align: center;
}
.contact-us .contact-container p {
  font-size: 14px;
  color: #2b2b2b;
}
.contact-us .contact-container .contact-map {
  width: 100%;
  height: 300px;
  margin: 50px auto;
}
.m-contact-us,
.m-contact-banner {
  display: none;
}
@media screen and (max-width: 1200px) {
  /* 移动端 联系我们 */
  .contact-us {
    display: none !important;
  }
  .m-contact-banner {
    display: block !important;
    width: 100%;
    background-image: url("/static/images/contact/m/banner.png");
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    padding: 0.25rem;
    margin-bottom: 0.55rem;
    box-sizing: border-box;
  }
  .m-contact-banner p:first-child {
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    font-weight: Bold;
    letter-spacing: 0.05rem;
  }
  .m-contact-banner p:last-child {
    font-size: 0.2rem;
    font-family: Arial-BoldMT;
    color: #ffffff;
    margin-top: 0.1rem;
  }
  .m-contact-us {
    display: block !important;
    width: 7rem;
    height: auto;
  }
  .m-contact-us .contact-container {
    margin-top: 0.6rem;
    text-align: center;
  }
  .m-contact-us .contact-container p {
    font-size: 0.2rem;
    color: #2b2b2b;
  }
  .m-contact-us .contact-container .contact-map {
    width: 6rem;
    height: 3rem;
    margin: 0.3rem auto 0 auto;
    background: url("/static/images/contact/m/map.png") no-repeat center;
    background-size: auto;
  }
}
@media screen and (max-width: 375px) {
  .m-contact-us .contact-map {
    width: 6rem;
    background-position: top !important;
    background-size: contain !important;
  }
}
.amazon {
  min-width: 1200px;
  height: auto;
}
.amazon-banner {
  height: 180px;
  background-image: url("/static/images/amazon/banner.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  padding: 60px;
  box-sizing: border-box;
}
.amazon-banner p {
  font-size: 36px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  font-weight: Bold;
}
.amazon-container p {
  font-size: 14px;
}
.amazon-tit {
  font-size: 36px;
  text-align: center;
  padding: 60px 0 40px;
}
.amazon-model {
  display: flex;
  justify-content: space-between;
}
.amazon-model-icon {
  width: 300px;
  height: 300px;
}
.amazon-list {
  flex: 1;
}
.amazon-li {
  padding: 20px 20px 20px 0;
}
.amazon-li-index {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  background: #f8f9ff;
  float: left;
  margin-right: 20px;
  color: #bbbbbb;
}
.amazon-li-tit {
  font-weight: normal;
}
.amazon-li-des {
  color: #999999;
}
.amazon-server {
  width: 1200px;
  overflow: hidden;
}
.amazon-box {
  width: 1220px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.amazon-item {
  width: 386px;
  box-sizing: border-box;
  background-image: linear-gradient(#fff, #f8f9ff);
  padding: 30px 20px 20px;
  text-align: center;
  margin: 0 20px 40px 0;
}
.amazon-item:hover {
  background-image: linear-gradient(#f8f9ff, #fff);
  cursor: default;
}
.amazon-item-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.amazon-item-icon img {
  width: 60px;
  height: 60px;
}
.amazon-item-tit {
  font-weight: normal;
  padding: 20px 0;
}
.amazon-item-des {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}

@charset "utf-8";
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-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: rotate(80deg);
    transform: rotate(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: rotate(60deg);
    transform: rotate(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;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@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: rotate(80deg);
    transform: rotate(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: rotate(60deg);
    transform: rotate(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;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms!important;
    animation-duration: 1ms!important;
    -webkit-transition-duration: 1ms!important;
    transition-duration: 1ms!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1 !important;
  }
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}

