body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

.login_content {
	margin: 0 auto;
	position: fixed;
	background-image: url(../img/backimg.png);
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.login_all {
	position: relative;
	left: 290px;
	top: 260px;
}

.bgi_fath {
	width: 460px;
	height: 460px;
	position: relative;
	top: -450px;
	left: 100px;
	border-radius: 10px;
	background-image: linear-gradient(to right, rgba(134, 143, 150, 0.6), rgba(89, 97, 100, 0.6));
	z-index: 0;
}

.bgi {
	/*background-image:url(../img/logo1.png);*/
	width: 425px;
	height: 430px;
	position: relative;
	top: 15px;
	left: 17px;
	background-repeat: no-repeat;
	z-index: -1;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.login_box {
	position: relative;
	left: 50%;
	/*margin-top:60px;
	margin-left:140px;
	width:1600px; 
	height: 900px;
	top:45%;*/
	border-radius: 10px;
	position: fixed;
}

#username {
	height: 43px;
	width: 200px;
	padding-left: 20px;
	border: none;
	outline: none;
	background: rgba(0, 0, 0, 0);
	font-size: 16px;
}

#option_user {
	position: absolute;
	left: 20px;
	top: 45px;
	width: 300px;
	font-size: 12px;
}

#option_pass {
	position: absolute;
	left: 20px;
	top: 45px;
	width: 300px;
	font-size: 12px;
}

#password {
	height: 43px;
	width: 200px;
	padding-left: 20px;
	border: none;
	outline: none;
	background: rgba(0, 0, 0, 0);
	font-size: 16px;
}

#remember {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	-webkit-appearance: none;
	background-color: transparent;
	border: 0;
	outline: 0 !important;
	line-height: 20px;
	color: #d8d8d8;
}

.login_label {
	position: absolute;
	top: 25px;
	left: -210px;
	width: 300px;
}

#remember:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 14px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #ddd;
	background-color: #fff;
	box-sizing: border-box;
}

#remember:checked:after {
	border: 2px solid #ddd;
	background-color: #1c99f6;
}

.login_user {
	width: 320px;
	height: 45px;
	background-color: #f5f5f5;
	border-radius: 50px;
	position: absolute;
	top: -120px;
	left: -220px;
}

.login_pword {
	width: 320px;
	height: 45px;
	background-color: #f5f5f5;
	border-radius: 50px;
	position: absolute;
	top: -50px;
	left: -220px;
}

.allbutton {
	margin-left: 50px;
	margin-bottom: 10px;
}

.button1 {
	width: 320px;
	height: 45px;
	background-color: #1c99f6;
	border-radius: 50px;
	position: absolute;
	top: 80px;
	left: -220px;
	border: none;
	font-size: 18px;
	color: white;
	cursor: pointer;
	outline: none;
}

.button1:active {
	background-color: #0077d0;
	color: yellow;
}

.login_title {
	/*background-image: url(../img/name.png);*/
	background-repeat: no-repeat;
	width: 835px;
	height: 53px;
	position: absolute;
	z-index: 1;
	bottom: 1130px;
	left: -570px;
}

.explain_word {
	position: absolute;
	top: 95px;
	left: -290px;
	font-size: 18px;
	text-align: center;
	width: 500px;
}

.explain_word li {
	list-style-type: none;
	/*font-weight: bold;*/
}

.login_user img {
	width: 15px;
	height: 15px;
	background-color: #e5e5e5;
	border-radius: 50%;
	padding: 2px;
	position: absolute;
	top: 13px;
	right: 25px;
	cursor: pointer;
	display: none;
}

.login_user img:hover {
	background-color: #b4b5b2;
}

.login_pword img {
	width: 15px;
	height: 15px;
	background-color: #e5e5e5;
	border-radius: 50%;
	padding: 2px;
	position: absolute;
	top: 13px;
	right: 25px;
	cursor: pointer;
	display: none;
}

.login_pword img:hover {
	background-color: #b4b5b2;
}

#content_ld {
	width: 300px;
	height: 300px;	
	position: relative;
	left: 35%;
	top: -27%;
	/*background-color: #523685;*/
}

#loading-show {
	width: 200px;
    height: 200px;
    position: relative;
    top: 50px;
    left: 50px;
	/*background-color: white;*/
	border-radius: 5px;
	display: none;
}
#loading-show>div {
	width: 80px;
	height: 80px;
	background-image: url(../images/loading1.gif);
	background-size: 80px 80px;
	position: relative;
    top: 75px;
    left: 80px;
}

