html {

}
body {
	margin: 0;
	padding: 0;
  	font-family: Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
  	font-size: 14px;
  	line-height: 16px;
  	color: #555;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	color: #2db9f7;
}
img{
    border:none;
}
.btn {
	display: inline-block;
  	padding: 12px 20px;
  	margin: 0 3px 0 0;
  	font-family: Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
  	font-size: 14px;
  	text-align: center;
  	cursor: pointer;
  	color: #fff;
  	border: 0 none;
  	-webkit-appearance: none;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
}
.btn-outline {
  	border: 1px solid #fff;
  	color: #fff;
}
.btn-border {
	border: 1px solid #2db9f7;
  	color: #2db9f7;
}
.btn-primary {
  	background: #2db9f7;
  	color: #fff;
}
.btn-link {
	display: inline-block;
	margin: 18px 0 0 10px;
  	padding-right: 15px;
}
.btn-link:hover {
  	color: #5ACD70;
}
.bottom .link {
	color: #fff;
	font-size:12px;
}
.bottom .link:hover {
     text-decoration: underline;
}
hr {
  	display: block;
  	height: 1px;
  	border: 0;
  	border-top: 1px solid #ccc;
  	margin: 15px 0;
  	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  	margin: 8px 0;
  	font-weight: normal;
}
h2 {
	font-size: 24px;
  	line-height: 32px;
}
h3 {
	font-size: 18px;
  	line-height: 24px;
}
h4 {
	font-size: 16px;;
	line-height: 20px;
}
.input{
	width: 240px;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #cfeaf8;
	font-size: 13px;
	line-height: 18px;
	outline: none;
}
.input:focus{
	border: 1px solid #36a4c7;
}
.input-300 {
  	height: 20px;
  	width: 300px;
  	padding: 10px;
  	font-size: 13px;
  	color: #555;
  	border: 1px solid #ddd;
  	border-radius: 2px;
  	outline: none;
}
.input-100 {
	height: 20px;
	width: 100px;
	padding: 10px;
	font-size: 13px;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 2px;
	outline: none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.sign-body {
	margin: 0;
	padding: 0;
	background: #009fe8 url("../images/signin.png") center center no-repeat fixed;
  	font-family: Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
  	font-size: 14px;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	-webkit-tap-highlight-color: transparent;
}    
.signin{
	width: 500px;
	height: 330px;
    position:absolute;
    left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-250px;
}
.singn-inner{
	  width:400px;
	  height:278px;
	  background:#33b2ed;
	  padding:45px 50px 30px 50px;
	  border-radius:5px;
	  position:relative;
}
div.error{
	color:#CC3333;
	background:#FFD4D4;
	font-size:11px;
	width:400px;
	line-height:15px;
	text-align:center;
    position:absolute;
    left:50px;
    top: 15px;
    padding:2px 0;
    display: none;
}
#username-error{
  z-index:3;
}
#password-error{
  z-index:2;
}
.sign-logo{
	display:block;
	text-align:center;
	margin-bottom:20px;
	color:#fff;
	font-size:24px;
}
.row{
	position:relative;
}
.signin a img{
	width:164px;
	height:45px;
}
.signin .bottom{
    text-align:right;
	clear:both;
}
.signin .bottom a.link{
    color:#fff;
	text-decoration:none;
}
.signin .bottom a.link:hover{
	text-decoration:underline;
	color:#fff;
}
.signin  .bottom .dotted {
    color: #fff;
    margin: 0 5px;
}
.signin input{
	display: inline-block;
	height:28px;
	line-height:28px;
	padding:10px 10px 10px 35px;
  	width: 353px;
  	margin-bottom:15px;
  	font-size: 14px;
  	border: 1px solid #fff;
  	border-radius: 2px;
  	outline: 0;
  	color: #585858;
  	vertical-align:middle;
}
.signin input:hover,.signin input:focus{
	border: 1px solid #5ACD70;
}
.signin input.error{
    border: 1px solid #CC3333;
}
.signin .sign-btn{
   background:#5ACD70;
   color:#fff;
   width:400px;
   height:50px;
   border:none;
   cursor:pointer;
   padding-left:0;
   margin-bottom:8px;
   font-size:16px;
   font-weight:bold;
}
.signin .sign-btn:hover{
   background:#29B946;
   box-shadow:1px 0 1px #29B946; 
   border:none;
}
.randImg{
	height:49px;
	width:108px;
	vertical-align:middle;
	cursor:pointer;
	margin-bottom:16px;
/* 	margin-left:10px; */
}
.signin i{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:10px;
	top:15px;
}
.signin .icon-user{
   background: transparent url("../images/icon-user.png") center center no-repeat;
}
.signin .icon-password{
   background: transparent url("../images/icon-password.png") center center no-repeat;
}
.signin .icon-checkcode{
   background: transparent url("../images/icon-checkcode.png") center center no-repeat;
}