*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	font-family: "微软雅黑";
}
.main{
	width: 100%;
	height: 100%;
	text-align: center;
	min-width: 1260px;
	min-height: 760px;
	overflow: hidden;
	background-image: url(../images/footer_bg.png);
	background-position: bottom;
	background-size: 100% 280px;
	background-repeat: no-repeat;
}
.title{
	width: 100%;
	height: 190px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/bg.png);
	background-position: center center ;
	background-size: cover;
	background-repeat: no-repeat;
	margin:0px auto;
	border-radius:6px 6px 0 0;
	background-image: url(../images/login_bg.png);
	background-position: center;
	background-size: cover;
}
.logo{
	width: 100%;
	padding:36px 0 16px 0;
}
.welcome{
	width:100%;
	height:200px;
	font-size: 28px;
	border-radius:10px 10px 0 0;
	color: #f8f8f8;	
}
.login{
	width: 500px;
	margin: auto;
	border:1px solid #d1d1d1;
	box-shadow: 4px -3px 72px 8px #e1e1e1;
	margin-top: 90px;
	margin-bottom: 200px;
	border-radius:20px;
}
.text_box{
	width: 100%;
	height: 300px;
	padding-top: 30px;
	box-sizing: border-box;
}
.u_name{
	width: 320px;
	border-bottom: 1px solid #dddddd;
	height: 32px;
	line-height: 32px;
	background-image: url(../images/user.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 46px;	
	font-size: 16px;
	box-sizing: border-box;
}
.pwd{
	width: 320px;
	border-bottom: 1px solid #dddddd;
	height: 32px;
	line-height: 32px;
	background-image: url(../images/pwd.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 46px;	
	font-size: 16px;
	margin-top: 20px;
	box-sizing: border-box;
}
.submit{
	width: 140px;
	border: 1px solid #3c9be1;
	background-color: #3c9be1;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	border-radius:10px;	
	font-size: 20px;
	margin: 20px;
	cursor: pointer;
}
.rember{
	height: 40px;
	line-height: 50px;	
	text-align: left;
	padding-left: 55px;
	font-size: 14px;
	color: #737373;
	background-image: url(../images/rem_pwd.png);
	background-position: 55px 16px;
	background-repeat: no-repeat;
	background-size: 20px ;
	cursor: pointer;
}
.rember img{
	line-height: 50px;
	vertical-align: middle;
	padding-right: 10px;
}
.rem_text{
	width: 30px;
	height: 30px;
    display: inline-block;
}
.button{
	
	
}

/** error page css*/
.login-body {
	background-color: #f1f2f7;
	margin: 0;
}
.login-info {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 70px auto 0;
	width: 600px;
	background: #fff;
}

.panel-inner {
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.panel-content {
	box-sizing: border-box;
	display: table-cell;
	padding: 20px;
}

.welcome-title {
	font-size: 24px;
	font-weight: normal;
	/* text-align: center; */
	margin: 0;
	color: #000;
}
/** error page css*/

.c_text_box{
	width: 100%;
	height: 327px;
	padding-top: 10px;
	box-sizing: border-box;
}
.c_u_name{
	width: 380px;
	border-bottom: 1px solid #dddddd;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/user.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 46px;	
	font-size: 16px;
	box-sizing: border-box;
}
.c_pwd{
	width: 380px;
	border-bottom: 1px solid #dddddd;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/pwd.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 46px;	
	font-size: 16px;
	margin-top: 18px;
	box-sizing: border-box;
}
.c_logo{
	width: 100%;
	padding:70px 0 16px 0;
}
.c_submit{
	width: 140px;
	border: 1px solid #bbb;
	background-color: #bbb;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	border-radius:10px;	
	font-size: 20px;
	margin: 20px;
	cursor: pointer;
}
.object_size{
	width: 1px;
	height: 1px;
	display: none;
}
