@font-face {
    font-family: 'Montserrat-Bold';
    /* src: url('/data/tms/website/html/font/FZLTHJW.TTF') format('truetype'); */
	src: url('../../font/Montserrat-Bold.otf') format('truetype');
}

/* banner */
body {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei,
    WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}
#_mup_style {
  color: rgb(227 190 164);
  font-size: 0.59rem;
  line-height: 0.59rem;
}
._mup_b{
	color: rgb(227 190 164);
	font-size: 0.5rem;
	line-height: 0.6rem;
	margin: 0 0.1rem;
}
.banner_left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  z-index: 10;
  left: 0.5rem;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
}
.banner_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  z-index: 10;
  right: 0.5rem;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s;
}
.banner_left.active,
.banner_right.active {
  opacity: 1;
}

.banner_pagination span {
  position: relative;
}
.banner_pagination span::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #bf906c;
}
.banner_pagination span.swiper-pagination-bullet-active {
  width: 1rem;
}
.banner_pagination span.active::after {
  width: 100%;
  transition: all 5s linear;
}

/* banner遮罩 */
.banner_shade {
  width: 100%;
  height: 100vh;
  background-color: #000;
  transition: all 3.5s;
  position: absolute;
  z-index: 20;
}
.banner_shade.active {
  height: 0;
}

.banner {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
}
.banner_swiper .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner_swiper .swiper-slide .kv_img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 2s;
  transition-delay: 0.3s;
}
.banner_swiper .swiper-slide-active .kv_img {
  transform: scale(1);
}
.banner_pagination {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
  transition-delay: 2s;
}
.banner_pagination.active {
  opacity: 1;
  bottom: 0.5rem;
}
.banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.55);
  width: 0.4rem;
  height: 1px;
  opacity: 1;
  margin: 0 0.06rem;
  transition: all 0.6s;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 1px;
  border-radius: 0;
  opacity: 1;
}
.kv_text {
  position: absolute;
  bottom: 0.5rem;
  left: 0.8rem;
}

.kv_text .kv_t1 {
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.6s;
  font-family: "PM";
}
.kv_text .kv_t2 {
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.8s;
}
.kv_text .kv_t4 {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.1rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 1s;
  transition-delay: 1s;
  font-size: 0.15rem;
}
.kv_text .kv_time {
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
  transition-delay: 1s;
}
.banner_swiper .swiper-slide.swiper-slide-active .kv_text .kv_t1 {
  transform: translateY(0);
  opacity: 1;
}
.banner_swiper .swiper-slide.swiper-slide-active .kv_text .kv_t2 {
  transform: translateY(0);
  opacity: 1;
}
.banner_swiper .swiper-slide.swiper-slide-active .kv_text .kv_t4 {
  transform: translateY(0);
  opacity: 1;
}
.banner_swiper .swiper-slide.swiper-slide-active .kv_text .kv_time {
  transform: translateY(0);
  opacity: 1;
}
.banner_swiper .swiper-slide.swiper-slide-active .kv_btn {
  /* transform: translateY(0);
	opacity: 1; */
}
.kv_text._leave {
  bottom: -1rem;
  opacity: 0;
}
.kv_t1 {
  color: #fff;
  font-size: 0.44rem;
  line-height: 0.7rem;
}
.kv_t2 {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin-top: 0rem;
  letter-spacing: 0.078rem;
}
.kv_t3 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.25rem;
  font-weight: 300;
  margin-top: 0.3rem;
  display: none;
}
.kv_time {
  display: flex;
  font-size: 0.5rem;
  color: rgb(199 142 102);
  font-weight: bold;
  margin-top: 0.3rem;
  opacity: 0;
  transition: all 0.4s;
}
.kt_u {
  line-height: 0.5rem;
  margin: 0 0.2rem;
}
.kv_time div {
  position: relative;
}
.kt_h::after {
  content: "HOUR";
  color: rgb(199 142 102);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3rem;
  font-size: 0.14rem;
  opacity: 0.5;
}
.kt_m::after {
  content: "MINUTE";
  color: rgb(199 142 102);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3rem;
  font-size: 0.14rem;
  opacity: 0.5;
}
.kt_s::after {
  content: "SECOND";
  color: rgb(199 142 102);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3rem;
  font-size: 0.14rem;
  opacity: 0.5;
}

.kv_btn {
  position: absolute;
  bottom: 0rem;
  right: 0.8rem;
  z-index: 1;
  transition: all 1s;
  transition-delay: 1s;
  opacity: 0;
}
.banner_swiper .swiper-slide-active .kv_btn {
  opacity: 1;
  bottom: 0.6rem;
}
.kv_btn._leave {
  bottom: -1rem;
  opacity: 0;
}
.kv_b1 {
  display: block;
  width: 3.7rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  /* background-color: #fff; */
  font-size: 0.18rem;
}
.b1_color_2 {
  background-color: rgba(64, 64, 64, 0.6);
  color: rgba(255, 255, 255, 0.9);
}

.kv_b1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_720 {
  width: 0.3rem;
  z-index: 2;
}
.btn_style_1 span {
  width: auto;
  margin-left: 0.2rem;
  font-size: 0.16rem;
  letter-spacing: 0.006rem;
}

/* 车型 信息 配置 */
.car_message_box{
	margin-top: 100vh;
}
.car_message {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 0 1.5rem 1rem;
  background-color: rgb(17, 17, 17);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carm_text {
  padding: 1.5rem 0;
}
.carm_t1 {
  font-size: 0.44rem;
  line-height: 0.6rem;
  font-weight: bold;
  font-family: "PM";
}
.carm_t1 span {
  transform: translateY(1.5rem);
  transition: all 1.51s;
  display: block;
  opacity: 0;
  transition-delay: 0.1s;
}
.into.carm_t1 span {
  opacity: 1;
  transform: translateY(0);
}
.carm_t2 {
  font-size: 0.36rem;
  line-height: 0.6rem;
  margin-top: 0.35rem;
  transform: translateY(1.5rem);
  opacity: 0;
  transition: all 1.51s;
  transition-delay: 0.3s;
}
.into.carm_t2 {
  transform: translateY(0);
  opacity: 1;
}
.carm_config {
  display: flex;
  justify-content: space-between;
  transform: translateY(1.5rem);
  opacity: 0;
  transition: all 1.51s;
  transition-delay: 0.5s;
}
.into.carm_config {
  transform: translateY(0);
  opacity: 1;
}
.carm_config .carm_cf_min {
  width: 23.5%;
  padding-bottom: 0.6rem;
  position: relative;
}
.carm_config .carm_cf_min:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: rgba(277, 190, 164, 0.2);
  position: absolute;
  bottom: 0;
  transition: all 1.51s;
  transition-delay: 0.8s;
}
.into.carm_config .carm_cf_min:after {
  width: 100%;
}
.carm_t1 {
  color: rgb(227 190 164);
}
.carm_t2 {
  color: rgb(227 190 164);
}
.ccm_t1 {
  color: rgba(227, 190, 164, 0.7);
  font-size: 0.21rem;
  line-height: 0.25rem;
  font-weight: 300;
  height: 0.6rem;
}
.ccm_t2 {
  display: flex;
  align-items: flex-end;
  margin-top: 0.5rem;
}
.ccm_icon{
	width: 0.3rem;
	margin-right: 0.15rem;
}
.ccm_icon img{
	width: 100%;
}
.cc_num {
  font-size: 0.6rem;
  color: #fff;
  display: flex;
  font-family: 'Montserrat-Bold';
}
.cc_unit {
  color: rgb(227 190 164);
  font-size: 0.5rem;
  line-height: 0.34rem;
  margin-left: 0rem;
  font-family: 'Montserrat-Bold';
}


.mouse_swiper {
  background-color: #000;
  cursor: none;
  position: sticky;
  top: 0;
  height: 100vh;
}
.mouse_swiper .swiper-container {
  width: 45%;
  margin-left: 0;
  overflow: inherit;
}
.mouse_swiper .swiper-slide .mss_i {
  width: 100%;
  height: 55vh;
  object-fit: cover;
}
.mouse_swiper .swiper-pagination-progress {
  bottom: 1rem;
  left: 1rem;
  top: auto;
  width: calc(100% - 2rem);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.mouse_swiper .swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: rgb(199 142 102);
}
.mouse_swiper .swiper-pagination-progress.ms_pagination_2 {
  left: 1rem;
  width: calc(100% - 2rem);
}

