﻿/* Header */

.logo_box{
	width: 857px;
	height: 541px;
	padding: 35px;
	color: #EEE;
	position: absolute;
	left: 50%;
	top:350px;
	margin-left: -429px;
	margin-top: -230px;
	background: rgba(7,83,202,0.1);
	border-radius: 30px;
	background-image: url(../../img/login/baidi.png);
	background-repeat: no-repeat;
	-moz-box-shadow:2px 2px 5px #333333; 
	-webkit-box-shadow:2px 2px 5px #333333; 
	box-shadow:4px 4px 40px #0b63a9;
}

.logo_box h4{padding: 0 0; margin: 0 0;}

.left_zuo{
	position: absolute;
	top: 126px;
    right: 50px;
	width:268px;
	height:256px;

}
.left_zuo .login{
	color:#4a4a4a;
	font-size:	16px;
	font-weight:500;
	text-align: center;
}
.left_zuo .user,.left_zuo .role{
    margin-top:36px;
    border-bottom:1px solid #ddd;
	
	line-height:40px;
	
}
.left_zuo .user b,.left_zuo .role b{
    font-weight:500;
	font-size:14px;
	color:#4a4a4a;
	text-align: left;
	padding-left: 22px;
}
.left_zuo .user span img,.left_zuo .role  span img{
	margin-right: 6px;
	width: 16px;
	height: 16px;
}
.left_zuo .user span,.left_zuo .role  span{
	margin-right: 6px;
	margin-top:2px;
	position: absolute;

}
.left_zuo .role{
	margin-top:16px;
}
.left_zuo span{
	color:#666;
}
.left_zuo .icon{
	margin-top:30px;
	height:14px;
}
.left_zuo .icon span{
	margin-left:8px;
	float:left;
	display:block;
    font-weight:500;
	font-size:12px;
	color:#296efc;
}
.left_zuo .icon img{
	float:left;
	margin-top:0px;
	display:block;
	vertical-align:middle;
	color:#296efc;
}
.left_zuo .button{
	margin-top:36px;
	display: block;
	width:268px;
	height:36px;
	border-radius:18px;
	background: linear-gradient(#2392fd, #268afd);
	box-shadow:0 3px 6px 0 rgba(38,138,253,0.4) 
}
.left_zuo .button span{
	display: block;
	font-size:16px;
	color:#fff;
	line-height:36px;
	text-align:center;
	font-weight:500;
}
.footer_1{
	position: absolute;
	bottom: 10px;
    left: 260px;
	font-size:14px;
	color:#a9a9a9;
	font-weight: 500;
	font-family: "微软雅黑"

    }
.gif{margin: -11px -5px;}

