.header{
	width: 100%;
	height: 0.8rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.5rem;
}
.header_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	backdrop-filter: saturate(80%) blur(50px);
	-webkit-backdrop-filter: saturate(80%) blur(50px);
	z-index: 0;
	transition: all .5s;
	opacity: 0;
}
.header_mask.active{
	opacity: 1;
}
.header_left{
	position: absolute;
	right: 0.5rem;
	z-index: 1;
	padding-right: 0.5rem;
	flex: 1;
}
.header_left ul{
	display: flex;
	margin-right: 0.1rem;
}
.header_left ul li{
	margin-left: 0.2rem;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.header_left ul li img{
	width: 0.4rem;
}
.hl_after{
	bottom: -0.2rem;
	right: 0;
	height: 1px;
	position: absolute;
	transition: transform .55s cubic-bezier(0.165,0.84,0.44,1);
	transform: scaleX(1);
	transform-origin: left;
	background-color: rgb(255, 118, 0);
	width: 100%;
	opacity: 0;
}
.header_left ul li:hover .hl_after{
	transform: scaleX(1);
	transform-origin: right;
	opacity: 1;
}
/* .header_left ul li::after {
	content: '';
    bottom: -0.2rem;
    right: 0;
    height: 1px;
    position: absolute;
    transition: transform .55s cubic-bezier(0.165,0.84,0.44,1);
    transform: scaleX(0);
    transform-origin: left;
    background-color: rgb(255, 118, 0);
    width: 100%;
	display: block;
}
.header_left ul li:hover::after {
    transform: scaleX(1);
    transform-origin: right;
} */

.menu{
	cursor: pointer;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 15;
	padding: 0.1rem;
}
.menu div{
	width: 0.3rem;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all .5s;
}
.menu div:nth-of-type(2){
	margin-top: 0.1rem;
}
.menu.active div:nth-of-type(1){
	transform: rotate(45deg);
}
.menu.active div:nth-of-type(2){
	transform: rotate(-45deg);
	margin-top: 0;
}

.header_logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 2rem;
	cursor: pointer;
	z-index: 5;
}
.diqiu{
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	left: 0.5rem;
	z-index: 1;
	cursor: pointer;
	transition: all .5s;
	transform: scale(1);
}
.diqiu:hover{
	transform: scale(1);
}

