@charset "gb2312";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.8 "Microsoft JhengHei", "PingFang SC""Microsoft YaHei", verdana;
  position: relative;
  background: #111
}
div {
  margin: 0;
  padding: 0;
  background-position: 0;
}
form {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none
}
img {
  border: none;
}
ul, dl, li {
  list-style-type: none;
}
.clear {
  clear: both
}
.marnone {
  margin: 0px;
}
.fl {
  float: left
}
.fr {
  float: right
}
.disnone {
  display: none;
}
.hidden {
  display: none
}
.strong {
  color: #A47252 !important;
}
::-webkit-scrollbar-thumb:horizontal { /*水平滚动条的样式*/
  width: 2px;
  background-color: #555454;
  -webkit-border-radius: 2px;
}
::-webkit-scrollbar-track-piece {
  background-color: #726E6E; /*滚动条的背景颜色*/
  -webkit-border-radius: 0; /*滚动条的圆角宽度*/
}
::-webkit-scrollbar {
  width: 10px; /*滚动条的宽度*/
  height: 8px; /*滚动条的高度*/
}
::-webkit-scrollbar-thumb:vertical { /*垂直滚动条的样式*/
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 2px solid #555454;
  outline-offset: -2px;
  border: 2px solid #555454;
}
::-webkit-scrollbar-thumb:hover { /*滚动条的hover样式*/
  height: 50px;
  background-color: #555454;
  -webkit-border-radius: 4px;
}
.p1_txt {
  width: 22vw;
  position: absolute;
  bottom: 16%;
  left: 50%;
  margin-left: -11%;
}
.p4_txt {
  width: 25vw;
  position: absolute;
  bottom: 16%;
  left: 50%;
  margin-left: -12.5%;
}
.p1_txt img, .p4_txt img {
  width: 100%;
}
.home-hero__button {
  width: 160px;
  height: 40px;
  font-size: 16px;
  padding: 0;
  letter-spacing: 0.4px;
  text-align: center;
  border: solid 1.4px #fff;
  margin-top: 24px;
  border-radius: 20px;
  background: transparent;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 48px;
  line-height: 40px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.home-hero__button:hover {
  background: #A47252;
  border: none;
  width: 162px;
  border: 1.4px solid #A47252;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
@media screen and (max-width: 767px) {
  .home-hero__button:first-of-type {
    width: 80px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
.point_content {
  width: 42%;
  position: absolute;
  right: 5%;
  top: 33%;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.point_content .position {
  text-align: right;
  margin-top: 20px;
}
.point_content .author_name {
  text-align: right
}
.video_cover {
  position: relative;
  height: calc(100vh - var(--browser-address-bar, 0px));
  font-family: "object-fit:cover;object-position:calc(50% + var(--asset-x-offset-mobile)) calc(50% + var(--asset-y-offset-mobile))";
  object-fit: cover;
  object-position: 50% 50%;
  object-position: calc(50% + var(--asset-x-offset-desktop)) calc(50% + var(--asset-y-offset-desktop));
  width: 100%;
  z-index: 0
}
.homepage_renovation .global-header--sticky, .product-showroom .global-header--sticky, .dealer-main .global-header--sticky {
  position: fixed;
  z-index: 1000;
}
.icon-center {
  text-align: center;
  margin: 0 auto;
  margin-top: 2%
}
.icon-arrow {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.other:hover .icon-arrow {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.global-header__mobile-container {
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 88px;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.global-header__logo {
  width: 100%;
  max-width: 162px;
  height: 40px;
  display: inline-block;
}
.brand-video {
  background: #000;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template: "";
  display: none
}
.brandhub-header__link {
  box-sizing: content-box;
  display: -ms-grid;
  display: grid;
  grid-area: center;
  grid-template: "logo"100%/auto;
  height: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  justify-self: center;
  overflow: hidden;
  padding: 18px;
  transition: padding-bottom 0.5s cubic-bezier(0.8, 0, 0, 0.8), padding-top 0.5s cubic-bezier(0.8, 0, 0, 0.8), height 0.5s cubic-bezier(0.8, 0, 0, 0.8);
  z-index: 5;
}
.global-header__top-container {
  display: -ms-grid;
  display: grid;
  grid-template: "left center right"auto "mainMenu mainMenu mainMenu"auto/1fr 1fr 1fr;
  position: relative;
  background-color: #000;
  z-index: 5;
  height: 88px;
}
.brandhub-header--large .brandhub-header__link {
  height: 184px;
  padding: 90px 15px;
  width: 400px;
}
.brandhub-header__video {
  display: -ms-flexbox;
  display: flex;
  grid-area: logo;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  transform: scale(2.25)
}
.global-header__desktop-container {
  display: none;
  margin: 0 auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1000
}
@media screen and (min-width: 1200px) {
  .global-header__desktop-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 950;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 88px
  }
  .global-header__desktop-container--initial:after {
    background-color: #000;
    content: "";
    display: block;
    grid-area: content;
    transform: translateY(0);
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    opacity: 1;
    transition: transform .8s cubic-bezier(0.58, 0, 0, 1) 500ms
  }
  .global-header__desktop-container--uncovered:after {
    transform: translateY(-100%)
  }
}
#content {
  min-height: 400px;
  z-index: 500;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.19, 0.15, 0.36, 0.95);
}
html.fscreen-enabled, .fscreen-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.homepage_renovation {
  background-color: #111;
}
.global-header {
  position: fixed;
  top: 0;
  width: 100%;
}
.global-header__right-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1000;
  position: absolute;
  right: 30px;
  top: 30px;
  transform: translateY(-100%)
}
.global-header__right-container-show {
  transition: transform 0.4s cubic-bezier(0.8, 0, 0, 0.8) 0.2s, opacity 0.4s ease-out 0.2s;
  transform: translateY(0);
  opacity: 1
}
.global-header__right-menu-localtion-wrap {
  padding-right: 20px;
  height: 45px;
  padding-top: 5px;
  white-space: nowrap;
  display: none
}
.global-header__right-menu-list {
  display: -ms-flexbox;
  display: flex
}
.global-header__right-menu-item {
  font: normal 14px/22px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
  color: #fff;
  padding: 0 0 20px 8px;
  white-space: nowrap
}
@media screen and (min-width: 1200px) {
  .global-header__right-menu-item--login {
    margin-left: 32px;
    color: #fff
  }
}
.global-header__right-menu-item--active .global-header__sub-menu-container {
  display: block;
  transform: translateY(0)
}
.global-header__right-menu-item--logout {
  color: #999999;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 21px;
  padding-bottom: 0;
  padding-left: 24px
}
.global-header__right-menu-item--logout:hover {
  color: #00ADEF
}
@media screen and (min-width: 1200px) {
  .global-header__right-menu-item--logout {
    padding-left: 24px
  }
}
.global-header__right-menu-item--account {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 24px;
  color: #fff
}
.global-header__right-menu-item--account.active {
  color: #00ADEF
}
.global-header__right-menu-item--account.active .global-header__account-container {
  display: block
}
@media screen and (min-width: 1200px) {
  .global-header__right-menu-item--account {
    padding-left: 32px
  }
}
.brandhub-header--large .global-header__right-container-show {
  transition: transform 0.8s cubic-bezier(0.8, 0, 0, 0.8) 1.5s, opacity 0.4s ease-out 1.5s;
  transform: translateY(0);
  opacity: 1
}
.global-header__bottom-container {
  --header-link-color: #fff;
  grid-area: mainMenu;
  transform: translateZ(0);
  transition: transform 0.75s cubic-bezier(0.8, 0, 0, 0.8), background-color 0.5s, font-size 0.5s linear;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 1, 0.8) -15%, rgba(4, 4, 4, 0.7));
  z-index: 1
}
.global-header__bottom-container--scroll-down {
  transform: translate3d(0, -100%, 0)
}
.global-header__bottom-container--scroll-down .global-header__menu-item {
  color: #000
}
.global-header__center-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000;
  position: relative;
  height: 70px
}
.global-header__menu-list {
  display: -ms-flexbox;
  display: flex;
  height: 45px;
}
.global-header__menu-list--has-active .global-header__menu-item {
  color: #767676
}
.global-header__menu-list--has-active .global-header__menu-item--active {
  color: #fff
}
.global-header__menu-item-label {
  cursor: pointer;
  display: inline-block
}
.global-header__menu-item--active .global-header__sub-menu-container {
  display: block;
  transform: translateY(0)
}
.global-header__right-menu-item--active .global-header__sub-menu-container {
  display: block;
  transform: translateY(0)
}
.global-header__sub-menu-container {
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 1, 0.8) -15%, rgba(4, 4, 4, 0.9))
}
.global-header__sub-menu-container--active {
  display: block
}
.global-header__sub-menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  height: 77px
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item {
  padding: 24px calc(70 / 1440 * 100vw)
}
.global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item {
  padding: 24px calc(50 / 1440 * 100vw)
}
.global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item:nth-last-child(2) {
  padding-right: 100px
}
.global-header__sub-menu-list-vehicles, .global-header__sub-menu-list-all-vehicles {
  max-width: calc(100vw - 400px)
}
@media screen and (min-width: 1440px) {
  .global-header__sub-menu-list-vehicles .global-header__sub-menu-item:nth-last-child(2), .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item:nth-last-child(2) {
    padding-right: 200px
  }
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter {
  padding-right: 0;
  right: 7%;
  position: absolute
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter a, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter a {
  display: -ms-flexbox;
  display: flex
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon {
  display: none
}
@media screen and (min-width: 1200px) {
  .global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
  }
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item {
  padding: 24px calc(70 / 1440 * 100vw)
}
.global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item {
  padding: 24px calc(50 / 1440 * 100vw)
}
.global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item:nth-last-child(2) {
  padding-right: 100px
}
.global-header__sub-menu-list-vehicles, .global-header__sub-menu-list-all-vehicles {
  max-width: calc(100vw - 400px)
}
@media screen and (min-width: 1440px) {
  .global-header__sub-menu-list-vehicles .global-header__sub-menu-item:nth-last-child(2), .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item:nth-last-child(2) {
    padding-right: 200px
  }
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter {
  padding-right: 0;
  right: 7%;
  position: absolute
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter a, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter a {
  display: -ms-flexbox;
  display: flex
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon {
  display: none
}
@media screen and (min-width: 1200px) {
  .global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
  }
}
.global-header__sub-menu-item {
  font: normal 500 16px/22px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
  padding: 24px 0px;
  color: #fff;
  display: inline-block;
  list-style-type: none
}
.global-header__sub-menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  height: 77px
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item {
  padding: 24px calc(70 / 1440 * 100vw)
}
.global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item {
  padding: 24px calc(50 / 1440 * 100vw)
}
.global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item:nth-last-child(2) {
  padding-right: 100px
}
.global-header__sub-menu-list-vehicles, .global-header__sub-menu-list-all-vehicles {
  max-width: calc(100vw - 400px)
}
@media screen and (min-width: 1440px) {
  .global-header__sub-menu-list-vehicles .global-header__sub-menu-item:nth-last-child(2), .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item:nth-last-child(2) {
    padding-right: 200px
  }
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter {
  padding-right: 0;
  right: 7%;
  position: absolute
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter a, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter a {
  display: -ms-flexbox;
  display: flex
}
.global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon {
  display: none
}
@media screen and (min-width: 1200px) {
  .global-header__sub-menu-list-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon, .global-header__sub-menu-list-all-vehicles .global-header__sub-menu-item--filter .global-header__sub-menu-item-filter-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
  }
}
.global-header__sub-menu-item a {
  color: #fff
}
.global-header__sub-menu-item a .global-header__sub-menu-item-filter-icon-before {
  display: block
}
.global-header__sub-menu-item a .global-header__sub-menu-item-filter-icon-after {
  display: none
}
.global-header__sub-menu-item a:hover .global-header__sub-menu-item-filter-icon-before {
  display: none
}
.global-header__sub-menu-item a:hover .global-header__sub-menu-item-filter-icon-after {
  display: block
}
.global-header__menu-item {
  font: normal 16px/1, "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
  margin: 0 8px 0 8px;
  padding-bottom: 20px;
  color: #fff;
  white-space: nowrap;
  border-bottom: 3px solid transparent
}
.global-header__menu-item-label {
  cursor: pointer;
  display: inline-block
}
@media screen and (min-width: 1200px) {
  .global-header__menu-item {
    margin: 0 16px 0 16px
  }
}
@media screen and (min-width: 1400px) {
  .global-header__menu-item {
    margin: 0 32px 0 26px
  }
}
.global-header__menu-item--active .global-header__sub-menu-container {
  display: block;
  transform: translateY(0)
}
.global-header__menu-list--has-active .global-header__menu-item {
  color: #767676
}
.global-header__menu-list--has-active .global-header__menu-item--active {
  color: #fff
}
.global-header__menu-item a {
  color: #fff
}
.new-footer {
  z-index: 600;
  width: 100%;
  position: relative;
  background: #000
}
.global-header__menu-item a:hover {
  color: #A57350
}
.td-city-overlay-open .new-footer, .modal-filter-sticky .new-footer {
  z-index: 400
}
@media screen and (max-width: 767px) {
  .td-city-overlay-open .new-footer, .modal-filter-sticky .new-footer {
    z-index: 100
  }
}
.td-form-overlay-open .new-footer {
  z-index: 400
}
.social-media-open .new-footer {
  z-index: 600 !important
}
.new-footer.hidden-mobile {
  display: none
}
@media screen and (min-width: 1024px) {
  .new-footer.hidden-mobile {
    display: block
  }
}
.new-footer .footer-social-and-links {
  width: 100%;
  font-size: 12px;
  background: #000;
  min-height: 106px;
  padding: 10px 7%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 1199px) {
  .new-footer .footer-social-and-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding: 14px 40px 24px;
    bottom: 0
  }
}
@media screen and (max-width: 360px) {
  .new-footer .footer-social-and-links {
    padding: 14px 35px 24px
  }
}
@media screen and (max-width: 335px) {
  .new-footer .footer-social-and-links {
    padding: 18px 16px
  }
}
.new-footer .footer-links {
  color: #bfbfbf;
  -ms-flex: 1;
  flex: 1
}
@media screen and (max-width: 479px) {
  .new-footer .footer-links {
    width: 100%
  }
}
.new-footer .footer-links__container {
  display: -ms-flexbox;
  display: flex
}
.new-footer .footer-links__container--group1 {
  padding-bottom: 12px
}
@media screen and (max-width: 1199px) {
  .new-footer .footer-links__container--group1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 19px;
    padding-bottom: 8px
  }
}
.new-footer .footer-links__container--group1 .footer-links__item {
  position: relative;
  padding-right: 2em;
  color: #666;
  font: normal 400 12px/2 "Arial", sans-serif
}
@media screen and (max-width: 1199px) {
  .new-footer .footer-links__container--group1 .footer-links__item {
    padding-right: 0 4em;
    margin: 5px 0 0 0
  }
}
@media (max-width: 480px) {
  .new-footer .footer-links__container--group1 .footer-links__item {
    padding: 0 23px
  }
}
@media (max-width: 428px) {
  .new-footer .footer-links__container--group1 .footer-links__item {
    padding: 0 18px
  }
}
@media (max-width: 414px) {
  .new-footer .footer-links__container--group1 .footer-links__item {
    padding: 0 16px
  }
}
@media (max-width: 403px) {
  .new-footer .footer-links__container--group1 .footer-links__item {
    padding: 0 13px
  }
}
@media (max-width: 375px) {
  .new-footer .footer-links__container--group1 .footer-links__item {
    padding: 0 10px
  }
}
.new-footer .footer-links__container--group1 .footer-links__item:last-child {
  padding-right: 0
}
.new-footer .footer-links__container--group1 .footer-links__item:after {
  position: absolute;
  top: 0.6em;
  height: calc(100% - 1.2em);
  right: 1em;
  content: '';
  width: 0;
  border-left: solid #666 1px
}
@media (max-width: 480px) {
  .new-footer .footer-links__container--group1 .footer-links__item:after {
    right: 0
  }
}
.new-footer .footer-links__container--group1 .footer-links__item:last-child:after {
  height: 0
}
@media screen and (max-width: 480px) {
  .new-footer .footer-links__container--group1 .footer-links__item:nth-child(4n+4) {
    padding-right: 0
  }
}
@media screen and (max-width: 480px) {
  .new-footer .footer-links__container--group1 .footer-links__item:nth-child(4n+1) {
    padding-left: 0
  }
}
@media screen and (max-width: 480px) {
  .new-footer .footer-links__container--group1 .footer-links__item:nth-child(4n+4):after {
    height: 0
  }
}
.new-footer .footer-links__container--group2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.new-footer .footer-links__container--group2 .footer-links__item {
  padding-right: 2em;
  color: #666;
  font: normal 400 12px/2 "Arial", sans-serif
}
@media screen and (max-width: 480px) {
  .new-footer .footer-links__container--group2 .footer-links__item {
    padding-right: 10%
  }
}
@media screen and (max-width: 361px) {
  .new-footer .footer-links__container--group2 .footer-links__item {
    padding-right: 8%
  }
}
@media screen and (max-width: 480px) {
  .new-footer .footer-links__container--group2 {
    width: 100%;
    margin-top: 8px
  }
  .new-footer .footer-links__container--group2 .footer-links__item:nth-child(even) {
    padding: 0
  }
}
.new-footer .footer-links .link, .new-footer .footer-links .compact-tile-grid__copy-container--link .content-tile__link, .compact-tile-grid__copy-container--link .new-footer .footer-links .content-tile__link {
  color: #bfbfbf
}
.new-footer .toggle-drawer {
  position: absolute;
  bottom: 28px;
  z-index: 600
}
@media screen and (max-width: 1199px) {
  .new-footer .toggle-drawer--open, .new-footer .toggle-drawer[aria-hidden="false"] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.651);
    max-height: inherit;
    transition: bottom 50ms, padding-bottom 50ms
  }
}
.new-footer .footer-socail__Qr-img {
  height: 194px
}
@media screen and (max-width: 1199px) {
  .new-footer .footer-socail__Qr-img {
    width: 268px;
    height: auto;
    z-index: 501;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
  }
}
.new-footer .flex-end {
  -ms-flex-pack: end;
  justify-content: flex-end
}
.new-footer .footer-social {
  width: 400px
}
@media screen and (max-width: 1199px) {
  .new-footer .footer-social {
    max-width: 100%;
    width: 100%
  }
}
.new-footer .footer-social__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5vw
}
@media screen and (max-width: 1199px) {
  .new-footer .footer-social__container {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #333;
    max-width: 600px;
    margin: 0 auto !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% auto;
    grid-template-columns: 50% auto;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.new-footer .footer-social__qr-container {
  position: relative;
  transition: height .5s
}
.new-footer .footer-social__item {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  padding: 8px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  color: #666
}
@media screen and (max-width: 1199px) {
  .new-footer .footer-social__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}
.new-footer .footer-social__item a {
  color: #bfbfbf;
  cursor: pointer
}
@media screen and (max-width: 1199px) {
  .new-footer .footer-social__item:nth-child(even) {
    padding-left: 1em
  }
}
.new-footer .footer-social__social-links-image {
  height: 100%
}
.new-footer .footer-social__social-link {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 10px
}
.new-footer .footer-social__social-link:hover, .new-footer .footer-social__social-link:focus {
  animation: none;
  color: #0090ff
}
.new-footer .footer-social__social-link:hover .footer-social__social-links-image, .new-footer .footer-social__social-link:focus .footer-social__social-links-image {
  display: none
}
.new-footer .footer-social__social-link:hover .footer-social__social-links-icon-next, .new-footer .footer-social__social-link:focus .footer-social__social-links-icon-next {
  display: block
}
@media screen and (max-width: 1199px) {
  .new-footer .footer-social__social-link:hover .footer-social__social-links-image {
    display: block
  }
  .new-footer .footer-social__social-link:hover .footer-social__social-links-icon-next {
    display: none
  }
}
.new-footer .footer-social__social-link.qr-controller[aria-expanded="true"] .footer-social__social-links-image {
  display: none
}
.new-footer .footer-social__social-link.qr-controller[aria-expanded="true"] .footer-social__social-links-icon-next {
  display: block
}
.fix-iphonex-bottom {
  padding-bottom: 34px
}
@media screen and (max-width: 1199px) {
  .social-media-open .footer-social__Qr-wrapper {
    left: 0 !important
  }
}
@media screen and (min-width: 1200px) {
  .social-media-open .footer-social__Qr-wrapper {
    height: auto !important
  }
}
@media screen and (max-width: 1199px) {
  .has-floating-btn .new-footer .footer-social-and-links {
    margin-bottom: 60px
  }
}
.swiper-hero-baner-container .swiper-button-prev {
  width: 34px !important;
  height: 34px !important;
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAgMzRMMTQuODM1IDM0IDAgMTYuOTM5IDE0LjY1NSAwIDE5Ljg4IDAgNy4wMjcgMTYuOTM5eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMCAtNDMzKSB0cmFuc2xhdGUoMTAwIDQzMykiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==) !important;
  left: 7%;
}
#footer {
  display: block !important;
}
.new-model-overview-carousel {
  background: #000;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center 72px
}
@media screen and (max-width: 1199px) {
  .new-model-overview-carousel {
    background-position: center 64px
  }
}
@media screen and (max-width: 768px) {
  .new-model-overview-carousel {
    background-size: 150%;
    background-position: center 64px
  }
}
.aem-AuthorLayer-Edit .new-model-overview-carousel, .aem-AuthorLayer-Preview .new-model-overview-carousel {
  height: 700px;
  position: relative
}
.new-model-overview-carousel .model-overview-carousel {
  height: 100%;
  position: relative;
  overflow: hidden
}
@media (max-width: 600px) and (orientation: portrait) {
  .new-model-overview-carousel .model-overview-carousel__vehicle-bg {
    height: 47vh;
    margin-bottom: 60px
  }
}
@media (max-height: 553px) and (orientation: portrait) {
  .new-model-overview-carousel .model-overview-carousel__vehicle-bg {
    height: 40vh;
    margin-bottom: 60px
  }
}
.new-model-overview-carousel .model-overview-carousel__swiper-container {
  position: relative;
  height: 100%;
  width: 100%
}
.new-model-overview-carousel .model-overview-carousel__swiper-container .model-overview-carousel__vehicle-link {
  position: absolute;
  bottom: 20vh;
  left: 0;
  right: 0
}
@media (max-width: 1024px) and (orientation: portrait) {
  .new-model-overview-carousel .model-overview-carousel__swiper-container .model-overview-carousel__vehicle-link {
    bottom: calc((100vh - 124px) * 0.377);
    margin-bottom: 60px
  }
}
@media (max-height: 553px) and (orientation: portrait) {
  .new-model-overview-carousel .model-overview-carousel__swiper-container .model-overview-carousel__vehicle-link {
    bottom: calc((100vh - 124px) * 0.27)
  }
}
.new-model-overview-carousel .model-overview-carousel .swiper-slide {
  text-align: center
}
.new-model-overview-carousel .model-overview-carousel__vehicle-img {
  max-width: 83vw;
  max-height: 50vh;
  width: auto;
  height: auto
}
@media (max-width: 1024px) and (orientation: portrait) {
  .new-model-overview-carousel .model-overview-carousel__vehicle-img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none
  }
}
.new-model-overview-carousel .model-overview-carousel__cta {
  position: absolute;
  bottom: 69px;
  width: 315px;
  height: 40px;
  line-height: 38px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  border: 1.4px solid #fff;
  border-radius: 20px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.38px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  margin-left: -157.5px;
  left: 50%;
  z-index: 1;
  background-color: transparent
}
@media (max-width: 1024px) and (orientation: portrait) {
  .new-model-overview-carousel .model-overview-carousel__cta {
    width: 260px;
    bottom: 65px;
    font-size: 14px;
    letter-spacing: normal;
    margin-left: -130px;
    margin-bottom: 60px
  }
}
@media (min-width: 1600px) {
  .new-model-overview-carousel .model-overview-carousel__cta {
    bottom: 60px
  }
}
.new-model-overview-carousel .model-overview-carousel__cta:hover {
  background-color: #333
}
@media (max-width: 1024px) and (orientation: portrait) {
  .new-model-overview-carousel .model-overview-carousel__cta:hover {
    background-color: #000
  }
}
.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-prev {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAgMzRMMTQuODM1IDM0IDAgMTYuOTM5IDE0LjY1NSAwIDE5Ljg4IDAgNy4wMjcgMTYuOTM5eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMCAtNDMzKSB0cmFuc2xhdGUoMTAwIDQzMykiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==") !important;
  left: 0;
  background-position: center center;
  background-size: calc(17/50 * 100%);
  background-repeat: no-repeat;
  bottom: calc((100vh - 124px) * 0.377);
  margin-bottom: 160px;
  z-index: 500
}
.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-prev:after {
  content: none
}
.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-prev.swiper-button-disabled {
  opacity: 0.35
}
@media (max-height: 553px) and (orientation: portrait) {
  .new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-prev {
    bottom: calc((100vh - 124px) * 0.27)
  }
}
.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-next {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAgMzRMMTQuODM1IDM0IDAgMTYuOTM5IDE0LjY1NSAwIDE5Ljg4IDAgNy4wMjcgMTYuOTM5eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMDYgLTQzMykgbWF0cml4KC0xIDAgMCAxIDEzNDAgNDMzKSIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K") !important;
  color: #fff;
  right: 0;
  background-position: center center;
  background-size: calc(17/50 * 100%);
  background-repeat: no-repeat;
  bottom: calc((100vh - 124px) * 0.377);
  margin-bottom: 160px;
  z-index: 500
}
.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-next:after {
  content: none
}
.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-next.swiper-button-disabled {
  opacity: 0.35
}
@media (max-height: 553px) and (orientation: portrait) {
  .new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-next {
    bottom: calc((100vh - 124px) * 0.27)
  }
}
.new-model-overview-carousel .progress-bar__wrapper {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 140px;
  margin-bottom: 60px;
  z-index: 5
}
@media (max-height: 553px) and (orientation: portrait) {
  .new-model-overview-carousel .progress-bar__wrapper {
    bottom: 120px
  }
}
.new-model-overview-carousel .progress-bar__wrapper .swiper-pagination-bullet {
  width: 40px;
  height: 1px;
  border-radius: 0;
  background: #fff;
  opacity: 0.3
}
.new-model-overview-carousel .progress-bar__wrapper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1
}
.new-model-overview-carousel .pagination__wrapper {
  position: absolute;
  margin: 171px 0 0 76px;
  z-index: 5
}
@media (max-width: 1024px) and (orientation: portrait) {
  .new-model-overview-carousel .pagination__wrapper {
    margin: 147px 0 0;
    width: 100%
  }
}
.new-model-overview-carousel .pagination__wrapper .swiper-line {
  width: 1px;
  height: 45px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  transition: all 0.5s ease
}
.new-model-overview-carousel .pagination__wrapper .swiper-line.change-color {
  background: #fff
}
.new-model-overview-carousel .pagination__wrapper .model-overview__swiper-pagination {
  position: relative;
  /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding-left: 40px;
  transform-origin: 0 0;
  background: url("../images/clicked_1.png") no-repeat left 0;
  height: 171px;
  background-size: 16px;
}
.swiper-brand-swiper-container .pagination__wrapper .model-overview__swiper-pagination {
  position: relative;
  /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding-left: 40px;
  transform-origin: 0 0;
  background: url("../images/clicked_1.png") no-repeat left 0;
  height: 171px;
  background-size: 16px;
  transform: rotate(270deg);
  position: relative;
}
.swiper-brand-swiper-container .pagination__wrapper .swiper-pagination-bullet {
  width: unset;
  height: unset;
  color: rgba(255, 255, 255, 0.5);
  background: unset;
  opacity: 1;
  padding: 0;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  margin: 7.5px 0;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-start;
}
.swiper-brand-swiper-container .pagination__wrapper .swiper-pagination-bullet a {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0px;
  left: -7px;
}
.swiper-brand-swiper-container .pagination__wrapper {
  position: absolute;
  z-index: 5;
  height: 80px;
  margin-left: -50px;
  bottom: 0;
  left: 50%;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .new-model-overview-carousel .pagination__wrapper .model-overview__swiper-pagination {
    padding-left: 0;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.new-model-overview-carousel .pagination__wrapper .swiper-pagination.change-border {
  border-color: rgba(255, 255, 255, 0.5)
}
.new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet {
  width: unset;
  height: unset;
  color: rgba(255, 255, 255, 0.5);
  background: unset;
  opacity: 1;
  padding: 0;
  height: 40px;
  font-size: 20px;
  margin: 7.5px 0;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-start;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet {
    height: unset;
    margin: 0 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 36px;
    line-height: 1.19
  }
}
.new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet a {
  color: unset;
  font-family: auto;
}
.new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet-active {
  color: #fff
}
.new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet.hover {
  height: 40px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet.hover {
    height: unset;
    margin: 0 15px
  }
}
.new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet.hover a {
  transform: scale(1.2);
  transform-origin: 0 center;
  transition: transform 0.5s linear;
  display: inline-block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000
}
@media (max-width: 1024px) and (orientation: portrait) {
  .new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet.hover a {
    transform: unset;
    transition: unset;
    min-width: unset
  }
}
.new-model-overview-carousel .swiper-pagination-bullet .brand-logo-img {
  display: block;
  height: 14px
}
.new-model-overview-carousel .swiper-pagination-bullet .brand-logo-img-higlight {
  display: none;
  height: 13.33px
}
.new-model-overview-carousel .swiper-pagination-bullet.hover .brand-logo-img, .new-model-overview-carousel .swiper-pagination-bullet-active .brand-logo-img {
  display: none
}
.new-model-overview-carousel .swiper-pagination-bullet.hover .brand-logo-img-higlight, .new-model-overview-carousel .swiper-pagination-bullet-active .brand-logo-img-higlight {
  display: block
}
.new-model-overview-carousel .brand-background-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: 1
}
.new-model-overview-carousel .pagination-swiper-container {
  position: absolute;
  top: calc((100vh - 124px) * 0.125);
  margin-top: 64px;
  width: 100%;
  font-family: "MB_HYZSJBT", "MB_HYZSJBTExt", "DaimlerCAC", "SimSun", "serif"
}
.new-model-overview-carousel .pagination-swiper-container .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.new-model-overview-carousel .pagination-swiper-container .swiper-slide {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
  line-height: 36px
}
.new-model-overview-carousel .pagination-swiper-container .swiper-slide a {
  color: unset
}
.new-model-overview-carousel .pagination-swiper-container .swiper-slide .pagination-swiper-logo {
  height: 14px;
  display: block
}
.new-model-overview-carousel .pagination-swiper-container .swiper-slide .pagination-swiper-logo-highlight {
  display: none
}
.new-model-overview-carousel .pagination-swiper-container .swiper-slide-item {
  display: inline-block;
  height: 36px;
  line-height: 36px
}
.new-model-overview-carousel .pagination-swiper-container .swiper-slide-active {
  font-size: 36px;
  width: auto !important;
  opacity: 1
}
.new-model-overview-carousel .pagination-swiper-container .swiper-slide-active .pagination-swiper-logo {
  display: none
}
.new-model-overview-carousel .pagination-swiper-container .swiper-slide-active .pagination-swiper-logo-highlight {
  height: 20px;
  display: block
}
.new-model-overview-carousel .pagination-swiper-container .swiper-slide-active.b-swiper-slide {
  transform: unset
}
.new-model-overview-carousel .flex-content {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}
.swiper-slide-fit-image, .swiper-slide-reponse__video {
  position: relative;
  height: calc(100vh - var(--browser-address-bar, 0px));
  font-family: "object-fit:cover;object-position:calc(50% + var(--asset-x-offset-mobile)) calc(50% + var(--asset-y-offset-mobile))";
  object-fit: cover;
  object-position: 50% 50%;
  object-position: calc(50% + var(--asset-x-offset-desktop)) calc(50% + var(--asset-y-offset-desktop));
  width: 100%;
  z-index: 0;
}
.sc_txt {
  position: absolute;
  left: 50%;
  opacity: 0
}
.sc_txt img {
  width: 100%;
}
.sc_2_1 {
  top: -2%;
  left: 0%;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .sc_2_1 {
    top: -2%%;
  }
}
.sc_2_2 {
  top: 10vw;
  margin-left: -10vw;
  width: 24vw;
}
.sc_2_3 {
  bottom: 6vw;
  margin-left: -14vw;
  width: 34vw;
}
.sc_effect_1 {
  transform: translateY(10%);
  opacity: 1;
  transition: transform 0.75s cubic-bezier(0.8, 0, 0, 0.8), background-color 0.5s, font-size 0.5s linear;
}
.new-footer-container {
  width: 100%;
  display: flex;
  background: #E8E3DD;
  padding: 3% 0
}
.footer-border-bottom {
  height: 8px;
  background: #B0876C;
  width: 100%
}
.footer_item {}
.footer_logo {
  width: 21%;
  margin-left: 6%;
  margin-right: 6%;
  line-height: 256px;
}
.footer_logo img {
  width: 100%;
  margin-top: 21%
}
.footer_swaper_line {
  width: 1px;
  background-color: #B0876C;
  height: 256px;
  margin-right: 2%
}
.footer_icon {
  display: flex;
  align-content: center;
}
.footer_icon li {
  height: 30px;
  margin: 9% 4% 5% 4%
}
.footer_icon li img {
  height: 30px;
}
@media(max-width:1199px) {
  .footer_icon li img {
    height: 26px
  }
}
.footer_content {
  margin-left: 20.5%;
  width: 43%;
}
.footer_contract {
  color: #A47252;
  white-space: nowrap
}
.footer_contract p {
  line-height: 40px;
  font: 30px;
}
.footer_contract p.tel {
  font-size: 33px;
}
.footer-copyright {
  height: 50px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px
}
.chinaoneweb-wrapper--fixed {
  position: fixed;
  right: 10px;
  bottom: 123px;
  z-index: 9000
}
.ow-cta-strap-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  position: relative;
  font-family: PingFang SC, Hiragino Sans GB, Noto Sans CJK SC, Source Han Sans SC, Microsoft YaHei, SimHei, Helvetica, Arial, sans-serif
}
@media(max-width:767px) {
  .ow-cta-strap-text {
    top: 2px;
    line-height: 2
  }
}
.ow-cta-strap-text span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 2px
}
.ow-cta-strap-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
  background-color: #A47252;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  padding: 4px 0;
}
@media(min-width:768px) {
  .ow-cta-strap-wrapper {
    height: 70px;
    width: 75px;
    border-radius: 8px
  }
}
.lead-icon-communication {
  text-align: center
}
.lead-icon-communication svg {
  color: #fff;
  height: 25px;
  width: auto;
  position: relative;
  top: 6px;
  vertical-align: text-top
}
@media(min-width:768px) {
  .lead-icon-communication svg {
    height: 28px;
    top: 3px
  }
}
.delay3s {
  animate-duration: 2s;
  animate-delay: 6s !important;
}
.footer_icon li {
  position: relative;
  transition: transform .2s linear, -webkit-transform .2s linear;
}
.footer_icon .ewm2 {
  position: absolute;
  top: -226px;
  left: -161px;
  z-index: 2;
}
.footer_icon .ewm2 img {
  height: 220px;
  border-radius: 10px 10px;
}
.footer_icon .ewm3, .footer_icon .ewm5, .footer_icon .ewm6 {
  position: absolute;
  top: -210px;
  left: -67px;
  z-index: 2;
}
.footer_icon .ewm3 img, .footer_icon .ewm5 img, .footer_icon .ewm6 img {
  height: 200px;
  border-radius: 10px 10px;
}
.global-header__right-menu-item input {
  color: #171717;
}
.search-bar {
  display: flex;
}
.search-bar input, .search-btn, .search-btn:before, .search-btn:after {
  transition: all 0.25s ease-out;
}
.search-bar input, .search-btn {
  width: 2.2em;
  height: 2.2em;
  opacity: 1;
}
.search-bar input:invalid:not(:focus), .search-btn {
  cursor: pointer;
}
.search-bar, .search-bar input:focus, .search-bar input:valid {
  width: 100%;
}
.search-bar input:focus, .search-bar input:not(:focus) + .search-btn:focus {
  outline: transparent;
}
.search-bar {
  margin: auto;
  padding: 1.5em;
  justify-content: flex-end;
  max-width: 20em;
}
.search-bar input {
  background: transparent;
  border-radius: 1.5em;
  box-shadow: 0 0 0 0.15em #fff inset;
  padding: 0.75em;
  transform: translate(0.5em, 0.5em) scale(0.5);
  transform-origin: 100% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.search-bar input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search-bar input:focus, .search-bar input:valid {
  background: #fff;
  border-radius: 1em 0 0 1em;
  transform: scale(1);
  opacity: 1;
}
.search-btn {
  background: #fff;
  border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
  padding: 0.75em;
  position: relative;
  transform: translate(0.27em, 0.27em) rotate(45deg) scale(0.3, 0.05);
  transform-origin: 0 50%;
}
.search-btn:before, .search-btn:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}
.search-btn:before {
  border-radius: 50%;
  box-shadow: 0 0 0 0.1em #111 inset;
  top: 0.25em;
  left: 0.25em;
  width: 1.2em;
  height: 1.2em;
}
.search-btn:after {
  background: #111;
  border-radius: 0 0.25em 0.25em 0;
  top: 54%;
  left: 52%;
  width: 0.55em;
  height: 0.1em;
  transform: translate(0.2em, 0) rotate(45deg);
  transform-origin: 0 50%;
}
.search-btn span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
/* Active state */
.search-bar input:focus + .search-btn, .search-bar input:valid + .search-btn {
  background: #fff;
  border-radius: 0 1em 1em 0;
  transform: scale(1);
  border: none;
  opacity: 1;
  margin-right: 2em;
}
.search-bar input:focus + .search-btn:before, .search-bar input:focus + .search-btn:after, .search-bar input:valid + .search-btn:before, .search-bar input:valid + .search-btn:after {
  opacity: 1;
}
.search-bar input:focus + .search-btn:hover, .search-bar input:valid + .search-btn:hover, .search-bar input:valid:not(:focus) + .search-btn:focus {
  background: #fff;
}
.search-bar input:focus + .search-btn:active, .search-bar input:valid + .search-btn:active {
  transform: translateY(1px);
}
@media screen and (prefers-color-scheme: dark) {
  body, input {
    color: #f1f1f1;
  }
  body {
    background: #171717;
  }
  .search-bar input {
    box-shadow: 0 0 0 0.4em #f1f1f1 inset;
  }
  .search-bar input:focus, .search-bar input:valid {
    background: #3d3d3d;
    box-shadow: 0 0 0 0.1em #3d3d3d inset;
    border-radius: 1em;
  }
  .search-btn {
    background: #f1f1f1;
  }
}
.right_menu {
  backdrop-filter: blur(15px);
  width: 33.3vw;
  position: fixed;
  right: 0;
  top: 88px;
  height: 100%;
  z-index: 999;

 
  
	transform: translateX(100%);
  transition: .65s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;

}

