* {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;

}
body {
	height: 100%;
	overflow: hidden;
    background:url("../images/login_bg.jpg") no-repeat center top  #fff;
}
.clear {
	clear: both;
}
.login_top{
    width: 100%;
    height: 90px;
    /*background: #fff;*/
    padding-top: 30px;

}
.login_top div{
    width: 980px;
    margin: 0 auto;

}
.login_top div span{
    font-size: 22px;
    display: block;
    color: #008fd7;
    font-weight: 600;
    padding-top: 15px;

}
.login_top div small{
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 8px;

}
.login_bottom{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f9f9f9;
    position: fixed;
    bottom: 0;
    border-top:1px solid #ddd;
}
.login_bottom span{
    width: 980px;
    margin: 0 auto;
  display: block;
    font-size: 12px;
    text-align: center;
    color: #444;
}
.login_wrap {
	width: 300px;
	border: 0 none;
	border-radius: 20px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);	
 background: rgb(255, 255, 255);
	padding: 20px 20px 40px 15px;
	box-sizing: border-box;
	margin: 130px auto 0 52%;
	text-align: center;
	position: relative;
	color:#444;

}
.login_l {
	width: 90%;
	float: left;
	margin: 50px 0px 0px 20px;
	position: relative;
	text-align: right;
}
.login_l  img{
  display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.login_r {
	width: 95%;
	margin: 0px 10px 0px 10px;
	/*background: url(../images/img/line.png) left top no-repeat;
	padding-left: 45px;*/
	position: relative;
}
.login_tit {
	font-size: 22px;
	display: block;
	color: #008fd7;
	margin: 10px 0 30px 0;
	font-weight:600;
    text-align: left;

}
#msform .login_box {
	background: white;
	border: 0 none;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 10%;
	position: absolute;
}
#msform fieldset:not(:first-of-type) {
	display: none;
}
.login_box .input_txt {
	padding: 10px;
	/*	border: 1px solid #ccc;*/
	border-radius: 3px;
	margin-bottom: 10px;
	width: 90%;
	color: #999;/*	box-sizing: border-box;
	font-family: "微软雅黑";
	color: #999;
	font-size: 12px;*/
}
.login_bt {
	background: #008fd7;
	border: 1px solid #008fd7;
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
	float: right;
	margin-top: 30px;
}
.login_bt:hover {
	background: #027ab6;
	color: #fff;
}

img {
	border: none;
}
#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../images/img/progress.gif) no-repeat center center;
}
#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}	/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}			/*Quality*/
#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading {
	background: #111 url(../images/img/progress.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}
#supersized img {
	max-width: none !important
}


