.real{
	width: 83.45vw;
	height: 16.5rem;
	background: #fff;
	border-radius: 0.9375rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -35.46vw;
	margin-left: -41.72vw;
	padding:1.25rem 0.9375rem;
	box-sizing: border-box;
	display: none;
}
.real1{
	font-weight: 500;
	font-size: 1rem;
	color: #0F0F0F;
	margin-bottom: 1.5625rem;
	text-align: center;
	position: relative;
}
.code_back{
	background-image: url(../img/code_back.png);
    position: absolute;
    left: 0.9375rem;
    top: 0;
    height: 100%;
    width: 6.25rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
	cursor: pointer;
}
.real1 img{
	width: 6.4vw;
	height: 6.4vw;
	margin-right: 21.86vw;
}
.real2{
	display: block;
	width: 100%;
	height: 2.8125rem;
	border-radius: 0.625rem;
	background-color: rgba(244, 244, 244, 0.82);
	font-weight: 500;
	font-size: 0.875rem;
	color: grey;
	margin: 0 auto 0.625rem;
	position: relative;
}
.real2 input{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0.625rem;;
	padding-left: 0.9375rem;
	box-sizing: border-box;
}
.real3{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 0.75rem;
	color: #1C1C1E;
	margin-bottom: 0.625rem;
}
.real4{
	width: 96%;
	height: 2.5rem;
	border-radius: 2.5rem;
	margin: 0 auto;
	background-color: #3A8EFE;
	font-weight: 500;
	font-size: 0.875rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5rem;
	cursor: pointer;
}
@media screen and (min-width: 800px) {
	.real{
		width: 25rem;
		height: 19.5rem;
		padding: 1.25rem;
		margin-top: -9.375rem;
		margin-left: -12.5rem;
	}
	.real2,.real3{
		margin-bottom: 1.25rem;
	}
	.login_btn{
		margin-bottom: 0.625rem;
	}
}