body {
	width: 100%;
	height: 100%;
	background-color: wheat;
}

#ui_logo {
	position: fixed;
	width: 50px;
	right: 0px;
	bottom: 100px;
}

.注册 {
	padding: 20px;
	background-color: #20B2AA;
}

#identity0number {
	text-align: center;
	background-color: brown;
	width: 98%;
	color: white;
	font-size: 35px;
}

#identity0number::placeholder {
	color: gainsboro;
	font-size: 35px;
}

#phone0 {
	text-align: center;
	background-color: brown;
	width: 98%;
	color: white;
	font-size: 35px;
	margin-top: 20px;
}

#phone0::placeholder {
	color: gainsboro;
	font-size: 35px;
}

#password0 {
	text-align: center;
	background-color: brown;
	width: 98%;
	color: white;
	font-size: 35px;
	margin-top: 20px;
}

#password0::placeholder {
	color: gainsboro;
	font-size: 35px;
}

#view_video0 {
	display: none;
	width: 98%;
}

#register {
	font-size: 35px;
	width: 98.5%;
	margin-top: 20px;
}

.登录 {
	padding: 20px;
	background-color: #20B2AA;
	margin-top: 50px;
}

#phone1 {
	text-align: center;
	background-color: brown;
	width: 98%;
	color: white;
	font-size: 35px;
}

#phone1::placeholder {
	color: gainsboro;
	font-size: 35px;
}

#password1 {
	text-align: center;
	background-color: brown;
	width: 98%;
	color: white;
	font-size: 35px;
	margin-top: 20px;
}

#password1::placeholder {
	color: gainsboro;
	font-size: 35px;
}

#login {
	font-size: 35px;
	width: 98.5%;
	margin-top: 20px;
}

.更新身份 {
	margin-top: 50px;
	padding: 20px;
	background-color: #20B2AA;
}

#identity2number {
	text-align: center;
	background-color: brown;
	width: 98%;
	color: white;
	font-size: 35px;
}

#identity2number::placeholder {
	color: gainsboro;
	font-size: 35px;
}

#view_video2 {
	display: none;
	width: 98%;
}

#update {
	font-size: 35px;
	width: 98.5%;
	margin-top: 20px;
}

.title {
	color: #cccccc;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 35px;
}

#video0,
#video2 {
	font-size: 35px;
}