/* 鼠标跟随 */
.mouse_follow_car {
  width: 150px;
  height: 150px;
  position: fixed;
  pointer-events: none;
  opacity: 1;
  z-index: 20000;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s, transform 0.6s;
}
.mfc_min {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  font-size: 0.18rem;
}
.mouse_follow_car img {
  width: 0.1rem;
}
.mw_right{
  transform: rotate(180deg);
}

.mouse_swiper_1 {
  padding: 1.3rem 1rem 0;
}
.ms_title {
  font-size: 0.63rem;
  color: #fff;
  margin-bottom: 6vh;
}
.mstl_1 {
  line-height: 0.5rem;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  transform: translateY(1rem);
  opacity: 0;
}
.mstl_2 {
  font-size: 0.44rem;
  line-height: 0.5rem;
  font-weight: 400;
  margin-top: 0.1rem;
  transform: translateY(1rem);
  opacity: 0;
}
.ms_title.into .mstl_1,
.ms_title.into .mstl_2 {
  transform: translateY(0rem);
  opacity: 1;
  transition: all 1s;
}
.ms_title.into .mstl_1 {
  transition-delay: 0.2s;
}
.ms_title.into .mstl_2 {
  transition-delay: 0.5s;
}

/* 图集 弹窗 */
html.im_overflow {
  overflow: hidden !important;
}
.explore_pop {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50000;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}
.explore_pop.active {
  opacity: 1;
  pointer-events: auto;
}
.exp_size_box {
  position: relative;
}
.close_exp_pop {
  position: absolute;
  top: -0.3rem;
  right: -1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 2px solid rgb(215, 190, 142);
  background-color: rgb(215, 190, 142);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s;
}
/* .close_exp_pop:hover {
  background-color: rgb(215, 190, 142);
} */
.close_exp_pop img {
  width: 0.2rem;
  transition: all 0.5s;
}
.close_exp_pop img:nth-of-type(1) {
  opacity: 1;
}
.close_exp_pop img:nth-of-type(2) {
  opacity: 0;
}
.close_exp_pop img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.close_exp_pop:hover img:nth-of-type(1) {
  opacity: 0;
}
.close_exp_pop:hover img:nth-of-type(2) {
  opacity: 1;
}
.size_po {
  width: 53vw;
  opacity: 0;
}
.sw_explore {
  position: absolute;
  top: 0;
  width: 53vw;
}
.sw_explore .swiper-slide {
  background-color: #000;
  width: 53vw;
  overflow: hidden;
}
.sw_explore .swiper-slide img {
  width: 53vw;
  display: block;
}

.text_change_btn {
  position: absolute;
  height: 10vh;
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tcb_left {
  position: relative;
  height: 100%;
  display: none !important;
}
.tcb_left div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(0.5rem);
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.22rem;
  display: flex;
  align-items: center;
}
.tcb_left div.active {
  opacity: 1;
  transform: translateY(0rem);
  transition: all 1s;
}
.tcb_left div span {
  display: block;
  margin-left: 0.3rem;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}
