body {
	color: #000;
	margin: 0;
	padding: 0;
}
a {
	cursor: pointer;
	color: #C6CFDE;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
input
{
    	border:0px;
}
img {
	border: 0;
}
.header {
	background:white;
	height: 50px;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	font: 13px Arial, Helvetica, sans-serif;
}
.header ul {
	margin: 0;
	padding: 0;
	margin-right:40px;
	float: right;
	color: #C6CFDE;
}
.header li {
	float: left;
	height: 50px;
	list-style: none;
	margin-left: 30px;
	padding: 0;
	line-height: 50px;
}

.code{
	position: fixed; top: 45px; right: 85px; background: white; display: none;
}
.code img{
	width: 120px;
	height: 120px;
}
.footer 
{
	/*background: #ffffff;*/
	bottom: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	position: fixed;
	right: 0px;
	text-align: center;
	color:#ccc;
	width: 100%;
    height:60px;
}

.vegas-loading {
	top: auto;
	bottom: 40px;
	left: 40px;
}
.vegas-overlay {
	background-image: none  !important;
	/* url(../js/vegas/overlays/08.png);*/
}
.loginInfo {
	position: absolute;
	border: 0px;
	bottom: 38%;
	margin: 0 auto;
	text-align: center;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	color:#20293a;
}
.loginform {
	position: absolute;
	border: 0px;
	background: #20293a;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	bottom: 25%;
	margin: 0 auto;
	text-align: center;
	left: 50%;
	margin-left: -377px;
}
.loginform .loginItem {
	background: white;
	float: left;
	height: 50px;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border:1px solid black;
}
.loginform .loginItem:first-child
{
	margin-left: 10px;
}
.loginform .loginItem:last-child
{
	width: 50px; margin-right: 10px;
}
.loginform .loginItem.verifycode
{
    width: 174px;
}
.loginform .loginItem .input-icon {
	height: 48px;
	width: 248px;
	margin: 0px !important;
	padding: 0px !important;
	
}
.loginform .loginItem .fa {
	height: 48px;
	width: 40px;
	line-height:48px;
	float:left;
	border:0px;
	
}

.loginform .loginItem .input-icon .iconInput {
	height: 50px;
	width: 208px;
	float:left;
	margin: 0px !important;
	padding: 0px !important;
	text-indent:5px;
	border:0px;
}



.loginform .loginItem input {
	height: 48px;
	width: 248px;
	margin: 0px !important;
	padding: 0px !important;
	font-size: large;
}


.loginform .loginItem input:hover {
      border-color:#007faa;
       
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
 /*- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.blue{
  border: 1px solid #008CBD;
  background: #008CBD;
  color: white;
  font: 16px Arial, Helvetica, sans-serif;
  height: 50px; border-radius: 0px !important; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important;
}
.blue:hover{
  background: #007faa;
  border: 1px solid #007faa;
}

@media (min-width: 768px) and (max-width: 979px) 
{
   
}
    /* 横向放置的手机和竖向放置的平板之间的分辨率 */
      
@media (max-width: 767px) and (max-width: 797px)  {
.loginform {
	position: absolute;
	margin-left: -145px;
	padding:20px;
}
.loginform .loginItem {
	float:none;
	margin-left: 5px;
	margin-right: 5px;
	width: 248px;
}
.loginform .loginItem:first-child
{
	margin-left: 5px;
	margin-right: 5px;
}
.loginform .loginItem:last-child
{
	width: 100px; margin-right: 5px;
}
.loginform .loginItem button
{
	width: 100px; 
}
.loginform .loginItem.verifycode
{
    width: 248px;
}
.loginInfo {
	position: absolute;
	bottom: 32%;
	margin: 0 auto;
	text-align: center;
	left: 50%;
	margin-left: -15px;
	width: 150px;
	color:Red;
}
.code
{
   display:none !important;
}
.PcTip
{
   display:none !important;
 }
 .header ul
 {
   display:none !important;
     
     }
}
    /* 横向放置的手机及分辨率更小的设备 */
      
@media (max-width: 480px) {
      	
}

