﻿.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;
}

.main-logo {
	width: 180px;
	height: 180px;
	margin: 0 auto 32px auto;
	display: block;
    border-radius: 20px;
    overflow: hidden;
}

.desc {
	margin-top: 24px;
	line-height: 34px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.contact-box {
	width: 912px;
	height: 172px;
	margin: 80px auto;
	padding: 40px 0;
	background: rgba(0, 0, 0, .5);
	border-radius: 16px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.contact-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.contact-row .row-icon {
	width: 32px;
	height: 32px;
}

.contact-row .row-text {
	margin-left: 8px;
	line-height: 34px;
	color: #fff;
	font-size: 24px;
}

.contact-row .row-text span {
	color: #4D97FF;
}