.banner_dog {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.banner_dog .banner_img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner_text_btn {
  position: absolute;
  right: 1.2rem;
  top: 1.6rem;
  z-index: 2;
  color: #fff;
}
.banner_t1 {
  font-size: 0.5rem;
}
.banner_t2 {
  font-size: 0.2rem;
  font-weight: 300;
  letter-spacing: 0.25rem;
}
.banner_t2 span {
  margin-left: 0.24rem;
}
.banner_t3 {
  font-size: 0.2rem;
  font-weight: 300;
  margin: 0.25rem 0;
}
.banner_btn {
  display: flex;
}

.banner_swiper .swiper-slide {
  position: relative;
}
.banner_swiper.active {
  opacity: 1;
}
.banner_swiper .swiper-slide .banner_img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  cursor: pointer;
}
.banner_pagination {
  position: absolute;
  bottom: 6vh !important;
  z-index: 2;
  display: flex;
  justify-content: center;
  display: none;
}
.banner_pagination span {
  width: 0.5rem;
  border-radius: 0%;
  padding: 1vh 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  margin: 0 0.07rem !important;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 1;
}
.banner_pagination span::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #fff;
}
.banner_pagination span.swiper-pagination-bullet-active {
  width: 1.7rem;
}
.banner_pagination span.active::after {
  width: 100%;
  transition: all 9.5s linear;
}

.banner_p_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 0.5rem;
  width: 0.5rem;
  z-index: 1;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
.banner_n_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  width: 0.5rem;
  z-index: 1;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
/* .banner_p_btn.active,
.banner_n_btn.active {
  opacity: 0;
  pointer-events: none;
} */

/* 720观车 */
.car_detail {
  position: relative;
}
.car_detail_img {
  width: 100%;
}
.car_detail_num {
  position: absolute;
  left: 2rem;
  bottom: 0.9rem;
}
.car_detail_tb {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  width: 5.5rem;
}
.cdn_line {
  width: 3.5rem;
  height: 1px;
  background-color: #fff;
}
.cnd_text_1 {
  color: rgb(247, 75, 0);
  font-size: 0.7rem;
  margin-top: 0.2rem;
}
.cnd_text_2 {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.1rem;
  margin-bottom: 0.6rem;
  color: #a8a8a8;
}
.car_detail_t1 {
  color: #fff;
  font-size: 0.3rem;
  font-weight: 600;
}
.car_detail_t1 div:nth-of-type(1) {
  display: flex;
  align-items: center;
}
.car_detail_t1 span {
  font-size: 0.21rem;
}
.car_detail_t2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.182rem;
  line-height: 0.28rem;
  margin: 0.3rem 0 0.7rem;
}
.car_detail_btn {
  display: flex;
}
.car_detail_btn_mb {
  display: none;
}

/* 卖点 */
.unit_box {
  padding: 1.6rem 0 0;
  transition: all 1s;
}
.unit_padding {
  padding: 0 10.5%;
}
.unit_tips {
  font-size: 0.2rem;
  font-weight: 600;
  color: rgb(247, 75, 0);
  display: none;
}
.unit_title {
  font-size: 0.66rem;
  font-weight: 600;
  color: #111;
}
.unit_intro {
  font-size: 0.28rem;
  margin-top: 0.15rem;
}
.unit_card {
  margin-top: 1rem;
  width: 100%;
}
.unit_img {
  width: 100%;
  margin-top: 1rem;
}

