.logo {
    position: absolute;
    top: 65px;
    right: 50px;
    width: 360px;
    margin: 0 auto;
}

.login-body{
	height: 600px;
	position: relative;
}
.login-content{
	width: 1200px;
	margin:0 auto;
	height: inherit;
	position: relative;
}
.login-panel{
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 665px;
    margin: 0 auto;
    border:5px solid rgba(2,166,232,1);
    border-radius: 5px;
    padding:20px;
    z-index: 100;
}
.panel-head{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.login-panel-title{
	font-size: 16px;
	color:red;
	margin-bottom: 10px;
}
.panel-text{
	font-size: 12px;
	color:red;
}
.panel-more{
	position: absolute;
	bottom: 3px;
	right: 10px;
	font-size: 12px;
	color:#333;
}
.panel-icon{
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 30px;
	color:#333;
}
.panel-tip{
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 30px;
	color:#fff;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,.3);
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
}
.login-form{
	position: absolute;
    top: 151px;
    right: 60px;
    width: 350px;
    background: #ddd;
    padding: 25px 25px 23px;
    background: #fff;
    margin: 0 auto;
}
.login-switch{
	width: 52px;
    height: 52px;
    line-height: 52px;
    position: absolute;
    right: 5px;
    top: 8px;
}
/*.login-switch .switch2{
	width: 48px;
	height: 48px;
}*/
.login-switch .switch-img{
	width: 52px;
	height: 52px;
	display: none;
}

.login-title{
	min-height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 10px;
    margin-bottom:8px;
    font-weight: 400;
}
.login-input{
	margin-top: 15px;
	position: relative;
}

.lf-b{
	display: none;
}

.phone-content{
	position: relative;
    margin-top: 24px;
    height: 140px;
    text-align: center;
}
.timeout-tip{
	position: absolute;
    height: 140px;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.7);
    width: 100%;
    padding-top: 30px;
}
.phone-desc{
	overflow: hidden;
	text-align: center;
	width: 125px;
	margin:0 auto;
}
.phone-ewm-icon{
	float: left;
	width: 34px;
	height: 34px;
	margin-right: 15px;
}
.phone-ewm-icon img{
	width: 100%;
	height: 100%;
}
.phone-wem-text{
	float: left;
}
.phone-wem-text p{
	margin:0;
	font-size: 12px;
}

.error{
	color:red;
	text-align:center;
    padding-top:10px;
	border:0;
	width: 300px;
}

.login-footer {
    height: 55px;
    line-height: 55px;
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
}
.login-footer p {
    text-align: center;
    color: #FFF;
}
.login-footer a {
    text-align: center;
    color: #FFF;
    text-decoration:none;
}