.right_menu[aria-expanded=true] {
    -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-duration: 0.65s;
              animation-duration: 0.65s;
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-name: navContentOpen;
              animation-name: navContentOpen;
	transform: translateX(100%);

	opacity: 0;
	
	
}

.right_menu[aria-expanded=false] {
	transform: translateX(0);
	opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-delay: 0.25s;
              animation-delay: 0.25s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-name: navContentClose;
              animation-name: navContentClose;
	
}

.right_menu_bg2[aria-expanded=true] {
    -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-duration: 0.65s;
              animation-duration: 0.65s;
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-name: navContentOpen;
              animation-name: navContentOpen;
}

.right_menu_bg2[aria-expanded=false] {
    -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-delay: 0.25s;
              animation-delay: 0.25s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-name: navContentClose;
              animation-name: navContentClose;
	
}


.right_menu_contain {
  position: fixed;
  top: 88px;
  right:0;
  z-index: 1000;
  width: 33.3vw;
  opacity: 0;
  transform: translate(100%);
  overflow-y: auto;
  overflow-x: hidden;
  transition: 1s ease-in-out;
  height: 100%;
   border-top: 2px solid #B0876C;

}

.right_menu_contain[aria-expanded=true] {
    -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-delay: 0.25s;
              animation-delay: 0.25s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-name: navContentOpen;
              animation-name: navContentOpen;
			  
}