.tcb_left div span::before {
  content: "";
  width: 1px;
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: -0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.tcb_right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.exp-pagination {
  position: relative;
  flex: 1;
  height: 1px !important;
  background-color: rgba(255, 255, 255, 0.3);
}
.exp-pagination span {
  background-color: rgb(215, 190, 142) !important;
}
.exp-pagination div {
  width: 11.11%;
  height: 100%;
  background-color: rgb(215, 190, 142);
}
.exp_btn_list {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.exp-prev,
.exp-next {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 100%;
  background-color: rgb(215, 190, 142);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 1s;
}
.exp-prev:hover,
.exp-next:hover {
  transform: scale(1.1);
}
.exp-prev img,
.exp-next img {
  width: 0.1rem;
}
.exp-next {
  margin-left: 0.2rem;
}

/* 按钮 */
.zdt_btn {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  position: relative;
  margin-top: 0.2rem;
  cursor: pointer;
  font-weight: 300;
  color: #939393;
  margin-bottom: 0.2rem;
}
.zdt_btn_ns{
	justify-content: flex-end;
}
.zdt_btn_nstt{
  justify-content: flex-start;
}
.zdt_btn img {
  width: 0.2rem;
}
.zdt_b_icon {
  display: flex;
  justify-content: center;
  width: 0.4rem;
  position: relative;
  overflow: hidden;
  height: 0.2rem;
}
.zbi_1 {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  transition: left 1s, opacity 0.6s;
  opacity: 1;
}
.zbi_2 {
  position: absolute;
  left: -120%;
  transition: left 1s, opacity 0.6s;
  opacity: 0;
  transform: translateX(-50%);
}
.zdt_btn:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #fff;
  bottom: -0.1rem;
  position: absolute;
  transition: all 1.2s;
}
.zdt_btn:hover:after {
  width: 100%;
}
.zdt_btn:hover .zbi_1 {
  left: 120%;
  opacity: 0;
}
.zdt_btn:hover .zbi_2 {
  left: 50%;
  opacity: 1;
}

/* 2023 11 30 新增 */
.my_favorite {
  width: 100%;
  background-color: #000;
  position: sticky;
  top: 0;
}
.mf_main {
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.mf_bk {
  width: 100vw;
  object-fit: cover;
}
.mf_text {
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mf_text_1 {
  font-size: 0.2rem;
  font-weight: 300;
  line-height: 0.5rem;
  color: #939393;
  transform: translateY(1rem);
  opacity: 0;
}
.mf_text_1.color_o1{
	color: #debea7 !important;
}
.mf-ws{
  color: rgba(255, 255, 255, 0.9) !important;
}
.mf_text_2 {
  font-size: 0.44rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: bold;
  transform: translateY(1rem);
  opacity: 0;
  margin-top: 0.1rem;
  font-family: "PM";
}
.mf_text_3 {
  font-size: 0.2rem;
  color: #fff;
  font-weight: 300;
  margin-top: 0.1rem;
  transform: translateY(1rem);
  opacity: 0;
}
.mf_text .zdt_btn {
  transform: translateY(1rem);
  opacity: 0;
}
.mf_text.into .mf_text_1,
.mf_text.into .mf_text_2,
.mf_text.into .mf_text_3,
.mf_text.into .zdt_btn {
  transition: all 1s;
  transform: translateY(0rem);
  opacity: 1;
}
.mf_text.into .mf_text_1 {
  transition-delay: 0.2s;
}
.mf_text.into .mf_text_2 {
  transition-delay: 0.5s;
}
.mf_text.into .mf_text_3 {
  transition-delay: 0.8s;
}
.mf_text.into .zdt_btn {
  transition-delay: 1.1s;
}
.mf_text .zdt_btn {
  color: #939393;
  margin-top: 0.18rem;
}
.mf_btn_1 {
  position: absolute;
  left: 28%;
  top: 55%;
}
.mf_btn_2 {
  position: absolute;
  left: 59%;
  top: 34%;
}
.mf_btn_3 {
  position: absolute;
  left: 47%;
  top: 57%;
  z-index: 2;
}
.mf_btn_4 {
  position: absolute;
  left: 67%;
  top: 55%;
  z-index: 2;
}
.mf_pop {
  position: fixed;
  width: 54vw;
  right: -60vw;
  height: 100vh;
  z-index: 3;
  top: 0;
  padding-left: 0.27rem;
  transition: all 1s;
}
.mf_pop.active {
  right: 0;
}
.mf_pop .mf_pop_close {
  position: absolute;
  top: 54%;
  transform: translateY(-50%) scale(1);
  width: 0.54rem;
  height: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0rem;
  z-index: 1;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.mf_pop .mf_pop_close img {
  width: 0.15rem;
}
.mf_pop .mf_pop_close:hover {
  transform: translateY(-50%) scale(1.1);
}
.mf_pop_main {
  background-color: rgb(19, 19, 19);
  padding: 1.36rem 1rem 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.mpm_t0 {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.4;
  display: flex;
  align-items: center;
  letter-spacing: 0.02rem;
  font-weight: 300;
}
.mpm_t0 div:nth-of-type(2) {
  width: 1.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.26);
  margin: 0 0.2rem;
}
.mpm_t1 {
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.25rem;
}
.mpm_t2 {
  font-size: 0.2rem;
  font-weight: 300;
  color: #b7b7b7;
  margin-top: 0.14rem;
  margin-bottom: 0.5rem;
}
.mpm_t3 video {
  width: 100%;
  /* margin-top: 0.25rem; */
}
.mpm_t3 img {
  width: 100%;
  /* margin-top: 0.25rem; */
}
.mpm_min {
  position: absolute;
  top: 1.36rem;
  left: 1.2rem;
  width: calc(100% - 2.4rem);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.mpm_min.active {
  opacity: 1;
  pointer-events: auto;
}
.mpm_t div {
  transform: translateX(1rem);
  opacity: 0;
}
.mpm_min.active .mpm_t div {
  transition: all 0.7s;
  transform: translateX(0rem);
  opacity: 1;
}
.mpm_min .mpm_t:nth-of-type(1) div {
  transition-delay: 0.5s;
}
.mpm_min .mpm_t:nth-of-type(2) div {
  transition-delay: 0.8s;
}
.mpm_min .mpm_t:nth-of-type(3) div {
  transition-delay: 1.1s;
}
.mpm_min .mpm_t:nth-of-type(4) div {
  transition-delay: 1.4s;
}

.mf_btn {
  transition: all 0.5s;
}
.mf_btn._hide {
  transform: scale(0);
}
.mf_bk {
  transition: 1s;
}
.mf_text {
  transition: 0.5s;
}
.mf_text._hide {
  opacity: 0;
}
.mf_bk._into_0 {
  transform: scale(1.4) translate(-4rem, 0rem);
}
.mf_bk._into_1 {
  transform: scale(1.5) translate(-5.5rem, 1rem);
}
.mf_bk._into_2 {
  transform: scale(1.7) translate(-2rem, -1rem);
}
.mf_bk._into_3{
  transform: scale(1.7) translate(-5rem, -0.5rem);
}

/* 2023 12 08 新增 */
.ping_sticky {
  width: 100%;
  /* height: 180vh; */
  position: relative;
}
.unit_sing {
  position: sticky;
  top: 0;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
}
.unit_sing_i img {
  width: 100%;
  /* height: 100vh; */
  object-fit: cover;
}
.unit_sing_t {
	position: absolute;
	bottom: 0.8rem;
	right: 1rem;
	color: #fff;
	text-align: right;
}
.unit_sing_t_ns{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.ust_1 {
  font-size: 0.2rem;
  color: #debea7;
  font-weight: 300;
  line-height: 0.5rem;
  transform: translateY(1rem);
  opacity: 0;
}
.ust_2 {
  font-size: 0.44rem;
  line-height: 0.6rem;
  font-weight: bold;
  transform: translateY(1rem);
  opacity: 0;
  margin-top: 0.1rem;
  font-family: "PM";
}
.ust_3 {
  font-size: 0.2rem;
  font-weight: 300;
  transform: translateY(1rem);
  opacity: 0;
  margin-top: 0.1rem;
}
.ust_3_1{
	transform: translateY(1rem);
	opacity: 0;
}
ust_3_1
.ust_4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.3rem;
  cursor: pointer;
  transform: translateY(1rem);
  opacity: 0;
}
.ustb_btn_t{
	position: relative;
	z-index: 2;
  font-size: 0.16rem;
}
.ust_btn {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.ust_btn img {
  width: 0.15rem;
}
.ust_t {
  margin-left: 0.18rem;
  font-size: 0.2rem;
  font-weight: 300;
}
.ust_4:hover .ust_btn {
  background-color: rgba(255, 255, 255, 0.2);
}

.unit_sing_t.into .ust_min {
  transform: translateY(0rem);
  opacity: 1;
  transition: all 1s;
}
.unit_sing_t.into .ust_min:nth-of-type(1) {
  transition-delay: 0.2s;
}
.unit_sing_t.into .ust_min:nth-of-type(2) {
  transition-delay: 0.5s;
}
.unit_sing_t.into .ust_min:nth-of-type(3) {
  transition-delay: 0.8s;
}
.unit_sing_t.into .ust_min:nth-of-type(4) {
  transition-delay: 1.1s;
}
.unit_sing_t.into .ust_min:nth-of-type(5) {
  transition-delay: 1.4s;
}

.unit_sing_2 .unit_sing_t {
  right: auto;
  left: 5vw;
  bottom: auto;
  top: 1.3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.unit_sing_2 .ust_4 {
  justify-content: flex-start;
}

.unit_sing_t_bottom{
	position: absolute;
  padding: 0 1rem;
	/* left: 5vw; */
	bottom: 0.8rem;
	display: flex;
	justify-content: flex-start;
}
.ustb_min{
	margin-left: 1vw;
	background-color: rgba(0,0,0,.4);
	padding: 0.25rem;
	height: 1.8rem;
	color: rgba(255, 255, 255, 0.7);
	transition: all .3s;
	position: relative;
  flex: 1;
}
.ustb_min:nth-of-type(1){
	margin-left: 0;
}
.ustb_min:hover{
	background-color: rgba(0,0,0,0);
}
.ustb_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(80,45,23,1), rgba(0,0,0,0.7));
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s;
}
.ustb_min:hover .ustb_mask{
	opacity: 1;
}
.ustb_min_t1{
	font-size: 0.2rem;
	position: relative;
	z-index: 2;
  font-weight: bold;
  height: 0.5rem;
}
.ustb_min_t2{
	margin-top: 0.1rem;
	font-size: 0.16rem;
	position: relative;
	z-index: 2;
	width: auto;
  font-weight: 300;
  opacity: 0.7;
}
.ustb_min_long{
  /* height: 2.6rem; */
}
.ustb_min_short{
  width: 7rem;
}
.ustb_min_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 0.2rem;
	position: relative;
	z-index: 2;
}
.ust_click{
  flex-shrink: 0;
    /* width: 22%; */
    display: flex;
    align-items: center;
    /* margin-top: 0.2rem; */
}
.ustb_min_btn .ust_btn{
	margin-left: 0.2rem;
}
.ustb_min_btn:hover .ust_btn{
	background-color: rgba(255, 255, 255, 0.2);
}



/* 横向弹窗 */
.hot_pop_box {
  display: flex;
  background-color: #000000;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10001;
  overflow-x: scroll;
  overflow-y: hidden;
  pointer-events: none;
  transition: all 0.8s;
  margin-left: 110vw;
}
.hot_pop_box.active {
  margin-left: 0vw;
  opacity: 1;
  pointer-events: auto;
}
.hot_pop_menu {
  width: 1.5rem;
  height: 100%;
  background-color: #000000;
  position: sticky;
  left: 0;
  flex-shrink: 0;
  z-index: 2;
}
.hot_pop_other {
  display: flex;
}
.hot_pop_box::-webkit-scrollbar {
  display: none;
}
.hot_pop_box {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hot_close_pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.55rem;
  height: 0.55rem;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
}
.hot_close_pop img {
  width: 0.2rem;
  height: 0.2rem;
}
.hot_close_pop:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.2);
}
.hot_schedule_line {
  position: absolute;
  bottom: 0.95rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.15);
}
.hot_schedule_line::after {
  position: absolute;
  content: "";
  height: 0.3rem;
  bottom: -0.3rem;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.hot_schedule_line div {
  width: 100%;
  height: 0.3rem;
  position: absolute;
  top: 0;
  background-color: rgba(199, 142, 102, 1);
}
.hpo_t {
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  position: relative;
}
.hpo_t_one {
  padding: 0 0.8rem 0 0.4rem;
}

.hpo_logo {
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  display: flex !important;
  align-items: center;
  font-size: 0.2rem;
  font-weight: bold;
}
.hpol_3 {
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.02rem;
  font-weight: 300;
}
.hpol_3 div {
  color: rgba(255, 255, 255, 0.5);
}
.hpol_1,
.hpol_3 div.active {
  /* color: #fff; */
}
.hpol_3 div.active {
  font-size: 0.25rem;
  padding: 0 0.02rem;
}
.hpol_2 {
  width: 1.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.26);
  margin: 0 0.2rem;
}
.hpo_details {
  height: 84vh;
  display: flex;
}
.db_i {
  height: 62vh;
  margin-top: 3vh;
}
.hpd_min {
  margin-right: 0.5rem;
}
.hpd_min:nth-last-of-type(1) {
  margin-right: 0rem;
}
/* 弹窗1 */
.hpo_1_title {
  font-size: 0.4rem;
  padding: 5vh 0 3vh;
  color: #fff;
  height: 1.7rem;
}
.hdm_t1_line{
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.4);
	/* height: 0.5rem; */
  margin-top: 0.2rem;
}
.detail_box {
  background-color: #000;
  position: relative;
  height: 70vh;
}
.detail_box .db_i {
  width: auto;
}
.detail_left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dl_title {
  font-size: 0.35rem;
  color: #fff;
  transform: translateY(1.5rem);
  opacity: 0;
  transition: all 1.51s;
}
.into.dl_title {
  transform: translateY(0);
  opacity: 1;
}
.dnl_min {
  padding: 0.25rem 0rem;
  color: rgb(199 142 102);
  position: relative;
}
.hot_pop_box_2 .dnl_min {
  padding: 0.5rem 0rem;
}
/* .dnl_min::before{
	background-color: rgb(80 62 50);
	width: 0%;
	height: 1px;
	position: absolute;
	top: 0;
	content: '';
	transition: all 1.51s;
	transition-delay: 1.3s;
}
.dnl_min:nth-last-of-type(1)::after{
	background-color: rgb(80 62 50);
	width: 0%;
	height: 1px;
	position: absolute;
	top: auto;
	bottom: 0;
	content: '';
	transition: all 1.51s;
	transition-delay: 1.3s;
} */
/* .hot_pop_box.active .dnl_min::before,
.hot_pop_box.active .dnl_min:nth-last-of-type(1)::after{
	width: 100%;
} */
.dnlm_t1 {
  font-size: 0.7rem;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 1s;
}
.dl_num_list_2 {
  margin-top: 1rem;
}
.dl_num_list_2 .dnl_min {
  padding: 0.45rem 0rem;
}
.dnlm_t2 {
  font-weight: 300;
  font-size: 0.2rem;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 1s;
}
.dl_num_list_2 .dnlm_t2 {
  margin-top: 0.15rem;
}

