/* 100vh box */
.service_box{
	width: 100%;
	height: 100vh;
	border-bottom: 1px solid #fff;
}




/* banner */
.banner_box{
	overflow: hidden;
	width: 100%;
	height: 102vh;
	background-color: #dfe0e1;
	position: relative;
}
.banner_swiper{
	opacity: 0;
	transition: opacity 2s;
}
.banner_swiper .swiper-slide{
	position: relative;
}
.banner_swiper.active{
	opacity: 1;
}
.banner_swiper .swiper-slide .kv_img_p{
	width: 100%;
	height: 102vh;
	object-fit: cover;
    cursor: pointer;
}
.banner_tb{
	position: absolute;
	top: 35vh;
	left: 1.3rem;
	opacity: 0;
	transition: all 2s;
}
.banner_tb.active{
	top: 25vh;
	opacity: 1;
}
.banner_tb .banner_title{
	color: #fff;
	font-size: 0.46rem;
    font-weight: 500;
}
.banner_tb .banner_slogan{
	color: #fff;
	font-size: 0.24rem;
	font-weight: 300;
	margin: 0.1rem 0 0.3rem;
	letter-spacing: 2px;
}
.banner_tb .banner_btn_list{
	display: flex;
}
.banner_tb .banner_btn_list a{
	color: #fff;
	font-weight: 300;
	font-size: 0.18rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.banner_tb .banner_btn_list a:nth-of-type(2){
	margin-left: 0.2rem;
}
.banner_tb .banner_btn_list a .banner_btn_icon{
	width: 0.4rem;
	position: relative;
	margin-left: 0.2rem;
	overflow: hidden;
}
.banner_tb .banner_btn_list a .banner_btn_icon img{
	width: 0.18rem;
	transition: all .3s;
	opacity: 1;
}
.banner_tb .banner_btn_list a .banner_btn_icon img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: -1rem;
	transition: all .5s;
}
.banner_tb .banner_btn_list a:hover .banner_btn_icon img:nth-of-type(1){
	margin-left: 0.2rem;
	opacity: 0;
}
.banner_tb .banner_btn_list a:hover .banner_btn_icon img:nth-of-type(2){
	left: 0rem;
}
.banner_pagination{
	position: absolute;
	bottom: 6vh !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;
}

.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 .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 .4s;
	opacity: 0;
	pointer-events: none;
}
.banner_p_btn.active, .banner_n_btn.active{
	opacity: 1;
	pointer-events: auto;
}
/* banner 新增 */
.banner_tb_img{
    width: 5rem;
    margin-bottom: 0.3rem;
}
.banner_code_img{
    width: 1.2rem;
    margin-top: 0.5rem;
}
.pc_hide{
    display: none !important;
}
@media (max-width: 767px){
    .banner_tb_img, .banner_code_img{
        display: none;
    }
    .pc_hide{
        display: block !important;
    }
    .banner_tb .banner_btn_list a:nth-of-type(2){
        display: felx !important;
    }
}




/* 车型展示 */
.car_model_box{
	position: relative;
}
.bk_box_p{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
}
.car-model-bk{
	position: absolute;
	top: 0;
	height: 100%;
	right: 2rem;
}
.car-model-bk-2{
	position: absolute;
	bottom: -100%;
	height: 100%;
	right: 2.7rem;
}
.car_model_box_p{
	padding: 7vh 6.5vw 0;
	position: relative;
}
.car_model_tt{
	font-size: 0.46rem;
	font-weight: 500;
	color: #000;
    letter-spacing: 1px;
}
.car_model_td{
	font-size: 0.24rem;
	margin: 0.5vh 0 3.8vh 0;  
	font-weight: 300;
	color: #000;
    letter-spacing: 1px;
}
.car_type_tab{
	width: 92vw;
	border-bottom: 0.01rem solid #a8a8a8;
	display: flex;
}
.car_type_tab div{
	margin-right: 5vw;
	font-size: 0.2rem;
	position: relative;
	height: 5.6vh;
	cursor: pointer;
}
.car_type_tab div.active{
	font-weight: bold;
}
.car_type_tab div a{
	width: 100%;
	height: 100%;
	display: block;
	color: #949494;
	font-weight: 300;
    letter-spacing: 1px;
}
.car_type_tab div.active a{
	font-weight: normal;
    color: #000;
}
.car_type_tab div::after{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 0%;
	height: 2px;
	display: block;
	background-color: #00d4d4;
	transition: width .5s; 
	left: 50%;
	transform: translateX(-50%);
}
.car_type_tab div a:hover{
	font-weight: normal;
    color: #000;
}
.car_type_tab div.active::after{
	width: 100%;
}