.unit_swiper {
  padding: 1rem 2.6rem 0;
}
.unit_swiper .swiper-container {
  width: 100%;
}
.unit_swiper .swiper-container .swiper-slide img {
  width: 100%;
  border-radius: 16px;
}
.unit_swiper .swiper-container .swiper-slide{
    /* overflow: hidden; */
    background-color: #fff;
    border-radius: 15px;
}
.unit_swiper .unit_sw2.swiper-container .swiper-slide{
    background-color: rgb(35, 35, 35);
}
.unit_swiper .unit_sw4.swiper-container .swiper-slide{
    background-color: rgb(52, 61, 70);
}
.unit_stab {
  display: flex;
  justify-content: space-between;
  padding: 0 0.5rem;
  margin-top: 0.1rem;
}
.unit_stab div {
  padding: 0.22rem 0;
  width: 25%;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: color 1s;
}
.unit_stab div::before {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.unit_stab div::after {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 0.8s;
}
.unit_stab div.active {
  font-weight: 600;
}
.unit_stab div.active::after {
  background-color: rgba(0, 0, 0, 1);
}
.unit_stext {
  height: 1.2rem;
  width: 100%;
  position: relative;
  text-align: center;
}
.unit_stext div {
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 1s;
  font-size: 0.16rem;
  font-weight: 300;
  line-height: 0.3rem;
  width: 100%;
  padding: 0 0.5rem;
  pointer-events: none;
}
.unit_stext div.active {
  opacity: 1;
  pointer-events: auto;
}
.unit_stext div span {
  display: block;
  width: 100%;
}
.unit_stext div span.us_remarks {
  font-size: 0.14rem;
  font-weight: 300;
  opacity: 0.4;
  color: #111;
}
.unit_stext._dark div span.us_remarks{
    color: #fff;
}
.remarks{
   font-size: 0.14rem;
  font-weight: 300;
  opacity: 0.4;
  color: #fff;   
}

/* 卖点 威风 */
.unit_black {
  /* background-color: rgb(35, 35, 35); */
}
.unit_blue {
  /* background-color: rgb(52, 61, 70); */
}
.unit_black .unit_title,
.unit_black .unit_intro,
.unit_black .unit_stab div,
.unit_black .unit_stext div {
  color: #fff;
}

.unit_black .unit_stab div::before {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.unit_black .unit_stab div::after {
  background-color: rgba(255, 255, 255, 0);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 0.8s;
}
.unit_black .unit_stab div.active::after {
  background-color: rgba(255, 255, 255, 1);
}

/* 科技 */
.schedule_swiper {
  padding: 1rem 10.5% 1.3rem;
  background-color: rgb(52, 61, 70);
  overflow: hidden;
  position: relative;
}
.sch_title {
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: #fff;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 2;
}
.sch_swiper {
  width: 100%;
  margin-left: 0;
}
.sch_swiper .swiper-slide img {
  width: 100%;
  border-radius: 16px;
}
.sch_page {
  margin-top: 0.5rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.sch_page_line {
  flex: 1;
  position: relative;
}
.sch_page_line .sch_pagination {
  position: relative;
  width: 100%;
  height: 1px;
}
.sch_slide_text {
  margin-top: 0.4rem;
}
.sst_t1 {
  color: #fff;
  font-size: 0.18rem;
}
.sst_t2 {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 300;
  margin: 0.2rem 0;
}
.sst_t3 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.14rem;
  font-weight: 300;
}
.sch_page_line .sch_pagination {
  background: rgba(255, 255, 255, 0.5);
}
.schedule_swiper .swiper-pagination-progress .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 1);
}
.sch_page_btn {
  display: flex;
  margin-left: 0.5rem;
}
.spb_btn {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  opacity: 0.5;
  transition: all 0.4s;
  cursor: pointer;
}
.spb_btn img {
  width: 0.12rem;
}
.spb_btn:nth-of-type(2) {
  margin-left: 0.2rem;
}
.spb_btn:hover {
  opacity: 1;
}
.unit_4 .unit_swiper {
  padding: 1rem 2.6rem 0;
}
.schedule_swiper_bk {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}

