
.info{
	width: 100%;
	height: 154px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #000000;
}

.small-code{
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.small-code-all{
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}



.info-group{
	width: 80%;
	height: 134px;
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content: space-between;
}

.down-group{
	width: 100%;
	height: 5.625rem;
	position: fixed;
	bottom: 0;
	padding: 10px 16px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 3;
}

.downBtn{
	width: 100%;
	height: 44px;
	background-color: #7016FF;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.down-all{
	display: none;
	width: 100%;
	height: 90px;
	background-color: #fff;
}
body {
    padding: 0;
    margin: 0;
    border: 0;
   
    font-family:'微软雅黑';
	height: 100%;
}
html{
    font-size: 16px;
	height: 100%;
}
a{
	color: #fff;
	text-decoration: none;
}
.common-all{
	margin-top: -90px;
	position: relative;
	z-index: 1;
}

.footer-icon{
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 8px;
}

.info-left-group{
	height: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.info-group-item{
	display: flex;
	align-items: center;
}

.info-group-nav{
	font-size: 16px;
}

.small-code-content{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.record{
	width: 100%;
	height: 32px;
	background-color: #000000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
}