.hpo_logo {
  transform: translateX(1rem);
  opacity: 0;
}
.hot_pop_box.active .hpo_logo {
  transition: all 1s;
  transform: translateX(0rem);
  opacity: 1;
  transition-delay: 0.7s;
}
.hpo_1_title,
.hdm_t1_line,
.hpo_1_detail {
  transform: translateX(1rem);
  opacity: 0;
  position: relative;
}
.hot_pop_box.active .hpo_1_title,
.hot_pop_box.active .hdm_t1_line,
.hot_pop_box.active .hpo_1_detail {
  transition: all 1s;
  transform: translateX(0rem);
  opacity: 1;
}
.hot_pop_box.active .hpo_1_title {
  transition-delay: 1.1s;
}
.hot_pop_box.active .hdm_t1_line {
  transition-delay: 1.1s;
}
.hot_pop_box.active .hpo_1_detail {
  transition-delay: 1.1s;
}
.hot_pop_box.active .dnlm_t1 {
  opacity: 1;
  transform: translateX(0);
}
.hot_pop_box.active .dnlm_t2 {
  opacity: 0.8;
  transform: translateX(0);
}
.dnl_line {
  background-color: rgb(80 62 50);
  width: 0%;
  height: 1px;
  transition: all 1.51s;
}
.hot_pop_box.active .dnl_line {
  width: 100%;
}
.hot_pop_box.active .dnl_into_0 {
  transition-delay: 1.1s;
}
.hot_pop_box.active .dnl_into_1 {
  transition-delay: 1.2s;
}
.hot_pop_box.active .dnl_into_2 {
  transition-delay: 1.3s;
}
.hot_pop_box.active .dnl_into_3 {
  transition-delay: 1.4s;
}
.hot_pop_box.active .dnl_into_4 {
  transition-delay: 1.5s;
}
.hot_pop_box.active .dnl_into_5 {
  transition-delay: 1.6s;
}
.hot_pop_box.active .dnl_into_6 {
  transition-delay: 1.7s;
}
.hot_pop_box.active .dnl_into_7 {
  transition-delay: 1.8s;
}
.hot_pop_box.active .dnl_into_8 {
  transition-delay: 1.9s;
}
.hot_pop_box.active .dnl_into_9 {
  transition-delay: 2s;
}

.hpo_1_title_after1 {
  display: flex;
  align-items: flex-end;
}
.hpo_1_title_after1 span {
  font-size: 0.16rem;
  color: #fff;
  white-space: nowrap;
  opacity: 0.8;
  line-height: 0.35rem;
  margin-left: 0.2rem;
}

.hpo_detail_box {
  display: flex;
}
.hpo_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 70vh;
}
.lntelligence_min {
  height: 22.5vh;
  overflow: hidden;
  position: relative;
}
.intelligence_marks {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
  transition: all 0.5s;
}
.lntelligence_min:hover .intelligence_marks {
  background-color: transparent;
}
.intelligence_t {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  font-size: 0.2rem;
  z-index: 2;
  color: rgb(199 142 102);
}
.lntelligence_min img {
  height: 22.5vh;
  object-fit: cover;
}
.hpo_right_top {
  display: flex;
  margin-bottom: 1.2vh;
}
.hpo_right_bottom {
  display: flex;
}
.hpo_right_top .lntelligence_min {
  height: 26.8vh;
}
.hpo_right_top img {
  height: 26.8vh;
  margin-left: 1vh;
}
.hpo_right_bottom .lntelligence_min {
  height: 42vh;
}
.hpo_right_bottom img {
  height: 42vh;
  margin-left: 1vh;
}
.hpo_details_min {
  display: flex;
  align-items: center;
  padding-top: 10vh;
}
.hpo_details_min video {
  height: 73vh;
  transform: translateX(1rem);
  transition: all 1s;
  opacity: 0;
}
.hpo_details_min img {
  height: 73vh;
  transform: translateX(1rem);
  transition: all 1s;
  opacity: 0;
}
.hdm_t {
  margin: 0 1rem 0 1rem;
  padding-bottom: 1.5rem;
}
.hdm_t_01 {
  width: 34vw;
}
.hdm_t_02 {
  width: 34vw;
}
.hdm_t_one {
  margin: 0 1rem 0 0rem;
}
.hdm_t1 {
  font-size: 0.55rem;
  color: #fff;
  transform: translateX(1rem);
  transition: all 1s;
  opacity: 0;
  white-space: nowrap;
}
.hdm_t2 {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.4rem;
  transform: translateX(1rem);
  transition: all 1s;
  opacity: 0;
}
.hot_pop_box.active .hdm_t1 {
  transform: translateX(0rem);
  opacity: 1;
  transition-delay: 1.1s;
  line-height: 0.55rem;
}
.hot_pop_box.active .hdm_t2 {
  transition-delay: 1.3s;
  transform: translateX(0rem);
  opacity: 1;
}
.hot_pop_box.active .hpo_details_min video {
  transition-delay: 1.5s;
  transform: translateX(0rem);
  opacity: 1;
}
.hot_pop_box.active .hpo_details_min img {
  transition-delay: 1.5s;
  transform: translateX(0rem);
  opacity: 1;
}
.hdm_i {
  position: relative;
}

