﻿body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  background: #EEF0F5;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
}

body .header-container .home-door {
  color: #5781FF;
}

body #container {
  padding: 0;
  margin: 80px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
}

body #container .layui-carousel {
  background-color: #F5F5F7;
  text-align: center;
}

body #container .layui-carousel > [carousel-item] {
  overflow: visible;
  height: 600px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media screen and (max-width: 768px) {
  body #container .layui-carousel > [carousel-item] {
    height: calc(100vh - 300px);
  }
}

body #container .layui-carousel > [carousel-item] > * {
  height: auto;
}

body #container .home-banner {
  width: 100%;
  position: relative;
  background: #F7F8FC;
  overflow: hidden;
  z-index: 498;
}

body #container .home-banner .banner-item {
  width: 100%;
  height: 100%;
  background: url(../image/img-loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

body #container .home-banner .banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #container .home-banner .banner-item .banner-p {
    position: absolute;
    top: 0;
    left: 0;
      width: 100%;
      height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
body #container .home-banner .banner-item .banner-p-body {
    width: 1170px;
}
body #container .home-banner .banner-item .banner-left {
    text-align: left;
}
body #container .home-banner .banner-item .banner-center {
    text-align: center;
    padding-top: 80px;
}
body #container .home-banner .banner-item .banner-right {
    text-align: right;
}
body #container .home-banner .banner-item .banner-p-title {
    font-size: 46px;
    color: #FFFFFF;
    padding: 15px 0;
    font-weight: 600;
    font-family:PingFang SC;
}
body #container .home-banner .banner-item .banner-p-text {
    font-size: 20px;
    font-family:PingFang SC;
    color: #FFFFFF;
    padding: 8px 0;
}
body #container .home-banner .banner-item .banner-btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #289cff;
    border-radius: 5px;
    margin-top: 25px;
    font-size: 16px;
}

body #container .home-pallet {
  width: 100%;
  position: absolute;
  background: #FFF;
  top: 600px;
  z-index: 500;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  body #container .home-pallet {
    top: calc(100vh - 300px);
  }
}

body #container .home-pallet .about-pallet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #container .home-pallet .about-pallet .about-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

body #container .home-pallet .about-pallet .about-title-box .about-title-zh-cn {
  color: #2B2933;
  font-size: 30px;
  font-family: PingFang SC;
  letter-spacing: 0.4px;
  font-weight: 900;
}

body #container .home-pallet .about-pallet .about-title-box .about-title-logo {
  width: 90px;
  height: auto;
  margin: 10px 0;
}

body #container .home-pallet .about-pallet .about-title-box .about-title-logo img {
  width: 100%;
  max-width: 100%;
}

body #container .home-pallet .about-pallet .about-title-box .about-title-text {
  color: #929297;
  font-size: 16px;
  font-family: PingFang SC;
  text-align: center;
  width: 800px;
  max-width: 80%;
  line-height: 32px;
}

@media screen and (max-width: 576px) {
  body #container .home-pallet .about-pallet .about-title-box .about-title-text {
    font-size: 14px;
    line-height: 28px;
      text-align: left;
  }
}

body #container .home-pallet .about-pallet .about-content-box {
  width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  body #container .home-pallet .about-pallet .about-content-box {
      width: 100%;
    padding: 15px;
  }
}

body #container .home-pallet .about-pallet .about-content-box .about-item-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: calc(100% / 3);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 430px;
}

@media screen and (max-width: 576px) {
  body #container .home-pallet .about-pallet .about-content-box .about-item-box {
    min-width: 300px;
    padding: 8px;
  }
}

@media screen and (max-width: 320px) {
  body #container .home-pallet .about-pallet .about-content-box .about-item-box {
    min-width: 200px;
  }
}

body #container .home-pallet .about-pallet .about-content-box .about-item-box .about-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  /*height: 170px;*/
  background: #F7F8FC;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}

body #container .home-pallet .about-pallet .about-content-box .about-item-box .about-item .item-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body #container .home-pallet .about-pallet .about-content-box .about-item-box .about-item .item-title-box .item-title-icon {
  width: 46px;
  height: 46px;
}

body #container .home-pallet .about-pallet .about-content-box .about-item-box .about-item .item-title-box .item-title-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #container .home-pallet .about-pallet .about-content-box .about-item-box .about-item .item-title-box .item-title {
  color: #2B2933;
  font-size: 20px;
  font-family: PingFang SC;
  letter-spacing: 0.4px;
  font-weight: 900;
  margin-left: 10px;
}

