@charset "utf-8";

@font-face {
  font-family: hyjh;
  src: url(../fonts/lantingxihei.woff) format("woff");
}

@font-face {
  font-family: trim;
  src: url(../fonts/CadillacGothic-Regular.woff) format("woff");
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  font-family: trim, hyjh, sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /* scroll-behavior: smooth; */
}

.swiper-container {
  transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

/* .swiper-slide {
  width: 100%;
  height: 1334px;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
} */

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  /* position: relative; */
}

a.hover {
  opacity: .5;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: white;
  z-index: 1000;
}

#btn_tel {
  position: absolute;
  background-color: rgba(15, 15, 15, .57);
  position: absolute;
  right: 16px;
  top: 125px;
  width: 58px;
  height: 58px;
  border-radius: 29px;
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: width .3s ease;
  transform: translateZ(0);
}

#btn_tel.active {
  width: 280px;
}

.btn_tel {
  width: 30px;
  flex-shrink: 0;
  margin-left: 15px;
}

#btn_tel span {
  font-family: trim, hyjh;
  line-height: 58px;
  font-size: 15px;
  color: white;
  padding-left: 20px;
}

.logo {
  position: absolute;
  width: 75px;
  left: 45px;
  top: 20px;
  /* visibility: hidden; */
}

#btn_menu {
  position: absolute;
  right: 21px;
  top: 33px;
  width: 95px;
  height: 23px;
}

.btn_menu {
  width: 51px;
}

.btn_menu_toggle {
  position: absolute;
  right: 0;
  top: 4px;
  width: 31px;
  transition: transform .3s ease;
}

#btn_menu.active .btn_menu_toggle {
  transform: rotateZ(180deg);
}

#menu {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
/*   min-height: 1448px; */
/*   height: 100vh; */
  z-index: 1001;
  background-color: white;
/*   transition: opacity .3s ease; */
  display: none;
  overflow-y: auto;
  font-family: trim, hyjh;
}

#menu li {
  height: 104px;
  line-height: 104px;
  padding-left: 52px;
  border-bottom: 2px solid rgb(204, 204, 204);
  font-size: 32px;
}

#menu li.active {
  background-color: #f0f0f0;
}

#menu.active {
  display: block;
}

.btn_toggle {
  position: absolute;
  left: 686px;
  top: 34px;
  width: 40px;
}

.header_pic {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
}

.header_tel {
  position: absolute;
  left: 142px;
  top: 1238px;
  width: 464px;
  height: 50px;
  z-index: 453;
}

.menu_btns {
  position: absolute;
  left: 51px;
  top: 149px;
  width: 650px;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#p9_success {
  position: fixed;
  background: white;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 2005;
}

.p9_success {
  display: block;
  margin: 0 auto;
  width: 100vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#p9_form_close .p9_btn_close {
  position: absolute;
  top: 40px;
}

#p9_form_close2 {
  position: absolute;
  top: 100vw;
  left: 35vw;
  height: 10vw;
  width: 30vw;
/*   background: black; */
}

.form {
  position: absolute;
  left: 51px;
  top: 480px;
  width: 650px;
  height: 595px;
}

.form2 {
  position: absolute;
  left: 51px;
  top: 540px;
  width: 650px;
  height: 595px;
}

.form_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

input, select {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  background-color: transparent;
  font-family: trim, hyjh, sans-serif;
  font-size: 22px;
  color: black;
}

#name, #name2 {
  position: absolute;
  top: 95px;
  left: 110px;
  width: 200px;
  height: 65px;
  line-height: 65px;
  box-sizing: border-box;
  padding: 0 10px;
}

#phone, #phone2 {
  position: absolute;
  top: 95px;
  left: 445px;
  width: 200px;
  height: 65px;
  line-height: 65px;
  box-sizing: border-box;
  padding: 0 10px;
}

#province, #province2 {
  position: absolute;
  top: 185px;
  left: 155px;
  width: 490px;
  height: 65px;
  line-height: 65px;
  box-sizing: border-box;
  padding: 0 10px;
}

#city, #city2 {
  position: absolute;
  top: 275px;
  left: 155px;
  width: 490px;
  height: 65px;
  line-height: 65px;
  box-sizing: border-box;
  padding: 0 10px;
}

#form_agree_message, #form_agree_message2 {
  position: absolute;
  left: 0;
  top: 383px;
  width: 24px;
  height: 24px;
}