/* 颜色 */
.color_change{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
}
.color_bk_list{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.color_bk_list img{
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	object-fit: cover;
	opacity: 0;
	transition: all .5s;
}
.color_bk_list img:nth-of-type(1){
	position: relative;
}
.color_bk_list img.active{
	opacity: 1;
}
.color_title{
	position: absolute;
	top: 1.3rem;
	left: 1rem;
	color: #fff;
}
.color_title div:nth-of-type(1){
	font-size: 0.2rem;
}
.color_title div:nth-of-type(2){
	font-size: 0.44rem;
  font-weight: bold;
  line-height: 0.6rem;
  font-family: "PM";
	margin-top: 0.1rem;
}
.color_btn_list{
	position: absolute;
	bottom: 0.8rem;
	left: 1rem;
	width: calc(100% - 2rem);
	display: flex;
	justify-content: space-between;
}
.color_change .btn_style_1{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.7rem;
	height: 0.75rem;
	line-height: 0.75rem;
	font-size: 0.18rem;
}
.cbl_left{
	display: flex;
}
.cbll_min{
	position: relative;
	margin: 0 0.15rem;
	cursor: pointer;
}
.cbllm_c{
	padding: 3px;
	border-radius: 100%;
	border: 1px solid transparent;
	transition: all .5s;
}
.cbllm_c img{
	width: 0.4rem;
}
.cbllm_t{
  font-size: 0.14rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.1rem;
	white-space: nowrap;
	color: #fff;
	transition: all .5s;
	opacity: 0;
}
.cbll_min.active .cbllm_t{
	opacity: 1;
}
.cbll_min.active .cbllm_c1,
.cbll_min.active .cbllm_c2,
.cbll_min.active .cbllm_c3,
.cbll_min.active .cbllm_c4,
.cbll_min.active .cbllm_c5, 
.cbll_min.active .cbllm_c6 {
	border: 1px solid rgb(0,0,0,0.5);
}

.btn_style_1 span{
	width: auto;
	margin-left: 0.2rem;
}
.vx .btn_style_1{
	color: #000;
}
.vx .btn_style_1:hover span{
	color: #fff;
}
.vx .btn_style_1{
	background-color: #fff;
}
.vx .btn_style_1::after{
	background-color: rgb(199, 140, 103);
}
.vx .icon_720{
	width: 0.35rem;
	position: relative;
}
.vx .icon_720 img{
	width: 100%;
}
.vx .icon_720_1{
	transition: all .5s;
}
.vx .icon_720_2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .3s;
}
.vx .btn_style_1:hover .icon_720_2{
	opacity: 1;
}
.vx .btn_style_1:hover .icon_720_1{
	opacity: 0;
}

/* 2024 7 15 */
.country_jump{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.3rem 0;
	font-family: 'PM';
	background-color: #edeef0;
	position: relative;
}
.country_t1{
	font-size: 0.45rem;
	font-weight: bold;
}
.country_t2{
	font-size: 0.16rem;
	margin-top: 0.2rem;
}
.country_my{
	background-color: rgb(63, 64, 68) !important;
	color: #fff !important;
	margin-top: 0.8rem;
	cursor: pointer;
}
.country_my span{
	margin-left: 0;
	margin: 0.28rem 0.8rem;
	font-size: 0.18rem;
}
.country_t3{
	margin-top: 0.8rem;
	font-size: 0.22rem;
	font-weight: bold;
}
.country_list{
	display: flex;
	margin-top: 0.5rem;
}
.country_min{
	display: flex;
	align-items: center;
	margin: 0 0.4rem;
	font-size: 0.16rem;
	cursor: pointer;
	position: relative;
	padding-bottom: 0.1rem;
}
.country_min img{
	margin-left: 0.1rem;
	width: 0.12rem;
	opacity: 0;
	transition: all 1s;
}
.country_min:hover img{
	opacity: 1;
}
.country_jump .btn_s1::after{
	background-color: #444;
	height: 2px;
}

.footer_box{
	position: relative;
}