.head_pop{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.head_pop_mask{
	position: absolute;
	width: 100vw;
	height: 100vh;
	backdrop-filter: saturate(80%) blur(10px);
	-webkit-backdrop-filter: saturate(80%) blur(10px);
	background-color: rgba(0, 0, 0, 0.2);
}
.head_pop_close{
	position: absolute;
	top: 5vh;
	left: 9vw;
	width: 0.3rem;
	cursor: pointer;
}
.head_pop_menu{
	position: absolute;
	z-index: 2;
	width: calc(100vw - 1.2rem);
	margin-right: 0.6rem;
	top: 50%;
	transform: translateY(-50%);
	height: 82vh;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
}
.hpl_left{
	width: 30%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	padding: 0.5rem 0.8rem 0;
	transition: all .5s;
}
.hpl_left._borr{
	border-radius: 20px;
}
.hpl_right{
	width: 70%;
	height: 100%;
	position: relative;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transition: all 1s;
}
.hpl_right._no{
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.h_right_bk{
	width: 85%;
	height: 100%;
	/* position: absolute; */
	z-index: 0;
	background-color: #fff;
	top: 0;
	left: 0;
	/* border-radius: 0 20px 20px 0px; */
	border-radius: 20px 0px 0px 20px;
	transition: width .5s;
}
.h_right_bk._other{
	width: 85%;
}
.h_right_bk._car,
.h_right_bk._contact{
	width: 0;
}
/* .h_right_bk._contact{
	width: 85%;
	background-color: #fff;
} */
.hr_min{
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s;
	pointer-events: none;
}
.hr_min_other {
}
.hr_min_other .hrmo_min{
	width: calc(85%);
}
.hr_min_car_pd{
	padding: 1rem 0.4rem 0rem 0.8rem;
	/* display: none; */
}
.hr_min.active{
	opacity: 1;
	pointer-events: auto;
}
.hr_min:nth-of-type(1){
	position: relative;
}
.hpll_car_map{
	font-size: 0.33rem;
	color: #fff;
	position: relative;
}
.hpll_car_map div{
	margin-top: 1vh;
	cursor: pointer;
	transition: color .3s;
}
.hpll_car_map div:nth-of-type(1){
	margin-top: 0;
}
.hpll_other_map{
	margin-top: 6vh;
	font-size: 0.26rem;
	color: #fff;
}
.hpll_other_map div{
	margin-top: 3vh;
	cursor: pointer;
	white-space: nowrap;
	transition: color .3s;
}
.hpll_other_map div:nth-of-type(1){
	margin-top: 0;
}
.hpll_car_map div,
.hpll_other_map div{
	transition: all .5s;
}
.hpll_car_map div:hover,
.hpll_other_map div:hover{
	color: rgb(255, 118, 0);
	transform: translateX(0.3rem);
}
.hpll_car_map div.active{
	color: rgb(255, 118, 0);
	transform: translateX(0.23rem);
}
.hpll_other_map div.active{
	color: rgb(255, 118, 0);
	transform: translateX(0.17rem);
}
.hpll_line{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.18);
	height: 1px;
	margin-top: 6vh;
}
/* 列表动效 */
.hpll_td span{
	display: block;
	transform: translateX(0.5rem);
	opacity: 0;
	transition: opacity 0.8s, transform 1.2s;
}
.head_pop.active .hpll_td span{
	transform: translateX(0rem);
	opacity: 1;
}
.head_pop.active .hpll_td_2 span{
	transition-delay: 0.25s;
}
.head_pop.active .hpll_td_3 span{
	transition-delay: 0.5s;
}
.head_pop.active .hpll_td_4 span{
	transition-delay: 0.75s;
}
.head_pop.active .hpll_td_5 span{
	transition-delay: 0.9s;
}
.head_pop.active .hpll_td_6 span{
	transition-delay: 1.15s;
}
.head_pop.active .hpll_td_7 span{
	transition-delay: 1.4s;
}

/* 右侧车型 */
.hmc_car_tl{
	position: relative;
}
.hmc_car_t{
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	pointer-events: none;
}
.hmc_car_t1{
	transform: translateY(0.7rem);
	opacity: 0;
	display: flex;
	align-items: flex-end;
	
}
.hmc_car_t1 img:nth-of-type(1){
	width: 3.6rem;
}
.hmc_car_t1 img:nth-of-type(2){
	width: 0.8rem;
	margin-right: 0.2rem;
}
.hmc_car_t2{
	transform: translateY(0.7rem);
	opacity: 0;
}
.hmc_car_t3{
	transform: translateY(0.7rem);
	opacity: 0;
}
.hmc_car_t.active .hmc_car_t1{
	transition: all 1s;
	transform: translateY(0rem);
	opacity: 1;
}
.hmc_car_t.active .hmc_car_t2{
	transform: translateY(0rem);
	opacity: 1;
	transition: all 1s;
	transition-delay: .2s;
}
.hmc_car_t.active .hmc_car_t3{
	transform: translateY(0rem);
	opacity: 1;
	transition: all 1s;
	transition-delay: .4s;
}

.hmc_car_t:nth-of-type(1){
	position: relative;
}
.hmc_car_t1{
	font-size: 0.4rem;
	font-family: 'Lateef-Bold';
}
.hmc_car_t2{
	font-size: 0.2rem;
	margin-top: 0.05rem;
}
.hmc_car_t3{
	font-size: 0.24rem;
	margin-top: 0.18rem;
}
.hmc_car_num{
	position: absolute;
	left: 18%;
	width: 35%;
	top: 22%;
	overflow: hidden;
	z-index: 1;
}
.hmc_car_num img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translateY(100%);
	transition: all 1.3s;
}
.hmc_car_num img.active{
	opacity: 1;
	transform: translateY(0%);
}
.hmc_car_num img:nth-of-type(1){
	position: relative;
}
.hmc_car_img{
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 15vh;
}
.hmc_car_img img{
	width: 91%;
	position: absolute;
	top: 0;
	right: 28%;
	transform: translateX(-0%);
	opacity: 0;
	transition: transform 2s, opacity .5s;
}
.hmc_car_img img:nth-of-type(1){
	position: relative;
}
.hmc_car_img img.active{
	opacity: 1;
	transform: translateX(10%);
}