#form_agree_message:after, #form_agree_message2:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #8a1529;
  top: 4px;
  left: 5px;
  opacity: 0;
}

#form_agree_privacy, #form_agree_privacy2  {
  position: absolute;
  left: 0;
  top: 420px;
  width: 24px;
  height: 24px;
}

#form_agree_privacy:after, #form_agree_privacy2:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #8a1529;
  top: 4px;
  left: 5px;
  opacity: 0;
}

#form_agree_message.active:after,
#form_agree_message2.active:after,
#form_agree_privacy.active:after,
#form_agree_privacy2.active:after {
  opacity: 1;
}

#form_btn_privacy,
#form_btn_privacy2 {
  position: absolute;
  top: 420px;
  left: 200px;
  width: 100px;
  height: 40px;
/*   background-color: black; */
}

#footer {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 99;
  bottom: -1px;
  left: 0;
}

.footer_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#btn_footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

#btn_footer a {
  width: 50%;
  height: 100%;
  display: block;
  -webkit-tap-highlight-color: rgba(0,0,0,.5);
}

#footer_launch_btn {
  position: absolute;
  /* pointer-events: none; */
  width: 50vw;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.btn_submit {
  position: absolute;
  width: 500px;
  bottom: 0;
  left: 81px;
}

.btn_home {
  position: absolute;
  left: 317px;
  top: 1133px;
  width: 116px;
}

#main {
  padding-top: 90px;
  padding-bottom: 90px;
  width: 100%;
  background-color: white;
}

.page {
  position: relative;
  width: 100vw;
}

.page img {
  backface-visibility: hidden;
}

.pic {
  width: 100vw;
  display: block;
}

.p1_btn {
  position: absolute;
  left: 199px;
  top: 1023px;
  width: 352px;
}

#p1_launch_btn {
  position: absolute;
  left: 199px;
  top: 1023px;
  width: 352px;
  height: 52px;
  /* pointer-events: none; */
  z-index: 2;
}

.p1_btn2 {
  position: absolute;
  left: 289px;
  top: 1090px;
  width: 172px;
}

.p2 {
  /* height: 1413px; */
}

#p2_video_content {
  width: 100vw;
  height: 441px;
  overflow: hidden;
  position: relative;
}

.p2_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  object-fit: contain;
  background-color: black;
}

#p2_posters {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

#p2_posters img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}

#p2_posters img:nth-child(1) {
  opacity: 1;
}

#p2_video_pics {
  position: relative;
  width:100vw;
  height: 74.5vw;
  overflow: hidden;
}

#p2_video_progress_bar {
  position: absolute;
  top: 50px;
  left: 68px;
  width: 613px;
  height: 0.3515625vw;
  background-color: rgb(160, 160, 160);
}

#p2_video_progress_step {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 12.5%;
  background-color: black;
  transition: width .6s ease;
}

#p2_video_progress_step:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: black;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  right: -6px;
  z-index: 2;
}

#p2_video_btns {
  display: flex;
  position: absolute;
  top: 80px;
  left: 68px;
  width: 613px;
  height: 60px;
  justify-content:center;
  align-items: flex-start;
}

#p2_video_btns li {
  width: 25%;
  opacity: .6;
  cursor: pointer;
  transition: opacity .3s ease;
  display: flex;
  justify-content: center;
}

#p2_video_btns li:first-child img {
  width: 40px;
}

#p2_video_btns li:nth-child(2) img {
  width: 68px;
}

#p2_video_btns li:nth-child(3) img {
  width: 60px;
}

#p2_video_btns li:nth-child(4) img {
  width: 60px;
}


#p2_video_btns li.active {
  opacity: 1;
}

#p3 {
  height: 1326px;
}

#p4 {
  height: 1420px;
}

#p3_swiper, #p4_swiper {
  width: 100%;
  height: 100%;
}

#p3_swiper .swiper-slide, #p4_swiper .swiper-slide {
  background-color: white;
}

#p3_swiper img, #p4_swiper img {
  width: 100%;
}

.p4_pic1_gif {
  position: absolute;
  top: 0;
  left: 0;
}

#p3_pagination {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  display: flex;
  justify-content: center;
}

#p4_pagination {
  position: absolute;
  bottom: 165px;
  z-index: 1;
  display: flex;
  justify-content: center;
}

