@font-face {
	font-family: 'SF Pro Display';
	src: url('../font/SF Pro Display.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Regular';
	src: url('../font/SF Pro Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Light';
	src: url('../font/SF-Pro-Display-Light.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.hraderTop .menus {
	padding: 0.395rem 1.6rem 0;
	display: flex;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;

}

.hraderTop .menus .leftView {
	float: left;
	width: 2.04rem;
	height: 0.75re, ;
	display: flex;
	justify-content: left;
	align-items: center;

}

.hraderTop .menus .leftView .icon {
	width: 2.04rem;
	height: 0.5rem;




}

.hraderTop .menus .rightView {

	flex: 1;
	height: 0.75rem;
	padding-left: 0.75rem;
	display: flex;

}

.hraderTop .menus .rightView .itemview {
	flex: 1;
	height: 0.75rem;


}


.hraderTop .menus .rightView .itemview .item {
	float: left;
	color: #5C6269;
	padding-right: 0.35rem;	
	font-family: 'SF Pro Regular';
	font-size: 0.22rem;
	font-style: normal;
	font-weight: 500;
	line-height: 0.75rem;
	
	cursor: pointer;

}
.hraderTop .menus .rightView .itemview .item:last-child {
	padding-right: 0;
}
.hraderTop .menus .rightView .itemview .item:hover,
.hraderTop .menus .rightView .itemview .itemActive {
	font-size: 700;
	color: #171717;
	font-family: 'SF Pro Display';
}

.hraderTop .menus .rightView .r {
	float: right;
	min-width: 2rem;
	height: 0.75rem;


}

.downLoadView {
	position: relative;
	width: 2rem;
	height: 0.75rem;
	text-align: center;
	line-height: 0.75rem;
	color: #ffffff;
	border-radius: 0.375rem;
	background: #171717;
	font-family: "SF Pro Display";
	font-size: 0.24rem;
	font-style: normal;
	font-weight: 700;
	z-index: 999;
	cursor: pointer;
}

.downLoadViewBtnPropup {
	position: absolute;
	/*top: 1.5rem;*/
	right: 0;
	padding: 0.4rem;
	border-radius: 0.12rem;
	background: #F4F6F9;
	display: none;

}

.downLoadViewBtnPropup .view {
	margin-bottom: 0.28rem;
	background-color: #232A31;
	height: 0.75rem;
	width: 2.87rem;
	display: flex;
	border-radius: 0.12rem;


}

.downLoadViewBtnPropup .view .iconView {
	float: left;
	width: 0.65rem;
	height: 0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;



}

.downLoadViewBtnPropup .view .right {
	flex: 1;
	padding-top: 0.10rem;
	text-align: left;




}

.downLoadViewBtnPropup .view .right .title {
	color: #FFF;
	font-family: 'SF Pro Regular', sans-serif;
	font-size: 0.16rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;

}

.downLoadViewBtnPropup .view .right .name {
	color: #FFF;
	font-family: 'SF Pro Light', sans-serif;
	font-size: 0.28rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}




.selectLanguageView .language .view .text {
	flex: 1;
	padding: 0 0.1rem;
	line-height: 0.8rem;
	color: #333;
	font-family: Poppins;
	font-size: .27rem;
	font-style: normal;
	font-weight: 500;
	cursor: pointer;
}