body #container .home-pallet .about-pallet .about-content-box .about-item-box .about-item .item-text {
  width: 100%;
  max-width: 100%;
  text-align: left;
  color: #929297;
  font-size: 14px;
  font-family: PingFang SC;
  line-height: 28px;
  margin-top: 20px;
}

@media screen and (max-width: 450px) {
  body #container .home-pallet .about-pallet .about-content-box .about-item-box .about-item .item-text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
  }
}

body #container .home-pallet .article-pallet {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 90px;
  background: #262433;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #container .home-pallet .article-pallet .article-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

body #container .home-pallet .article-pallet .article-title-box .article-title {
  color: #FFF;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 900;
  letter-spacing: 0.4px;
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  body #container .home-pallet .article-pallet .article-title-box .article-title {
    font-size: 26px;
  }
}

body #container .home-pallet .article-pallet .article-title-box .article-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-family: PingFang SC;
  max-width: 80%;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body #container .home-pallet .article-pallet .article-title-box .article-subtitle {
    font-size: 15px;
  }
}

body #container .home-pallet .article-pallet .article-grid {
  width: 1200px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body #container .home-pallet .article-pallet .article-grid .article-item-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 420px;
}

@media screen and (max-width: 576px) {
  body #container .home-pallet .article-pallet .article-grid .article-item-box {
    min-width: 300px;
  }
}

body #container .home-pallet .article-pallet .article-grid .article-item-box .article-item {
  width: 100%;
  height: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
    overflow: hidden;
}

body #container .home-pallet .article-pallet .article-grid .article-item-box .article-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #container .home-pallet .article-pallet .article-grid .article-item-box .article-item .item-content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(30, 27, 41, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-bottom: 0;
}

body #container .home-pallet .article-pallet .article-grid .article-item-box .article-item .item-content-box .item-title {
  color: #FFF;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 900;
  margin-bottom: 20px;
}

body #container .home-pallet .article-pallet .article-grid .article-item-box .article-item .item-content-box .item-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-family: PingFang SC;
  letter-spacing: 0.4px;
  overflow: hidden;
    min-height: 60px;
}
body #container .home-pallet .article-pallet .article-grid .article-item-box .article-item .item-content-box .item-text:last-child {
    min-height: 40px;
}

@media screen and (max-width: 576px) {
  body #container .home-pallet .article-pallet .article-grid .article-item-box .article-item .item-content-box .item-text {
    height: auto;
    opacity: 1;
  }
}

body #container .home-pallet .products-pallet {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  padding-bottom: 50px;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-box-shadow: 0px 20px 120px 0px rgba(211, 226, 230, 0.5);
          box-shadow: 0px 20px 120px 0px rgba(211, 226, 230, 0.5);
}

body #container .home-pallet .products-pallet .products-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

body #container .home-pallet .products-pallet .products-title-box .products-title {
  color: #000;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 900;
  letter-spacing: 0.4px;
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  body #container .home-pallet .products-pallet .products-title-box .products-title {
    font-size: 26px;
  }
}

body #container .home-pallet .products-pallet .products-title-box .products-subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-family: PingFang SC;
  max-width: 80%;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body #container .home-pallet .products-pallet .products-title-box .products-subtitle {
    font-size: 15px;
  }
}

body #container .home-pallet .products-pallet .payPlanContainer {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 !important;
  margin-top: 35px !important;
}

body #container .home-pallet .products-pallet .payPlanPallet {
  width: calc(100% / 3);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 380px;
}

@media screen and (max-width: 576px) {
  body #container .home-pallet .products-pallet .payPlanPallet {
    min-width: 90%;
  }
}

body #container .home-pallet .products-pallet .payPlanPallet .payPlanBox {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 420px;
  padding: 60px 40px;
  /* box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05); */
  border: 1.5px solid #F1F2F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

body #container .home-pallet .products-pallet .payPlanIconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #container .home-pallet .products-pallet .payPlanIcon {
  height: 68px;
}

body #container .home-pallet .products-pallet .payPlanIcon > img {
  height: 100%;
  width: auto;
}

body #container .home-pallet .products-pallet .payPlanTitle {
  font-size: 18px;
  color: #2B2933;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

body #container .home-pallet .products-pallet .payPlanText {
  max-width: 100%;
  letter-spacing: 0.3px;
  font-size: 14px;
  color: #55545C;
  text-align: justify;
}