/* 力量美学 */
.flicker_box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.flicker_po {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  padding: 1rem;
  width: calc(100% - 2rem);
  z-index: 3;
}
.flicker_top {
  display: flex;
  justify-content: space-between;
  transition: all 0.4s;
}
.ft_left_t1 {
  font-size: 0.48rem;
  color: #2f2f2f;
  font-weight: 600;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
}
.ft_left_t1 ._br {
  display: flex;
  align-items: center;
}
.ft_left_t1 ._fh {
  font-size: 0.34rem;
  line-height: 0.34rem;
}
.ft_left_t2 {
  font-size: 0.18rem;
  margin-top: 0.1rem;
  line-height: 0.28rem;
}
.ft_right {
  width: 4rem;
}
.ft_right_tab {
  display: flex;
}
.ft_right_tab div {
  width: 50%;
  padding: 0.2rem 0;
  font-size: 0.2rem;
  font-weight: 600;
  cursor: pointer;
}
.ft_right_line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
.ft_right_line div {
  width: 50%;
  height: 2px;
  background-color: #f74b00;
  transition: all 0.4s;
}
.flicker_bottom {
  position: relative;
}
.flicker_bottom_min {
  width: 100%;
  position: relative;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.flicker_bottom_min.active {
  opacity: 1;
  pointer-events: auto;
}
.flicker_bottom_min:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.flicker_bk_1 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.flicker_bk_1 img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.flicker_bk_2 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s;
}
.flicker_bk_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.flicker_bk_2.active {
  opacity: 1;
}
.flicker_btn {
  position: absolute;
  z-index: 3;
}
.flicker_btn_1 {
  left: 68%;
  top: 55%;
}
.flicker_btn_2 {
left: 77%;
top: 57%;
}
.flicker_btn_3 {
  left: 44%;
  top: 32%;
}
.flicker_btn_4 {
  left: 26%;
  top: 50%;
}
.flicker_btn_5 {
  left: 45%;
  top: 80%;
}
.flicker_btn_6 {
  left: 56%;
  top: 54%;
}
.flicker_btn_7 {
  left: 56%;
  top: 67%;
}
.flicker_btn_8 {
  left: 70%;
  top: 54%;
}

.on1 .flicker_top {
  color: #fff;
}
.on1 .flicker_top .ft_left_t1 {
  color: #fff;
}
.on1 .ft_right_line {
  background-color: rgba(255, 255, 255, 0.2);
}
.on1 .ft_right_line div {
  /* background-color: rgba(255, 255, 255, 1); */
  background-color: #f74b00;
}
.flicker_btn_1,
.flicker_btn_2,
.flicker_btn_3,
.flicker_btn_4 {
  opacity: 1;
  transition: opacity 1s;
  pointer-events: auto;
}
.on1 .flicker_btn_1,
.on1 .flicker_btn_2,
.on1 .flicker_btn_3,
.on1 .flicker_btn_4 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s;
}
.flicker_btn_5,
.flicker_btn_6,
.flicker_btn_7,
.flicker_btn_8 {
  opacity: 0;
  pointer-events: none;
}
.on1 .flicker_btn_5,
.on1 .flicker_btn_6,
.on1 .flicker_btn_7,
.on1 .flicker_btn_8 {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s;
}