.hmc_btn_list{
	position: relative;
	margin-top: -11vh;
	z-index: 2;
}
.hmc_btn_list .btn_black_1{
	position: absolute;
	top: 0.7rem;
	right: 0;
	opacity: 0;
}
.hmc_btn_list .btn_black_1.active{
	transition: all 1s;
	transition-delay: .2s;
	top: 0rem;
	opacity: 1;
}
.btn_black_1 .btn_ol_1{
	width: 100%;
	height: 100%;
}



/* 右侧其他 */
.hrmo_min{
	padding: 1rem 0.4rem 0rem 0.8rem;
	padding-left: 0.4rem;
    padding-right: 0.8rem;
	position: absolute;
	/* left: 0; */
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.hrmo_min.active{
	opacity: 1;
	pointer-events: auto;
}
.hrmo_min:nth-of-type(1){
	position: relative;
}
.hrmom_left{
	
}
.hrmom_t{
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-top: 0.3rem;
}
.has_no_child {
	display: none;
	opacity: 0;
}
.has_no_child .hrmom_t{
	pointer-events: none;
	cursor: auto;
}
.hrmom_t:nth-of-type(1){
	margin-top: 0;
}
.hrmom_t_n{
	font-size: 0.36rem;
	white-space: nowrap;
	position: relative;
}
.hrmom_t_n .htnt_line{
	width: 0%;
	height: 1px;
	background-color: rgb(255, 118, 0);
	margin-top: 0.05rem;
	transition: all .4s;
}
.hrmom_t_n::after{
	content: '';
	bottom: -0.04rem;
	width: 0%;
	background-color: rgb(255, 118, 0);
	position: absolute;
	right: 0;
	display: block;
	height: 2px;
	transition: all 1s;
}
.hrmom_t_i{
	width: 0.5rem;
	height: 0.3rem;
	position: relative;
	overflow: hidden;
	margin-left: 0.2rem;
	opacity: 0;
	transition: all .66s;
}
.hrmom_t_i img{
	width: 0.22rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(180deg);
	transition: all .4s;
}
.hrmom_t_i img:nth-of-type(1){
	left: -50%;
	opacity: 1;
}
.hrmom_t_i img:nth-of-type(2){
	left: 50%;
	opacity: 0;
}
.hrmom_t:hover .hrmom_t_i{
	opacity: 1;
}
.hrmom_t:hover .hrmom_t_i img:nth-of-type(1){
	left: 150%;
	opacity: 0;
}
.hrmom_t:hover .hrmom_t_i img:nth-of-type(2){
	left: 50%;
	opacity: 1;
}
.hrmom_t:hover .htnt_line{
	width: 100%;
}
.hrmom_t:hover .hrmom_t_n::after{
	width: 100%;
}


.hrmom_right{
	width: 40%;
	margin-top: 10vh;
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.08);
}
.hrmom_right img{
	display: block;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.hrmo_min.active .hrmom_right img{
	transition: all 1s linear;
	transition-delay: .4s;
	clip-path: polygon(-180% 0, 100% 0, 100% 100%, -110% 100%);
}













.head_pop{
	opacity: 0;
	pointer-events: none;
	transition: all .66s;
}
.head_pop.active{
	opacity: 1;
	pointer-events: auto;
}

/* global pop */
.head_global_pop{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	color: rgba(255, 255, 255, 0.6);
	opacity: 0;
	pointer-events: none;
	transition: all .7s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: transparent;
	padding: 0 0.6rem;
}
.head_global_pop.active{
	opacity: 1;
	pointer-events: auto;
}
.head_global_pop_close{
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 0.25rem;
	opacity: 0.5;
	transition: all .5s;
	cursor: pointer;
}
.head_global_pop_close:hover{
	opacity: 1;
	transform: scale(1.2);
}
.hgp_title{
	font-size: 0.38rem;
	color: #fff;
	font-weight: bold;
}
.country_min_line{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	left: 0;
}
.country_min_line::after{
	content: '';
	width: 0%;
	height: 2px;
	left: 0;
	bottom: 0;
	display: block;
	background-color: rgb(254, 118, 0);
	transition: all .77s;
}
.country_min{
	margin-top: 0.3rem;
	display: flex;
	position: relative;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	height: 0.7rem;
	font-size: 0.3rem;
	cursor: pointer;
	transition: all .5s;
}
.country_min_name{
	display: flex;
}
.country_min_name span{
	display: block;
	width: 1.8rem;
}
.country_min_name div{
	font-size: 0.22rem;
	line-height: 0.5rem;
}
.country_min_no{
	pointer-events: none;
	cursor: auto;
}
.country_min_icon_list{
	position: relative;
	width: 0.4rem;
	overflow: hidden;
	margin-right: -0.1rem;
	opacity: 0;
	transition: all .5s;
}
.country_min:hover .country_min_icon_list{
	opacity: 1;
}
.country_min_icon{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	width: 0.2rem;
	transition: all .77s;
}
.country_min_icon_1{
	position: relative;
	opacity: 1;
}
.country_min_icon_2{
	left: -50%;
	opacity: 0;
}
.country_min:hover{
	color: rgb(254, 118, 0);
}
.country_min:hover .country_min_icon_1{
	left: 150%;
	opacity: 0;
}
.country_min:hover .country_min_icon_2{
	left: 50%;
	opacity: 1;
}
.country_min:hover .country_min_line::after{
	width: 100%;
}

.hgp_mask{
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.65);
}
.head_global_main{
	position: relative;
	width: 28vw;
	height: 73vh;
	margin-top: -0.9rem;
	padding: 10vh 3vw;
	background-color: #000;
	z-index: 2;
	border-radius: 20px;
	overflow: hidden;
}