.right_menu_contain[aria-expanded=false] {
    -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-duration: 0.65s;
              animation-duration: 0.65s;
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-name: navContentClose;
              animation-name: navContentClose;
	
}


	
	
.right_menu_submenu {
  padding: 8% 0 18% 10%;
  position: relative;
  z-index: 3
}
.right_menu_submenu li {
  vertical-align: top;
  line-height: 50px;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.right_menu_submenu li a {
  color: #fff;
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.right_menu_submenu li a:hover {
  color: #A57350;
}
.right_menu_submenu lable {
  width: 14px;
  text-align: center
}
.right_menu_bottom {
  border-top: 2px solid #B0876C;
  padding: 8% 0 0 10%;
  min-height: 220px;
  position: relative;
  z-index: 3
}
.right_menu_bottom a {
  color: #fff
}
.right_menu_bottom p {
  color: #fff;
  font-size: 14px;
  vertical-align: top;
  line-height: 30px;
}
.right_menu_bottom img {
  width: 15px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
}
.right_menu_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background: #111;
  opacity: 0.2;
  transition-timing-function: ease-in-out;
  
}
.right_menu_bg2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background: #111;
  transition: .65s ease-in-out;
  opacity: 0.8;
  

}
.right_menu_submenu2 {
  width: 75%
}
.right_menu_submenu2 li {
  line-height: 35px;
}
.right_menu_submenu2 li a {
  font-size: 14px;
  width: 94.2%;
  display: flex;
  justify-content: space-between;
  margin-left: auto
}
.right_menu_submenu3 {
  width: 100%
}
.right_menu_submenu3 li a {
  font-size: 14px;
  width: 89.2%;
  display: flex;
  justify-content: space-between;
  margin-left: auto
}
.right_menu_submenu lable {
  font-size: 18px
}
@-webkit-keyframes navContentOpen {
  0% {
    transform: translateX(100%);
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  80% {
    transform: translateX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes navContentOpen {
  0% {
    transform: translateX(100%);
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  80% {
    transform: translateX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes navContentClose {
  0% {
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}
@keyframes navContentClose {
  0% {
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}


@-webkit-keyframes navContentClose {
  0% {
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}

@keyframes navContentClose {
  0% {
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}




.lines-button {
  position: relative;
  float: right;
  overflow: hidden;
  margin-top: 2px;
  padding: 0;
  width: 37px;
  height: 17px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.lines-button:focus {
  outline: none;
}
.lines-button span {
  display: block;
  position: absolute;
  left: 18px;
  right: 18px;
  height: .5px;
  background: #fff;
  border-radius: 0.57143rem;
  width: 10px;
}
.lines-button span::before, .lines-button span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: .5px;
  background-color: #fff;
  border-radius: 0.57143rem;
  content: "";
  width: 15px;
}
.lines-button span::before {
  top: -7px;
  width: 20px;
}
.lines-button span::after {
  bottom: -7px;
  width: 20px;
}
.lines {
  background: none;
}
.lines span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.lines span::before, .lines span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
}
.lines span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.lines span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.lines.close {
  background: none;
}
.lines.close span {
  visibility: hidden;
}
.lines.close span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: visible;
}
.lines.close span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
}