.car_model_list{
	padding: 0 18vw 10vh;
	position: relative;
}
.car_model_list_min{
	display: flex;
	align-items: flex-start;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	/* width: 87vw; */
	transition: all .4s;
	padding-top: 0vh;
}
.car_model_list_min:nth-of-type(1){
	position: relative;
}
.car_model_list_min.active{
	opacity: 1;
	pointer-events: auto;
}

.cmlm_left{
	/* border-left: 1px solid #f0f0f0; */
	width: 20%;
	max-height: 80vh;
	overflow-y: scroll;
	padding: 1.5rem 0;
	position: relative;
	margin-top: 2vh;
    scrollbar-width: none;
}
.cmlm_left::after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	background-color: #f0f0f0;
}
.cmlm_left::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
.cmlm_left a{
	display: flex;
	align-items: center;
	padding: 0vh 0 0vh 1.8vw;
	font-size: 1.8rem;
	line-height: 1.8rem;
	color: rgba(0,0,0,1);
	opacity: 0.5;
	transition: all .2s;
	height: 4.3rem;
	position: relative;
	font-weight: 300;
}
.cmlm_left a div{
	border-top: 0.05rem solid #d5d5d5;
    border-bottom: 0.05rem solid #d5d5d5;
    padding: 0.1rem 0.12rem;
    font-weight: bold;
    color: #d5d5d5;
    margin-left: 1rem;
    height: 1.8rem;
    line-height: 1.5rem;
    margin-top: 0.05rem;
    font-size: 1rem;
    letter-spacing: 0.007rem;
}
.cmlm_left a.active div{
	border-top: 0.01rem solid #f0871aa3;
	border-bottom: 0.01rem solid #f0871aa3;
	color: #f0871aa3;
}
.cmlm_left a.active div.s_black{
    border-top: 0.05rem solid #000;
	border-bottom: 0.05rem solid #000;
	color: #000;
}
.cmlm_left a.active{
	font-size: 2rem;
	line-height:1.5rem;
	opacity: 1;
    font-weight: normal;
}
.cmlm_left a.active div{
	height: 2rem;
	line-height: 1.6rem;
}
.cmlm_left a::after{
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 1px;
	background-color: #f0871a;
	opacity: 0;
	transition: all 1s;
	z-index: 2;
}
.cmlm_left a.active::after{
	opacity: 1;
	z-index: 2;
}