/* 野性进阶 */
.unit_1 .unit_card {
  display: flex;
  padding: 0 10.5%;
  justify-content: space-between;
}
.uc_lc {
  width: 49.5%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.unc_t1_mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(35, 35, 35);
  opacity: 0;
  transition: all 0.4s;
  z-index: 2;
  cursor: pointer;
}
.uc_rb {
  width: 49.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.uc_lc img {
  width: 100%;
}
.uc_rb_top {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.uc_rb_top .urt_u1 {
  width: 49%;
  height: 100%;
  background-color: rgb(34, 34, 34);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.urt_u1_w {
  background-color: rgb(245, 245, 247) !important;
}
.urt_u1_w .urt_ut1 {
  color: #111;
}
.urt_u1_w .urt_ut2 {
  color: #111;
  margin-top: 0.2rem;
  font-size: 1rem;
}
.urt_u1_w .urt_ut3 {
  text-align: center;
  color: #111;
  opacity: 0.5;
}
.urt_ut1 {
  color: #fff;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.4);
}
.urt_ut2 {
  font-size: 0.9rem;
  color: rgb(247, 75, 0);
  font-weight: bold;
}
.urt_ut3 {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.4);
}
.uc_rb_top .urt_u2 {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.urt_u2t {
  width: 100%;
  height: 100%;
  background-color: rgb(245, 245, 247);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 0.5rem 0;
}
.urt_u2t1 {
  font-size: 0.24rem;
}
.urt_u2t2 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.urt_u2t3 {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.urt_u2b {
  width: 100%;
  height: 48.5%;
  border: 3px solid rgb(245, 245, 247);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.uc_rb_bottom {
  position: relative;
  margin-top: 2%;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.urb_img {
  width: 100%;
}
.unc_t1 {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  z-index: 3;
}
.unc_t1 {
  display: flex;
  align-items: flex-end;
}
.unc_t1_1 {
  font-size: 1.2rem;
  line-height: 1.1rem;
  color: #fff;
  font-weight: bold;
  transition: all 0.4s;
}
.unc_t1_2 {
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 0.52rem;
  color: #fff;
  margin-left: 0.1rem;
}

.urb_t1 {
  position: absolute;
  top: 0.4rem;
  left: 0.8rem;
  color: #fff;
  font-size: 0.28rem;
  font-weight: 600;
}
.urb_t1_new span {
  display: block;
}
.urb_t1_new span.ut_remarks {
  font-size: 0.18rem;
  margin-top: 0.1rem;
  opacity: 0.7;
  font-weight: 300;
}
.urb_t2 {
  position: absolute;
  bottom: 0.4rem;
  left: 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}
.urb_t3_remarks{
    position: absolute;
    bottom: 0.4rem;
    right: 0.4rem;
    color: #fff;
    font-size: 0.16rem;
    opacity: 0.7;

}

.uc_lc:hover .unc_t1_mark {
  opacity: 1;
}

.uc_lc:hover .unc_t1_1 {
  color: transparent;
  -webkit-text-stroke: 1px rgb(247, 75, 0);
}
.unc_t1_mark {
  padding: 0.8rem;
}
.si_mark_min {
  margin-top: 0.3rem;
}
.si_mark_min:nth-of-type(1) {
  margin-top: 0rem;
}
.smm_title {
  font-size: 0.23rem;
  color: #fff;
  font-weight: 600;
  line-height: 0.35rem;
}
.smm_detail {
  font-size: 0.16rem;
  color: #fff;
  font-weight: 300;
  margin-top: 0.2rem;
  opacity: 0.7;
}
.unc_t1_mark .smm_detail{
    position: absolute;
    bottom: 0.4rem;
    right: 0.4rem;
}

.smm_remark {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.12rem;
}

._hover {
  opacity: 0;
  transition: all 0.4s;
}
.urt_u1_bk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.urt_ut4 {
    position: absolute;
    z-index: 3;
    top: 0rem;
    height: 100%;
    width: 100%;
    padding: 0.8rem 0;
}
.urt_ut4_t {
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.32rem;
  width: 100%;
  padding: 0 0.4rem;
}
.urt_ut4_n {
  margin-top: 0.2rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgb(247, 75, 0);
  display: none;
}
.urt_ut4 .smm_detail{
    margin-top: 2rem;
    text-align: center;
    font-size: .16rem;
    position: absolute;
    bottom: 0.4rem;
    right: 0;
    padding-right: 0.4rem;
}

.urt_u1:hover ._hover {
  opacity: 1;
}
.urt_u1.active ._hover {
  opacity: 1;
}

.urt_u2t_marks {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.urt_u2t_marks .urt_u2t_bk {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.uum_text {
  z-index: 3;
  position: absolute;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
}
.uum_num {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgb(247, 75, 0);
  position: absolute;
  top: -0.15rem;
  right: -0.1rem;
}
.urt_u2t:hover ._hover {
  opacity: 1;
}
.urt_u2b:hover {
  border: 3px solid transparent;
}
.urt_u2b:hover ._hover {
  opacity: 1;
}
.uum_text div:nth-of-type(2) {
  margin-top: 0.3rem;
}
.urb_marks {
  position: absolute;
  width: 100%;
  background-color: rgb(34, 34, 34);
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.urb_marks {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.urbm_title {
  font-size: 0.3rem;
  font-weight: 600;
  color: rgb(247, 75, 0);
}
.urbm_maps_min {
  display: flex;
}
.urbm_maps_min:nth-of-type(2) {
  margin-top: 0.3rem;
}
.umm_li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.umm_li img {
  width: 0.4rem;
  opacity: 0.7;
}
.umm_li .lit {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
}
.li_icon {
  height: 0.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uc_rb_bottom:hover .urb_marks {
  opacity: 1;
}
.umm_li .li_icon_x {
  width: 0.3rem;
}
.umm_li .li_icon_f {
  width: 0.52rem;
}
.umm_li .li_icon_d {
  width: 0.5rem;
}

.unit_stext div span.us_title {
  display: none;
}
.swiper_pagination_mb {
  display: none;
}
.car_detail_img_text {
  display: none;
}







@media (max-width: 768px) {
  .car_detail_num {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .banner_text_btn {
    right: auto;
    left: 50%;
    top: 20vh;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80vh;
  }
  .banner_t2 {
    font-size: 0.3rem;
  }
  .banner_t3 {
    font-size: 0.3rem;
  }
  .banner_btn {
    position: absolute;
    bottom: 15vh;
    width: 90%;
  }
  .ft_left_t1 {
    display: block;
    font-size: .66rem;
    line-height: 1.2;
  }
  .on1 .flicker_top .ft_left_t1{
      color: #2f2f2f;
  }
  .on1 .flicker_top{
      color: #2f2f2f;
  }
  .ft_right {
    display: none;
  }
  .flicker_po {
    padding: 1rem 0.5rem;
  }
  .ft_left_t2 {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }

  .unit_1 .unit_card {
    flex-direction: column;
  }
  .uc_lc,
  .uc_rb {
    width: 100%;
  }
  .uc_rb_top {
    margin-top: 3%;
    flex-direction: column
  }
  .uc_rb_bottom {
    margin-top: 3%;
    height: 3rem;
  }
  .uc_rb_top .urt_u1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5rem;
    height: 3rem;
  }
  .urt_ut1{
      color: #fff;
        font-size: .3rem;
    font-weight: 600;
  }
  .urt_ut1 span{
      color: rgba(255, 255, 255, 0.4);
      font-size: .24rem;
      margin-top: .1rem;
      font-weight: normal;
  }
  .urt_u1_w .urt_ut1 span{
      color: rgba(0, 0, 0, 0.4); 
  }
  .urt_u1_w{
      margin-top: 3%;
  }
  .unit_padding,
  .unit_1 .unit_card {
    padding: 0 6%;
  }

  .unit_swiper {
    padding: 1rem 6% 0;
  }
  .unit_stab {
    display: none;
  }

  .unit_stext div span.us_title {
    display: block;
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    font-weight: normal;
  }
  .unit_stext {
    text-align: left;
  }
  .unit_stext div {
    font-size: 0.26rem;
    padding: 0;
    line-height: 0.43rem;
  }
  .unit_stext {
    height: 4rem;
    margin-top: 0.2rem;
  }
  ._brmt {
    margin-top: 0.1rem;
  }
  .unit_stext div span.us_remarks {
    font-size: 0.24rem;
    margin-top: 0.15rem;
    opacity: 0.4;
    font-weight: normal;
  }
  .swiper_pagination_mb {
    display: flex;
    justify-content: center;
  }
  .swiper_pagination_mb .swiper-pagination-bullet {
    margin: 0 0.05rem;
    width: 0.8rem;
    height: 1px;
    display: inline-block;
    border-radius: 0%;
    background: #000;
    opacity: 0.2;
  }
  .swiper_pagination_mb .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .unit_black .swiper_pagination_mb .swiper-pagination-bullet {
    background-color: #fff;
  }
  .unit_4 .unit_swiper {
    padding: 1rem 6% 0;
  }
  .unit_4 .unit_stext {
    height: 5rem;
  }

  .sch_page_btn {
    display: none;
  }
  .schedule_swiper {
    padding: 2rem 6% 1.3rem;
  }
  .schedule_swiper_bk {
    top: 0.5rem;
  }
  .sst_t1 {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .sst_t2 {
    margin: 0;
    font-size: 0.26rem;
    line-height: 0.43rem;
  }
  .sst_t3 {
    font-size: 0.24rem;
    margin-top: 0.15rem;
  }

  .car_detail_img_box {
    position: relative;
  }
  .car_detail_img_text {
    display: block;
    position: absolute;
    bottom: 2rem;
    left: 0;
    padding: 0 0.8rem;
  }
  .car_detail_tb {
    display: none;
  }
  .car_detail_num {
    background-color: #000;
    padding: 1rem 0.8rem 2rem;
    background-image: url(../../../../images/car-model-public/dog-2023/A-bk-mb.jpg);
    background-size: cover;
  }
  .car_detail_btn {
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .btn1,
  .btn2 {
    width: 48%;
    height: 0.8rem;
  }
  .btn1 a,
  .btn2 a {
    font-size: 0.24rem;
  }
  .cdn_line {
    width: 75%;
    position: relative;
    z-index: 2;
  }
  .cdn_text {
    position: relative;
    z-index: 2;
  }
  .car_detail_num_bk {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .cnd_text_1 {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
  .cnd_text_2 {
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
    font-size: 0.25rem;
  }
  .car_detail_btn_mb {
    display: flex;
    margin-top: 1rem
  }

  .uc_lc:hover .unc_t1_mark {
    opacity: 0;
  }
  .urt_u1:hover ._hover {
    opacity: 0;
  }
  .urt_u1:hover ._hover {
    opacity: 0;
  }
  .uc_rb_bottom:hover .urb_marks {
    opacity: 0;
  }
  .uc_lc:hover .unc_t1_1 {
    color: #fff;
    -webkit-text-stroke: 0px rgb(247, 75, 0);
  }

  .unc_t1_mark {
    pointer-events: none;
    padding: 0.8rem .4rem
  }
  .uc_lc.active .unc_t1_mark {
    opacity: 1;
  }
  .uc_lc.active .unc_t1_1 {
    color: transparent;
    -webkit-text-stroke: 1px rgb(247, 75, 0);
  }
  .urt_u1.active ._hover {
    opacity: 1;
  }
  .uc_rb_bottom.active .urb_marks {
    opacity: 1;
  }

  /* 弹窗 */
  .pop_mb_box {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.78);
    top: 0;
    left: 0;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
  }
  .pop_mb {
    width: 80%;
    overflow: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pop_mb .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
  }
  .pop_mb .swiper-slide-active {
    border: 1px solid #e65928;
  }
  .pop_mb .swiper-slide img {
    width: 100%;
  }
  .pop_mb_text {
    font-size: 0.34rem;
    padding: 0.4rem 0;
    color: #fff;
    text-align: center;
    background-color: #000;
  }
  .pop_mb_pagination {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0 1rem;
  }
  .pop_mb .swiper-pagination-bullet {
    background-color: #fff;
  }
  .pop_mb .swiper-pagination-bullet {
    margin: 0 0.14rem !important;
  }
  .pop_mb_close {
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    cursor: pointer;
  }
  .pop_mb_close img {
    width: 0.25rem;
  }
  .pop_mb_box.active {
    opacity: 1;
    z-index: 5000;
    pointer-events: auto;
  }
  .type_0,
  .type_1 {
    display: none;
  }
  .type_0.active,
  .type_1.active {
    display: block;
  }
  .flicker_btn:hover .hover_img {
    transform: translate(-50%, -50%) scale(0);
  }
  .flicker_btn:hover .flicker_btn_t {
    opacity: 0;
  }

  .ft_right_mb {
    position: absolute;
    z-index: 5;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 1rem;
  }
  .ft_right_line_mb {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
  }
  .ft_right_line_mb div {
    width: 50%;
    height: 2px;
    background-color: #f74b00;
    transition: all 0.4s;
  }
  .ft_right_tab_mb {
    display: flex;
  }
  .ft_right_tab_mb div {
    width: 50%;
    padding: 0.2rem 0;
    font-size: 0.2rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    font-size: 0.28rem;
  }

  .on1 .ft_right_line_mb div {
    /* background-color: rgba(255, 255, 255, 1); */
    background-color: #f74b00;
  }
  .on1 .ft_right_tab_mb div {
    color: #2f2f2f;
  }

  .car_detail_t1 {
    font-size: 0.35rem;
    line-height: 0.55rem;
  }
  .car_detail_t2 {
    font-size: 0.282rem;
    line-height: 0.4rem;
    margin: 0.4rem 0 0rem
  }
  .urt_ut2,unc_t1_1{
      font-size: 1rem;
      font-weight: 700
  }
  .urt_u1_w .urt_ut2{
      font-size: 1.2rem;
      font-weight: 700
  }
  .unc_t1{
      left: .5rem
  }
  .urb_t2{
      bottom: .2rem;
    left: 0.5rem;
  }
  .flicker_btn_4{
    left: 10%;
    top: 47%;
  }
  .flicker_btn_3{
    left: 37%;
    top: 42%;
  }
  .flicker_btn_1{
    left: 76%;
    top: 51%;
  }
  .flicker_btn_2{
    left: 89%;
    top: 51%;
  }
  .flicker_btn_8{
    left: 79%;
    top: 53%;
  }
  .flicker_btn_6{
    left: 57%;
    top: 53%;
  }
  .flicker_btn_7{
    left: 58%;
    top: 58%;
  }
  .flicker_btn_5{
    left: 37%;
    top: 64%;
  }
  .urt_ut4_t{
    font-size: .22rem;
    font-weight: normal;
    padding: 0 2.1rem 0 0;
    line-height: .35rem;
    text-align: left;
  }
  .urt_ut4 .smm_detail{
        padding-left: 0;
        margin-top: 0.4rem;
        text-align: left;
        font-size: .2rem;
        right: auto;
        left: 0rem;
  }
  .urb_t1_new span.ut_remarks{
      font-size: .2rem
  }
  .smm_title{
      font-size: 0.28rem;
    color: #fff;
    font-weight: 600;
    line-height: 0.44rem;
  }
  .urb_t1{
      left: .5rem;
  }

    .unc_t1_mark .smm_detail{
        bottom: 0.4rem;
        right: 0.4rem;
    }
    .smm_detail{
        font-size: 0.2rem;
    }

    .unit_swiper .swiper-container .swiper-slide{
        border-radius: 16px;
    }
    .urb_t3_remarks{
        bottom: 0.4rem;
        right: 0.4rem;
        font-size: .2rem;
    }
    .remarks{
        font-size: .2rem
    }


    .kv-box .detail .btn-box .btn1 img{
        display: none;
    }


    .urt_ut4{
        padding: 0.4rem 0;
    }
    .urt_u1_bk, .uc_lc img, .urb_img{
        border-radius: 16px;
    }

    .uc_lc img{
        pointer-events: none;
    }
}




/* 浮动 */
.sr_top_op{
    top: 0.7rem;
    position: relative;
    transition: all .5s;
    opacity: 0.5;
}
.sr_top_op_2{
    top: 0.7rem;
    position: relative;
    transition: all .6s;
    opacity: 0.5;
}
.sr_top_a{
    top: 0rem;
    opacity: 1;
}
.sr_top_b{
    top: 0rem;
    opacity: 1;
}





.banner_pagination{
    position: absolute;
    bottom: 10vh !important;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.banner_pagination span{
    width: 0.5rem;
    border-radius: 0%;
    padding: 1vh 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.5);
    transition: all .3s ease;
    margin: 0 0.07rem !important;
    cursor: pointer;
    position: relative;
    display: block;
    opacity: 1;
}
.banner_pagination span::after{
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #fff;
}
.banner_pagination span.swiper-pagination-bullet-active{
    width: 1.7rem;
}
.banner_pagination span.active::after{
    width: 100%;
    transition: all 9.5s linear;
}