.footerBox{
	width: 100%;
	min-width: 1200px;
	background: #191B25;
}
.footerBox-container{
	padding: 40px 0;
}
.footerBox-one{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerBox-one img{
	height: 40px;
}
.footerBox-one-ul{
	display: flex;
	align-items: center;
}
.footerBox-one-li{
	font-size: 16px;
	color: white;
	margin-left: 20px;
	white-space: nowrap;
}

.footerBox-two{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 20px;
}
.footerBox-twoMain{
	width: 100%;
}
.footerBox-twoMain-tabs{
	width: 100%;
	height: 30px;
	display: flex;
	position: relative;
}
.footerBox-twoMain-tabsModel{
	width: 80px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	color: white;
}
.footerBox-twoMain-buildsModel:hover{
	color: var(--theme-color);
}
.footerBox-twoMain-tabsHr{
	width: 20px;
	height: 4px;
	border-radius: 4px;
	background: white;
	position: absolute;
	bottom: 0; left: 0;
	transition: all ease .3s;
}
.footerBox-twoMain-builds{
	display: flex;
	margin-top: 20px;
}
.footerBox-twoMain-buildsModel{
	white-space: nowrap;
	font-size: 14px;
	margin-right: 20px;
	color: white;
}
.footerBox-twoCode{
	text-align: center;
	margin-left: 50px;
}
.footerBox-twoCode img{
	width: 140px;
	min-width: 140px;
	height: 140px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
}
.footerBox-twoCode div{
	font-size: 16px;
	color: white;
	margin-top: 10px;
}

.footerBox-three{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #E1E1E1;
	font-size: 14px;
	color: white;
	line-height: 34px;
}