#p61_pagination,
#p62_pagination,
#p63_pagination, 
#p64_pagination{
  position: absolute;
  bottom: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet{
  border-radius: 0;
  opacity: 1;
  background-color: rgb(160, 160, 160);
  width: 56px;
  height: 5px;
}

.swiper-pagination-bullet-active {
  background-color: black;
}

.p3_title {
  position: absolute;
  width: 358px!important;
  pointer-events: none;
  left: 74px;
  top: 117px;
  z-index: 1;
  transform: translateZ(0);
}

.p4_title {
  position: absolute;
  width: 358px!important;
  pointer-events: none;
  left: 74px;
  top: 117px;
  z-index: 2;
  transform: translateZ(0);
}

.p5 {
  height: 1059px;
}

#p5_outside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#p5_inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#p5_inside_canvas {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 900px;
}

.p5_btn_outside {
  position: absolute;
/*   background: black; */
  width: 160px;
  height: 60px;
  top: 0;
  left: 280px;
}

.p5_btn_inside {
  position: absolute;
/*   background: black; */
  width: 160px;
  height: 60px;
  top: 0;
  left: 480px;
}

.p5_btn_inside {
  position: absolute;
}


#p5_pics {
  position: absolute;
  top: 150px;
  left: -5vw;
  width: 110vw;
  height: 67.5vw;
/*   height: 56.25vw; */
}

#p5_pics img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.p5_colors {
  position: absolute;
  left: 147px;
  top: 802px;
  width: 470px;
  height: 65px;
}

.p5_color {
  position: absolute;
  left: 0;
  top: 0;
  width: 470px;
}

#p5_color_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

#p5_color_btn>div {
  position: relative;
  width: 90px;
  height: 65px;
/*   background-color: rgba(0,0,0,.3); */
/*   margin-right: 25px; */
/*   margin-bottom: 15px; */
}

/* #p5_color_btn>div:nth-child(1) {
  margin-right: 60px;
}

#p5_color_btn>div:nth-child(2) {
  margin-right: 36px;
}

#p5_color_btn>div:nth-child(3) {
  margin-right: 36px;
}
 */

#p5_color_btn>div:after {
  content: '';
  position: absolute;
  border-width: 2px;
  border-color: rgb(87, 84, 237);
  border-style: solid;
  width: 116px;
  height: 90px;
  left: -14px;
  top: -12px;
  opacity: 0;
  transition: opacity .3s ease;
  box-sizing: border-box;
}

#p5_color_btn>div.active:after {
  opacity: 1;
}

#p5_color_txt {
  position: absolute;
  font-size: 32px;
  color: black;
  top: -80px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.p6_section {
  position: relative;
}

#p6_swiper1, 
#p6_swiper2, 
#p6_swiper3,
#p6_swiper4 {
  position: absolute;
  width: 100vw;
  height: 458px;
  left: 0;
  top: 508px;
}

#p6_swiper1 {
  top: 530px;
}

#p6_swiper4 {
  top: 510px;
}

#p6_swiper1 .swiper-slide, 
#p6_swiper2 .swiper-slide, 
#p6_swiper3 .swiper-slide,
#p6_swiper4 .swiper-slide {
  background-color: white;
}

#p6_swiper1 .swiper-slide img, 
#p6_swiper2 .swiper-slide img, 
#p6_swiper3 .swiper-slide img,
#p6_swiper4 .swiper-slide img {
  margin: 10px auto;
  display: block;
}

.p6_swiper41 {
  margin-left: 71px!important;
}

.p6_swiper22 {
  margin-left: 54px!important;
}

.p6_btn_config {
  position: absolute;
  bottom: 64px;
  width: 131px;
  left: 310px;
  z-index: 2;
  transform: translateZ(0);
  animation: p6_btn_config 1.5s ease infinite;
}

@keyframes p6_btn_config {
  from, to {
    opacity: 1;
    /*  transform: scale3d(1,1,1); */
  }
  50% {
    opacity: .5;
    /*   transform: scale3d(1.2,1.2,1); */
  }
}

#p6_btn_config.hover {
  opacity: 1;
}

.p9_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p9_btn_app {
  position: absolute;
  left: 125px;
  top: 887px;
  width: 500px;
}

