@font-face {
  font-family: "BMWGroupTN-Thin";
  src: url("../font/BMWGroupTN-Thin.otf") format("truetype");
}
@font-face {
  font-family: "BMWGroupTN-Light";
  src: url("../font/BMWGroupTN-Light.otf") format("truetype");
}
@font-face {
  font-family: "BMWGroupTN-Regular";
  src: url("../font/BMWGroupTN-Regular.otf") format("truetype");
}
@font-face {
  font-family: "BMWGroupTN-Medium";
  src: url("../font/BMWGroupTN-Medium.otf") format("truetype");
}
@font-face {
  font-family: "BMWGroupTN-Bold";
  src: url("../font/BMWGroupTN-Bold.otf") format("truetype");
}
@font-face {
  font-family: "arudjingxiheie1xg30_hv";
  src: url("../font/arudjingxiheie1xg30_hv.ttf") format("truetype");
}
/* @font-face {
  font-family: "arudjingxiheie1xg30_md";
  src: url("../font/arudjingxiheie1xg30_md.ttf") format("truetype");
} */
@font-face {
  font-family: "arudjingxiheie1xg30_md";
  src: url("../font/arudjingxiheie1xg30_md.woff") format("woff");
}
body {
  font-family: "arudjingxiheie1xg30_md";
  font-size: 0;
}
.en-light {
  font-family: "BMWGroupTN-Light";
}
.en-regular {
  font-family: "BMWGroupTN-Regular";
}
.en-bold {
  font-family: "BMWGroupTN-Bold";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.fixed-width {width: 1200px;margin: 0 auto;}
.loading__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
}

.loading__progress {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.loading {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -o-transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
  -moz-transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
  transition: top 0s 0.45s, left 0s 0.45s, transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
}

.loading__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  word-spacing: -5px;
  font-size: 0;
}
.loading__container:before {
  content: "";
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.loading__section {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  word-spacing: 0px;
  font-size: 1rem;
  font-size: 18px;
  -webkit-transition: all all 0.45s ease-in-out ease;
  -moz-transition: all all 0.45s ease-in-out ease;
  -ms-transition: all all 0.45s ease-in-out ease;
  -o-transition: all all 0.45s ease-in-out ease;
  transition: all all 0.45s ease-in-out ease;
}

.loading__content {
  font-family: "Arial","Microsoft JhengHei";
  font-size: 3.5rem;
  font-size: 63px;
  color: #fff;
}

.imagesLoaded .loading {
  top: -100vh;
  left: -100vw;
  opacity: 0;
  -webkit-transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -o-transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s, opacity 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
  -moz-transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s, transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
  transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s, transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s, transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
}


.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	-webkit-transition: margin 0.45s ease-in-out;
	-o-transition: margin 0.45s ease-in-out;
	-moz-transition: margin 0.45s ease-in-out;
	transition: margin 0.45s ease-in-out;
}
.header:before {
  width: 0;
  height: 3rem;
  display: block;
}
.header.on--fixed {
  margin-top: 0rem;
}
.header.on--fixed .header__container {
  position: fixed;
  border-bottom-color: transparent;
  -webkit-animation: header 0.45s ease-in-out !important;
  -moz-animation: header 0.45s ease-in-out !important;
  -o-animation: header 0.45s ease-in-out !important;
  animation: header 0.45s ease-in-out !important;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header,
.header__container,
.header__content,
.header__section {
  height: 0;
}

.header__container {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: background 0.45s ease-in-out, border 0.45s ease-in-out;
  -o-transition: background 0.45s ease-in-out, border 0.45s ease-in-out;
  -moz-transition: background 0.45s ease-in-out, border 0.45s ease-in-out;
  transition: background 0.45s ease-in-out, border 0.45s ease-in-out;
}

.header__content {
  padding: 0.5rem;
  /* text-align: right; */
}



.logo {
  position: absolute;
  top: 36px;
  left: 46px;
  width: auto;
  height: 136px;
  display: block;
  z-index: 15;
}
.logo img {
  height: 100%;
}

.logo__link {
  display: block;
  height: 100%;
}


.hamburger {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 44px;
  right: 34px;
  width: 100px;
  height: 60px;
  z-index: 405;
  cursor: pointer;
}

.hamburger_burger {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: background 0.45s ease-in-out, -webkit-box-shadow 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -o-transition: box-shadow 0.45s ease-in-out, background 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
  -moz-transition: box-shadow 0.45s ease-in-out, background 0.45s ease-in-out, transform 0.45s ease-in-out, -moz-box-shadow 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
  transition: box-shadow 0.45s ease-in-out, background 0.45s ease-in-out, transform 0.45s ease-in-out;
  cursor: pointer;
}
.hamburger_burger:after, .hamburger_burger:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  background: #ffffff;
  -webkit-transition: background 0.45s ease-in-out, -webkit-box-shadow 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -o-transition: box-shadow 0.45s ease-in-out, background 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
  -moz-transition: box-shadow 0.45s ease-in-out, background 0.45s ease-in-out, transform 0.45s ease-in-out, -moz-box-shadow 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
  transition: box-shadow 0.45s ease-in-out, background 0.45s ease-in-out, transform 0.45s ease-in-out;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.hamburger_burger:after {
  -webkit-transform: translateY(14px) rotate(0deg);
  -moz-transform: translateY(14px) rotate(0deg);
  -ms-transform: translateY(14px) rotate(0deg);
  -o-transform: translateY(14px) rotate(0deg);
  transform: translateY(14px) rotate(0deg);
}
.hamburger_burger:before {
  -webkit-transform: translateY(-14px) rotate(0deg);
  -moz-transform: translateY(-14px) rotate(0deg);
  -ms-transform: translateY(-14px) rotate(0deg);
  -o-transform: translateY(-14px) rotate(0deg);
  transform: translateY(-14px) rotate(0deg);
}

.nav {
  position: fixed;
  width: 558px;
  padding: 15px;
  z-index: 400;
  /* text-align: center; */
  top: -100vh;
  right: -100vw;
}
.nav:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100vh;
  right: -100vw;
  background: transparent;
  -webkit-transition: top 0s 0.45s, right 0s 0.45s, bottom 0s 0.45s, background 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -o-transition: top 0s 0.45s, right 0s 0.45s, bottom 0s 0.45s, background 0.45s ease-in-out, opacity 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
  -moz-transition: top 0s 0.45s, right 0s 0.45s, bottom 0s 0.45s, background 0.45s ease-in-out, transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
  transition: top 0s 0.45s, right 0s 0.45s, bottom 0s 0.45s, background 0.45s ease-in-out, transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
}

