#app {
	width: 100%;
	height: calc(100vh - 61px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: auto;
	background-color: #E7F0F7;
}

.body {
	width: 900px;
	height: 506.25px;
	/* aspect-ratio: 16 / 9; */
	background-image: url(../img/pc/bg_img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: flex;
	border-radius: 8px;
	box-sizing: border-box;
	border: 2px solid #fff;
}

.side_left {
	width: 54%;
	height: 100%;
	box-sizing: border-box;
	padding: 60px 50px;
	display: flex;
	flex-direction: column;
	/* background-color: #ff0000; */
}

.side_left .title1 {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.tips {
	border-radius: 25px;
	background-color: #417EDC;
	color: #fff;
	display: inline-flex;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	margin-bottom: 30px;
}

.serial_number {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #417EDC;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}

.text1 {
	font-size: 17px;
	/*color: #444444;*/
	color: #417EDC;
	font-weight: 400;
}
.text1 a{
	color: #417EDC;
}

.text2 {
	font-size: 18px;
	color: #417EDC;
	font-weight: bold;
	/*padding-left: 19px;*/
}

.side_right {
	width: 46%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px;
	/* background-color: #000000; */
}

.side_right .title2 {
	width: 120px;
}

.form {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-top: 33px;
}

.form .form_cell {
	display: flex;
	align-items: center;
	height: 40px;
}

.form .form_cell .name {
	flex-shrink: 0;
	font-size: 16px;
	color: #417EDC;
	font-weight: bold;
}

.form .form_cell .input {
	width: 100%;
	height: 36px;
	overflow: hidden;
	border-radius: 6px;
}

.form .form_cell /deep/.van-cell {
	padding: 0 10px !important;
}

.btn {
	width: 100%;
	margin-top: 50px;
	cursor: pointer;
}
.footer {
	background-color: #E7F0F7;
	color: rgba(255, 255, 255, 0.3);
	text-align: center;
	clear:both;
	height: 61px;
	display: block;
	margin: 0 auto;
}
.copyright{
	margin: 0;
	padding: 0;
	color: #417EDC;
}
.footer a{
	color: #417EDC;
}