/* 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;
}
.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.55rem;
  line-height: 0.7rem;
}
.kv_t2 {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.4rem;
  margin-top: 0rem;
  letter-spacing: 3px;
}
.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.15rem;
}
.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;
}
.vx .icon_720 {
  width: 0.35rem;
  position: relative;
}
.icon_720 {
  width: 0.3rem;
  z-index: 2;
}.vx .icon_720 img {
  width: 100%;
}
.vx 
.icon_720_1 {
  transition: all .5s;
}.vx 

.icon_720 img {
  width: 100%;
}
.vx .icon_720_2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s;
}
.vx .icon_720 {
  width: 0.35rem;
  position: relative;
}


.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;
}
.btn_style_1 span {
  width: auto;
  margin-left: 0.2rem;
}
.kv_b1 {
  width: 4rem;
}

/* 车型 信息 配置 */
.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.65rem;
}
.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.37rem;
  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;
}
.cc_num {
  font-size: 0.6rem;
  color: #fff;
  display: flex;
}
.cc_unit {
  color: rgb(227 190 164);
  font-size: 0.22rem;
  line-height: 0.34rem;
  margin-left: 0.15rem;
}

.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;
}

.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.27rem;
  font-weight: 300;
  transform: translateY(1rem);
  opacity: 0;
}
.mstl_2 {
  font-size: 0.5rem;
  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: #000;
  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;
}
.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 {
  height: 100vh;
  width: 100%;
  background-color: #000;
  position: sticky;
  top: 0;
}
.mf_main {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.mf_bk {
  width: 100vw;
  height: 100vh;
  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.27rem;
  font-weight: 300;
  line-height: 0.5rem;
  color: #fff;
  transform: translateY(1rem);
  opacity: 0;
}
.mf_text_2 {
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  font-weight: 400;
  transform: translateY(1rem);
  opacity: 0;
  margin-top: 0.1rem;
  font-family: "PM";
}
.mf_text_3 {
  font-size: 0.24rem;
  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: #fff;
  margin-top: 0.18rem;
}
.mf_btn_1 {
  position: absolute;
  left: 68%;
  top: 60%;
}
.mf_btn_2 {
  position: absolute;
  left: 59%;
  top: 74%;
}
.mf_btn_3 {
  position: absolute;
  left: 50%;
  top: 32%;
  z-index: 2;
}

.mf_btn_11 {
  position: absolute;
  left: 44%;
  top: 54%;
}
.mf_btn_22 {
  position: absolute;
  left: 65%;
  top: 56%;
}
.mf_btn_33 {
  position: absolute;
  left: 59%;
  top: 48%;
  z-index: 2;
}


.mf_pop {
  position: absolute;
  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(28, 27, 32);
  padding: 1.36rem 0.6rem 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.mpm_t0 {
  font-size: 0.2rem;
  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.39rem;
  color: #fff;
  font-weight: 300;
  margin-top: 0.25rem;
}
.mpm_t2 {
  font-size: 0.24rem;
  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: 0.6rem;
  width: calc(100% - 1.2rem);
  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(1rem, 0);
}
.mf_bk._into_1 {
  transform: scale(1.8) translate(-1rem, -2rem);
}
.mf_bk._into_2 {
  transform: scale(1.6) translate(-3rem, 1rem);
}

/* 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;
}
.ust_1 {
  font-size: 0.27rem;
  font-weight: 300;
  line-height: 0.5rem;
  transform: translateY(1rem);
  opacity: 0;
}
.ust_2 {
  font-size: 0.5rem;
  line-height: 0.5rem;
  font-weight: 400;
  transform: translateY(1rem);
  opacity: 0;
  margin-top: 0.1rem;
  font-family: "PM";
}
.ust_3 {
  font-size: 0.24rem;
  font-weight: 300;
  transform: translateY(1rem);
  opacity: 0;
  margin-top: 0.1rem;
}
.ust_4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.3rem;
  cursor: pointer;
  transform: translateY(1rem);
  opacity: 0;
}
.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;
}
.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: 1rem;
  bottom: auto;
  top: 1.3rem;
  text-align: left;
}
.unit_sing_2 .ust_4 {
  justify-content: flex-start;
}

/* 横向弹窗 */
.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: 70vh;
}
.hpd_min {
  margin-right: 0.5rem;
}
.hpd_min:nth-last-of-type(1) {
  margin-right: 0rem;
}
/* 弹窗1 */
.hpo_1_title {
  font-size: 0.44rem;
  padding: 5vh 0 3vh;
  color: #fff;
}
.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,
.hpo_1_detail {
  transform: translateX(1rem);
  opacity: 0;
  position: relative;
}
.hot_pop_box.active .hpo_1_title,
.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 .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.2rem;
  transform: translateX(1rem);
  transition: all 1s;
  opacity: 0;
}
.hot_pop_box.active .hdm_t1 {
  transform: translateX(0rem);
  opacity: 1;
  transition-delay: 1.1s;
}
.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;
}

/* rx 移动 */
@media (max-width: 767px) {
  
  .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.27rem;
    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: 45.5%;
    margin-top: 1rem;
    padding-bottom: 0.15rem;
  }

  .mf_text {
    left: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 2.6rem);
    top: 1.5rem;
  }
  .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;
  }
  .ext_sw_t3 {
    font-size: 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.2rem;
    height: 2.2rem;
    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: 12.3rem;
    bottom: auto;
    right: auto;
    text-align: left;
    width: calc(100% - 1rem);
    height: calc(100% - 2.6rem);
  }
  .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;
  }

  .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.25rem;
  }
  .zdt_btn img {
    width: 0.38rem;
  }
  .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 {
    height: 101vh;
    margin-top: -1vh;
  }
  .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: #604027;
  }
  .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;
  }
}



.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: #604027;
}
.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;
}

@media only screen and (max-width: 768px) {
  .cbl_right {
      position: relative;
      top: -2rem;
      left: -5rem;
  }
}
