.heard
	{
		background-color: #FF9900;
		height:53px;
		width:100%;
		min-width:1024px;
	}
	.center
	{
		background-color:#404A58;
		min-height: 490px;
		min-width:1024px;
	}
	.bottom-top{
		background-color: #FF9900;
		width:100%;
		height:12px;
	}
	.bottom-center{
		background-color:#404A58;
		text-align: center;
		height:52px;
		position:relative;
	}
	.bottom-center span{
		display: block;
		color:#FF832E;
		font-size:16px;
		
	}
	.bottom-center span:first-child{
		padding-top: 7px;
	}
	.center_left{
		float:left;
		width:64%;
		height:100%;
		min-width: 690px;
	}
	.center_right{
		float:right;
		width:36%;
	}
	
	.login{
		/* height:255px; */
		width:282px;
		background-color: #97999B;
		position: absolute;
        top: 50% ;
        top: 30%\0;
        -webkit-transform: translateY(-50%);    /* for Chrome || Safari */
        -moz-transform: translateY(-50%);       /* for Firefox */
        -ms-transform: translateY(-50%);        /* for IE */
        -o-transform: translateY(-50%); 
        transform:translateY(-50%); 
	}
	@media all and (min-width:0) {
        .login{
           width:282px;
			background-color: #97999B;
			position: absolute;
        	top: 50% ;
        	-ms-transform: translateY(-50%); 
        	transform:translateY(-50%); 
        }
    }
	.login_head{
		color:#ffffff;
		text-align: center;
		display: block;
		font-size: 24px;
		
		padding: 12px 0px 15px 0px;
	}
	.login_input{
		padding-left: 20px;
		
		
	}
	.login_input input{
		width:218px;
		height:25px;
		border:1px solid #FF832E;
		border-radius:5px;
		padding-left: 12px;
	}
	.login_input input:nth-child(3){
		
	}
	#txt_pwd{
		padding-right: 62px;
		width:156px;
		
	}
	.txt-mind{
		position: absolute;
		right:34px;
		top:7px;
		z-index:5;
		font-size:12px;
		font-family:'sansserif';
		cursor:pointer;
	}
	.login_pwd{
		position: relative;
		
	}
	.login-remind{
		position: relative;
	}
	.rand{
		position: absolute;
		width:78px;
		height:24px;
		right:34px;
		top:2px;
		cursor:pointer;
		background:url();
	}
	#txt_rand{
		padding-right: 88px;
		width:130px;
	}
	.login-btn{
		
		margin-bottom:25px;
		height:30px;
		width:232px;
		background-color: #FD822E;
		color:#fff;
		border-color: #FD822E;
		border-radius:5px;
		display: inline-block;
  		padding: 0.5em 1em;
  		vertical-align: middle;
  		font-weight: normal;
  		line-height: 1.2;
  		text-align: center;
  		white-space: nowrap;
  		background-image: none;
  		border: 1px solid transparent;
  		cursor: pointer;
  		outline: none;
  		-webkit-appearance: none;
  		-webkit-user-select: none;
     	-moz-user-select: none;
      	-ms-user-select: none;
        user-select: none;
  		-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
 	 	transition: background-color 300ms ease-out, border-color 300ms ease-out;
	}
	.tip{
		height:20px;
		color:red;
		font-size:12px;
		
		display: block;
		margin-top: 4px;
	}
	.error{
		border: 1px solid red;
	}
	.active{
		border: 1px solid #FF832E;
	}
	.btn {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    opacity: .45;
	}