body{
	background: var(--BG01);
}

.title{
	float: left;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	background: var(--BG02);
}

.title > div{
	width: 100%;
	height: auto;
}

.title > div > b,
.title > div > p{
	float: left;
	width: 100%;
	text-align: center;
}

.title > div > b{
	font-size: 24px;
}

.main{
	float: left;
	width: 100%;
	height: calc(100% - 160px);
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

form{
	width: 380px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 12px;
	padding-top: 60px;
}

.form-image{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: #fff;
	overflow: hidden;
}

.form-image > i{
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}

.form-image > img{
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-left: -100%;
	border: none;
	background: none;
}

.form-image > input{
	float: left;
	width: 100%;
	height: 100%;
	margin-left: -100%;
	background: #07c;
	opacity: 0;
}

.form-name{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 36px;
}

.form-item{
	float: left;
	width: 100%;
	height: 32px;
	background: var(--BG04);
}

.form-item > b{
	float: left;
	width: 90px;
	line-height: 32px;
	background: var(--BG03);
	text-align: center;
}

.form-item > input{
	float: left;
	width: calc(100% - 90px);
	height: 100%;
	padding: 0 12px;
}

.form-url > input{
	float: left;
	width: 140px;
	text-align: right !important;
	padding: 0;
}

.form-url > p{
	float: left;
	width: auto;
	line-height: 32px;
	text-align: left;
}

.button{
	width: 90px;
	line-height: 32px;
	border-radius: 16px;
	margin-top: 36px;
}

.company{
	float: left;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.qrcode{
	width: 120px;
	height: 120px;
	border: 10px solid white;
	margin-top: 36px;
}

.qrcode > img{
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text{
	width: 100%;
	line-height: 36px;
	text-align: center;
	color: white;
	letter-spacing: 10px;
	padding-left: 8px;
}