.hgp_country_list{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hgp_country_list{
	margin-top: 0.4rem;
}




.open_ping{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	transition: 3.5s;
	z-index: 2000;
}
.open_ping._close{
	height: 0;
}




/* 按钮 */
.btn_s1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn_s1{
	width: 1.6rem;
	cursor: pointer;
}
.btn_s1_t{
	color: #fff;
	font-size: 0.26rem;
}
.btn_s1_icon{
	position: relative;
	width: 0.4rem;
	overflow: hidden;
	height: 0.16rem;
	transform: rotate(180deg);
}
.btn_s1_icon img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.21rem;
	transition: all .4s;
}
.bsi_1{
	left: 0.5rem;
}
.bsi_2{
	left: -0.3rem;
	opacity: 0;
}
.btn_s1:hover .bsi_1{
	left: 0.4rem;
	opacity: 0;
}
.btn_s1:hover .bsi_2{
	left: 0.1rem;
	opacity: 1;
}

/* 按钮2 */
.btn_black_1{
	border-radius: 50px;
	overflow: hidden;
	width: 2.5rem;
	height: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #000;
	cursor: pointer;
	color: #fff;
	font-size: 0.16rem;
}
.btn_black_1:hover{
	background-color: #2b2b2b;
}
.bb1_il{
	position: relative;
}
.bb1_il img{
	width: 0.2rem;
}
.bb1_il_2{
	position: absolute;
	top: 0;
	left: 0;
}