.p9_btn_pop {
  position: absolute;
  left: 253px;
  top: 1180px;
  width: 246px;
}

#p61_prev,
#p62_prev,
#p63_prev,
#p64_prev {
  position: absolute;
  width: 19px;
  height: 37px;
  top: 120px;
  left: 50px;
  z-index: 1;
  transform: translateZ(0);
}

#p61_next,
#p62_next,
#p63_next,
#p64_next {
  position: absolute;
  width: 19px;
  height: 37px;
  top: 120px;
  right: 50px;
  z-index: 1;
  transform: translateZ(0);
}

.p6_section a img {
  width: 100%;
}

#p9 {
  height: 1350px;
}

#popup {
  position: fixed;
  top: 89px;
  width: 100%;
  height: calc(100vh - 90px);
  display: none;
  z-index: 100;
  overflow-y: auto;
  background-color: #f0f0f0;
  opacity: 0;
  transition: opacity .3s ease;
}

.p9_pop {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.p9_btn_close {
  position: fixed;
  left: 680px;
  top: 116px;
  width: 50px;
}

#p10 {
  position: relative;
  width: 100vw;
  height: 1090px;
  overflow: hidden;
}

#p11 {
  position: relative;
  width: 100vw;
  height: 900px;
  overflow: hidden;
}

#p10_swiper {
  position: absolute;
  width: 659px;
  height: 626px;
  left: 45px;
  top: 220px;
}

#p11_swiper {
  position: absolute;
  width: 653px;
  height: 456px;
  left: 48px;
  top: 220px;
}

#p10_swiper img, #p11_swiper img {
  width: 99%;
  display: block;
  margin-top: 4px;
}

#p10_prev, #p10_next, #p11_prev, #p11_next {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform:  translateZ(0);
}

#p10_prev, #p11_prev {
  right: 270px;
}

#p10_next, #p11_next {
  left: 270px;
}

#p10_prev, #p10_next {
  top: 860px;
}

#p11_prev, #p11_next {
  top: 680px;
}

#p10_prev img, #p10_next img, #p11_prev img, #p11_next img {
  width: 38px;
}

/* .p10_prev, .p11_prev {
  position: absolute;
  left: 435px;
  width: 38px;
}

.p10_next, .p11_next {
  position: absolute;
  left: 281px;
  width: 38px;
}

.p10_prev, .p10_next {
  top: 890px;
}

.p11_prev, .p11_next {
  top: 720px;
} */


.p10_tips {
  position: absolute;
  width: 132px;
  left: 309px;
  top: 960px;
}

.p11_tips {
  position: absolute;
  width: 176px;
  left: 287px;
  top: 780px;
}


/* Privacy Statements */
.copyrightDes {
  color: #363636;
  font-size: 14px;
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}

.copyrightDes div {
  position: relative;
}

.copyrightDes span {
  letter-spacing: 1.4px;
}

.copyrightDes a {
  color: #363636;
  font-size: 14px;
  text-decoration: underline;
}

.copyrightDes p {
  padding-bottom: 26px;
  line-height: 28px;
  font-weight: normal;
}

.copyrightDes h1,
.copyrightDes h2,
.copyrightDes h3,
.copyrightDes h4,
.copyrightDes h5 {
  font-weight: normal;
  padding-bottom: 26px;
}

.copyrightDes ul,
.copyrightDes li {
  list-style: circle inside;
  line-height: 28px;
  padding-bottom: 14px;
  font-weight: normal;
}

.copyrightDes .article {
  padding-top: 20px;
  width: 90%;
  height: 88%;
  margin-left: 5%;
  overflow: auto;
}

.driveSuccess {
  background-color: #8a1529 !important;
}

#closePrivacyBtn {
  width: 100px;
  height: 30px;
  margin: 0 0 0 -50px;
  background: #8a1529;
  position: fixed;
  bottom: 2%;
  left: 80%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
}

/* .arrow {
  position: absolute;
  bottom: 20px;
  left: 355px;
  width: 41px;
  z-index: 10;
} */

.arrow {
  position: absolute;
  left: 353px;
  top: 1140px;
  width: 41px;
  animation: arrow 1.5s ease infinite;
  pointer-events: none;
}

/* .swiper-slide-active .arrow {
  animation: arrow 1.5s ease infinite;
} */

@keyframes arrow {
  from, to {
    transform: translate3d(0,0,0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}