.nav_inner {
	border: 1px solid #000000;
	padding-top: 100px;
	padding-bottom: 76px;
	position: relative;
	z-index: 500;
}
.ani_nav_list,
.ani_nav_item {
  -webkit-transition: top 0s 0.45s, left 0s 0.45s, right 0s 0.45s, background 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.225s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s 0.45s, left 0s 0.45s, right 0s 0.45s, background 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.225s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: top 0s 0.45s, left 0s 0.45s, right 0s 0.45s, background 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.225s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: top 0s 0.45s, left 0s 0.45s, right 0s 0.45s, background 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.225s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s 0.45s, left 0s 0.45s, right 0s 0.45s, background 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.225s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s 0.45s, left 0s 0.45s, right 0s 0.45s, background 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.225s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.225s cubic-bezier(0, 1.2, 0.8, 1.01);
}
.ani_nav_item:nth-child(0) {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.ani_nav_item:nth-child(1) {
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.ani_nav_item:nth-child(2) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ani_nav_item:nth-child(3) {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ani_nav_item:nth-child(4) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ani_nav_item:nth-child(5) {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.ani_nav_list {
	opacity: 0;
	width: 100%;
	font-size: 0;
	vertical-align: top;
	-webkit-transform: translateY(1.5rem);
	-moz-transform: translateY(1.5rem);
	-ms-transform: translateY(1.5rem);
	-o-transform: translateY(1.5rem);
	transform: translateY(1.5rem);
}
.ani_nav_item {cursor: pointer;display: block;}
.nav__list {}
.nav__item {}
.nav__item__link {
	display: block;
	position: relative;
	padding: 24px 0;
	text-decoration: none;
	padding-left: 100px;
}

.nav__item__link:after, .nav__item__link:before {
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  background: wheat;
}
.nav__item__text {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  line-height: 1.2;
  z-index: 1;
  letter-spacing: 0.3em;
}
.nav__item__text .en-regular {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 20px;
	line-height: 1.2;
}
.nav__item__text:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 100%;
  margin: 2px auto 0 auto;
  width: 100%;
  height: 1px;
  background: white;
  -moz-background-clip: content-box;
  -o-background-clip: content-box;
  background-clip: content-box;
  display: block;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: -o-transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out, -moz-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out, -o-transform .25s ease-in-out;
}
.nav__item__text:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.subnav_list {margin-top: 40px;}
.subnav_item {}
.subnav__item__link {text-align: right;padding: 8px 60px;display: block;text-decoration: none;}
.subnav__item__text {font-size: 14px;line-height: 20px;color: #FFFFFF;}
.nav_share_list {font-size: 0;text-align: right;padding: 0 60px;margin-top: 10px;}
.nav_share_item {display: inline-block;vertical-align: middle;padding-left: 20px;}
.nav_share_link {display: block;}
.nav_share_fb {width: 34px;}
.nav_share_ins {width: 46px;}
.nav_share_ytb {width: 54px;}


.nav__active {
  display: none;
}
.nav__active:checked ~ .header .hamburger_burger {
  background: transparent;
  -webkit-box-shadow: 1px 1px 3px transparent;
  -moz-box-shadow: 1px 1px 3px transparent;
  box-shadow: 1px 1px 3px transparent;
}
.nav__active:checked ~ .header .hamburger_burger:before {
  background: white;
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -webkit-box-shadow: 1px 1px 3px transparent;
  -moz-box-shadow: 1px 1px 3px transparent;
  box-shadow: 1px 1px 3px transparent;
}
.nav__active:checked ~ .header .hamburger_burger:after {
  background: white;
  -webkit-transform: translateY(0) rotate(135deg);
  -moz-transform: translateY(0) rotate(135deg);
  -ms-transform: translateY(0) rotate(135deg);
  -o-transform: translateY(0) rotate(135deg);
  transform: translateY(0) rotate(135deg);
  -webkit-box-shadow: 1px 1px 3px transparent;
  -moz-box-shadow: 1px 1px 3px transparent;
  box-shadow: 1px 1px 3px transparent;
}
.nav__active:checked ~ .header .nav {
  top: 20px;
  right: 20px;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.nav__active:checked ~ .header .nav:before {
  top: 0;
  right: 0;
  background: linear-gradient(138.53deg, #1F464F 25.72%, rgba(10, 23, 26, 0.5) 107.39%);
  opacity: 0.8;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.nav__active:checked ~ .header .ani_nav_list, .nav__active:checked ~ .header .ani_nav_item {
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.nav__active:checked ~ .header .ani_nav_list {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.nav__active:checked ~ .header.on--fixed .header__container {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
  animation-duration: 0s !important;
}


.menu {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 150;
}

.mb .menu {
  transform: scale(1.25);
  transform-origin: center;
  top: 250px;
}

.menu__item {
  cursor: pointer;
  transition: opacity 0.225s ease-in-out;
  height: 246px;
  margin-top: -16px;
}
.menu__item:hover .menu__item__text {
  color: #fff;
}

.menu__item__link {
  text-decoration: none;
  z-index: 2;
  text-align: center;
  background-image: url(../images/menu-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 69px;
  height: 246px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu__item__text {
  color: #FFFFFF;
  font-size: 27px;
  line-height: 1.25;
  font-weight: normal;
  display: block;
  transition: color 0.225s ease-in-out;
}

.menu__item--big {
  height: 276px;
}
.menu__item--big .menu__item__link {
  height: 100%;
  background-image: url(../images/menu-bg1.png);
}




.full--width {width: 100%;}
.full--height {min-height: 100vh;}
.full-height {height: 100vh;}
.car-combine {position: relative;}
/* .car-combine::before {content: '';display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: url(../images/combine-bg.jpg) no-repeat center top;background-size: 100%;} */

.section-homepage {position: relative;}
.section-homepage::before {content: '';display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: url(../images/home-bg.jpg) no-repeat center bottom;background-size: 100% 100%;}

.section__content {position: relative;}
.section {position: relative;/*overflow: hidden;*/z-index: 10;/* background: #000000; */}
.section1__box__top {position: absolute;top: 5.5556vh;left: 0;right: 0;}
.section1__title__the7 {padding-left: 22.2223vh;}
.section1__title__the7 {opacity: 0;-webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);-webkit-transition: opacity .45s ease-in-out, -webkit-transform 0.35s ease-in-out;-o-transition: opacity .45s ease-in-out, -o-transform 0.35s ease-in-out;-moz-transition: opacity .45s ease-in-out, -moz-transform 0.35s ease-in-out;transition: opacity .45s ease-in-out,transform 0.45s ease-in-out;}
.section1__box__top.is--visible .section1__title__the7 {-webkit-transition-duration: 0.9s;-moz-transition-duration: 0.9s;-0-transition-duration: 0.9s;transition-duration: 0.9s;-webkit-transition-delay: 0.225s;-moz-transition-delay: 0.225s;-o-transition-delay: 0.225s;transition-delay: 0.225s;opacity: 1;-webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);}
.section1__title__the7 p {font-size: 42px;font-size: 4.667vh;line-height: 1.58;color: #FFFFFF;}
.section1__title__the7 p span {display: inline-block;vertical-align: top;}
.section1__title__the7 .font-68 {font-size: 68px;font-size: 7.5556vh;line-height: 1.03;}
.section1__title__the7 .font-bigest {font-size: 366px;font-size: 40.6667vh;line-height: 280px;line-height: 0.765;}
.section1__title__the7 .font-47 {font-size: 46px;font-size: 5.1112vh;letter-spacing: 0.2em;line-height: 70px;line-height: 1.52;}
.section1__title__the7 .font-47 br {display: none;}

.section1__car {text-align: center;width: 63.403%;width: 101.445vh;margin: 0 auto;margin-top: -8.8889vh;}
.section1__car img {width: 100%;}
.section1__box__bottom {text-align: center;position: absolute;bottom: 2.6%;left: 0;right: 0;}
.section1__title {}
.section1__title_big {font-size: 32px;font-size: 3.5556vh;line-height: 36px;line-height: 1.2;color: #FFFFFF;letter-spacing: 0.1em;}
.section1__title_big i {letter-spacing: 0;}
.section1__title_normal {font-size: 24px;font-size: 2.6667vh;line-height: 26px;line-height: 1.2;color: #FFFFFF;margin-top: 10px;}
.section1__btn {display: inline-block;padding: 2.6667vh 0;}
.section1__btn .txt {position: relative;text-align: center;cursor: pointer;}
.section1__btn .gradient-txt {font-size: 28px;font-size: 3.1112vh;display: block;line-height: 38px;line-height: 1.5;color: #FFFFFF;text-shadow: 0px 2px 4px rgba(61, 187, 179, 0.64);}
.section1__btn .txt::after {content: '';display: block;height: 2px;margin-top: 2px;background: linear-gradient(-90deg, #ffffff  40%,  #3DBBB3, #69DCFF);background-position: 0 0;background-size: 200% 100%;animation: flow-animation 3s infinite linear;}
.section1__btn .gradient-txt {background-image: linear-gradient(-90deg, #ffffff 40%, #3DBBB3 , #69DCFF);-webkit-background-clip: text;-webkit-text-fill-color: transparent;-webkit-background-size: 200% 100%;animation: flow-animation 3s infinite linear;}

@-webkit-keyframes flow-animation {
    0%  { background-position: 0 0;}
    50%{ background-position: -100% 0;}
    100% { background-position: -200% 0;}
}

.section2_index_content {position: relative;z-index: 2;padding: 8.8889vh 0;}
.section2_index_content::before {content: '';z-index: -1;display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: url(../images/sec2-bg1.jpg) no-repeat top;background-size: 100% 100%;}
.section2__title {text-align: center;}
.section2__title h3 {font-size: 48px;font-size: 5.3334vh;line-height: 64px;line-height: 1.4;color: #FFFFFF;letter-spacing: 0.2em;font-weight: normal;}
.section2__title p {font-size: 24px;font-size: 2.6667vh;line-height: 34px;line-height: 1.5;color: #FFFFFF;letter-spacing: 0.1em;font-weight: 300;/* font-family: 'BMWGroupTN-Light'; */margin-top: 2.2223vh;}
.section2__box__bottom {margin-top: 11.1112vh;}
.section2__info {}
.section2__info_img {width: 131.1112vh;margin: 0 auto;}
.section2__info_img {
	opacity: 0;
	overflow: visible;
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	-o-transform: translateY(20%);
	transform: translateY(20%);
}
.section2__box__bottom.is--visible .section2__info_img {
  -webkit-transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-delay: 0.225s;
  -moz-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}


.section2_external {position: relative;z-index: 2;padding-top: 190px;}
.section2_external::before {content: '';z-index: -1;/* height: 908px; */display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: url(../images/sec2-bg2.png) no-repeat center bottom;background-size: cover;}
.section2_external-title {text-align: center;}
.section2_external-title h3 {font-size: 26px;line-height: 34px;line-height: 1.5;color: #FFFFFF;letter-spacing: 0.2em;}
.section2_external-title h3 i {letter-spacing: 0.1em;}
.external-coverflow {padding: 60px 0 36px;position: relative;}
.coverflow-btn {position: absolute;top: 50%;margin-top: -56px;z-index: 99;width: 76px;height: 112px;background-repeat: no-repeat;background-size: 100%;background-position: center;}
.coverflow-btn-next {background-image: url(../images/arrow-next.png);right: calc(50% - 420px);animation: movingLeft 2s infinite;}
.coverflow-btn-prev {background-image: url(../images/arrow-prev.png);left: calc(50% - 420px);animation: movingRight 2s infinite;}
@keyframes movingLeft{
	from{transform: translateX(0);opacity: .5;}
	to{transform: translateX(2vh);opacity: 1;}
}
@keyframes movingRight{
	from{transform: translateX(0);opacity: .5;}
	to{transform: translateX(-2vh);opacity: 1;}
}
.external-coverflow {overflow: hidden;}
#preview-coverflow .cover {cursor: pointer;width: 628px !important;position: relative;overflow: hidden;}
#preview-coverflow .cover-img {position: relative;padding: 30px 0 40px;}
#preview-coverflow .cover-img::before,
#preview-coverflow .cover-img::after {content: '';display: block;position: absolute;left: 0;right: 0;transform: scaleX(0);height: 25px;background: url(../images/shadow-line.png) no-repeat center;background-size: cover;transition: all .25s ease-in-out;}
#preview-coverflow .cover-img::before {top: 0;}
#preview-coverflow .cover-img::after {bottom: 0;}
#preview-coverflow .cover-img img {width: 628px;height:	452px;}
#preview-coverflow .cover-text {font-size: 26px;line-height: 32px;line-height: 1.25;color: #FFFFFF;letter-spacing: 0.2em;transform: translateY(100%);transition: all .3s;} 
#preview-coverflow .cover-img-inner {position: relative;}
#preview-coverflow .cover-img-inner::before,
#preview-coverflow .cover-img-inner::after {content: '';position: absolute;right: 0;bottom: 0;top: 0;left: 0;-webkit-transform-origin: center;transform-origin: center;}
#preview-coverflow .cover-img-inner::before {border-top: 2px solid #69DCFF;border-bottom: 2px solid #69DCFF;-webkit-transform: scale3d(0,1,1);transform: scale3d(0,1,1);}
#preview-coverflow .cover-img-inner::after {border-left: 2px solid #69DCFF;border-right: 2px solid #69DCFF;-webkit-transform: scale3d(1,0,1);transform: scale3d(1,0,1);}

#preview-coverflow .cover-mask {content: '';display: block;position: absolute;transition: all .1s;left: 0;top: 0;right: 0;bottom: 0;background: #007AFF;opacity: .5;}

#preview-coverflow .current .cover-img::before,
#preview-coverflow .current .cover-img::after {transform: scaleX(1);}
#preview-coverflow .current .cover-img img {}
#preview-coverflow .current .cover-img-inner::before,
#preview-coverflow .current .cover-img-inner::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
#preview-coverflow .current .cover-mask {opacity: 0;}
#preview-coverflow .current .cover-text {transform: translateY(0);}


.section-combine {position: relative;}
.section-combine::before {content: '';display: block;position: absolute;left: 0;top: 0;bottom: 0;right: 0;background: url(../images/sec3-bg.png) no-repeat center;background-size: cover;}

.section3__box {padding: 116px 0 0;}
.section3__title {text-align: center;}
.section3__title h3 {font-size: 48px;line-height: 54px;line-height: 1.2;letter-spacing: 0.13em;font-weight: 400;background: linear-gradient(180deg, #FFFFFF 35.94%, #A78138 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.section3__title p {margin-top: 12px;font-size: 24px;line-height: 32px;line-height: 1.5;color: #FFFFFF;letter-spacing: 0.22em;}
.section3__main_img {margin-top: 70px;}

.interior_slider {position: relative;}
.interior_slider_list {position: relative;overflow: hidden;height: 492px;margin-left: -30px;}
.interior_slider_item {position: absolute;overflow: hidden;padding: 30px;cursor: pointer;}
.interior_slider_inner {position: relative;/* height: 500px; */width: 600px;height: 432px;filter: none;overflow: hidden;}
.interior_slider_item img {display: block;height: 100%;}
.interior_slider_item:not(.current) .interior_slider_mask {content: '';display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.72);}
.interior_slider_item.current .interior_slider_mask {position: absolute;/*首先隐藏子元素*/left: -100%;top: 0;/*设置和父元素一样大*/width: 100%;height: 100%;/*添加从左往右的渐变 即模仿光照效果*/background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3),hsla(0,0%,100%,0));background-image: linear-gradient(to right,hsla(0,0%,100%,0),hsla(0,0%,100%,.3),hsla(0,0%,100%,0));/*光照是斜着的更好看*/-o-transform: skewx(-25deg);-moz-transform: skewx(-25deg);-webkit-transform: skewx(-25deg);transform: skewx(-25deg);/*添加动画效果*/animation: saoguang 2s infinite;/* transition: all .3s ease; */}
.interior_slider_item.current:hover .interior_slider_mask {/*鼠标放在父元素上 移动子元素*/}
@keyframes saoguang{
	to{left: 100%;}
}
.interior_slider_item.current .interior_slider_inner {filter: drop-shadow(0 0 10px #3DBBB3);transition: all .5s .2s ease-in-out;}
.interior_slider_inner::before,
.interior_slider_inner::after {content: '';box-sizing: border-box;z-index: 2;display: block;position: absolute;width: 0;height: 0;border: 3px solid transparent;}
.interior_slider_inner::before {top: 0;left: 0;border-left: 0;border-bottom: 0;}
.interior_slider_inner::after {bottom: 0;right: 0;border-right: 0;border-top: 0;}
.interior_slider_item.current .interior_slider_inner::before,
.interior_slider_item.current .interior_slider_inner::after {width: 100%;height: 100%;}
.interior_slider_item.current .interior_slider_inner::before {border-top-color: #69DCFF;border-right-color: #69DCFF;transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;}
.interior_slider_item.current .interior_slider_inner::after {border-bottom-color: #69DCFF;border-left-color: #69DCFF;transition: border-color 0s ease-out 0.5s, width 0.2s ease-out 0.7s, height 0.2s ease-out 0.9s;}

.interior_slider_dots {text-align: center;font-size: 0;}
.interior_slider_dot {display: inline-block;margin: 0 10px;width: 10px;height: 10px;border-radius: 50%;background: #FFFFFF;opacity: 0.26;transition: opacity .3s;cursor: pointer;}
.interior_slider_dot.current {opacity: 1;}
.m-tips {display: none;}

.section4__box {padding-bottom: 200px;padding-top: 76px;}
.section4__title {text-align: center;}
.section4__title h3 {font-size: 48px;line-height: 54px;line-height: 1.2;color: #FFFFFF;font-weight: 400;letter-spacing: 0.2em;}
.section4__title p {margin-top: 10px;font-size: 24px;line-height: 32px;line-height: 1.5;color: #FFFFFF;letter-spacing: 0.2em;}
.section4__box__main {margin-top: 54px;}
.drive_experience {}
.experience_list {position: relative;overflow: hidden;}
.experience_list .experience_item {float: left;margin-bottom: 18px;}
.experience_item:first-child {width: 69.931%;}
.experience_item:nth-child(2) {width: 45.139%;width: 45.07%;z-index: 2;position: absolute;right: 0;top: 0;}
.experience_item:nth-child(2) .experience_img img{clip-path: polygon(20% 0%,100% 0%,100% 100%,0% 100%);}
.experience_item:nth-child(3) {width: 61.25%;}
.experience_item:nth-child(4) {width: 50.973%;z-index: 2;position: absolute;right: 0;bottom: 0;}
.experience_item:nth-child(4) .experience_img img{clip-path: polygon(20% 0%,100% 0%,100% 100%,0% 100%);}

.experience_list .experience_item {overflow: visible;opacity: 0;}
.experience_list .experience_item:nth-child(2n+1) {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
}
.experience_list .experience_item:nth-child(2n) {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
}
.section4__box__main.is--visible .experience_list .experience_item {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.section4__box__main.is--visible .experience_list .experience_item:first-child {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.section4__box__main.is--visible .experience_list .experience_item:nth-child(2) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.section4__box__main.is--visible .experience_list .experience_item:nth-child(3) {
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.section4__box__main.is--visible .experience_list .experience_item:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.experience_item .experience_inner {}
.experience_item .experience_img {}
.experience_item .experience_info {margin-top: 28px;padding-left: 32px;}
/* .experience_item:nth-child(2n+1) .experience_info {width: 70%;} */
.experience_item .experience_info h3 {font-size: 36px;line-height: 42px;line-height: 1.2;color: #FFFFFF;font-weight: 400;}
.experience_item .experience_info p {margin-top: 5px;font-size: 24px;line-height: 34px;line-height: 1.5;color: #C99A71;letter-spacing: 0.06em;min-height: 4.5em;}

.section5__box {}
.section5__box__top {position: relative;height: 486px;background: url(../images/club-car.jpg) no-repeat center;background-size: 100% auto;}
.section5__title {}
.prestige-club {position: absolute;left: 50%;margin-left: -350px;top: -120px;width: 700px;height: 700px;padding: 22px;border-radius: 50%;background: rgba(0,0,0,.5);cursor: pointer;/* background: #806B48;mix-blend-mode: multiply; */}
.prestige-club-outer {position: relative;width: 100%;height: 100%;border-radius: 50%;border: 2px solid #806B48;box-sizing: border-box;box-shadow: 0 1px 2px rgba(0,0,0,.3);overflow: hidden;animation: breath 3s infinite alternate ease-in;}
@-webkit-keyframes breath{
	0% {
		opacity: .6;
		/* box-shadow: 0 1px 10px rgba(128,107,72,.6),0 1px 10px rgba(128,107,72,.3) inset; */
		box-shadow: 0 1px 10px rgba(201,154,113,.6),0 1px 10px rgba(201,154,113,.3) inset;
	}
	100% {
		opacity: 1;
		border-color: rgba(201,154,113,1);
		box-shadow: 0 1px 60px rgba(201,154,113,1),0 1px 30px rgba(201,154,113,1) inset;
	}
}
@keyframes breath{
	0% {
		opacity: .6;
		box-shadow: 0 1px 10px rgba(201,154,113,.6),0 1px 10px rgba(201,154,113,.3) inset;
	}
	100% {
		opacity: 1;
		border-color: rgba(201,154,113,1);
		box-shadow: 0 1px 60px rgba(201,154,113,1),0 1px 30px rgba(201,154,113,1) inset;
	}
}
.prestige-club-text {position: absolute;z-index: 1;left: 0;right: 0;text-align: center;top: 50%;transform: translateY(-50%);}
.prestige-club-text p.en-light {font-size: 80px;line-height: 104px;line-height: 1.3;color: #FFFFFF;}
.prestige-club-text p {font-size: 52px;line-height: 60px;line-height: 1.2;color: #FFFFFF;margin-top: 18px;}

.courtesy_box {padding: 96px 0 50px;background: url(../images/prestige-bg.png) no-repeat right bottom;background-size: 31.112%;}
.courtesy_item {padding-left: 74px;margin-bottom: 54px;}
.courtesy_item:last-child {margin-bottom: 0;}
.courtesy_title {font-size: 52px;line-height: 60px;line-height: 1.2;color: #C99A71;font-weight: 400;}
.courtesy_desc {margin-top: 22px;}
.courtesy_desc p {font-size: 26px;line-height: 38px;color: #FFFFFF;line-height: 1.5;}
.courtesy_gallary {margin-top: 50px;font-size: 0;white-space: nowrap;overflow: hidden;}
.courtesy_gallary_img {display: inline-block;margin-left: 20px;}
.courtesy_gallary_img img {max-height: 100%;}
.courtesy_gallary_img:first-child {margin-left: 0;width: 30.088%;}
.courtesy_gallary_img:nth-child(2) {width: 38.8%;}
.courtesy_gallary_img:last-child {width: 28.771%;}
.courtesy_link {margin-top: 40px;text-align: center;}
.courtesy_link_more {display: inline-block;vertical-align: top;font-size: 28px;line-height: 50px;line-height: 1.7;color: #C99A71;letter-spacing: 0.1em;text-decoration: none;}
.courtesy_link_more span {display: inline-block;vertical-align: middle;}
.icon-more {display: inline-block;transition: all .3s;width: 13px;height: 29px;background: url(../images/icon-more.png) no-repeat center;background-size: cover;vertical-align: middle;margin-left: 6px;}
.courtesy_link_more:hover .icon-more {transform: translateX(10px);}

/* forms tart */
.form {
  
}

.form__cluid {
  
}

.form__loading {
  position: fixed;
  top: -100vh;
  left: -100vw;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-in-out;
  -o-transition: opacity 0.45s ease-in-out;
  -moz-transition: opacity 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out;
}
.form__result {
  position: fixed;
  top: -100vh;
  left: -100vw;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /* background: rgba(255, 255, 255, 0.8); */
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-in-out;
  -o-transition: opacity 0.45s ease-in-out;
  -moz-transition: opacity 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out;
}
.form__loading.on--visible,.form__result.on--visible {
  top: 0;
  left: 0;
  opacity: 1;
}

.form__loading__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: white;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -moz-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  -o-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
}
.form__result-center {
	position: absolute;
	width: 56%;
	top: 50%;
	left: 50%;
	padding: 6% 0 5%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: rgba(255,255,255,.9) url(../images/dialog-bg.png) no-repeat center bottom;
	background-size: 100%;
}
.form__result-text {font-size: 44px;color: #000000;line-height: 1.25;text-align: center;}
.form__result-btn {margin: 40px auto 0;border: 0;padding: 0;display: block;-webkit-appearance: none;}
.form__result-btn .btn__border {}


.form-model {position: relative;text-align: center;margin-bottom: 60px;}
.form-model .form__item {width: 280px;margin: 0 auto;}
.form-model .form__item__title {font-size: 24px;line-height: 48px;padding: 0;color: #FFFFFF;opacity: 1 !important;letter-spacing: 0.2em;opacity: 1;transform: none !important;}
.form-model .form__cluid {padding-left: 180px;position: relative;}
.form-model .form__cluid .form__select {position: relative;width: 120px;}

.form__column {padding: 0 5%;}

.form-section_row .row {width: 100%;font-size: 0;}




.form__frame {
  
}

.form__frame, .form__frame--left, .form__frame--right {
  position: relative;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  /* padding-left: 20px;
  padding-right: 20px; */
}

.form__frame--left {
  float: left;
}

.form__frame--right {
  float: right;
}

.form__item {
  position: relative;
}
.form__row .form__item {width: 45%;}
.form__row .form__item:nth-child(2n) {margin-left: 10%;}
.form__item input, .form__item select, .form__item textarea, .form__item__placeholder, .form__item__title, .form__item__text, .form__item__msg {
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.form-model .form__item input,.form-model  .form__item select,.form-model  .form__item textarea,.form-model  .form__item__placeholder {
	height: 48px;
	font-size: 24px;
}

.form__item input, .form__item select, .form__item textarea, .form__item__placeholder {
  width: 100%;
  background: none;
  font-size: 16px;
  height: 36px;
  padding: 6px 8px;
  border: none;
  color: #000000;
  line-height: 1.5;
  font-family: 'BMWTypeNextLatinTT-Regular';
}

.form__item input, .form__item select, .form__item textarea {
  position: relative;
  overflow: hidden;
  outline: none;
  border: none;
  -webkit-box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  box-shadow: 0 0 0 #000000;
  z-index: 1;
}

.form-section_row {font-size: 0;}
.form-section_row .col {display: inline-block;position: relative;vertical-align: top;font-size: 16px;}
.form-section_check {margin-top: 30px;padding: 0 5%;margin-left: -8px;margin-right: -8px;}










.form__item textarea {
  height: 6.25rem;
}

.form__item:not(.is--empty) .form__item__placeholder,
.form__item.is--focus .form__item__placeholder {
  display: none;
}

.form__item select option {
  color: black !important;
}

.form__item__title {
  padding: 6px 16px;
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.2em;
  -webkit-transform-origin: 0.55556rem 50%;
  -moz-transform-origin: 0.55556rem 50%;
  -ms-transform-origin: 0.55556rem 50%;
  -o-transform-origin: 0.55556rem 50%;
  transform-origin: 0.55556rem 50%;
  text-align: left;
  float: left;
}

.form__item__title:empty {
  display: none;
}

.form__item__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
}

.form__item__text {
  font-size: 16px;
  line-height: 1.5;
  /* letter-spacing: 0.2em; */
  color: #000000;
  overflow: hidden;
  display: block;
}

.form__item__msg {
	position: absolute;
  padding: 0 8px;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
  white-space: nowrap;
  color: white;
}

.form__item__msg--normal, .form__item__msg--error, .form__item__msg--current {
  /* padding: 0.25rem 0.5rem 0 0.5rem; */
  font-weight: bold;
  display: none;
}

.form__item__msg--normal {
  display: block;
  color: white;
}

.is-error .form__item__msg--normal, .is-current .form__item__msg--normal {
  display: none;
}

.form__item__msg--error {
  color: #d50000;
}

.is-error .form__item__msg--error {
  display: block;
}

.form__item__msg--current {
  color: #00c471;
}

.is-current .form__item__msg--current {
  display: block;
}

.form__item__nav {
  position: relative;
  margin-bottom: 0;
  padding: .25rem 0 0 0;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
}

.form__item__nav--left {
  text-align: left;
}

.form__item__nav--right {
  text-align: right;
}

.form__item__checkbox, .form__item__radiobox {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  border: 1px solid rgba(255,255,255,.5);
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}

.form__item__checkbox::before {
  border-color: white;
}

.form__item__radiobox {
  margin-top: 10px;
  margin-bottom: 2px;
}

.form__item__radiobox::before {
  background: white;
}

.form__item__checkbox + .form__item__text, .form__item__radiobox + .form__item__text {
  margin-top: 6px;
  margin-bottom: 6px;
  overflow: hidden;
}

.form__input,
.form__textarea,
.form__select {height: 36px;position: relative;}
.form-model .form__input, .form-model  .form__textarea,.form-model  .form__select {
  height: 48px;
}

.form__input::after, .form__textarea::after, .form__select::after {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 1px;
  /* background: rgba(221,221,221,.5); */
  background: rgba(2,2,2,.5);
  -moz-background-clip: content-box;
  -o-background-clip: content-box;
  background-clip: content-box;
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-model  .form__select::after {display: none;}

.form__select__arrow {
  position: absolute;
  right: 0;
  top: 0;
  margin: 6px 8px;
  width: 16px;
  height: 20px;
  z-index: 10;
}
.form-model .form__select__arrow {margin: 12px 8px;right: 26px;}

.form__checkbox:not(:last-child), .form__radiobox:not(:last-child) {
  margin-right: 40px;
}

.form__textarea {
  height: 6.25rem;
}

.form__radiobox {
  display: inline-block;
  /* cursor: pointer; */
  position: relative;
}
.form__radiobox input {position: absolute;left: 0;top: 0;}
.testdrive__sub {
	margin-bottom: 20px; 
}

.form__item {
  margin-bottom: 30px;
}

.form__item--subscribe {
  margin-bottom: 14px;
}

.form__item--subscribe .form__item__msg--error, .form__item--privacy .form__item__msg--error {
  text-align: left;
}

.form__item__title:not(.form__frame) {
  position: absolute;
  top: 0;
  left: 0;
}

.form__item__title:not(.form__frame) ~ .form__cluid {
  margin: 0 -8px;
}

.form__item__msg--error {
  width: 100%;
  text-align: right;
  display: block;
}

.form__item.is--focus .form__item__title:not(.form__frame),
.form__item:not(.is--empty) .form__item__title:not(.form__frame) {
  opacity: .65;
  -webkit-transform: translateY(-20px) scale(0.85);
  -moz-transform: translateY(-28px) scale(0.85);
  -ms-transform: translateY(-28px) scale(0.85);
  -o-transform: translateY(-28px) scale(0.85);
  transform: translateY(-20px) scale(0.85);
}

.form__cluid {
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
}

#testdrive {
  position: relative;
  display: block;
  height: auto;
}
.testdrive__section {}
.testdrive__content {padding: 66px 0;background: url(../images/testdrive-bg.jpg) no-repeat center;background-size: cover;}
.testdrive__form {
  /* min-height: 100vh; */
  padding-left: 45px;
  padding-right: 45px;
  max-width: 1200px;
  position: relative;
  white-space: normal;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.form__column {
  width: 50%;
}
.form__row {width: 100%;}

.testdrive__title {
  margin-bottom: 10px;
  display: block;
  color: #000000;
  font-size: 48px;
  line-height: 1.2;
  padding: 0 5%;
}
.testdrive__sub {
  display: block;
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 0 5%;
}
.form__title {font-size: 22px;padding-left: 8px;line-height: 1.2;color: #000000;margin-bottom: 12px;}
.testdrive__btnGroup {
  text-align: center;
  /* margin-top: 60px; */
}
.testdrive__btnGroup .btn {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}
.testdrive__btnGroup .btn__link {
  
}
.testdrive__btnGroup .btn__text {
  z-index: 1;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.51em;
  font-style: italic;
  font-family: 'arudjingxiheie1xg30_hv';
  text-shadow: rgba(255,255,255,1) 1px 0 0, rgba(255,255,255,1) 0 1px 0, rgba(255,255,255,1) -1px 0 0, rgba(255,255,255,1) 0 -1px 0;
  -webkit-transition: color 0.45s ease-in-out;
  -o-transition: color 0.45s ease-in-out;
  -moz-transition: color 0.45s ease-in-out;
  transition: color 0.45s ease-in-out;
  display: block;
}
.btn__link .btn__border {
	color: #FFFFFF;
	background: #0970B6;
	display: block;
	width: 172px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.btn__link .btn__border::after {content: '';position: absolute;top: 0;left: 0;width: 500%;height: 1000%;background: #0c8ce3;z-index: -1;transform-origin: 0% 0%;transform: translateX(calc(20% - 25px)) translateY(15%) rotate(-45deg);transition: transform .3s;}
.btn__link .btn__border:hover::after {transform: translateY(5%) translateX(-25px) rotate(-45deg);}
/* .testdrive__btnGroup .btn__border::before,
.testdrive__btnGroup .btn__border::after {content: '';display: inline-block;margin: 0 10px;width: 21px;height: 14px;background: url(../images/title-down.png) no-repeat center;background-size: cover;vertical-align: middle;}
 */

.testdrive__form {
  -moz-background-clip: content-box;
  -o-background-clip: content-box;
  background-clip: content-box;
  z-index: 1;
}


.testdrive__notice {
  margin-left: 4rem;
  width: auto;
  position: relative;
  top: -6rem;
  display: inline-block;
  text-align: left;
  color: white;
}

.testdrive__series {
  margin-left: -1.5rem;
}

.testdrive__series .form__select {
  height: 3.91667rem;
}

.testdrive__series .form__select::after {
  opacity: 0;
}

.testdrive__series .form__select__arrow {
  width: 1.66667rem;
  height: 1.66667rem;
  -webkit-transform: translateY(10%) scaleY(0.8);
  -moz-transform: translateY(10%) scaleY(0.8);
  -ms-transform: translateY(10%) scaleY(0.8);
  -o-transform: translateY(10%) scaleY(0.8);
  transform: translateY(10%) scaleY(0.8);
}

.testdrive__series .form__item {
  margin-bottom: 0;
}

.testdrive__series .form__item select {
  height: 3.91667rem;
  padding: 0.5rem 2.66667rem 0.5rem 0.5rem;
  font-size: 1.66667rem;
  color: black;
}

.testdrive__series .form__item select option {
  color: black !important;
}

.testdrive__series .form__item .icon--arrow--bottom::before {
  border-top-color: black;
}

.icon--arrow--bottom::before {
  content: "";
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  height: 12px;
  margin: 6px auto 0;
  background: url(../images/select-down.png) no-repeat center;
  background-size: cover;
}

.btn__icon::before, .icon--custom::before, .icon--custom::after {
  content: "";
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=range] {
  margin: 0;
  width: 100%;
  height: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=range], input[type=range]:focus {
  outline: none;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-runnable-track, input[type=range]::-moz-range-track, input[type=range]::-ms-track {
  width: 100%;
  height: 1.5rem;
  cursor: pointer;
  animate: 0.2s;
}

input[type=range]::-webkit-slider-runnable-track, input[type=range]::-moz-range-track, input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
  border: 0px solid black;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
}

input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
  border-radius: 3rem;
}

input[type=range]::-webkit-slider-runnable-track, input[type=range]:focus::-webkit-slider-runnable-track, input[type=range]::-moz-range-track, input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper, input[type=range]:focus::-ms-fill-lower, input[type=range]:focus::-ms-fill-upper {
  background: black;
}

input[type=range]::-webkit-slider-thumb, input[type=range]::-moz-range-thumb, input[type=range]::-ms-thumb {
  width: 2.5rem;
  height: 1.5rem;
  background: white;
  -webkit-box-shadow: 0px 0px 0 2px black inset;
  box-shadow: 0px 0px 0 2px black inset;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

input[type=range]::-moz-range-thumb, input[type=range]::-moz-focus-outer {
  border: 0;
  outline: none;
}

.selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectbox::-ms-expand {
  display: none;
  appearance: none;
}

.radiobox, .checkbox {
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 0 0 1px black;
  -moz-box-shadow: 0 0 0 1px black;
  box-shadow: 0 0 0 1px black;
}

.radiobox__active, .checkbox__active {
  display: none;
}

.radiobox::before, .radiobox::after, .checkbox::before, .checkbox::after {
  opacity: 0;
  content: "";
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.radiobox {
  
}

.radiobox::before {
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.radiobox__active:checked + .radiobox {border-color: #000000;}
.radiobox__active:checked + .radiobox::before {
  opacity: 1;
}

.checkbox::before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.checkbox__active:checked + .checkbox {border-color: #000000;}
.checkbox__active:checked + .checkbox::before {
  opacity: 1;
  background: #000000;
}

.form__item__checkbox::before {
  border-color: #000000;
}

.radiobox::before, .radiobox::after, .checkbox::before, .checkbox::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sectiob__link {
  display: none;
}

.footer {
  bottom: 0;
  width: 100%;
  z-index: 190;
  overflow: hidden;
}

.footer__section {
  background: #FFFFFF;
}

.footer__content {
  max-width: 992px;
  padding: 16px 8px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer__text {
  padding: 16px 8px;
  font-size: 12px;
  line-height: 1;
}

.privacy__text, .privacy__nav__link {
  padding: 0 8px;
}

.privacy__text, .privacy__nav__text {
  color: #000000;
  position: relative;
}

.privacy__text::after, .privacy__nav__text::after {
  background: #000000;
}

.privacy__text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  font-size: 14px;
}

.privacy__nav {
  text-align: center;
  line-height: 1.5;
}

.privacy__nav__text {
  font-size: 14px;
  position: relative;
}
.privacy__nav__text::after {
	content: '';
	position: absolute;
	    left: 0;
	    right: 0;
	    top: 100%;
	    margin: 2px auto 0 auto;
	    width: 100%;
	    height: 2px;
	    background: black;
	    -moz-background-clip: content-box;
	    -o-background-clip: content-box;
	    background-clip: content-box;
	    display: block;
	    -webkit-transform: scaleX(0);
	    -moz-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	    -o-transform: scaleX(0);
	    transform: scaleX(0);
	    -webkit-transition: -webkit-transform .25s ease-in-out;
	    transition: -webkit-transform .25s ease-in-out;
	    -o-transition: -o-transform .25s ease-in-out;
	    -moz-transition: transform .25s ease-in-out, -moz-transform .25s ease-in-out;
	    transition: transform .25s ease-in-out;
	    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out, -o-transform .25s ease-in-out;
	
}
.privacy__nav__btn:hover .privacy__nav__text::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}


.privacy__nav__link {
  text-decoration: none;
}

.privacy__nav__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.privacy__nav__icon {
  height: 18px;
  vertical-align: middle;
}
.btn--top {display: none;}



.gallery-popup {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: #000000;animation: showScale .5s both;}
@keyframes showScale{
	from{opacity: 0;-ms-transform: scale(0.5);transform: scale(0.5);}
	to{opacity: 1;-ms-transform: scale(1);transform: scale(1);}
}
/* .gallery-popup.is--visible {opacity: 1;transform: scale(1);width: 100%;height: 100%;bottom: 0;left: 0;} */
.gallery-popup-close {position: absolute;z-index: 1000;right: 30px;top: 44px;width: 78px;height: 78px;background-color: rgba(71,82,88,.35);border: 1px solid rgba(255,255,255,1);transition: all .5s ease;cursor: pointer;}
.gallery-popup-close::before,
.gallery-popup-close::after {content: '';position: absolute;top: 50%;left: 50%;background: #ffffff;width: 54px;height: 2px;margin-left: -27px;margin-top: -1px;transform: rotate(-45deg);transition: .5s transform ease;}
.gallery-popup-close::after {transform: rotate(45deg);}
.gallery-popup-close:hover::before {transform: rotate(0);}
.gallery-popup-close:hover::after {transform: rotate(180deg);}
.gallery-swiper {height: 100%;}
.gallery-swiper .swiper-wrapper {}
.gallery-swiper .swiper-slide {position: relative;overflow: hidden;}
.gallery-swiper .gallery-bg {background-size: cover;background-position: center;background-repeat: no-repeat;width: 100%;height: 100%;}
.gallery-swiper .gallery-container {position: absolute;;top:50%;left:0;right:0;transform: translateY(-50%);margin: 0 auto;display: flex;flex-direction: column;align-items: center;padding: 0 30px;} 
.gallery-swiper .gallery-img {perspective: 1000px;overflow: hidden;position: relative;flex-shrink: 0;width: 53.185%;max-width: 737px;width: 48%;}
.gallery-swiper .gallery-img img {width: 100%;height: 100%;display: block;object-fit: cover;opacity: 0;transition: all .5s ease;transform: scale(0.9) translate3d(0,0,0);}
.gallery-swiper .swiper-slide-active .gallery-img img {transform: scale(1) translate3d(0,0,0);opacity: 1;}
.gallery-info {perspective: 1000px;perspective-origin: 15% 75%;margin-top: 30px;}
.gallery-info-inner {opacity: 0;transform: rotateX(-25deg) translate3d(0,40px,0);transition: all .3s ease;}
.gallery-swiper .swiper-slide-active .gallery-info {transition: opacity 0.4s ease 0s;}
.gallery-swiper .swiper-slide-active .gallery-info-inner {opacity: 1;transform: rotateX(0deg) translate3d(0px, 0px, 0px);}
.gallery-info .gallery-info-title {font-size: 30px;display: inline-block;line-height: 1.2;letter-spacing: 0.16em;color: #ffffff;font-style: italic;}
/* .gallery-info .gallery-info-title::before {content: '#';font-family: 'BMWTypeNextLatinTT-Bold';margin-right: 12px;} */
/* .gallery-info .gallery-info-title::after {content: '_';margin-left: 10px;} */
.gallery-info .gallery-info-desc {margin-top: 6px;font-style: italic;font-size: 24px;line-height: 1.8;letter-spacing: 0.16em;color: #ffffff;}
/* .gallery-info .gallery-info-desc::after {content: '_';} */

.gallery-swiper .swiper-pagination-wrap {text-align: center;position: absolute;left: 0;right: 0;bottom: 6%;z-index: 10;}
.gallery-swiper .swiper-pagination {display: inline-block;width: auto;position: static;padding:0 40px;}
.gallery-swiper .swiper-pagination-bullet {width: 18px;height: 18px;opacity: .6;background: #FFFFFF;margin: 0 16px !important;}
.gallery-swiper .swiper-pagination-bullet-active {opacity: 1;}
.gallery-swiper .swiper-pagination-num {position: absolute;left: 0;top: -4px;user-select: none;display: none;font-size: 24px;line-height: 1.1;letter-spacing: 0.1em;color: #FFFFFF;font-family: "BMWGroupTN-Light";font-style: italic;}
.gallery-swiper .swiper-pagination-bullet-active .swiper-pagination-num {display: block;}

.gallery-swiper {
	--swiper-theme-color: #ff6600;/* 设置Swiper风格 */
	--swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 60px;/* 设置按钮大小 */
}
.gallery-swiper .swiper-button-next {right: 10%;outline: none;}
.gallery-swiper .swiper-button-prev {left: 10%;outline: none;}



@media only screen and (max-width: 960px) {
	.logo {height: 100px;}
	.hamburger {width: 88px;height: 52px;}
	
	/* .section1__title__the7 p {font-size: 32px;}
	.section1__title__the7 .font-68 {font-size: 58px;}
	.section1__title__the7 .font-bigest {font-size: 300px;}
	.section1__title__the7 .font-47 {font-size: 36px;}
	.section1__title_big {font-size: 20px;}
	.section1__title_normal {font-size: 18px;}
	.section1__btn .gradient-txt {font-size: 22px;} */
	.section1__box__bottom {}
	/* .section2_index_content {padding: 30px 0 50px;}
	.section2__title h3 {font-size: 38px;}
	.section2__title p {font-size: 18px;} */
	.section2_external-title h3 {font-size: 20px;}
	
	#preview-coverflow .cover {width: 580px !important;}
	#preview-coverflow .cover-img img {width: 580px;height: 417px;}
	.coverflow-btn {width: 58px;height: 90px;}
	.coverflow-btn-next {right: calc(50% - 400px);}
	.coverflow-btn-prev {left: calc(50% - 400px);}
	#preview-coverflow .cover-text {font-size: 22px;}
	#preview-coverflow .cover-img::before, #preview-coverflow .cover-img::after {height: 18px;}
	
	.section3__title h3 {font-size: 40px;}
	.section3__title p {font-size: 18px;}
	
	.interior_slider_list {height: 420px;}
	.interior_slider_inner {width: 500px;height: 360px;}
	.interior_slider_inner::before, .interior_slider_inner::after {border-width: 2px;}
	
	.section4__title h3 {font-size: 40px;}
	.section4__title p {font-size: 18px;}
	
	.experience_item .experience_info {padding-left: 20px;}
	.experience_item .experience_info h3 {font-size: 24px;}
	.experience_item .experience_info p {font-size: 16px;}
	
	.prestige-club {width: 520px;height: 520px;margin-left: -260px;top: -20px;padding: 18px;}
	.prestige-club-text p.en-light {font-size: 54px;}
	.prestige-club-text p {font-size: 38px;}
	.courtesy_box {padding: 50px 0 30px;}
	.courtesy_item {padding-left: 50px;margin-bottom: 34px;}
	.courtesy_title {font-size: 40px;}
	.courtesy_desc {margin-top: 12px;}
	.courtesy_desc p {font-size: 18px;}
	.courtesy_link_more {font-size: 20px;}
	.icon-more {height: 20px;width: 9px;}
	
	.testdrive__title {font-size: 30px;}
	.testdrive__sub {font-size: 14px;}
	.form__title {font-size: 18px;}
	.btn__link .btn__border {font-size: 16px;width: 160px;height: 42px;line-height: 42px;}
	
	.menu__item--big {height: 207px;}
	.menu__item__link {width: 52px;height: 186px;}
	.menu__item__text {font-size: 20px;}
	
	.nav {width: 500px;}
	.nav_inner {padding-top: 80px;padding-bottom: 28px;}
	.nav__item__link {padding: 16px 0;padding-left: 70px;}
	.nav__item__text {font-size: 22px;}
	.subnav__item__link {padding-right: 40px;}
	.nav_share_list {padding: 0 40px;}
	
	
	
}
@media only screen and (max-width: 768px) {
	.logo {height: 64px;top: 20px;left: 24px;}
	.hamburger {top: 24px;right: 20px;width: 60px;height: 30px;}
	.hamburger_burger:before {transform: translateY(-8px) rotate(0deg);}
	.hamburger_burger:after {transform: translateY(8px) rotate(0deg);}
	
	.menu__item {margin-top: -6px;height: 114px;}
	.menu__item__text {font-size: 10px;}
	.menu__item--big {height: 127px;}
	.menu__item__link {width: 20px;height: 114px;}
	
	
	.nav {width: 100%;}
	.nav__active:checked ~ .header .nav {top: 0;right: 0;bottom: 0;}
	.nav_inner {padding-top: 80px;padding-bottom: 28px;}
	.nav__item__link {padding: 15px 0;padding-left: 45px;}
	.nav__item__text {font-size: 18px;}
	.nav__item__text .en-regular {font-size: 12px;}
	.subnav__item__link {padding-right: 30px;}
	.nav_share_list {padding: 0 30px;}
	.nav_share_item {padding-left: 10px;}
	.nav_share_fb {width: 20px;}
	.nav_share_ins {width: 28px;}
	.nav_share_ytb {width: 30px;}
	
	
	.car-combine::before {}
	.section-homepage::before {background-size: 100% 120%;}
	.section1__box__bottom {bottom: 6vh;}
	.section1__title__the7 {padding-top: 34%;padding-left: 14%;}
	.section1__title__the7 p {font-size: 18px;}
	.section1__title__the7 .font-68 {font-size: 26px;}
	.section1__title__the7 .font-bigest {font-size: 110px;}
	.section1__title__the7 .font-47 {font-size: 20px;vertical-align: bottom;}
	.section1__title__the7 .font-47 br {display: block;padding-left: 10px;}
	.section1__car {margin-top: 40px;width: 80%;}
	
	.section1__title {margin-top: 0;padding: 0 26px;}
	.section1__title_big {font-size: 18px;line-height: 1.4;}
	.section1__title_big span {display: block;}
	.section1__title_normal {font-size: 14px;margin-top: 8px;}
	.section1__btn {padding: 18px 0;}
	.section1__btn .gradient-txt {font-size: 20px;}
	
	.section2_index_content {padding: 20px 0 50px;height: auto;}
	.section2__title h3 {font-size: 24px;}
	.section2__title p {font-size: 14px;margin-top: 10px;}
	.section2__box__bottom {margin-top: 30px;}
	.section2__info_img {width: 86%;}
	
	
	.section2_external {padding-top: 60px;}
	.section2_external::before {background-size: 100% 100%;}
	.section2_external-title h3 {font-size: 16px;padding: 0 20px;margin-bottom: 30px;letter-spacing: 0.1em;}
	.external-coverflow {padding: 0 0;}
	#preview-coverflow .cover {width: 220px !important;}
	#preview-coverflow .cover-img {padding: 14px 0 16px;}
	#preview-coverflow .cover-img img {width: 220px;height: 158px;}
	#preview-coverflow .cover-img::before, #preview-coverflow .cover-img::after {height: 6px;}
	#preview-coverflow .cover-text {font-size: 13px;margin-top: 5px;}
	#preview-coverflow .cover-img-inner::after,
	#preview-coverflow .cover-img-inner::before {border-width: 1px;}
	.coverflow-btn {width: 30px;height: 58px;}
	.coverflow-btn-next {right: calc(50% - 160px);}
	.coverflow-btn-prev {left: calc(50% - 160px);}
	
	.section3__box {padding: 80px 0 0;}
	
	.section3__title h3 {font-size: 24px;}
	.section3__title p {font-size: 14px;padding: 0 20px;letter-spacing: 0.1em;}
	.section3__main_img {margin-top: 30px;}
	
	.interior_slider_inner {width: 200px;height: 144px;}
	.interior_slider_list {margin-left: -15px;height: 174px;}
	.interior_slider_item {padding: 15px;}
	.interior_slider_dot {width: 8px;height: 8px;margin: 0 5px;}
	.interior_slider_item.current .interior_slider_inner {filter: drop-shadow(0 0 5px #3DBBB3);}
	.interior_slider_inner::before, .interior_slider_inner::after {border-width: 1px;}
	.m-tips {display: block;position: absolute;right: 24px;bottom: 4px;font-size: 12px;line-height: 1.2;color: #FFFFFF;opacity: .9;}
	
	
	.section4__box {padding-bottom: 60px;padding-top: 60px;}
	.section4__title h3 {font-size: 24px;}
	.section4__title p {font-size: 14px;padding: 0 20px;letter-spacing: 0.1em;}
	.section4__box__main {margin-top: 20px;}
	.experience_list .experience_item {margin-bottom: 12px;width: 100%;position: static;}
	.experience_list .experience_item .experience_img img {clip-path: none;}
	.experience_item .experience_info {margin-top: 20px;padding-left: 10px;min-height: auto;width: 100%;padding: 0 30px;}
/* 	.experience_item:first-child .experience_info {width: 66%;}
	.experience_item:nth-child(3) .experience_info {width: 78%;} */
	.experience_item .experience_info h3 {font-size: 16px;}
	.experience_item .experience_info p {font-size: 12px;}
	/* .experience_item .experience_info p br {display: none;} */
	.full--height {min-height: auto;}
	
	.section5__box__top {height: 200px;background-size: cover;}
	.prestige-club {width: 260px;height: 260px;padding: 14px;margin-left: -130px;top: -20px;}
	.prestige-club-text p.en-light {font-size: 26px;}
	.prestige-club-text p {font-size: 22px;margin-top: 10px;}
	.courtesy_box {}
	.courtesy_item {padding-left: 20px;padding-right: 25px;margin-bottom: 20px;}
	.courtesy_title {font-size: 24px;}
	.courtesy_desc {margin-top: 10px;}
	.courtesy_desc p {font-size: 14px;}
	.courtesy_gallary {margin-top: 24px;white-space: initial;}
	.courtesy_gallary_img {width: 100% !important;margin: 0;margin-bottom: 10px;}
	.courtesy_link {margin-top: 30px;}
	.courtesy_link_more {font-size: 16px;}
	.icon-more {height: 14px;width: 6px;margin-left: 4px;}
	
	.testdrive__content {padding: 30px 0;}
	.testdrive__form {padding: 0 10px;}
	.testdrive__title {font-size: 18px;}
	.testdrive__sub {font-size: 13px;margin-bottom: 20px;}
	.form__title {font-size: 14px;}
	.form__item__title,.form__item__text {font-size: 13px;}
	.form__row .form__item {width: 48%;}
	.form__row .form__item:nth-child(2n) {margin-left: 4%;}
	.form__column {padding: 0 3%;width: 100%;}
	.form__row .form__item.col-sm-12 {width: 100%;margin-left: 0;}
	.form__item__radiobox {margin-top: 7px;}
	.btn__link .btn__border {font-size: 14px;width: 120px;height: 32px;line-height: 32px;}
	
	
	
	.gallery-popup-close {width: 46px;height: 46px;right: 16px;top: 22px;}
	.gallery-popup-close::before, .gallery-popup-close::after {width: 32px;margin-left: -16px;height: 1px;}
	.gallery-swiper .gallery-container {display: block;width: 80%;transform: translateY(0);top: 26%;}
	.gallery-swiper .gallery-img {width: 100%;margin: 0;}
	.gallery-info {margin-top: 26px;text-align: left;}
	.gallery-info .gallery-info-title {font-size: 20px;;}
	.gallery-info .gallery-info-desc {font-size: 14px;}
	
	.gallery-swiper .swiper-pagination {padding: 0 24px;}
	.gallery-swiper .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 6px !important;}
	.gallery-swiper .swiper-pagination-num {font-size: 14px;top: 0;}
	.gallery-swiper .swiper-button-next {right: 16px;}
	.gallery-swiper .swiper-button-prev {left: 16px;}
	.gallery-swiper {
		--swiper-navigation-size: 30px;/* 设置按钮大小 */
	}
	
	
	.form__result-center {width: 82%;}
	.form__result-text {font-size: 20px;;}
	.form__result-btn {margin-top: 20px;}
}

