﻿em {
	font-style: normal;
}

/** 重置列表元素 **/
ul,ol {
	list-style: none;
}

/** 重置超链接元素 **/
a {
	text-decoration: none;
	color: #000;
}

/** 重置图片元素 **/
img {
	border: 0px;
}

/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{
	background-color: #CBF0FF;
	background:url(ic_login_bg.png) repeat;  
    width:100%;  
    height:100%;  
    /*background-size:100% 100%;   */
    min-width: 960px;
    position:absolute;  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ic_login_bg.png',sizingMethod='scale');
}
body {
	width: 100%;
	min-width: 960px;
	height: 100%;
}

body,button,input,select,textarea {
	font-family:'微软雅黑', tahoma, Srial, helvetica, sans-serif;
}

.body{
	background-color: #CBF0FF;
	/* background:url(ic_login_bg.png) no-repeat;   */
    background-size:100% 100%;  
    position:absolute;  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ic_login_bg.png',sizingMethod='scale');
    z-index: 100;
    background-attachment:fixed;
}
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-info {
  border-top-color: #00c0ef;
  border-radius: 16px;
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 12px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

.hold-transition .content-wrapper{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.wrap {
	width: 100%;
	min-width: 960px;
	height: 90%;
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<960?"960px":""); 
	margin: 0 auto;
}

.wrap .login-header::before {
	background: url(login-hd-bg2.png) 0/cover fixed;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin-left:-25px;
	-webkit-filter: blur(25px);
	filter: blur(25px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=30, MakeShadow=false);
}
.wrap .login-header {
	width:100%;
	height: 100px;
	background-color: #2CAAE3;
	text-align: left;
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	color: white;
	padding-left: 20px;
	display: block;
	filter:alpha(Opacity=90);
	/*filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;*/
    position: relative;
	background: rgba(255, 255, 255, 0.25) border-box;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 1px rgba(22, 22, 22, 0.1);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
}

.btn-primary{
	background-color: #2EADE5;
	border-color: #2EADE5;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover, .btn-primary.focus,.btn-primary:focus{
	background-color: #21A2DB;
	border-color: #21A2DB;
}

.box-body{
	padding-top: 0px;
}

.box-info{
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#D3D3D3,direction=120,strength=3);
    -moz-box-shadow: 0px 1px 6px #7E7E7E;
    -webkit-box-shadow: 0px 1px 6px #7E7E7E;
    box-shadow:0px 0px 8px #7E7E7E;
}

#footer {
	height: 30px;
	text-align: center;
	/* position: fixed; */
	bottom: 0px;
	width: 100%;
}

#footer .copyright{
	padding-top: 5px;
	word-spacing: 1px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #585858;
}


.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
  color: #444;
}
.login-page,
.register-page {
  height: auto;
  background: #d2d6de;
}
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
  border-radius: 16px;
}
.login-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}

.pg-canvas{position: absolute;top: 0px;z-index: -1;filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6;}
#loginSubmit{border: none;outline: none;outline-offset:0; text-decoration: none;}
.layui-layer-loading2{display: none;}