.main {
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	width: 1000px;
	min-width: 1000px;
	margin: 100px auto 0 -500px;
}

.title {
	width: 187px;
	height: 66px;
}

.main-con {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 88px;
}

.main-con .con-left {
	display: flex;
	flex-direction: column;
}

.con-left .left-row {
	display: flex;
	flex-direction: row;
	margin-bottom: 32px;
}

.con-left .left-row img {
	width: 24px;
	height: 24px;
	margin-top: 6px;
}

.con-left .left-row .row-text {
	width: 420px;
	margin-left: 10px;
	line-height: 32px;
	color: #333;
	font-size: 18px;
}

.con-left .left-row .row-text span {
	color: #1EB7FC;
}

.main-con .con-right {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.main-con .con-right .code-img {
	width: 156px;
	height: 192px;
	margin-left: 72px;
}