body {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 12px;
	color: #333;
	font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", SimHei,
		"Helvetica Neue" !important;
	height: 100vh;
	background-color: #fcfdfe;
}

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 35px;
	height: 50px;
}
.header .header_logo {
	margin-left: 4%;
}
.header .header_label {
	display: inline-block;
	font-family: cursive;
	margin-left: 35px;
}
.header .header_label .header_label_cn {
	font-size: 19px;
	color: #251a16;
}
.header .header_label .header_label_en {
	font-size: 12px;
	color: #958f8e;
}
.header .header_label .header_label_fill {
	height: 5px;
	overflow: hidden;
}

.body {
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	bottom: 100px;
	/* background-image: url("./img/VCG211324358269.jpg"); */
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.body .body_label {
	position: absolute;
	left: 8%;
	top: 20px;
	font-family: '华文行楷';
	font-size: 25px;
	color: #ffffff;
}

.body .body_login {
	position: absolute;
	left: 58%;
	top: 0px;
	width: 20%;
	min-width: 260px;
	bottom: 0px;
	overflow: hidden;
	border: 0px solid #ddd;
	border-radius: 15px 15px 15px 15px;
	padding-left: -100%;
}

.body .body_login .body_user {
	position: absolute;
	left: 0%;
	width: 100%;
	height: 100%;
	border-radius: 15px 0px 0px 15px;
	background-color: #ffffff00;
	transition: left 0.5s;
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-o-transition: left 0.5s;
}

.body .body_login .body_user .body_user_topcoat {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
}

.body .body_login .body_user .body_user_interior {
	position: absolute;
	top: 30%;
	left: 40px;
	right: 40px;
	height: 220px;
}

.body .body_login .body_user .body_user_name {
	height: 34px;
	width: 100%;
	position: relative;
}

.body .body_login .body_user .body_user_password {
	height: 34px;
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.body .body_login .body_user .body_user_forget {
	height: 10px;
	width: 100%;
	text-align: right;
	margin-top: 5px;
	color: #fff;
	font-weight: 600;
}

.body .body_login .body_user .body_user_forget div {
	width: 27%;
	float: right;
}

.body .body_login .body_user .body_user_forget div:hover {
	cursor: pointer;
	color: #1074df;
}

.body .body_login .body_user .body_user_login {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 70px;
	text-align: center;
}

.body .body_login .body_user .body_login_button {
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	background-color: #0f347f;
	color: white;
	border: none;
	position: absolute;
	left: 10px;
	right: 10px;
	border-radius: 10px;
}

.body .body_login .body_user .body_login_button:hover {
	cursor: pointer;
	background-color: #103888;
}

.body .body_login .body_user .body_user_label {
	position: absolute;
	left: 5px;
	z-index: 12;
	font-size: 14px;
	color: #0f347f;
	font-weight: bold;
	background-repeat: no-repeat;
	font-style: normal;
	width: 55px;
	text-align-last: justify;
	line-height: 34px;
}

.body .body_login .body_user .body_user_val {
	padding-left: 57px;
	background-color: #d6d5d3a8 !important;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 34px;
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	box-sizing: border-box;
}

.body .body_login .body_user .body_user_val:-internal-autofill-selected {
	background-color: #d6d5d3a8 !important;
}

/* 取消输入框的边框线 */
input {
	outline: none;
}

/* 输入框选中的样式设置 */
input:focus {
	border-color: #fff;
}

.login_message {
	position: absolute;
	top: 55px;
	height: 15px;
	width: 100%;
	text-align: center;
	color: #ff0000;
}

.body .body_login .body_verify {
	position: absolute;
	left: 100%;
	top: 0%;
	width: 100%;
	height: 100%;
	border-radius: 0px 15px 15px 0px;
	background-color: #fff0;
	/* -webkit-box-reflect:below 5px linear-gradient(transparent,transparent 40%, rgba(0, 0, 0, .6)); */
	transition: left 0.5s;
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-o-transition: left 0.5s;
}

.body .body_login .body_verify .body_verify_topcoat {
	width: 260px;
	height: 100%;
	background-color: #ffffff00;
	border-radius: 0px 15px 15px 0px;
	overflow: hidden;
}

.body .body_login .body_verify .body_verify_interior {
	position: absolute;
	width: 260px;
	left: 0%;
	top: 15%;
	border-radius: 15px;
	background-color: #d6d5d338;
	text-align: center;
	margin: 0px !important;
}

.body .body_login .body_verify .body_verify_return {
	width: 100%;
	height: 50px;
	text-align: right;
	display: block;
}

.body .body_login .body_verify .body_return_button {
	height: 40px;
	font-size: 14px;
	background-color: #ffffff00;
	color: #2b8eab;
	border: none;
	cursor: pointer;
	width: 100px;
}

.body .body_login .body_verify .body_return_button:hover {
	color: #1074df;
}

/* 滑块验证 */
.container {}

/* 滑块 */
#msg {
	display: none;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	height: 40px;
}

/* 滑块底部的拖拽 */
.sliderContainer {
	/* display: none; */
	border-top: 0px !important;
	background: #ffffff7a !important;
	margin-top: 0px;
}

.sliderContainer .slider {
	left: 3px;
}

.body .body_upgrading {
	position: absolute;
	left: 58%;
	top: 0px;
	width: 380px;
	min-width: 260px;
	bottom: 0px;
	overflow: hidden;
	border: 0px solid #ddd;
	border-radius: 15px 15px 15px 15px;
	padding-left: -100%;
	text-align: center;
	padding-top: 20px;
	font-size: 28px;
	color: #fff;
}

.footer {
	position: absolute;
	bottom: 8px;
	left: 0px;
	right: 0px;
	font-size: 12px;
	text-align: center;
}
