body {
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif !important;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.gardual_rl, .gardual_mb{
    transition: margin .6s ease, opacity .5s linear;
}

/* banner */
.sw_car_banner,.sw_car_banner .swiper-slide{
    width:100%;
    height:100vh;
}
.sw_car_banner .swiper-slide img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.left_p_box{
    position: absolute;
    top: 30vh;
    right: 1.1rem;
}
.btn_list{
    
}
.title_text_pc{
    padding: 0.4rem 0;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 300;
}
.title_img_pc{
    width: 3.44rem !important;
}   
.banner_btn_list{
    display: flex;
}
.btn_list .banner_btn{
    width: 1.8rem;
    height: 0.5rem;
    line-height: .5rem;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgb(255 255 255);
    font-size: 13px !important;
    cursor: pointer;
    position: relative;
}
.btn_list .banner_btn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    position: relative;
    z-index: 1;
}
.btn_list .banner_btn:nth-of-type(2){
    margin-left: 0.2rem;
}
.btn_list .banner_btn:nth-of-type(2) a{
    color: #fff;
}
.btn_list .banner_btn:hover a{
    color: #fff;
    transition: .5s;
}
.btn_list .banner_btn:nth-of-type(2):hover a{
    color: #000;

}

.banner_btn::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .5s;
    background-color: #fff;
    z-index: 0;
}
.banner_btn:hover::before{
    height: 0%;
}
.banner_btn_1::before{
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    top: auto;
    transition: .5s;
    background-color: #fff;
    z-index: 0;
}
.banner_btn_1:hover::before{
    height: 100%;
}

.mouse_follow{
	width: 80px;
	height: 80px;
	position: fixed;
	pointer-events: none;
	opacity: 1;
	transition: transform .3s, opacity .3s ease-in;
	z-index: 22;
	background-color: #c75203;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.mouse_show{
	opacity: 1;
}
.mouse_follow img{
	width: 80px;
	height: 80px;
}


