*{
    margin: 0;
    padding: 0;
}

.maxWidth {
    margin: 0 350px;
}

::-webkit-scrollbar {
	width: 0px;
}

.main{
	background-color: #222222;
}

.header{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background: url("../images/header_bg.js");
	height: 90px;
	position: fixed;
	width: 100%;
	z-index: 1;
	/* background: #0F0F0F; */
}

.header-left{
	width: 323px;
}
.header-left img{
	width: 100%;
}

.header-right{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.header-right{
	display: flex;
	align-items: center;
}

.content{
	width: 1200px;
	padding-top: 100px;
	padding-bottom: 30px;
}

.content img{
	width: 100%;
}

#qrcode img {
    width: 60px;
    background-color: #fff;
    padding: 3px;
	margin-left: 20px;
    border-radius: 5px;
}