[v-cloak] {
	display: none !important;
}
*{
	padding: 0;
	margin: 0;
}
div{
	box-sizing: border-box;
}
img{
	vertical-align: top;
}

#app{
	display: flex;
	min-width: 1080px;
	min-height: 608rpx;
	background-color: white;
	font-size: 18px;
}

#app .left-box{
	position: relative;
	flex-grow: 1;
	max-width: 1350px;
	/* width: 80%; */
	/* width: calc(100% - 401px); */
	height: 100vh;
	overflow: hidden;
	background-color: #6679FF;
	background-image: url(../img/bg.png);
	background-position: center center;
	background-size: 769px auto;
	background-repeat: no-repeat;
}

#app .left-box .bg-mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
}

/* #app .left-box .bg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
} */


#app .right-box{
	min-width: 534px;
	/* background-color: wheat; */
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#app .right-box .form-box{
	padding:10px 117px;
}

.form-box .form-tips{
	width: 184px;
	height: 29px;
}
.form-box .title{
	padding-top: 88px;
	padding-bottom: 34px;
}
.form-box .form-item{
	width: 340px;
	height: 45px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.form-box .form-item .border{
	height: 100%;
	flex-grow: 1;
	border: 1px solid #E5E5E5;
	padding: 0 22px;
	display: flex;
	align-items: center;
}
.form-box .form-item input{
	flex-grow: 1;
	border: 0;
	outline: none;
}

.form-box .item-lable{
	display: flex;
	align-items: center;
}
.form-box .item-lable .icon{
	width: 18px;
	height: 18px;
	margin-right: 20px;
}

.form-box .form-item .code-img{
	width: 110px;
	flex-shrink: 0;
	margin-left: 10px;
	padding: 0;
}
.form-box .form-item .code-img .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: wheat;
}

.form-box .submit-btn{
	width: 100%;
	height: 45px;
	font-size: 17px;
	background-color: #4861FF;
	color: white;
	border: 0;
	cursor: pointer;
	margin-top: 60px;
}

#app .right-box .page-name{
	position: absolute;
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
	color: #BFBFBF;
}