.mouse_follow_place{
	width: 100%;
	height: 100vh;
	display: flex;
    position: sticky;
    top: 0;
}
.mouse_follow_min{
    width: 100%;
	height: 100vh;
	display: flex;
    position: sticky;
    top: 0;
    transition: all .5s;
}
.mfi_all{
	width: 33.33%;
	background-color: #cdcdcd;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.mfi_all:nth-last-of-type(2){
	width: 33.33%;
	background-color: #cdcdcd;
}
.mfi_all img{
	width: 101%;
	height: 100vh;
	object-fit: cover;
	transition: all .5s;
}
.mfi_all img.bk_wire{
    position: absolute;
    top: 0;
    left: -0.1rem;
    width: .99rem;
    height: auto;
    display: block;
    z-index: 1;
}
.mfi_all:hover .bkImg{
	transform: scale(1.05);
}
.mfi_min_text{
	position: absolute;
	top: 13vh;
    /* left: 0.85rem; */
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
.mfi_min_text .s_title_t{
    width: 1.6rem;
    height: auto;
}
.mfi_all img.tsgd_icon{
	width: 0.2rem;
	height: auto;
	object-fit: contain;
	margin-left: 0.1rem;
}
.mfi_min_text div:nth-of-type(2){
	font-size: 0.2rem;
	font-weight: 300;
	margin: 0.1rem 0;
}
.mfi_min_text div:nth-of-type(1){
	font-size: 0.45rem;
	font-weight: normal;
}
.mfi_min_text div:nth-of-type(3){
	font-size: 0.35rem;
	font-weight: 300;
	letter-spacing: 2px;
}
.mfi_min_bot{
	position: absolute;
	left: 0.5rem;
	bottom: 1rem;
	display: flex;
	justify-content: center;
	font-size: 0.2rem;
    display: none;
}
.bottom_mt{
    position: absolute;
    bottom: 15vh;
    display: flex;
    align-items: center;
    width: 100%;
}
.line_bmt{
    flex: 1;
    height: 1px;
    position: relative;
}
.line_bmt::before{
    background: rgba(255,255,255,0.3);
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10%;
    content: '';
}
.before_bmt::before{
    background: rgba(255,255,255,0.3);
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10%;
    content: '';
}
.after_bmt::before{
    background: rgba(255,255,255,0.3);
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    content: '';
    right: 10%;
    left: auto;
}
.btm_text{
    padding: 0 0.3rem;
    font-size: 0.22rem;
}


/* 弹窗 */
.pop_window{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	position: absolute;
	left: 100%;
	top: 0;
	/* opacity: 0; */
	transition: all .5s;
	z-index: 11111;
}
.pop_window.active{
	left: 0%;
	opacity: 1;
}
.left_pop{
	width: 33.33%;
	flex-shrink: 1;
	position: relative;
}
.left_pop img{
	width: 100%;
    opacity: 0;
}
.left_pop img.pl_close{
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: -0.5rem;
	top: 50%;
	cursor: pointer;
    opacity: .7;
    transition: all .5s;
    transform: translateY(-50%);
}
.left_pop img.pl_close:hover{
    opacity: 1;
}
.pl_text{
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	color: #fff;
    opacity: 0;
}
.pl_text div:nth-of-type(1){
	font-size: 0.2rem;
	font-weight: 300;
}
.pl_text div:nth-of-type(2){
	font-size: 0.45rem;
	font-weight: 300;
	margin: 0.2rem 0;
}
.pl_text div:nth-of-type(3){
	font-size: 0.35rem;
	font-weight: 300;
	letter-spacing: 2px;
}

.right_pop{
	width: 66.66%;
	padding: 40px 1rem 1rem;
	overflow-y: scroll;
    background: #fff;
    overflow-x: hidden;
}
.right_pop img{
	width: 100%;
	display: block;
}
.rp_text{
	margin: 0.4rem 0;
    border-left: 1px solid #bdbdbd;
    padding: 0 0 0 0.34rem;
}
.rp_text div:nth-of-type(1){
	font-size: 0.25rem;
	font-weight: bold;
    color: #1f1f1f;
}
.rp_text div:nth-of-type(2){
	font-size: 0.19rem;
    color: #1f1f1f;
	margin-top: 0.13rem;
}




.min_tab_box_mb{
    width: 100%;
	height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    /* gap: 0.25rem; */
    gap: 2vh;
    justify-content: center;
}
.min_tab_mb{
    position: relative;
    margin: 0 4%;
}
.min_tab_mb .mt_img_bk{
    width: 100%;
    height: 27vh;
    object-fit: cover;
}
.min_tab_mb .bk_wire{
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: auto;
    display: block;
    z-index: 1;
    opacity: .6;
}
.min_tab_text_mb{
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    color: #fff;
    z-index: 2;
}
.mt1_text{
    font-size: 0.2rem;
    font-weight: 300;
    margin-top: 0.1rem;
}
.mt2_text{
    font-size: 0.5rem;
    margin: 0.24rem 0 0.13rem;
    font-weight: 300;
}
.mt3_text{
    font-size: 0.5rem;
    font-weight: 300;
}
.mt_more_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 1rem;
    height: 1rem;
    background: rgba(0,0,0,0.5);
    margin-top: 1rem;
}
.mt_more_btn img{
    width: 0.25rem;
    margin-top: 0.07rem;
}
.mt_more_btn div{
    font-size: 0.2rem;
    font-weight: 300;
}

.pop_window_mb{
    display:none;
    position: fixed;
    top: 0;
    z-index: 1000001;
    background: #fff;
    overflow-y: scroll;
    height: 100vh;
    padding: 0% 4% 4%;
    width: 100%;
}
.pop_window_mb.active{
    display:block;
}
.pop_min_box_mb{
    display: none;
}
.pop_min_box_mb.active{
    display: block;
}
.pmm_title{
    font-size: 0.5rem;
    height: 0.8rem;
    position: relative;
}
.pmm_title span{
    font-weight: 100;
}
.pop_img_mb{
    width: 100%;
    margin-top: 0.3rem;
}
.pmm_second_title{
    font-size: 0.27rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #000;
    margin-top: 0.1rem;
    height: 0.7rem;
    position: relative;
}
.up_style{
    position: absolute;
    top: 0.5rem;
    transition: all .5s;
    opacity: 0;
}
.begin_up.up_style{
    top: 0rem;
    opacity: 1;
}
.pop_lc_t{
    font-size: 0.35rem;
    font-weight: bold;
    margin-top: 0.3rem;
}
.pop_lb_t{
    font-size: 0.25rem;
    margin-top: 0.2rem;
    width: 92vw;
    line-height: .42rem;
}
.close_pop_mb{
    position: absolute;
    top: 34%;
    right: 4%;
    width: 0.8rem;
    height: 0.8rem;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 2;
}
.close_pop_mb img{
    width: 0.3rem;
    margin-top: 0;
}

