/* 全局卖点颜色 */
.pingColor{
    background: #dee3e7;
    transition: background .8s;
}
.section16 .t1, .section16 .t2, .section16 .t3, .section8 .t1, .section8 .t2, .section8 .t3{
    transition: all 1s;
}
/* banner */
.banner{
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_bk{
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
.banner_t_b{
	position: absolute;
	top: 2rem;
	left: 1.2rem;
}
.banner_t{
	
}
.banner .price-box{
    font-size: 0.2rem;
    color: #fff;
    margin-top: 0.25rem;
    font-weight: 300;
}
.banner_t img{
	width: 2rem;
}
.banner_t div:nth-of-type(2){
	font-size: 0.26rem;
	color: #fff;
	letter-spacing: 0.098rem;
	margin-top: 0.2rem;
}
.banner_b{
	display: flex;
	margin-top: 0.35rem;
}
/* .banner_b a{
	width: 2rem;
	height: 0.52rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.2rem;
	cursor: pointer;
	position: relative;
	box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
} */
.xcx_code{
	position: absolute;
	bottom: 1.2rem;
	left: 1.2rem;
	display: flex;
	align-items: center;
}
.xcx_code_t{
	text-align: right;
	font-size: 0.14rem;
    color: #fff;
}
.xcx_code_i{
	width: 1.9rem;
}

/* video */
.tvc_box{
	width: 100%;
	height: 100vh;
	background-color: #000000;
	text-align: center;
	font-size: 0.5rem;
    overflow: hidden;
    position: relative;
}
.tvc_box video{
    position: relative;
    z-index: 2;
    width: 100%;
	height: 100vh;
    object-fit: cover;
}
.tvc_box .tvc_bk_i{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
	height: 100vh;
    object-fit: cover;
}
.video_second_marks{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    z-index:3; 
}


/* 文字滑屏 */
.section_top {
  background-color: #09546b;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100vh;
}
.section_top .t {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  overflow: hidden;
      display: flex;
    align-items: center;
    justify-content: center;
}
.section_top .t span {
  text-shadow: rgb(255, 255, 255) 1px 1px 0px, rgb(255, 255, 255) -1px 1px 0px, rgb(255, 255, 255) 1px -1px 0px, rgb(255, 255, 255) -1px -1px 0px;
  font-weight: bold;
  color: #09546b;
  font-size: 1.5rem;
  margin-left: .2rem
}
.section_top .t span i {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #fff;
  display: inline-block;
  margin-left: 0.2rem;
}
.section_top .t1 {
  position: absolute;
  top: 16%;
  right: -100vw;
  justify-content: flex-end;
}
.section_top .t2 {
  position: absolute;
  top: 37%;
  left: -100vw;
  justify-content: flex-start;
}
.section_top .t3 {
  position: absolute;
  top: 57%;
  right: -100vw;
  color: #fca74a;
  justify-content: flex-end;
}
.section_top .t3 span:nth-of-type(1) {
    margin-right: .2rem
}
.section_top .lock-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding-bottom: 5vh
}
.section_top .lock-btn .lock-img-box{
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: breathing 2s ease-in-out infinite;
}
@keyframes breathing { /* å®šä¹‰å…³é”®å¸§ */
  0%   {opacity: 0.6;} /* åˆå§‹çŠ¶æ€ï¼Œé€æ˜Žåº¦ä¸º0.6 */
  50%  {opacity: 1;} /* é«˜äº®çŠ¶æ€ï¼Œé€æ˜Žåº¦ä¸º1 */
  100% {opacity: 0.6;} /* è¿˜åŽŸçŠ¶æ€ï¼Œé€æ˜Žåº¦ä¸º0.6 */
}
.section_top .lock-btn img{
    width: 80%;
}
.section_top .lock-btn .text{
    font-size: .2rem;
    color: #fff;
    margin-top: .15rem
}


/* 720 */
.watch_car_box{
	background-color: rgb(255 166 50);
}
.wcb_bk{
	width: 100%;
}
.watch_car_bottom{
	position: relative;
}
.watch_text{
	position: absolute;
	top: 1.85rem;
	left: 2.55rem;
	color: rgb(255, 255, 255);;
}
.watch_text div:nth-of-type(1){
	font-size: 0.66rem;
	font-weight: 500;
	line-height: .6rem;
}
.watch_text div:nth-of-type(2){
	font-size: 0.66rem;
	margin-top: 0.1rem;
	font-weight: 500;
}
.watch_text div:nth-of-type(3){
	font-size: 0.28rem;
	font-weight: 300;
	margin-top: 0.08rem;
}
.wcb_t{
	position: absolute;
	top: 7rem;
	left: 2.55rem;
	color: #fff;
	font-size: 0.38rem;
	font-weight: 500;
}
.wcb_t_b{
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.14rem;
	font-weight: 300;
	background-color: #000000;
	width: 2.5rem;
	height: 0.5rem;
	cursor: pointer;
	transition: background-color .4s;
    color: #fff;
}
.wcb_t_b:hover{
	background-color: rgba(0,0,0,.7);
}
.wcb_t_b img{
	width: 0.26rem;
	margin-left: 0.1rem;
}
.wcb_num{
	position: absolute;
	bottom: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 3.4rem;
	color: #fff;
	text-align: center;
    opacity: 0;
    transition: all 1s;
}
.wcb_num.active{
    opacity: 1;
    bottom: 2rem;
}
._num{
	font-size: 0.5rem;
}
._unit{
	margin-left: 0.1rem;
	font-size: 0.18rem;
}
.wcb_num_min_d{
	font-size: 0.18rem;
	margin-top: 0.05rem;
}
.wcb_line{
	width: 1px;
	height: 0.5rem;
	background-color: rgba(255,255,255,.5);
}


/* 横向滚动 */
.cro_roll{
	width: 100%;
	height: 260vh;
	position: relative;
	padding: 0vh 10vw;
	background-color: #f6f5f8;
}
.cro_roll_box{
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
	display: flex;
	align-items: center;
}
.cro_roll_box .cro_roll_min{
	display: flex;
	margin-right: 2vw;
	width: 70vw;
	flex-shrink: 0;
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.cro_roll_box .cro_roll_min:nth-last-of-type(1){
	margin-right: 0vh;
}
.crm_left{
	width: 22vw;
	display: flex;
	align-items: center;
	padding: 0 0.5rem;
	position: relative;
}
.crm_left div:nth-of-type(2){
	position: absolute;
	left: 0.5rem;
	bottom: 0.5rem;
	font-size: 0.21rem;
    font-weight: 300;
}
.crm_right{
	width: 48vw;
}
.crm_right img{
	width: 100%;
}
.crm_left div:nth-of-type(1){
	position: relative;
}
.crm_left div:nth-of-type(1) span{
	z-index: 1;
	position: relative;
    font-size: 0.34rem;
    font-weight: 500;
    color: #2f2f2f;
}
.crm_tb{
	position: absolute;
    right: 1.45rem;
    top: -0.07rem;
    width: 1.2rem;
}
.crm_tb_2{
	right: 0.77rem;
    top: -0.07rem;
}
.crm_tb_3{
	right: 0.77rem;
    top: -0.07rem;
}



/* enjoy */
.flicker_box{
}
.flicker_text{
	padding: 1rem 2.6rem;
	color: rgb(255, 255, 255);;
}
.flicker_text div:nth-of-type(1){
	font-size: 0.66rem;
	line-height: .6rem;
	font-weight: 500;
}
.flicker_text div:nth-of-type(2){
	font-size: 0.66rem;
	margin-top: 0.1rem;
	font-weight: 500;
}
.flicker_text div:nth-of-type(3){
	font-size: 0.28rem;
	font-weight: 300;
	margin-top: 0.08rem;
}
.flicker_img{
	position: relative;
}
.flicker_img .flicker_img_bk{
	width: 100%;
    position: relative;
    z-index: 1;
}
.flicker_img_marks{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,.05)
}
/* 按钮位置 */
.flicker_btn{
	position: relative;
	cursor: pointer;
}
.flicker_btn_1{
	position: absolute;
	left: 31%;
    top: 49%;
    z-index: 3;
}
.flicker_btn_2{
	position: absolute;
	right: 10%;
    top: 48%;
    z-index: 3;
}
.flicker_btn_3{
	position: absolute;
	left: 50%;
    top: 73%;
    z-index: 3;
}
.flicker_btn_4{
	position: absolute;
	left: 62%;
    top: 46%;
    z-index: 3;
}
.flicker_btn_5{
	position: absolute;
	left: 11%;
    top: 45%;
    z-index: 3;
}
.hover_img{
	width: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	transition: all .4s;
	z-index: 1;
}
.flicker_btn:hover .hover_img{
	transform: translate(-50%,-50%) scale(1);
}
.flicker_btn_t{
	position: absolute;
	top: 200%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	white-space: nowrap;
	opacity: 0;
	z-index: 1;
	transition: all .4s;
	font-size: 0.16rem;
	text-align: center;
	letter-spacing: 0.01rem;
}
.flicker_btn_t_fwd{
	top: 149%;
}
.flicker_btn:hover .flicker_btn_t{
	opacity: 1;
}


/* 弹窗 */
.enjoy_pop{
	display: flex;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: all .4s;
	z-index: 1000;
}
.enjoy_pop_sw{
	width: 63%;
	margin-left: -63%;
	transition: all .4s;
}
.enjoy_pop_sw .swiper-slide img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.enjoy_pop_sw .swiper-slide video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.enjoy_pop_text{
	width: 37%;
	margin-right: -40%;
	transition: all .4s;
	padding: 1.2rem 1rem;
	position: relative;
	background-color: rgba(255,255,255,.95);
	z-index: 1;
}
.enjoy_pop_t2{
	position: absolute;
	left: 1rem;
	top: 30%;
	transform: translateY(-50%);
	width: calc(100% - 2rem);
	font-size: 0.4rem;
}
.enjoy_pop_t3{
	position: absolute;
	left: 1rem;
	width: calc(100% - 2rem);
	top: 39%;
	transform: translateY(-50%);
	font-size: 0.155rem;
	color: rgba(36,41,43,.5);
	letter-spacing: 0.01rem;
}
.enjoy_pop_t1{
	font-size: .22rem;
	font-weight: 300;
    position: absolute;
    top: 23%;
}
.enjoy_pop_t2 div, .enjoy_pop_t3 div{
	opacity: 0;
	transition: all 0.4s;
	position: absolute;
	top: 0;
}
.enjoy_pop_t3 div{
	font-size: 0.18rem;
	line-height: 0.3rem;
}
.enjoy_pop_t2 div:nth-of-type(1), .enjoy_pop_t3 div:nth-of-type(1){
	position: relative;
}
.enjoy_pop_t2 div.active, .enjoy_pop_t3 div.active{
	opacity: 1;
}
.enjoy_pop_btn{
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	background-color: rgba(0,0,0,1);
	left: -0.25rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
    border: 2px solid rgba(255, 255, 255, .7);
}
.enjoy_pop_btn img{
	width: 0.15rem;
}
.enjoy_pop.active{
	opacity: 1;
	pointer-events: auto;
}
.enjoy_pop.active .enjoy_pop_sw{
	margin-left: 0;
}
.enjoy_pop.active .enjoy_pop_text{
	margin-right: 0;
}

.enjoy_pop_btn_pn{
    position: absolute;
    bottom: 1rem;
    display: flex;
}
.enjoy_pop_btn_pn img{
    width: 0.3rem;
    cursor: pointer;
    opacity: 0.6;
    transition: all .4s;
}
.enjoy_pop_btn_pn img:nth-of-type(2){
    margin-left: 0.4rem;
}
.enjoy_pop_btn_pn img:hover{
    opacity: 1;
}



/* tab swiper */
.tab_swiper_box{
	width: 100%;
	padding: 1rem 2.6rem 0;
	background-color: rgb(183, 180, 169);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tab_swiper{
	width: 100%;
}
.tab_swiper .swiper-slide img{
	width: 100%;
    border-radius: 20px;
}
.tab_sw_bottom{
	position: relative;
    margin-top: 0.3rem;
	z-index: 1;
	color: #fff;
    width: 100%;
    padding: 0 1.2rem;
}
.ts_choose_t{
	display: flex;
	position: relative;
}
.ts_choose_t div{
	color: rgba(0, 0, 0, 1);
	transition: all .4s;
	font-size: 0.18rem;
    font-weight: 400;
	padding: 0 1rem;
	position: relative;
	cursor: pointer;
	padding-bottom: 0.22rem;
    text-align: center;
    flex: 1;
}
.ts_choose_t div.active{
	color: rgba(0, 0, 0, 1);
}
.ts_choose_t div:after{
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	position: absolute;
	bottom: 0rem;
	background-color: rgba(0, 0, 0, 0.3);
    left: 0;
}
.ts_choose_t div.active:after{
	background-color: #000;
    height: 2px;
}
.ts_choose_t._active div:after{
    width: 100%;
}
.ts_choose_d{
	height: 0.5rem;
	margin-top: 0.2rem;
	position: relative;
}
.ts_choose_d div{
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 1s;
	text-align: center;
	font-weight: 300;
	line-height: 0.3rem;
	font-size: 0.16rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
    color: #000;
}
.ts_choose_d div:nth-of-type(1){
	position: relative;
}
.ts_choose_d div.active{
	opacity: 1;
}

/* 更多配置 */
.more_config_box{
    position: relative;
    padding: 0.95rem 2.55rem 1.2rem;
}
.more_config_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.95rem;
}
.more_config_top .mct_t{
    color: rgb(0, 0, 0);
}
.more_config_top .mct_t div:nth-of-type(1){
    font-size: 0.66rem;
    line-height: .6rem;
    font-weight: 500;
}
.more_config_top .mct_t div:nth-of-type(2){
    font-size: 0.66rem;
    margin-top: 0.1rem;
    font-weight: 500;
}
.more_config_top .mct_t div:nth-of-type(3){
    font-size: 0.28rem;
    font-weight: 300;
    margin-top: 0.08rem;
}
.more_config_top .mct_b{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000;
    padding: 0.1rem 0.2rem;
    width: 2rem;
    height: 0.5rem;
    color: #fff;
    background: #000;
    cursor: pointer;
}
.more_config_top .mct_b div:nth-of-type(1){
    margin-left: 0.02rem;
    font-weight: 300;
}
.more_config_top .mct_b ._img{
    width: 0.24rem;
    position: relative;
}
.more_config_top .mct_b ._img img{
    width: 100%;
}
.more_config_top .mct_b ._img img:nth-of-type(1){
    position: relative;
    opacity: 1;
    transition: all .4s;
}
.more_config_top .mct_b ._img img:nth-of-type(2){
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all .4s;
}
.more_config_top .mct_b.active ._img img:nth-of-type(1){
    opacity: 0;
}
.more_config_top .mct_b.active ._img img:nth-of-type(2){
    opacity: 1;
}
.more_config_bottom{
    transition: all 1s;
    overflow: hidden;
    margin-top: 1rem;
    opacity: 0.3;
}
.more_config_bottom.active{
    margin-top: 0rem;
    opacity: 1;
}
.more_config_bottom._shut{
    height: 0 !important;
}
.mcb_min{
    display: flex;
    justify-content: space-between;
}
.mcb_min img{
    width: 32.85%;
    border-radius: 10px;
}
.more_double_c{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32.85%;
}
.more_double_c img{
    width: 100%;
}
._wdouble{
    width: 66.4% !important;
}
._mtob{
    margin-bottom: 0.6%;
}


/* video_text_box_pc */
/* 鼠标 */
.cursor {
  width: 1.34rem;
  height: 1.34rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
    margin-left: -0.75rem;
    margin-top: -0.6rem;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9999999;
}

.cursor1 {
  width: 1.34rem;
  height: 1.34rem;
  border: 0;
    margin-left: -0.75rem;
    margin-top: -0.6rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999999;
}

.video-cursor {
  background-image: url(../../../../images/car-model-public/fierce-dragon/play-section2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.video-cursor1 {
  background-image: url(../../../../images/car-model-public/fierce-dragon/left-btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.video_text_box_pc{
	position: relative;
	height: 600vh;
	width: 100%;
	background-color: #253843;
}
.vt_box_1{
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background-color: #253843;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.vt_box_2{
	position: sticky;
	top: 0;
	margin-top: -100vh;
	width: 100%;
	height: 100vh;
	z-index: 2;
	background-color: transparent;
	opacity: 1;
    overflow: hidden;
}
.vt_box_2 .ovhd{
    position: relative;
    width: 100%;
    height: 100vh;
}
.vt_box_3{
	position: sticky;
	top: 0;
	margin-top: -100vh;
	width: 100%;
	height: 100vh;
	z-index: 3;
	opacity: 1;
	transition: opacity .3s;
}

.vt_box_1 .vt1_scale{
	transform: scale(50);
	opacity: 0.06;
	display: flex;
	flex-direction: column;
	align-items: center;
    transition: all .1s;
}
.vt1_scale img{
	width: 3.7rem;
}
.vt1_scale div{
	font-size: 0.8rem;
	color: #fca74a;
	letter-spacing: 0.1rem;
}

.vt_box_2 div{
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
}
.vt_box_2 div span{
	/* text-shadow: rgb(255, 255, 255) 1px 1px 0px, rgb(255, 255, 255) -1px 1px 0px, rgb(255, 255, 255) 1px -1px 0px, rgb(255, 255, 255) -1px -1px 0px; */
    font-weight: bold;
    color: #07d4d3;
    font-size: 1rem;
}
.vt_box_2 .t1{
	position: absolute;
	right: -150%;
	top: 13%;
    width: 100%;
    margin-right: 1rem;
}
.vt_box_2 .t2{
	position: absolute;
	left: -150%;
	top: 28%;
    margin-left: 6rem;
    width: 100%;
    text-align: left;
    
}
.vt_box_2 .t3{
	position: absolute;
	right: -150%;
	top: 43%;
    width: 100%;
    margin-right: 6rem;
}
.vt_box_2 .t4{
	position: absolute;
	left: -150%;
	top: 58%;
    width: 100%;
    text-align: right;
}
.vt_box_2 .t5{
	position: absolute;
	right: -150%;
	top: 73%;
    width: 100%;
    margin-right: 3.5rem;
}

.vt_box_3 video{
	position: absolute;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transform: scale(0.33);
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 767px){
.xcx_code {
   position: absolute;
    bottom: 0.6rem;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 0 0.5rem;
    left: auto
}

.xcx_code_t {
    text-align: right;
    font-size: 0.26rem;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 2;
}

.xcx_code_i {
    margin-left: 0rem;
    width: 2.5rem;
}
    .wcb_t_b{
        position: absolute;
        bottom: 0.8rem;
        width: 3.4rem;
        height: 0.7rem;
    }
    .wcb_t_b img{
        width: 0.4rem;
    }
    .wcb_t_b, .section11 .content-box .btn-box .text, .more_config_top .mct_b{
        font-size: 0.22rem;
    }

    .flicker_text{
        padding: 2rem 0.84rem;
    }
    .flicker_btn_1, .flicker_btn_2, .flicker_btn_3, .flicker_btn_4, .flicker_btn_5{
        display: none;
    }

    .pagination99{
        position: absolute;
        bottom: 0;
        width: calc(100% - 1.1rem);
        height: auto;
        background: rgba(255,255,255,.25);
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        background: transparent;
        align-items: center;
        justify-content: center;
        z-index: 112;
    }
    .pagination99 ._img{
        width: 0.8rem;
        height: 0.8rem;
        background: #fff;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .pagination99 ._img img{
        width: 100%;
    }
    .p99-p{
        transform: rotate(180deg);
    }
    .pagination99 .swiper-pagination99{
        position: relative;
        left: 0;
        transform: translateX(0%);
        width: auto;
        padding: 0 0.5rem;
    }
    .pagination99 .swiper-pagination99 .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        border-radius: 100%;
    }

    .more_config_box{
        padding: 0.95rem 0rem 1.2rem;
    }
    .more_config_top{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 0.84rem 0.95rem;
    }
    .more_config_top .mct_b{
        width: 3.4rem;
        height: 0.7rem;
        margin-top: 0.5rem;
    }
    .more_config_bottom{
        padding: 0 0.36rem;
    }


    ._mtob{
        margin-bottom: 2.2%;
    }
    .mcb_min img{
        width: 49%;
    }
    ._wdouble {
        width: 100% !important;
    }


    .vt_box_2 div, .vt_box_2 div span{
        font-size: 0.6rem;
    }

    .flicker_img_bk, .flicker_img_marks{
        height: auto !important;
    }


    .vt_box_2 .t1{
        right: -150%;
        top: 13%;
        margin-right: 1rem;
    }
    .vt_box_2 .t2{
        left: -150%;
        top: 28%;
        margin-left: 2.4rem;
    }
    .vt_box_2 .t3{
        right: -150%;
        top: 43%;
        margin-right: 1rem;
    }
    .vt_box_2 .t4{
        left: -150%;
        top: 58%;
    }
    .vt_box_2 .t5{
        right: -150%;
        top: 73%;
        margin-right: 2rem;
    }
    .vt1_scale div{
        font-size: 0.6rem;
    }
    .vt1_scale img{
        width: 2.7rem;
    }
    .vt_box_3{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .vt_box_3 video{
        height: auto;
        z-index: 2;
    }
    .vt_box_3 .tvc_fm_c{
        position: absolute;
        width: 100%;
        transform: scale(0.33);
        opacity: 0;
        pointer-events: none !important;
        z-index: 1;
    }


    .cursor1, .cursor{
        display: none !important;
    }
}