/* 内饰缩放 */
.ns_zoom{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.ns_zoom .ns_zoom_i{
	transform: scale(1.3);
	transition: all 2.5s;
}
.ns_zoom._into .ns_zoom_i{
	transform: scale(1);
}
.cabin_zoom{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: rgb(17, 17, 17);
}
.cabin_zoom_i{
	opacity: 0.3;
	transition: all 2s;
}
.cabin_zoom._into .cabin_zoom_i{
	opacity: 1;
}

/* rx 移动 */
@media (max-width: 767px) {
  .country_jump{
		padding: 1rem 0.5rem;
	}
	.country_t1{
		font-size: 0.36rem;
	}
	.country_t2{
		font-size: 0.2rem;
		line-height: 0.3rem;
		text-align: center;
	}
	.country_list{
		flex-wrap: wrap;
	}
	.country_my{
		font-size: 0.18rem;
	}
	.country_my span{
		margin: 0.3rem 0.5rem;
	}
	.country_min{
		margin: 0;
		width: 30%;
		justify-content: space-between;
	}

  .kv_text {
    bottom: 2.9rem;
    left: 0.5rem;
  }
  .banner_swiper .swiper-slide-active .kv_btn {
    bottom: 1.8rem;
    right: auto;
    left: 0.5rem;
  }

  .mf_btn {
    display: none;
  }
  .car_message {
    padding: 0 0.5rem 1.8rem;
    justify-content: space-between;
  }
  .carm_text {
    padding: 1.8rem 0 0;
  }
  .carm_t1 {
    display: none;
  }
  .carm_t2 {
    margin-top: 0;
    font-size: 0.38rem;
    letter-spacing: 0;
  }
  .carm_t2 span {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .carm_config {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .carm_config .carm_cf_min {
    width: 48.5%;
    margin-top: 1rem;
    padding-bottom: 0.15rem;
  }

  .mf_text {
    left: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 2rem);
    top: 1rem;
  }
  .mf_text_2 {
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-top: 0.2rem;
    font-weight: normal;
  }
  .mf_text_3 {
    font-size: 0.27rem;
    line-height: 0.35rem;
    margin-top: 0.2rem;
    letter-spacing: 0;
  }
  .mf_text .zdt_btn {
    position: absolute;
    margin-top: 0;
    bottom: 0;
    left: 0;
  }

  .exterior_mb {
    padding: 0.5rem 0.5rem 2.2rem;
    background-color: rgb(28, 27, 33);
  }
  .exterior_sw {
    width: 100%;
  }
  .exterior_sw .swiper-slide {
    background-color: rgb(28, 27, 33);
    height: 100%;
  }
  .ext_sw_i img,
  .ext_sw_i video {
    width: 100%;
    display: block;
  }
  .ext_sw_t1 {
    font-size: 0.25rem;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 0.3rem;
  }
  .ext_sw_t2 {
    font-size: 0.37rem;
    line-height: 0.5rem;
    color: #fff;
    margin-top: 0.2rem;
	min-height: 0.8rem;
  }
  .ext_sw_t3 {
    font-size: 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.2rem;
    height: 2.6rem;
    line-height: 0.35rem;
    letter-spacing: 0;
    font-weight: 300;
  }
  .ext_sw_page {
    width: calc(100% - 1rem);
    height: 1px;
    margin-top: 1rem;
  }
  .ext_sw_page {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .ext_sw_page .swiper-pagination-progressbar {
    background-color: rgb(227 190 164);
  }
  .unit_sing_t {
    left: 0.5rem;
    top: 1.3rem;
    bottom: auto;
    right: auto;
    text-align: left;
    width: calc(100% - 1rem);
    height: calc(100% - 2.6rem);
  }
  .unit_sing_t_ts {
    left: 0.5rem;
    top: 7.5rem;
    /* bottom: 0.75rem; */
    right: auto;
    text-align: left;
    width: calc(100% - 1rem);
    height: auto;
  }
  
  .ust_4 {
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
  }
  .ust_2 {
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-top: 0.2rem;
    font-weight: normal;
    letter-spacing: 0;
  }
  .ust_3 {
    font-size: 0.27rem;
    line-height: 0.35rem;
    margin-top: 0.2rem;
    letter-spacing: 0;
  }
  .ust_t {
    font-size: 0.27rem;
    line-height: 0.27rem;
    padding-top: 0.05rem;
    letter-spacing: 0;
    font-weight: 300;
  }
  .ust_btn {
    width: 0.7rem;
    height: 0.7rem;
  }
  .ust_btn img {
    width: 0.28rem;
  }
  .unit_sing_2 .unit_sing_t {
    left: 0.5rem;
    top: 1.3rem;
    bottom: auto;
    right: auto;
    text-align: left;
    width: calc(100% - 1rem);
    height: calc(100% - 2.6rem);
  }
  .ust_2_mb {
    white-space: nowrap;
    letter-spacing: 0;
  }
  .ust_2_mb span {
    display: inline !important;
  }
  .neishi {
    left: 0.5rem;
        top: 7.5rem;
        bottom: 0.75rem;
        right: auto;
        text-align: left;
        width: calc(100% - 1rem);
        height: calc(100% - 8.2rem);
  }
  .unit_sing_2 .zuocang {
        top: 8rem !important;
        height: calc(100% - 8.2rem) !important;
  }
  .anquan{
    top: 7.5rem !important;
        height: calc(100% - 8.2rem) !important;
  }
  .ust_min ust_4{
    display: none;
  }

  .mouse_follow_car {
    display: none;
  }
  .mouse_swiper_1 {
    padding: 1.3rem 0.5rem 2.3rem;
  }
  .mouse_swiper .swiper-pagination-progress {
    bottom: 1.3rem;
  }
  .mouse_swiper .swiper-pagination-progress.ms_pagination_2 {
    width: calc(100% - 1rem);
    left: 0.5rem;
  }
  .mouse_swiper .swiper-container {
    width: 95%;
  }
  .mouse_swiper {
    height: auto;
    position: relative;
  }
  .ping_sticky_mb_remove {
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
  }
  .mouse_swiper .swiper-slide .mss_i {
    height: auto;
  }

  .mf_pop {
    display: none;
  }

  .zdt_btn {
    font-size: 0.23rem;
  }
  .zdt_btn img {
    width: 0.3rem;
  }
  .zdt_b_icon {
    width: 0.5rem;
    height: 0.38rem;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
  }
  .my_favorite .zdt_btn:after {
    width: 80% !important;
    bottom: 0rem;
  }
  .ms_title {
    margin-bottom: 4vh;
  }
  .mstl_2 {
    font-size: 0.4rem;
    letter-spacing: 0;
    line-height: 0.5rem;
  }
  .mstl_1 {
    font-size: 0.27rem;
    font-weight: 300;
    line-height: 0.5rem;
  }

  .hpo_logo.pc-pad {
    display: none !important;
  }
  /* 移动卖点弹窗 */
  .hot_pop_box {
    overflow-y: scroll;
  }
  .hot_pop_box {
    display: block;
  }
  .hot_pop_menu {
    width: 100%;
    padding: 0.5rem;
    height: auto;
    position: sticky;
    top: 0;
  }
  .hot_schedule_line {
    display: none;
  }
  .hot_close_pop {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
  }
  .hcp_text {
    display: flex !important;
    align-items: center;
    margin-top: 0.5rem;
  }
  .htmb_2 {
    width: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
  }
  .hpo_t {
    display: block;
  }
  .hpo_details {
    display: block;
    height: auto;
  }
  .hpo_details_min,
  .hpo_details .hpd_min {
    width: 100%;
    display: block;
    padding-top: 7vh;
  }
  .hpo_details_min:nth-of-type(1),
  .hpo_details .hpd_min:nth-of-type(1) {
    padding-top: 5vh;
  }
  .hdm_t {
    width: 100%;
    margin: 0;
    padding-bottom: 3vh;
  }
  .hpo_t_one {
    padding: 0 0.5rem 1.5rem;
    width: 100%;
    overflow: hidden;
  }
  .hdm_i video,
  .hdm_i img {
    width: 100%;
    height: auto;
  }
  .hpo_1_detail video,
  .hpo_1_detail img {
    width: 100%;
    height: auto;
  }
  .hdm_t1,
  .hpo_1_title {
    font-size: 0.44rem;
    line-height: 0.54rem;
    padding: 0;
  }
  .hdm_t2 {
    font-size: 0.25rem;
    font-weight: 300;
    margin-top: 0.2rem;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.4);
  }
  .hdm_t1_line {
    width: 0rem;
    height: 1px;
    background-color: rgb(227 190 164);
    margin-top: 0.2rem;
    transition: all 0.5s;
  }
  .hot_pop_box.active .hdm_t1_line {
    width: 0.5rem;
  }
  .mb_td_time_1,
  .mb_td_time_2,
  .mb_td_time_3,
  .mb_td_time_4,
  .mb_td_time_5,
  .mb_td_time_6,
  .mb_td_time_7,
  .mb_td_time_8,
  .mb_td_time_9,
  .mb_td_time_10,
  .mb_td_time_11,
  .mb_td_time_12,
  .mb_td_time_13,
  .mb_td_time_14,
  .mb_td_time_15,
  .mb_td_time_16,
  .mb_td_time_17,
  .mb_td_time_18,
  .mb_td_time_19,
  .mb_td_time_20,
  .mb_td_time_21 {
    transform: translateX(1rem) !important;
    transition: all 1s !important;
    opacity: 0 !important;
  }
  ._intoMb .mb_td_time_1,
  ._intoMb .mb_td_time_2,
  ._intoMb .mb_td_time_3,
  ._intoMb .mb_td_time_4,
  ._intoMb .mb_td_time_5,
  ._intoMb .mb_td_time_6,
  ._intoMb .mb_td_time_7,
  ._intoMb .mb_td_time_8,
  ._intoMb .mb_td_time_9,
  ._intoMb .mb_td_time_10,
  ._intoMb .mb_td_time_11,
  ._intoMb .mb_td_time_12,
  ._intoMb .mb_td_time_13,
  ._intoMb .mb_td_time_14,
  ._intoMb .mb_td_time_15,
  ._intoMb .mb_td_time_16,
  ._intoMb .mb_td_time_17,
  ._intoMb .mb_td_time_18,
  ._intoMb .mb_td_time_19,
  ._intoMb .mb_td_time_20,
  ._intoMb .mb_td_time_21 {
    transform: translateX(0rem) !important;
    opacity: 1 !important;
  }
  ._intoMb .mb_td_time_1 {
    transition-delay: 0.3s !important;
  }
  ._intoMb .mb_td_time_2 {
    transition-delay: 0.5s !important;
  }
  ._intoMb .mb_td_time_3 {
    transition-delay: 0.7s !important;
  }
  ._intoMb .mb_td_time_4 {
    transition-delay: 0.9s !important;
  }
  ._intoMb .mb_td_time_5 {
    transition-delay: 1.1s !important;
  }
  ._intoMb .mb_td_time_6 {
    transition-delay: 1.3s !important;
  }
  ._intoMb .mb_td_time_7 {
    transition-delay: 1.5s !important;
  }
  ._intoMb .mb_td_time_8 {
    transition-delay: 1.7s !important;
  }
  ._intoMb .mb_td_time_9 {
    transition-delay: 1.9s !important;
  }
  ._intoMb .mb_td_time_10 {
    transition-delay: 2.1s !important;
  }
  ._intoMb .mb_td_time_11 {
    transition-delay: 2.3s !important;
  }
  ._intoMb .mb_td_time_12 {
    transition-delay: 2.5s !important;
  }
  ._intoMb .mb_td_time_13 {
    transition-delay: 2.7s !important;
  }
  ._intoMb .mb_td_time_14 {
    transition-delay: 2.9s !important;
  }
  ._intoMb .mb_td_time_15 {
    transition-delay: 3.1s !important;
  }
  ._intoMb .mb_td_time_16 {
    transition-delay: 3.3s !important;
  }
  ._intoMb .mb_td_time_17 {
    transition-delay: 3.5s !important;
  }
  ._intoMb .mb_td_time_18 {
    transition-delay: 3.7s !important;
  }
  ._intoMb .mb_td_time_19 {
    transition-delay: 3.7s !important;
  }
  ._intoMb .mb_td_time_20 {
    transition-delay: 3.7s !important;
  }
  ._intoMb .mb_td_time_21 {
    transition-delay: 3.7s !important;
  }

  .hpd_min {
    margin-right: 0;
  }
  .detail_box img {
    height: auto;
    width: 100%;
  }
  .detail_box {
    height: auto;
  }
  .dnl_line {
    display: none;
  }
  .detail_left {
    left: 5%;
    bottom: 0.5rem;
    top: auto;
    transform: translateY(0);
    width: 90%;
  }
  .dl_num_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dnl_line_mb {
    width: 1px;
    height: 1.4rem;
    background-color: rgb(227 190 164);
    opacity: 0.2;
  }
  .dnl_min {
    padding: 0;
    display: flex;
    height: 1.2rem;
    flex-direction: column;
    justify-content: space-between;
  }
  .hot_pop_box_2 .dnl_min {
    height: 1rem;
    padding: 0;
  }
  .hot_pop_box_2 .detail_left {
    width: 80%;
    left: 10%;
  }
  .hot_pop_box_2 .dnl_line_mb {
    height: 1rem;
  }
  .dnlm_t1 {
    font-size: 0.54rem;
    line-height: 0.54rem;
  }
  .dnlm_t2 {
    font-size: 0.15rem;
    letter-spacing: 0;
  }
  .hpo_1_detail {
    margin-top: 3vh;
  }
  .hpo_1_title_after1 span {
    margin-left: 0;
    font-size: 0.27rem;
    margin-top: 0.2rem;
    white-space: wrap;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0;
  }
  .hpo_1_title_after1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .intelligence_im_top {
    display: flex;
  }
  .iit_min img {
    width: 100%;
  }
  .iit_min_1 {
    width: 61.5%;
  }
  .iit_min_2 {
    width: 36.5%;
    margin-left: 2%;
  }
  .intelligence_im_bot {
    display: flex;
  }
  .iib_left {
    width: 43.8%;
  }
  .iib_right {
    width: 54.2%;
    margin-left: 2%;
  }
  .iib_left .iibl_min {
    margin-top: 4.5%;
  }
  .iib_right .iibl_min {
    margin-top: 4%;
  }
  .iibl_min img {
    width: 100%;
  }
  .iitm_text_mb {
    font-size: 0.2rem;
    color: rgb(199 142 102);
    position: absolute;
    z-index: 1;
  }
  .iit_min,
  .iibl_min {
    position: relative;
  }
  .iit_min_1 .iitm_text_mb {
    left: 0.1rem;
    bottom: 0.1rem;
  }
  .iit_min_2 .iitm_text_mb {
    right: 0.1rem;
    bottom: 0.1rem;
  }
  .iib_left .iitm_text_mb {
    left: 0.1rem;
    bottom: 0.01rem;
  }
  .iib_right .iitm_text_mb {
    right: 0.1rem;
    bottom: 0.01rem;
  }
  .sw_explore {
    width: 100%;
  }
  .sw_explore .pc_block {
    display: none !important;
  }
  .sw_explore {
    position: relative;
  }
  .sw_explore .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .exp_size_box {
    width: 100%;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .close_exp_pop {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 0.5rem;
  }
  .text_change_btn {
    position: relative;
  }

  .kv_text .kv_t1 {
    font-weight: bold;
    letter-spacing: 0;
  }
  .kv_t2 {
    letter-spacing: 1px;
    font-size: 0.25rem;
    font-weight: 500;
  }
  .kv_text .kv_t4 {
    margin-top: 0.3rem;
    font-size: 0.18rem;
  }
}

/* 视频弹窗 */
.video_full_pc {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10000;
  background-color: #000000;
  display: none;
}
.video_full_pc video {
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 5;
}
.shut_down_btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 6;
  background-color: #6b6b6b;
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shut_down_btn img {
  width: 0.15rem;
}
.shut_down_btn:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  /* 视频弹层 */
  .video_full_pc .shut_down_btn {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .video_full_pc .shut_down_btn img {
    width: 0.35rem;
  }

  .unit_sing_i img {
    margin-top: -1vh;
    transform: scale(1);
  }
}



/* 弹窗 */
.ping_pop_min{
	position: fixed;
	top: 50vh;
	z-index: 10002;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	padding: 0.8rem;
	transition: all .66s;
	opacity: 0;
	pointer-events: none;
}
.ping_pop_min.active{
	top: 0vh;
	pointer-events: auto;
	opacity: 1;
}
.ping_pop_close{
	
}
.ping_pop_close{
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 0.55rem;
  height: 0.55rem;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
}
.ping_pop_close img {
  width: 0.2rem;
  height: 0.2rem;
}
.ping_pop_close:hover {
  opacity: 1;
  transform: scale(1.2);
}
.ppm_title{
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.2rem;
}
.ppm_main{
	display: flex;
	margin-top: 1rem;
}
.ppmm_left{
	width: 35%;
	padding-right: 0.5rem;
}
.ppmml_t1{
	color: #fff;
	font-size: 0.38rem;
  font-weight: bold;
}
.ppmml_t2{
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.18rem;
  line-height: 1.4em;
	margin-top: 0.8rem;
}
.ppmm_right{
	width: 65%;
}
.ppmm_right img{
	width: 100%;
}


@media (max-width: 767px) {
	.my_favorite,
	.mf_main,
	.mf_bk{
		height: auto;
	}
	.unit_sing_t_bottom{
		display: none;
	}
	.unit_sing_t{
		align-items: flex-start;
	}
	.ust_1 {
	  font-size: 0.24rem;
	  color: #fff;
	}
	
	.color_title{
			left: 0.5rem;
			top: 1.5rem;
		}
		.cbl_left{
			width: 100%;
			justify-content: center;
		}
		.cbl_right{
			display: none;
		}
		.color_title div:nth-of-type(1){
			font-size: 0.3rem;
		}
		.color_title div:nth-of-type(2) {
		    margin-top: 0.2rem;
			font-size: 0.4rem;
			line-height: 0.6rem;
		}
		.color_btn_list{
			bottom: 2rem;
		}
		.cbllm_t{
			bottom: -0.5rem;
			font-size: 0.22rem;
		}
		.cbll_min{
			margin: 0 0.2rem;
		}
		.cbllm_c img{
			width: 0.5rem;
		}
	.color_360_mb{
		position: absolute;
		top: 33%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 1rem;
	}
	.color_360_mb img{
		width: 100%;
	}
	
}



/* 2024 08 06  新增样式*/
.unit_s1{
	background-color: rgb(17, 17, 17);
	padding: 1.5rem 0 0.8rem;
	position: relative;
}
.unit_s2 {
	position: relative;
	background-color: rgb(17, 17, 17);
}
.unit_safe{
  padding-top: 0rem;
}
.uns_t1{
	text-align: center;
	font-size: 0.17rem;
	font-weight: 300;
	color: rgb(227 190 164);
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.uns_t2{
	text-align: center;
	font-family: "PM";
	font-size: 0.38rem;
	line-height: 0.46rem;
  letter-spacing: 0.01rem;
	font-weight: 700;
	color: #fff;
	margin-top: 0.2rem;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .2s;
}
.uns_t3{
	font-size: 0.16rem;
	font-weight: 300;
	color: #fff;
	margin-top: 0.2rem;
	text-align: center;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .4s;
}
.uns_t_all._into .uns_t1{
	transform: translateY(0rem);
	opacity: 1;
}
.uns_t_all._into .uns_t2{
	transform: translateY(0rem);
	opacity: 1;
}
.uns_t_all._into .uns_t3{
	transform: translateY(0rem);
	opacity: 1;
}
.unit_zoom_i{
	width: 100%;
}
.unit_zoom_i img{
	transform: scale(0.8);
	transition: all 1s;
	width: 100%;
}
.unit_zoom_i._into img{
	transform: scale(1);
}
.swiper_heng{
	width: 100%;
}
.sw_pn_btn{
	display: flex;
	align-items: center;
	padding: 0.6rem 1rem 0.3rem;
	justify-content: flex-end;
}
.sw_pn_btn div{
	height: 0.5rem;
	width: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.5;
	transition: all .5s;
	cursor: pointer;
}
.sw_pn_btn div img{
	width: 0.35rem;
}
.sw_pn_btn div:hover{
	opacity: 1;
}
.swiper_heng .swiper-container{
	overflow: initial;
	margin-left: 1.9rem;
	width: 75%;
}
.swiper_heng .swiper-container .swiper-slide{
	display: flex;
}
.swiper_heng .swiper-container .swiper-slide img{
	border-radius: 5px;
	width: 55%;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.swiper_heng._into .swiper-container .swiper-slide img{
	transform: translateY(0rem);
	opacity: 1;
}

.swiper_heng .swiper-container .swiper-slide .swh_text{
	width: 45%;
	padding: 0.5rem;
}
.swh_t1{
	font-size: 0.38rem;
	color: rgb(251, 251, 251);
	font-weight: bold;
	line-height: 1.2;
	transform: translateX(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .2s;
  font-family: "PM";
}
.swh_t2{
	font-size: 0.18rem;
	color: rgb(145, 145, 145);
	margin-top: 0.2rem;
	transform: translateX(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .4s;
}
.swiper_heng._into .swh_t1{
	transform: translateX(0rem);
	opacity: 1;
}
.swiper_heng._into .swh_t2{
	transform: translateX(0rem);
	opacity: 1;
}
 
.swh_page{
	display: flex;
	justify-content: flex-end;
	padding: 0 1rem;
	margin-top: 0.4rem;
}
.swh_page .swiper-pagination-bullet{
	background-color: rgb(227 190 164);
	margin: 0 0.08rem;
	opacity: 0.5;
	transition: all .5s;
}
.swh_page .swiper-pagination-bullet-active{
	background-color: rgb(227 190 164);
	width: 0.2rem;
	border-radius: 50px;
	opacity: 1;
}

.usi_top{
	position: relative;
}
.usi_top img{
	width: 100%;
}
.usi_text{
	top: 1.5rem;
	position: absolute;
	text-align: center;
	width: 100%;
}


.swiper_hua{
	width: 100%;
	padding: 0rem 1.9rem 0;
	background-color: rgb(17, 17, 17);
	margin-top: 1rem;
}
.swiper_hua .swiper-container{
	overflow: initial;
}
.swiper_hua .swiper-container .swiper-slide .swh_bk{
	width: 100%;
	border-radius: 6px;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .2s;
}
.swiper_hua._into .swiper-container .swiper-slide .swh_bk{
	transform: translate(0rem);
	opacity: 1;
}
.swc_text{
	position: absolute;
	left: 0.5rem;
	bottom: 0.5rem;
	
}
.swc_t1{
	font-size: 0.34rem;
	color: #fff;
	font-weight: bold;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .4s;
  letter-spacing: 0;
  font-family: "PM";
}
.swc_t2{
	font-size: 0.16rem;
	color: #fff;
	opacity: 0.7;
	margin: 0.1rem 0;
	transition: all .5s;
	overflow: hidden;
}
.swiper_hua._into .swc_t1{
	transform: translate(0rem);
	opacity: 1;
}

.swc_btn{
	display: flex;
	align-items: center;
	cursor: pointer;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .6s;
}
.swiper_hua._into .swc_btn{
	transform: translate(0rem);
	opacity: 1;
}
.swc_btn img{
	width: 0.15rem;
	transition: all .5s;
}
.swc_btn div{
	color: #fff;
	opacity: 0.7;
	font-size: 0.16rem;
	margin-left: 0.15rem;
}
.swc_text.close .swc_t2{
	height: 0 !important;
}
.swc_text.close .swc_btn img{
	transform: rotate(180deg);
}


.unit_iv{
	width: 100%;
	padding: 0.5rem 1rem 2rem;
	position: relative;
}
.unit_iv .unit_i{
	width: 83%;
	transform: translateY(1.5rem);
	opacity: 0;
	transition: all 1s;
}
.unit_iv .unit_i._into{
	transform: translateY(0rem);
	opacity: 1;
}
.unit_iv .unit_v{
	position: absolute;
	bottom: -3rem;
	right: 1rem;
	width: 32%;
	border-radius: 6px;
	overflow: hidden;
	opacity: 0;
	transition: bottom 1s, opacity 1s;
}
.unit_iv .unit_v._into{
	bottom: -1rem;
	opacity: 1;
}
.unit_iv .unit_v video{
	width: 100%;
}
.unit_v_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
	top: 0;
}
.unit_iv .unit_v_btn{
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
	opacity: 0.5;
	transition: all .3s;
	z-index: 2;
}
.unit_v_btn img{
	width: 0.5rem;
	cursor: pointer;
	opacity: 0;
}
.unit_v_btn img.v1{
	position: absolute;
	top: 0;
	left: 0;
}
.unit_v_btn img.active{
	opacity: 1;
}
.unit_iv .unit_v_btn:hover{
	opacity: 1;
}
.unit_iv_all{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: .5s;
	z-index: 5;
}
.unit_v:hover .unit_iv_all{
	opacity: 1;
}

.unit_fg{
	position: relative;
}
.car_message_box{
	position: sticky;
	top: 0;
}
.unit_fg .anchor_min{
	margin-top: 50vh;
}

.sw_change{
	display: flex;
	padding: 0 1.9rem;
	margin-top: 1.5rem;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.sw_change._into{
	transform: translateY(0rem);
	opacity: 1;
}
.sw_change_left{
	border-radius: 10px;
	overflow: hidden;
	width: 50%;
	margin-left: 0;
}
.sw_change_left img{
	width: 100%;
}
.sw_change_right{
	width: 50%;
	padding:  0.2rem 0 0.2rem 0.5rem;
}
.scr_min_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.95rem;
	font-size: 0.25rem;
	color: rgb(234, 234, 234);
	cursor: pointer;
	font-weight: bold;
  font-family: "PM";
}
.smt_line{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.smt_i{
	position: relative;
}
.smt_i img{
	width: 0.2rem;
}
.smt_i img:nth-of-type(1){
	opacity: 1;
}
.smt_i img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.scr_min.active .smt_i img:nth-of-type(1){
	opacity: 0;
}
.scr_min.active .smt_i img:nth-of-type(2){
	opacity: 1;
}
.scr_min_text{
	font-size: 0.16rem;
	opacity: 0.5;
	color: #fff;
	height: 0rem;
	transition: all .8s;
	overflow: hidden;
	padding-top: 0rem;
}
.scr_min.active .scr_min_text{
	height: 1.1rem;
}
.scr_min.active .smt_line{
	border-bottom: none;
}






/* 移动端812 */
@media (max-width: 767px){
  .vx .icon_720{
    width: 0.46rem;
  }
  .btn_style_1 span{
    font-size: 0.21rem;
  }
  .exterior_mb {
    padding: 0.8rem 0.5rem 2.2rem;
    background-color: rgb(28, 27, 33);
    position: relative;
  }
  .exterior_sw {
    width: 100%;
  }
  .exterior_sw .swiper-slide {
    background-color: rgb(28, 27, 33);
    height: 100%;
  }
  .ext_sw_i img,
  .ext_sw_i video {
    width: 100%;
    display: block;
  }
  .ext_sw_t1 {
    font-size: 0.25rem;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 0.3rem;
  }
  .ext_sw_t2 {
    font-size: 0.37rem;
    line-height: 0.47rem;
    color: #fff;
    margin-top: 0.2rem;
	min-height: 0.8rem;
  }
  .ext_sw_t3 {
    font-size: 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.2rem;
    height: 2.6rem;
    line-height: 0.35rem;
    letter-spacing: 0;
    font-weight: 300;
  }
  .ext_sw_page {
    width: calc(100% - 1rem);
    height: 1px;
    margin-top: 1rem;
  }
  .ext_sw_page {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .ext_sw_page .swiper-pagination-progressbar {
    background-color: rgb(227 190 164);
  }

  .uns_t1{
    color: #fff;
    font-size: 0.24rem;
    text-align: left;
  }
  .uns_t2{
    text-align: left;
    line-height: 0.56rem;
  }
  .uns_t_all {
    z-index: 2;
    position: relative;
    left: 0.5rem;
    top: 1.2rem;
    /* bottom: auto; */
    right: auto;
    text-align: left;
    width: calc(100% - 1rem);
    height: calc(100% - 2.6rem);
  }
  .unit_zoom_i img{
    transform: scale(1); 
    transition: all 1s;
  }
  .unit_s2 .zuocang{
    top: 7.5rem !important;
    height: calc(100% - 8.2rem) !important;
  }
  .ns_zoom .ns_zoom_i{
    transform: scale(1);
  }
  .ns_zoom._into .ns_zoom_i{
    transform: scale(1);
  }
  .cabin_zoom_i{
    opacity: 1;
  }
  .unit_s1{
    padding: 0;
  }
  .unit_sing_dr{
    position: relative;
  }

  .more_neishi{
    display: none;
  }
  .safe_mb{
    margin-top: -1.5rem;
  }
  .banner{
    position: relative;
  }
  .car_message_box{
    margin-top: 0;
    position: relative;
  }
  .unit_fg .anchor_min{
    margin-top: 0;
  }
  .pic_zhineng{
    margin-top: -2.9rem;
  }
  .pic_dongli{
    margin-top: -1.7rem;
  }
  
  
  .cc_unit_min{
  	font-size: 0.2rem;
  	line-height: 0.25rem;
  }
  .cc_unit_mt{
	  margin-bottom: 0.08rem;
  }
}