/* 其他车 */
.other_car{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0 0.7rem;
    background: #f1f1f1;
}
.other_car img{
    width: 7.5rem;
    margin-right: 1rem;
}
.oc_right_box div:nth-of-type(1){
    font-size: 0.37rem;
    font-weight: 600;
}
.oc_right_box div:nth-of-type(2){
    font-size: 0.26rem;
    margin: 0.1rem 0;
    font-weight: 300;
}
.oc_right_box div:nth-of-type(3){
    font-size: 0.17rem;
    font-weight: 300;
    color: #838383;
}
.oc_right_box div:nth-of-type(4){
    width: 1.87rem;
    height: 0.5rem;
    cursor: pointer;
    text-align: center;
    line-height: 0.5rem;
    margin-top: 0.2rem;
}
.oc_right_box div:nth-of-type(4):hover a{
    color:#000;
}

.full_container.kugou_unit{
    margin-top: .5rem;
}
.other_car_mb{
    display: none;
}


.h6s_tvc .tvc-player{
    position: relative;
    z-index: 1;
}
.video_cover_mb{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
.video_cover_mb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767px){
    .other_car{
        display: none;
    }
    .other_car_mb{
        padding: 0.26rem 0.26rem 0;
        background: #f2f2f2;
        display: block;
    }
    .oc_right_box{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.5rem;
        background: #fff;
    }
    .oc_right_box img{
        width: 100%;
    }
    .oc_right_box div:nth-of-type(1){
        font-size: 0.4rem;
        font-weight: 600;
    }
    .oc_right_box div:nth-of-type(2){
        font-size: 0.3rem;
        margin: 0.1rem 0;
        font-weight: 300;
    }
    .oc_right_box div:nth-of-type(3){
        font-size: 0.2rem;
        font-weight: 300;
        color: #838383;
    }
    .oc_right_box div:nth-of-type(4).other_btn{
        width: 86%;
        border: 1px solid #000;
        height: 0.7rem;
        line-height: 0.7rem;
    }
    .full_container.kugou_unit{
        margin-top: 0rem !important;
    }
    .left_p_box{
        position: absolute;
        top: auto;
        left: 50%;
        bottom: 15vh;
        transform: translateX(-50%);
    }
    .btn_list .banner_btn{
        width: 3rem;
        height: 0.8rem;
        line-height: 0.8rem;
        box-shadow: inset 0 0 0 1px rgb(255 255 255);

    }
    .btn_list .banner_btn:nth-of-type(2){
        margin-left: 0.4rem;
        
    }
    .title_img_mb{
        position: absolute;
        top: 20vh;
        width: 50% !important;
        left: 50%;
        transform: translateX(-50%);
        height: auto !important;
    }
    .title_text_mb{
        position: absolute;
        top: 30vh;
        text-align: center;
        color: #fff;
        width: 100%;
        font-size: 0.3rem;
    }
    .banner_btn_list{
        display: flex;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}


/* 新增一探究竟 */
.go_more{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.go_more img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.go_more_text{
    position: absolute;
    bottom: 0.8rem;
    width: 100%;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.gmtl_1{
    font-size: 0.44rem;
    font-weight: 500;
}
.gmtl_2{
    font-size: .22rem;
    font-weight: 300;
    margin-top: 0.1rem;
}
.go_more_text_r{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2rem;
    height: 0.55rem;
    background: #3daeae;
    padding: 0 0.3rem 0 0.5rem;
    font-size: 0.16rem;
    cursor: pointer;
    transition: all .3s;
}
.go_more_text_r:hover{
    background: #438b8c;
}
.go_more_text_r img{
    width: 0.25rem;
    height: 0.25rem;
}

@media (max-width: 767px){
    .go_more,
    .go_more img{
        width: 100%;
        height: auto;
    }
    .go_more_text{
        flex-direction: column;
        bottom: 1.5rem;
        padding: 0 0.6rem;
    }
    .go_more_text_r img {
        width: 0.3rem !important;
        height: 0.3rem !important;
    }
    .go_more_text_r{
        height: 0.75rem;
        font-size: 0.22rem;
        margin-top: 0.45rem;
        width: 3.2rem;
        padding: 0 0.6rem 0 0.7rem;
    }
    .gmtl_1{
        font-size: 0.42rem;
    }
    .gmtl_2{
        font-size: 0.23rem;
        margin-top: 0.2rem;
    }
}