@media (max-width: 767px) {
	
	/* head */
	.header{
		justify-content: flex-end;
		height: 1rem;
	}
	.header_left{
		display: none;
	}
	.header_logo{
		width: 3rem;
	}
	.menu div{
		width: 0.4rem;
	}
	.diqiu{
		width: 0.3rem;
		height: 0.3rem;
	}
	.head_global_pop_close{
		width: 0.45rem;
		top: 1rem;
	}
	.head_global_pop{
		padding: 0;
	}
	.head_global_main{
		width: 100vw;
		height: 100vh;
		padding: 10vh 10vw 0;
		border-radius: 0px;
	}
	.hgp_title{
		font-size: 0.55rem;
		text-align: left;
	}
	.country_min{
		width: 100%;
		font-size: 0.35rem;
		height: 1.2rem;
		margin-top: 0.5rem;
	}
	.country_min_name div{
		font-size: 0.3rem;
		line-height: 0.6rem;
	}
	.country_min_icon{
		width: 0.28rem;
	}
	.country_min_name span{
		width: 2.5rem;
	}
	/* 头部弹窗 */
	.header_mask{
		opacity: 1;
		z-index: 14;
	}
	.header_logo, .diqiu{
		z-index: 15;
	}
	.head_pop{
		background-color: #000;
	}
	.head_mb{
		padding: 1.8rem 0.5rem 0;
		height: 100vh;
		overflow-y: scroll;
	}
	.head_mb_car_list{
		font-size: 0.45rem;
		color: #fff;
	}
	.head_mb_car_list li,
	.hmomt_t{
		font-family: 'Lateef-Bold';
	}
	.head_mb_car_list li{
		margin: 0.4rem 0;
		font-weight: bold;
	}
	.head_mb_other_list{
		margin-top: 0.4rem;
		color: #fff;
	}
	.hmom_tab{
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		height: 1.4rem;
		font-weight: bold;
	}
	.head_mb_other_min.active .hmom_tab{
		border-bottom: 0px solid rgba(255, 255, 255, 0.3);
	}
	.head_mb_other_none{
		pointer-events: none;
	}
	.head_mb_other_none .hmomt_line,
	.head_mb_other_none .hmom_child_list{
		display: none;
	}
	.head_mb_other_none .hmom_tab{
		border-bottom: 0;
	}
	.hmomt_line{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.hmomt_line div{
		width: 0.3rem;
		height: 1px;
		background-color: #fff;
	}
	.hmomt_line div:nth-of-type(2){
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 1px;
		height: 0.3rem;
		background-color: #fff;
	}
	.hmomt_t{
		font-size: 0.32rem;
	}
	.hmom_child_list{
		overflow: hidden;
		transition: all .7s;
		height: 0;
		padding: 0;
	}
	.hmom_child_list div{
		height: 1rem;
		line-height: 1rem;
		font-size: 0.3rem;
	}
	
	.head_mb_other_min.active .hmomt_line div:nth-of-type(2){
		opacity: 0;
	}
	.head_mb_other_min.active .hmomt_line div:nth-of-type(1){
		background-color: rgb(255, 118, 0);
	}
	.head_mb_other_min.active .hmomt_t{
		color: rgb(255, 118, 0);
	}
	
	.head_mb_other_min.active .hcl_2{
		height: 2.8rem;
		padding: 0.4rem 0 0.4rem;
	}
	.head_mb_other_min.active .hcl_3{
		height: 3.8rem;
		padding: 0.4rem 0 0.4rem;
	}
	.head_mb_other_min.active .hcl_4{
		height: 4.8rem;
		padding: 0.4rem 0;
	}
	
}






/* footer */
footer{
	background-color: #000;
	padding: 1rem 0.7rem 0.4rem;
}
.footer_logo_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.footer_logo{
	width: 30%;
}
.go_top{
	display: flex;
	color: #fff;
	align-items: center;
	font-size: 0.2rem;
	cursor: pointer;
}
.go_top img{
	width: 0.2rem;
	margin-left: 0.2rem;
}
.ft_jump_country_btn{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 3rem;
}
.ftjc_btn{
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 0.22rem;
	cursor: pointer;
}
.ftjc_btn span{
	display: block;
	margin-left: 0.1rem;
}
.ftjc_btn img{
	width: 0.22rem;
	margin-left: 0rem;
	opacity: 0;
	transition: all .5s;
	transform: rotate(180deg);
}
.ftjc_btn:hover img{
	margin-left: 0.2rem;
	opacity: 1;
}
.footer_jump{
	margin-top: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_jump_l{
	display: flex;
	align-items: center;
}
.footer_jump_l div{
	height: 0.8rem;
	line-height: 0.8rem;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.22rem;
	margin-right: 0.4rem;
	position: relative;
	cursor: pointer;
	transition: all .5s;
}
.footer_jump_l div:hover{
	color: #fff;
}
.footer_jump_l div::after {
    bottom: 0;
    right: 0;
    height: 1px;
    position: absolute;
    content: '';
    transition: transform .55s cubic-bezier(0.165,0.84,0.44,1);
    transform: scaleX(0);
    transform-origin: left;
    background-color: rgb(255, 118, 0);
    width: 100%;
}
.footer_jump_l div:hover::after {
    transform: scaleX(1);
    transform-origin: right;
}
.footer_jump_r{
	display: flex;
}
.footer_jump_r img{
	width: 0.25rem;
	margin-left: 0.4rem;
	transition: all .6s;
}
.footer_jump_r img:hover{
	transform: scale(1.3);
}
.footer_other{
	text-align: center;
	margin-top: 0.5rem;
	color: rgba(255, 255, 255, 0.25);
	font-size: 0.16rem;
}

@media (max-width: 767px) {
	footer{
		padding: 0.8rem 0.7rem 0.5rem;
	}
	.footer_logo_top{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: 5rem;
	}
	.footer_logo{
		width: 80%;
	}
	.go_top{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 0.3rem;
	}
	.go_top img{
		width: 0.32rem;
		margin-left: 0.2rem;
	}
	.footer_jump{
		margin-top: 0;
	}
	.footer_jump_r{
		display: none;
	}
	.footer_jump_l{
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
	.footer_jump_l div{
		margin-right: 0;
		font-size: 0.22rem;
	}
	.fjl_line{
		width: 1px;
		height: 0.2rem !important;
		background-color: rgba(255, 255, 255, 0.4);
	}
	.footer_other{
		font-size: 0.18rem;
		color: rgba(255, 255, 255, 0.5);
	}
	
	.footer_logo_top{
		flex-direction: column;
	}
	.footer_logo{
		margin-top: 1.2rem;
	}
	.footer_jump_mb{
		display: flex !important;
		margin-top: 1.3rem;
	}
	.footer_jump_mb img{
		width: 0.4rem;
		margin: 0 0.3rem;
	}
	
	.ft_jump_country_btn{
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
	}
	.ftjc_btn{
		color: #fff;
		display: flex;
		align-items: center;
		font-size: 0.22rem;
		cursor: pointer;
	}
	.ftjc_btn img{
		width: 0.22rem;
		margin-left: 0.2rem;
		opacity: 1;
	}
	
}









/* cookie */
.cookies_pop{
	position: fixed;
	bottom: 0.5rem;
	width: 80%;
	margin-right: 10%;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 5000;
	transform: translateY(1rem);
	opacity: 0;
	transition: all .7s;
	pointer-events: none;
}
.cookies_pop.active{
	transform: translateY(0rem);
	opacity: 1;
	pointer-events: auto;
}
.close_cookie_i{
	width: 0.7rem;
	padding: 0.27rem;
	cursor: pointer;
	opacity: 0.6;
	transition: all .3s;
}
.close_cookie_i:hover{
	opacity: 1;
	transform: scale(1.2);
}
.cookie_detail{
	padding: 0 0.3rem;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.3rem;
	opacity: 0.8;
}
.cookie_detail a{
	color: #fff;
	text-decoration: underline;
}
.cookie_btn{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0 0.3rem 0.3rem;
	margin-top: 0.2rem;
}
.cookie_btn_agree {
	width: 2.3rem;
	height: 0.55rem;
	border-radius: 50px;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
}
.cookie_btn_agree .bt_mask{
	background-color: rgb(58, 55, 54);
}

@media (max-width: 767px) {
	.close_cookie_i{
		width: 1.35rem;
		padding: 0.5rem;
	}
	.cookie_detail {
	    padding: 0 0.5rem;
	    color: #fff;
	    font-size: 0.27rem;
	    line-height: 0.45rem;
	    opacity: 0.8;
	}
	.cookie_btn{
		padding: 0 0.5rem 0.5rem;
	}
	.cookie_btn_agree {
		width: 100%;
		height: 0.8rem;
		border-radius: 50px;
		overflow: hidden;
		color: #fff;
		cursor: pointer;
		margin-top: 0.4rem;
	}
	.cookie_btn_agree .bt_t{
		font-size: 0.25rem;
	}
	.cookie_btn_agree .bol_2{
		width: 0.3rem
	}
	
}

/* 弹窗 */
.cmm_btn{
	width: 2.7rem;
	height: 0.6rem;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 0 0.5rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.cmm_btn .bt_mask{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	backdrop-filter: saturate(80%) blur(50px);
	-webkit-backdrop-filter: saturate(80%) blur(50px);
	opacity: 1;
	transition: all .5s;
}
.cmm_btn .bt_t{
	color: #fff;
	font-size: 0.26rem;
	position: relative;
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.5rem;
	transition: all .7s;
	transition-delay: .15s;
}
.cmm_btn .cmmbi{
	width: 0.2rem;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}
.cmmbi_1{
	left: -0.5rem;
	opacity: 0;
	transition: left .9s, opacity .5s;
}
.cmmbi_2{
	right: 0.5rem;
	transition: right .9s, opacity .5s;
}
.cmm_btn:hover .bt_mask{
	background-color: #2b2b2b;
	opacity: 1;
}
.cmm_btn:hover .bt_t{
	left: 1.4rem;
}
.cmm_btn:hover .cmmbi_1{
	left: 0.5rem;
	opacity: 1;
}
.cmm_btn:hover .cmmbi_2{
	right: -0.5rem;
	opacity: 0;
}


.select_cun_pop_box{
	position: fixed;
	bottom: 0vh;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all .5s;
	z-index: 3000;
	opacity: 0;
	pointer-events: none;
}
.select_cun_pop_box.active{
	opacity: 0;
	pointer-events: auto;
}
.select_cun_pop{
	position: absolute;
	bottom: -85vh;
	height: 85vh;
	background-color: #fff;
	width: 100%;
	padding-top: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .5s;
}
.select_cun_pop_box.active .select_cun_pop{
	bottom: 0vh;
	transition-delay: .2s;
}
.scp_close{
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.5;
	transition: all .5s;
}
@media (min-width: 767px) {
	.scp_close:hover{
		opacity: 1;
	}
}

.scp_close img{
	width: 0.15rem;
}
.scp_t1{
	font-size: 0.66rem;
	text-align: center;
	letter-spacing: 0.05rem;
	/*font-family: 'Montserrat-Bold';*/
}
.scp_t2{
	font-size: 0.16rem;
	line-height: 0.3rem;
	text-align: center;
	margin-top: 0.66rem;
}
.scp_name_go{
	display: flex;
	margin-top: 0.8rem;
}
.scp_go{
	height: 0.6rem;
	width: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
	font-size: 0.16rem;
	letter-spacing: 2px;
	margin-left: 0.2rem;
	border-radius: 0px;
	position: relative;
}
.scp_go_4{
	width: 4rem;
}
.scp_go::after{
	content: '';
	display: block;
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background-color: #000;
	width: 70%;
	opacity: 0;
	transition: all .5s;
}
@media (min-width: 768px){
	.scp_go:hover::after{
		opacity: 1;
	}
}

.color_444 .bt_t{
	color: #444 !important;
}
.select_cun_pop .cmm_btn{
	opacity: 1;
	transform: translateY(0rem);
}
.scp_go.active{
	cursor: pointer;
}
.select_cun_pop .cmm_btn .bt_mask{
	background-color: transparent;
}
.scp_go.active .bt_mask{
	background-color: transparent;
}
@media (min-width: 767px) {
	.select_cun_pop .cmm_btn:hover .bt_t{
		left: 1rem;
	}
}

.scp_name_choose{
	display: flex;
	border-bottom: 1px solid #000;
	align-items: center;
	cursor: pointer;
}
.scp_name_choose input{
	pointer-events: none;
	border: none;
	width: 3.7rem;
	font-size: 0.18rem;
	height: 0.6rem;
}
.scp_name_choose img{
	width: 0.15rem;
}
.scp_name_select{
	width: 100%;
	height: 0rem;
	box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
	transition: all .5s;
	overflow: hidden;
}
.scp_name_select div{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	padding-left: 0.2rem;
	cursor: pointer;
	font-size: 0.16rem;
}
.scp_name_select.active{
	height: 2rem;
}
body > div.select_cun_pop_box.active > div > div.scp_name_go > a:nth-child(2){
    width: 2.8rem;
}


@media (max-width: 767px) {
	.select_cun_pop{
		height: 100vh;
		padding-top: 4rem;
		padding-left: 0.7rem;
		padding-right: 0.7rem;
	}
	.scp_close{
		top: 1.5rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	.scp_close img{
		width: 0.25rem;
	}
	.scp_name_go{
		width: 100%;
		flex-wrap: wrap;
	}
	.scp_name_choose{
		width: 100%;
	}
	.scp_name_choose input{
		flex: 1;
		height: 0.95rem;
	}
	.scp_go{
		margin-left: 0;
		width: 60%;
		height: 0.8rem;
		margin-top: 0.55rem;
	}
	.select_cun_pop .cmm_btn .bt_t{
		font-size: 0.24rem;
		white-space: nowrap;
	}
	.scp_t1{
		font-size: 0.49rem;
	}
	.scp_t2{
		font-size: 0.23rem;
	}
	.scp_name_choose input{
		font-size: 0.29rem;
		text-align: center;
	}
	.scp_name_select div{
		font-size: 0.29rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.scp_name_select.active{
		height: 3.2rem;
	}
	.scp_go{
		width: 2.5rem;
	}
	.scp_go_4{
		width: 4rem;
	}
		
	body > div.select_cun_pop_box.active > div > div.scp_name_go > a:nth-child(2){
		width: 3.5rem;
	}
	
}