.cmlm_right{
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cmlm_right .cmlm_car_sw{
	width: 100%;
}
.cmlm_right .cmlm_car_sw .swiper-slide img{
	width:;
	opacity: 0;
    /* margin-left: 2.5%; */
	transition: opacity .3s;
}
.cmlm_right .cmlm_car_sw .swiper-slide-active img{
	opacity: 1;
}
.cmlm_car_btn_list{
	display: flex;
}
.cmlm_car_btn{
	width: 2.2rem;
	height: 0.55rem;
	line-height: 0.55rem;
	text-align: center;
	border: 1px solid #6e7174;
	cursor: pointer;
	font-size: .17rem;
	font-weight: 300;
}
.cmlm_car_btn:nth-of-type(2){
	margin-left: 0.2rem;
}





/* 哈弗服务 */
.service_box{
	padding: 10vh 7vw 7vh;
}
.service_act_box{
    padding: 7vh 7vw 10vh;
}
.service_top{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service_top .service_i{
	width: 4.5rem;
}
.service_top .service_t{
	font-size: 0.24rem;
	margin: 3.1vh 0 8vh;
	font-weight: 300;
}
.service_tab_box{
	display: flex;
	justify-content: space-between;
}
.service_tab_min{
	width: 32.8%;
	opacity: 0;
	transition: all 1s;
	cursor: pointer;
}
.service_tab_min.active{
	transition: all 3s;
	opacity: 1;
}
.service_img_hover{
	width: 100%;
	overflow: hidden;
}
.service_img_hover a{
	width: 100%;
	height: 100%;
	display: block;
}
.service_tab_min .service_img_hover img{
	width: 100%;
	transition: opacity 450ms,transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
	height: 100%;
	object-fit: cover;
}
.service_tab_min:hover img{
	transform: scale(1.06);
}
.service_tm_t{
	font-size: 0.3rem;
	margin: 3vh 0 2vh;
    display: block;
}
.service_tm_d{
	font-size: 0.18rem;
	font-weight: 300;
    display: block;
}


/* 车主生活 */
.car_owner_life_box{
	padding: 7vh 7vw;
	height: 105vh;
	background-color: #f7f8f8;
}
.life_top{
	height: 11vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.life_tt{
	font-size: 0.46rem;
    font-weight: 500;
	color: #000000;
}
.life_td{
	font-size: 0.24rem;
	font-weight: 300;
}

.life_bottom{
	display: flex;
	margin-top: 4vh;
}
.lifr_b_min:nth-of-type(1){
	width: 40%;
	margin-top: 10vh;
	transition: all 1.3s;
	opacity: 0;
}
.lifr_b_min:nth-of-type(2){
	margin-left: 4%;
	width: 56%;
	margin-top: 10vh;
	transition: all 1.3s;
	opacity: 0;
}
.lifr_b_min:nth-of-type(1).active, .lifr_b_min:nth-of-type(2).active{
	margin-top: 0vh;
	opacity: 1;
}
.lifr_b_min:nth-of-type(1) .sc_box{
	display: block;
	width: 100%;
	height: 44vh;
    overflow: hidden;
}
.lifr_b_min:nth-of-type(2) .sc_box{
	display: block;
	width: 100%;
	height: 58vh;
    overflow: hidden;
}
.lifr_b_min:nth-of-type(1) img{
	height: 44vh;
	object-fit: cover;
	transition: opacity 450ms,transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lifr_b_min:nth-of-type(2) img{
	height: 58vh;
	object-fit: cover;
	transition: opacity 450ms,transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lifr_b_min a:hover img{
	transform: scale(1.06);
}
.lifr_b_min img{
	width: 100%;
	cursor: pointer;
}
.hyq_tips{
	width: 1rem;
	height: 0.35rem;
	line-height: 0.35rem;
	border: 1px solid #e4e4e4;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 3vh;
	font-size: 0.16rem;
	font-weight: 300;
	color: #969696;
}
.life_title{
	margin: 2vh 0;
	font-size: 0.2rem;
}
.life_time{
	color: #a9a9a9;
	font-size: 0.17rem;
	font-weight: 300;
}



/* 公共按钮 */
.explore_btn{
	position: absolute;
	right: 7vw;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.explore_btn div:nth-of-type(1){
	font-size: 0.18rem;
	font-weight: 300;
	color: #828282;
	transition: all .1s;
}
.explore_btn div:nth-of-type(2){
	width: 0.4rem;
	margin-left: 0.2rem;
	position: relative;
	overflow: hidden;
}
.explore_btn div:nth-of-type(2) img:nth-of-type(1){
	width: 0.18rem;
	transition: all .3s;
	opacity: 1;
}
.explore_btn div:nth-of-type(2) img:nth-of-type(2){
	width: 0.18rem;
	position: absolute;
	top: 0;
	left: -1rem;
	transition: all .5s;
}
.explore_btn:hover div:nth-of-type(1){
	color: #000;
}
.explore_btn:hover div:nth-of-type(2) img:nth-of-type(1){
	margin-left: 0.2rem;
	opacity: 0;
}
.explore_btn:hover div:nth-of-type(2) img:nth-of-type(2){
	left: 0rem;
}

/* 新能源 */
.new_energy_box{
	padding: 12vh 6.35vw 10vh;
	background-color: #f7f8f8;
	background:linear-gradient(to bottom,#f7f8f8 0%, #f7f8f8 60%, white 60%, white 100%);
	/* height: 123vh; */
}
.energy_title{
	font-size: 0.59rem;
	font-weight: 100;
}
.energy_title .f_w{
	font-weight: 100;
}
.energy_count{
	font-size: 0.19rem;
	font-weight: 300;
	padding: 5vh 0 1vh;
	color: #000000;
}
.energy_num_box{
	display: flex;
	align-items: center;
}
.energy_num{
	font-size: 0.8rem;
	font-weight: 300;
	color: #00d4d4;
}
.energy_num ._km{
	font-size: 0.4rem;
}
.energy_num #count1{
	width:  4.7rem;
	display: inline-block;
}
.energy_line{
	flex: 1;
	margin: 0 0.4rem 0 0.4rem;
	height: 1px;
	background-color: #c5c5c5;
	overflow: hidden;
}
.energy_line span{
	width: 0%;
	height: 1px;
	background-color: #575757;
	display: block;
	transition: all 3s;
}
.energy_line span.active{
	width: 100%;
}
.new_energy_box .explore_btn{
	position: relative;
	right: 0;
}
.energy_img{
	margin-top: 5vh;
	height: 74vh;
	overflow: hidden;
	width: 100vw;
	margin-left: -6.35vw;
	transition: all .8s;
}
.energy_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: margin 3s, width 3s, opacity 3s, transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.energy_img.active{
	width: 100%;
	margin-left: 0%;
}
.energy_img img:hover{
	transform: scale(1.06);
}
.energy_remarks{
    color: #828282;
    margin-top: 2vh;
    font-weight: 300;
}


/* 智家APP */
.haval_app_box{
	background-color: #61646a;
	width: 100%;
	height: 82vh;
	position: relative;
	overflow: hidden;
}
.app_haval{
	width: 80%;
	position: absolute;
	top: 10vh;
	left: 0;
	z-index: 1;
	transition: all 1s;
}
.app_text_code{
	color: #fff;
	position: absolute;
	bottom: 0vh;
	left: 5vw;
	display: flex;
	transition: all 1s;
	align-items: flex-start;
}
.app_text_code.active{
	bottom: 7vh;
}
.app_text_code .app_tb{
	position: relative;
	font-weight: 300;
}
.app_tb .app_tb_t{
	font-size: 0.42rem;
    font-weight: normal;
    line-height: 0.42rem;
    margin-bottom: 0.15rem;
}
.app_tb .app_tb_d{
	margin: 1vh 0 2vh;
	opacity: 0.7;
	letter-spacing: 1px;
	font-size: 0.18rem;
}
.app_tb .explore_btn{
	position: relative;
	right: auto;
	color: #fff;
	opacity: 0.5;
}
.app_tb .explore_btn div:nth-of-type(1){
	color: #fff;
}
.app_code{
	width: 1.2rem;
	margin-left: 2.5vw;
}
.DEVICE{
	height: 67vh;
	position: absolute;
	left: 34%;
	bottom: -5vh;
	transition: all 1s;
}
.DEVICE01{
	position: absolute;
	left: 65%;
	top: 25vh;
	height: 60vh;
	transition: all 2s;
}
.DEVICE03{
	height: 63vh;
	position: absolute;
	right: 0%;
	bottom: -5vh;
	transition: all 1s;
}
.app_haval.active{
	top: 5vh;
}
.DEVICE.active{
	bottom: 0vh;
}
.DEVICE01.active{
	top: 5vh;
}
.DEVICE03.active{
	bottom: 5vh;
}
























/* 哈弗动态 */
.haval_dynamic_box{
	width: 100%;
	height: 300vh;
	position: relative;
}
.haval_dynamic_pt{
	position: sticky;
	top: 0;
	background-color: #eeeeee;
	width: 100%;
	height: 100vh;
	padding: 7vh 7vw;
}
.haval_dynamic_top{
	height: 11vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 100px;
	transition: all 2s;
	opacity: 0;
}
.haval_dynamic_top.active{
	margin-top: 0px;
	opacity: 1;
}
.haval_dynamic_tt{
	font-size: 0.46rem;
    font-weight: 500;
	color: #000000;
}
.haval_dynamic_td{
	font-size: 0.24rem;
	font-weight: 300;
}
.haval_dynamic_tab{
	margin-top: 5vh;
	display: flex;
	transition: all .1s;
}
.hd_tab_min{
	width: 45vh;
	height: 58vh;
	background-color: #fff;
	flex-shrink: 0;
	margin-right: 1.5vh;
	margin-top: 10vh;
	transition: margin 2s, opacity 2s, transform .5s;
	opacity: 0;
	padding: 0.3rem 0.4rem;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 0rem 0 rgb(0 0 0 / 0%);
}
.hd_tab_min.active{
	margin-top: 0vh;
	opacity: 1;
}
.hd_tab_min:nth-last-of-type(1){
	margin-right: 0vh;
}

.haval_dynamic_progress{
	margin-top: 9vh;
	width: 100%;
	height: 1px;
	background-color: #a8a8a8;
	position: relative;
}
.hd_now_progress{
	width: 0%;
	height: 1px;
	background-color: #61646a;
	position: absolute;
	top: -1px;
	left: 0;
	transition: width .1s; 
}
.dynamic_date{
	transition: all .3s;
	color: #848484;
	font-size: 0.2rem;
	font-weight: 300;
}
.dynamic_type{
	width: 1rem;
	height: 0.33rem;
	line-height: 0.33rem;
	text-align: center;
	border-radius: 7%;
	background-color: #61646a;
	color: #FFF;
	margin: 0.2rem 0;
	transition: all .3s;
	font-size: 0.14rem;
	font-weight: 300;
}
.hd_tab_min:hover{
	transform: translate(-2px,-2px);
}
.hd_tab_min:hover .dynamic_date{
	color: #abacaf;
}
.hd_tab_min:hover .dynamic_type{
	background-color: #3daeae;
}
.hd_tab_min:hover{
	box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 5%);
}
.dynamic_text{
	font-size: 0.25rem;
	color: #4c4c4c;
	font-weight: 300;
	transition: all .3s;
}
.hd_tab_min:hover .dynamic_text{
	color: #000;
	font-weight: normal;
}
.dynamic_br_t{
	position: absolute;
	bottom: -0.4rem;
	right: -0.09rem;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 100;
	color: #eee;
	transition: all .3s;
}
.hd_tab_min:hover .dynamic_br_t{
	color: #abacaf;
}




@media (max-width: 768px) {
	
}



/* 底部 */
/* .footer_box{
	width: 100%;
	position: relative;
	padding: 0.6rem 0rem 0;
	background-color: #f0f1f3;
}
.double_block_bk{
	position: absolute;
	top: 0;
	height: 100%;
	right: 3rem;
}
.footer_top{
	padding: 0rem 0.7rem;
}
.ft_haval_logo{
	width: 1.7rem;
}
.ft_haval_logo img{
	width: 100%;
	cursor: pointer;
}
.ft_tel{
	margin-top: 0.2rem;
	display: flex;
	align-items: center;
}
.ft_tel img{
	width: 11px;
}
.ft_tel div{
	margin-left: 0.1rem;
	font-weight: 300;
	font-size: 15px;
}

.ft_link{
	display: flex;
	justify-content: space-between;
	margin: 0.4rem 0rem 0.3rem;
	align-items: flex-end;
}
.ft_link_left{
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	font-weight: 300;
}
.ft_link_left div{
	margin-left: 0.25rem;
	position: relative;
}
.ft_link_left div:hover{
	font-weight: normal;
	color: #1f1f1f;
}
.ft_link_left div:nth-of-type(1){
	margin-left: 0rem;
}
.ft_line{
	width: 1px;
	height: 0.12rem;
	background-color: #ccc;
}
.link_t{
	cursor: pointer;
}

.ft_link_right{
	display: flex;
}
.ftr_icon_min{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #161616;
	margin-right: 0.21rem;
	cursor: pointer;
	transition: all .3s;
	position: relative;
}
.ftr_icon_min:hover{
	background-color: #5ec7d1;
}
.ftr_icon_min:nth-last-of-type(1){
	margin-right: 0rem;
}
.ftr_icon_min .icon{
	width: 0.2rem;
}
.ft_code_img{
	position: absolute;
	opacity: 0;
	width: 1.6rem;
	bottom: 0.7rem;
	pointer-events: none;
}
.ftr_icon_min:hover .ft_code_img{
	opacity: 1;
	z-index: 900;
}
.footer_bottom{
	border-top: 1px solid #e5e5e5;
	padding: 0.82rem 0.7rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 13px;
}
.mb_ft{
	display: none;
}

.qr-code{
	display: none;
}
@media (max-width: 768px){
	.mb_ft{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0.22rem;
	}
	.pc_ft{
		display: none;
	}
	.footer_box{
		padding: 0;
	}
	.footer_top{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 1;
		padding: 0.8rem 0rem 0.6rem;
	}
	.ft_haval_logo{
		width: 2.2rem;
	}
	.ft_haval_logo img{
		margin-top: 0.2rem;
	}
	.ft_tel{
		margin: 0.25rem 0 0.76rem;
	}
	.double_block_bk{
		right: 0.2rem;
	}
	.ftr_icon_min{
		width: 0.7rem;
		height: 0.7rem;
		margin-right: 0.3rem;
	}
	.ftr_icon_min .icon{
		width: 0.4rem;
	}
	.ft_link{
		margin: 0;
	}
	.ft_tel img{
		width: 0.2rem;
	}
	.ft_tel div{
		margin-left: 0.13rem;
		font-size: 0.26rem;
	}
	.ftr_icon_min{
		margin-right: 0.4rem;
	}
	.footer_bottom{
		padding: 0.81rem 0rem;
	}
	.ft_remark{
		margin-top: 0.56rem;
		font-size: 0.16rem;
	}
	.ft_link_left div{
		margin-left: 0.15rem;
		font-size: .23rem;
		font-weight: normal;
	}
	.ft_link_left div{
		margin-left: 0.15rem;
		letter-spacing: -1px;
	}
	.ft_line{
		height: 0.18rem;
	}
	
	.qr-code{
		position: fixed;
		height: 100vh;
		width: 100vw;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 900;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all .3s;
		pointer-events: none;
		display: block;
	}
	.qr-code.active{
		opacity: 1;
		pointer-events: auto;
	}
	.qr-code .info{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 191pt;
		height: 243pt;
		background-color: #fff;
		z-index: 202;
		flex-direction: column;
		color: #FFF;
		display: none;
	}
	.qr-code .info.active{
		display: flex;
	}
	.qr-code .info img{
		width: 58%;
		margin: 46pt auto 23pt;
	}
	.qr-code .info p{
		width: 50%;
		margin: 0 auto;
		text-align: center;
		color: #474747;
	}
	.qr_click_box{
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		z-index: 201;
	}
	
	.ftr_icon_min:hover{
		background-color: #161616;
	}
	.ftr_icon_min:hover .ft_code_img{
		opacity: 0;
	}
} */


/* 侧边栏 */
.sidebar_box{
	position: fixed;
	bottom: 3rem;
	right: 0.2rem;
	z-index: 800;
	padding: 3vh 2vh;
	background-color: #f8f8f8;
	border-radius: 3%;
	opacity: 0;
	transition: all .8s;
	pointer-events: none;
}
.sidebar_box.active{
	opacity: 1;
	pointer-events: auto;
}
.sidebar_box a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	cursor: pointer;
}
.sidebar_icon{
	position: relative;
}
.sidebar_icon img{
	width: 0.25rem;
	opacity: 0.7;
	transition: all .8s;
}
.sidebar_icon:hover img{
	opacity: 1;
}
.sidebar_pop{
	position: absolute;
	opacity: 0;
	width: 3.5rem;
	right: 0.6rem;
	top: 50%;
	transform: translateY(-40%);
	transition: all .3s;
	pointer-events: none;
}
.sidebar_pop .sidebar_bk{
	width: 3.5rem;
}
.sidebar_pop .sidebar_pop_d{
	position: absolute;
	top: 0rem;
	padding: 0.45rem;
}
.sidebar_pop_top{
	display: flex;
	border-bottom: 1px solid #a8a8a8;
	align-items: center;
	padding-bottom: 0.1rem;
}
.sidebar_pop_top div{
	margin-left: 0.1rem;
	font-size: 0.18rem;
}
.sidebar_pop_bottom{
	margin-top: 0.1rem;
	font-size: 0.14rem;
	font-weight: 300;
}
.sidebar_box a:hover .sidebar_pop{
	opacity: 1;
}
.sidebar_line{
	margin: 2vh 0;
	height: 1px;
	background-color: #dadada;
}


/* 按钮样式 */
.btn_style_1{
	position: relative;
	color: #000000;
}
.btn_style_1 span{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 1;
	transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
}
.btn_style_1::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(66, 74, 82);
	transition: transform .9s cubic-bezier(0.165,0.84,0.44,1);
	transform: scaleX(0);
	transform-origin: right;
	z-index: 0;
}
.btn_style_1:hover span{
	color: #fff;
}
.btn_style_1:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}


/* 活动导流图 */
.activity_img_box{
    width: 100%;
    display: block;
}
.activity_img_box img{
    width: 100%;
}



/* ota */
.ota_box{
    padding: 0vh 6.35vw;
    position: relative;
    width: 100%;
}
.ota_box .ota_box_img{
    width: 100%;
}
.ota_box a.a_btn{
	color: #fff;
    font-weight: 300;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 10.4%;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 47.5%;
}
.ota_box a.a_btn .banner_btn_icon{
	width: 0.4rem;
	position: relative;
	margin-left: 0.2rem;
	overflow: hidden;
}
.ota_box a.a_btn .banner_btn_icon img{
	width: 0.2rem;
	transition: all .3s;
	opacity: 1;
}
.ota_box a.a_btn .banner_btn_icon img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: -1rem;
	transition: all .5s;
}
.ota_box a.a_btn:hover .banner_btn_icon img:nth-of-type(1){
	margin-left: 0.2rem;
	opacity: 0;
}
.ota_box a.a_btn:hover .banner_btn_icon img:nth-of-type(2){
	left: 0rem;
}


.ping4_btn_box{
    width: 4rem;
    height: 2rem;
    position: absolute;
    right: 7.5%;
    bottom: 7%;
    cursor: pointer;
}
.ping4_btn_list{
    position: absolute;
    bottom: 10%;
    right: 9.5%;
}
.pbl_min{
    position: relative;
}
.pbl_m1{
    display: flex;
    transition: all .4s;
    position: relative;
    right: 0;
    opacity: 1;
}
.pbl_m1 img{
    width: 0.6rem;
}
.pbl_m2{
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    transition: all .4s;
    opacity: 0;
}
.pbl_m2 img{
    width: 0.6rem;
}
.pbl_m1 img:nth-of-type(2),
.pbl_m2 img:nth-of-type(2){
    margin-left: -0.32rem;
}
.ping4_btn_box{
    cursor: pointer;
}

.ping4_btn_box:hover .pbl_m1{
    right: -20%;
    opacity: 1;
}
.ping4_btn_box:hover .pbl_m2{
    right: 0%;
    opacity: 1;
}

.banner_box .ota_box{
    padding: 0;
}

.banner_box .ota_box .ota_box_img{
    width: 100%;
    height: 102vh;
    object-fit: cover;
}