body #container .home-pallet .products-pallet .payPlanButton {
  width: 159px;
  height: 40px;
  border-radius: 4px;
  background: #322D47;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}

body #container .home-pallet .products-pallet .payPlanButton:hover {
  background: #3D55BB;
}

body #container .home-pallet .products-pallet .payPlanBox:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 36px 60px -22px rgba(50, 45, 71, 0.22);
          box-shadow: 0px 36px 60px -22px rgba(50, 45, 71, 0.22);
  border: 1.5px solid rgba(0, 0, 0, 0);
}

body #container .home-pallet .products-pallet .alipay {
  background: #FFFFFF url(../image/alipayFacepay.svg);
}

body #container .home-pallet .products-pallet .wepay {
  background: #FFFFFF url(../image/wechatFacepay.svg);
}

body #container .home-pallet .products-pallet .app {
  background: #FFFFFF url(../image/appFacepay.svg);
}

body #container .home-pallet .products-pallet .applet {
  background: #FFFFFF url(../image/appletFacepay.svg);
}

body #container .home-pallet .products-pallet .qrcode {
  background: #FFFFFF url(../image/qrcodeFacepay.svg);
}

body #container .home-pallet .products-pallet .cashier {
  background: #FFFFFF url(../image/cashierFacepay.svg);
}

body #container .home-pallet .customer-pallet {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ECF0F1;
  padding-bottom: 50px;
}

body #container .home-pallet .customer-pallet .customer-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

body #container .home-pallet .customer-pallet .customer-title-box .customer-title {
  color: #000;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 900;
  letter-spacing: 0.4px;
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  body #container .home-pallet .customer-pallet .customer-title-box .customer-title {
    font-size: 26px;
  }
}

body #container .home-pallet .customer-pallet .customer-title-box .customer-subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-family: PingFang SC;
  max-width: 80%;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body #container .home-pallet .customer-pallet .customer-title-box .customer-subtitle {
    font-size: 15px;
  }
}

body #container .home-pallet .customer-pallet .partnerContainer {
  padding: 0 !important;
  margin-top: 32px !important;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body #container .home-pallet .customer-pallet .partnerColBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 120px;
  min-width: 136px;
  min-height: 136px;
}

body #container .home-pallet .customer-pallet .partnerImgBox {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

body #container .home-pallet .customer-pallet .partnerImgBox > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

body #container .home-pallet .customer-pallet .partnerImgBox:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 30px -10px #D3E2E6;
          box-shadow: 0px 20px 30px -10px #D3E2E6;
}
/*# sourceMappingURL=home.css.map */

@media screen and (max-width: 576px) {
    body #container .home-banner .banner-item .banner-p-title {font-size: 32px;}
    body #container .home-banner .banner-item .banner-p-text {font-size: 16px;}
    body #container .home-banner .banner-item .banner-btn {font-size: 14px;width: 120px;height: 40px;line-height: 40px;}
    body #container .home-pallet .about-pallet .about-title-box .about-title-zh-cn {font-size: 28px}

}
/* Local carousel fallback: keeps homepage posters working without Layui module downloads. */
body #container .home-banner.local-carousel-ready{height:600px!important;position:relative;overflow:hidden}
body #container .home-banner.local-carousel-ready>[carousel-item]{height:600px!important;position:relative;overflow:hidden}
body #container .home-banner.local-carousel-ready>[carousel-item]:before{display:none!important;content:none!important}
body #container .home-banner.local-carousel-ready>[carousel-item]>.banner-item{display:none!important;position:absolute!important;left:0!important;top:0!important;width:100%!important;height:100%!important}
body #container .home-banner.local-carousel-ready>[carousel-item]>.banner-item.local-active{display:block!important}
.home-banner .local-arrow{position:absolute;z-index:20;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(0,0,0,.2);color:#fff;font-size:24px;cursor:pointer;opacity:.8}
.home-banner .local-arrow:hover{opacity:1}.home-banner .local-prev{left:20px}.home-banner .local-next{right:20px}
.home-banner .local-dots{position:absolute;z-index:20;left:0;right:0;bottom:18px;text-align:center}
.home-banner .local-dot{width:10px;height:10px;border:0;border-radius:50%;padding:0;margin:0 4px;background:rgba(255,255,255,.55);cursor:pointer}.home-banner .local-dot.active{background:#fff}
