html, body, article, header, nav, footer, section, aside, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img, span, i, a, em, strong, b, input, textarea, br, select{margin: 0; padding: 0}

h1, p{
	white-space: nowrap;
}

/* 隐藏滚动条 */
body::-webkit-scrollbar {
  width: 0 !important;  /* 隐藏垂直滚动条 */
  height: 0 !important; /* 隐藏水平滚动条 */
}

/* 字体嵌入 */
@font-face {
    font-family: 'Helvetica';
    src: url('./font/HelveticaNeueBold.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-SemiBold';
    src: url('./font/Inter-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Italic';
    src: url('./font/InterTight-Italic-VariableFont_wght.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Italic2';
    src: url('./font/InterTight-Italic-VariableFont_wght.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('./font/Inter-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('./font/Inter-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ppeditorialold-ultralightitalic';
    src: url('./font/ppeditorialold-ultralightitalic.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ppeditorialold-italic';
    src: url('./font/ppeditorialold-italic.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ppeditorialnew-ultrabolditalic';
    src: url('./font/PPEditorialNew-UltraboldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ppeditorialnew-italic';
    src: url('./font/PPEditorialNew-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC-Trial';
    src: url('./font/ABCArizonaFlareVariable-Trial.ttf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OverusedGroesk-SemiBold';
    src: url('./font/OverusedGrotesk-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OverusedGroesk-Medium';
    src: url('./font/OverusedGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 懒加载 */
.visible{
	opacity: 1 !important;
    transform: translateY(0) !important;
}

/* 头部  */
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 74px;
	padding: 0 24px;
	position: fixed;
	top: 0;
	z-index: 3;
	font-family: 'Inter-SemiBold', sans-serif;
	font-weight: 600;
}

.header a{
	text-decoration: none;
}

.header path , rect{
	fill: white;
}

.header.active path , .header.active rect{
	fill: #000;
}

.header.actives path , .header.actives rect{
	fill: white;
}

.header.active span{
	color: #000;
}

.header.actives span{
	color: #FFF;
}

.header .head_left{
	width: 100px;
	overflow: hidden;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
}

.header .head_right{
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

.header .head_left #left_off{
	display: none;
}

.header .head_left #left_off .mx_icon{
	display: none;
}

.header span{
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 20px;
}

.header .head_left span{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 34px;
	display: none;
}

.header_off{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	display: flex;
	opacity: 0;
	font-family: 'Inter-SemiBold', sans-serif;
	font-weight: 600;
}

.header_off .kuang{
	width: 50%;
	height: 100vh;
	overflow: hidden;
}

.header_off .off_left{
	width: 100%;
	height: 100vh;
	background: #000;
	transform-origin: 100% 50%;
	transform: rotate(180deg) scale(2, 2); 
}

.header_off .off_right{
	width: 100%;
	height: 100vh;
	background: #000;
	transform-origin: 0% 50%;
	transform: rotate(180deg) scale(2, 2);	
}

.header_off .head_meau{
	position: absolute;
	top: 74px;
	height: calc(100vh - 74px);
	width: 100%;
	display: flex;
	padding: 100px 35px 0;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	opacity: 0;
}

.header_off .head_meau ul{
	text-align: left;
	margin: 0;
	padding: 0;
}

.header_off .head_meau .headm_menu{
	display: none;
}

.header_off .head_meau ul.content1{
	
}

.header_off .head_meau ul.content2{
	padding-left: 186px;
}

.header_off .head_meau ul.content3{
	width: 110px;
}

.header_off .head_meau ul p{
	color: #FFF;
	font-size: 20px;
}

.header_off .head_meau ul a{
	color: #808080;
	display: block;
}

.header_off .head_meau ul a.br{
	margin-top: 20px;
}

.header_off .head_meau ul a:hover{
	color: #FFF;
	text-decoration: none;
}

.header_off .head_meau ul li{
	list-style: none;
	font-size: 18px;
	line-height: 26px;
}

.header_off .head_meau .head_lang {
	width: 100%;
	height: 100px;
	color: #FFF;
	display: flex;
	justify-content: space-between;
}

.header_off .head_meau .head_lang div{
	display: flex;
	align-items: center;
}

.header_off .head_meau .head_lang div h3{
	margin: 0;
}

.header_off .head_meau .head_lang div:first-child h3{
	margin-left: 18px;
	color: #808080;
}

.header_off .head_meau .head_lang div h3 span.active{
	color: #FFF;
}

.header_off .head_meau .head_lang div h3 span:hover{
	color: #FFF;
	cursor: pointer;
} 


/* 底部  */
.footer {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #000;
	display: flex;
	font-family: 'Inter-SemiBold', sans-serif;
	font-weight: 600;
	color: #FFF;
	font-size: 24px;
}

.footer h3{
	line-height: 34px;
}

.footer .footer_left{
	width: 50%;
	height: 100vh;
	display: flex;
	flex-direction: column;
  justify-content: space-between;
  padding: 174px 0 44px;
}

.footer .footer_left div p{
	line-height: 28px;
	margin-left: 30px;
}

.footer .footer_right{
	width: 50%;
	height: 100vh;
	display: flex;
  justify-content: space-between;
  padding: 174px 0 44px;
}

.footer .footer_right .right_kuang{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 170px;
}

.footer .footer_right .right_kuang .menu div p{
	display: inline;
	cursor: pointer;
}

.footer .footer_right .right_kuang .menu div ul{
	display: none;
	list-style: none;
}

.footer .footer_right .right_kuang .menu div ul#menu1{
	display: block;
}

.footer .footer_right .right_kuang .menu div a{
	color: #808080;
	text-decoration: underline;
}

.footer .footer_right .right_kuang .menu div a:hover{
	color: #FFF;
}

.footer .footer_right .right_kuang .menu div li{
	list-style: none;
	font-family: 'Inter-Regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.footer .footer_right .right_kuang .contact{
	height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer .footer_right .right_kuang .contact p{
	font-family: 'Inter-Italic2', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.footer .footer_right .third_kuang{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 30px;
}

.footer .footer_right .third_kuang a{
	color: #FFF;
	text-decoration: none;
}

.footer .footer_bottom{
	display: none;
}

@media (max-width: 767px) {
	/* header-头部 */
	.header{
		height: 60px;
		padding: 0 16px
	}
	.header .head_left{
		margin-left: 0;
		margin-top: -2px;
	}
	.header span{
		font-size: 16px;
	}
	.header .head_left #left_on rect{
		width: 17px!important;
	}
	.header .head_left span{
		margin-left: 22px;
		margin-top: 3px;
	}
	.header .head_left span.h_menu{
		display: block;
	}
	.header .head_cent svg{
		width: 78px!important;
		height: 15px!important;
	}
	.header .head_right{
		margin-right: 0;
		margin-top: -4px;
	}
	.header .head_left #left_off .x_icon{
		display: none;
	}
	.header .head_left #left_off .mx_icon{
		display: block;
	}
	.header_off .head_meau{
		padding: 50px 16px 0;
		align-content: flex-end;
	}
	
	.header_off .content1, .header_off .content2, .header_off .content3{
		display: none;
	}
	.header_off .head_meau .headm_menu{
		display: block;
	}
		.head_meau .headm_menu div ul{
		display: none;
	}
	.header_off .head_meau .headm_menu div ul#headm_menu1{
		display: block;
	}
	.header_off .head_meau ul a.br{
		margin-top: 0px;
	}
	.header_off .head_meau p{
		font-size: 40px;
		line-height: 28px;
		margin: 20px 0;
		color: #FFF;
	}
	.header_off .head_meau .headm_menu ul a{
		color: #808080;
	}
	.header_off .head_meau .headm_menu ul a:hover{
		color: #FFF;
	}
	.header_off .head_meau ul li{
		font-family: 'Inter-Regular', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -1px;
		
	}
	.header_off .head_meau .head_lang div svg{
		width: 12px!important;
		height: 12px!important;
	}
	.header_off .head_meau .head_lang{
		height: 50px;
	}
	.header_off .head_meau .head_lang div h3{
		font-size: 16px;
	}
	.header_off .head_meau .head_lang div:first-child h3{
		margin-left: 4px;
	}
	
	/* footer-底部 */
	.footer{
		flex-direction: column;
		font-size: 18px;
		min-height: 667px;
	}
	.footer .footer_left{
		width: 100%;
		height: auto;
		padding: 40px 0 0;
	}
	.footer .footer_left svg{
		display: none;
	}
	.footer .footer_left div p{
		font-family: 'OverusedGroesk-SemiBold', sans-serif;
		font-weight: 600;
		font-size: 24px;
		line-height: 20px;
		margin-left: 20px;
		letter-spacing: -0.6px;
	}
	.footer .footer_right{
		width: 100%;
		padding: 60px 0 0;
		justify-content: flex-start;
	}
	.footer .footer_right .right_kuang{
		margin-left: 38%;
		justify-content: flex-start;
	}
	.footer .footer_right .right_kuang .menu div p{
		font-family: 'Inter-Medium', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
	}
	.footer .footer_right .right_kuang .menu div li{
		font-family: 'Inter-Medium', sans-serif;
		font-weight: 500;
		font-size: 10px;
		line-height: 12px;
		width: 146px;
	}
	.footer .footer_right .right_kuang .contact{
		height: auto;
		margin-top: 60px;
	}
	.footer .footer_right .right_kuang .contact div p{
		display: none;
	}
	.footer h3{
		font-family: 'Inter-Medium', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
	}
	.footer .footer_right .third_kuang{
		margin-right: 0;
		padding-top: 4px;
	}
	.footer .footer_right .third_kuang h3.m_shang{
		display: none;
	}
	.footer .footer_bottom{
		display: block;
		padding: 0 16px;
	}
	.footer .footer_bottom .bottom_lang{
		display: flex;
    	justify-content: space-between;
    	padding-bottom: 10px;
	}
	.footer .footer_bottom .bottom_lang div{
		display: flex;
	}
	.footer .footer_bottom .bottom_lang div svg{
		margin-top: 2px;
	}
	.footer .footer_bottom .bottom_lang div h3{
		color: #808080;	
		margin-left: 4px;
	}
	.footer .footer_bottom .bottom_lang div h3 span.active{
		color: #FFF;	
	}
}