/****************澶撮儴鏍峰紡寮�**************/

.head{
	width: 100%;
	height: 58px;
	line-height: 58px;
	background: #ffffff;
	border-bottom: 1px solid #dcdcdc;
	-moz-box-shadow: 3px 3px 4px #e2e2e2;
    -webkit-box-shadow: 3px 3px 4px #e2e2e2;
    box-shadow: 3px 3px 4px #e2e2e2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135, Color='#e2e2e2')";
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#e2e2e2');
    font-size: 1em;
}
.main-center{
	width: 1280px;
	height: 100%;
	margin: 0px auto;
}
.top-logo{
	margin-left: 60px;
	margin-top: -7px;
	margin-right:20px; 
}
.top-menu{
	height: 100%;
}
.top-menu li{
	float: left;
	min-width:56px;
	text-align:center;
	padding: 0px 20px;
	color: #282828;
	font-size:16px;
	/* letter-spacing: 2px; */
	line-height:normal;
	cursor:pointer;
}
.top-menu li label{
	display:block;
	cursor:pointer;
	margin-top: 20px;
}
.top-menu li div{
	width:0px;
	margin-top:5px;
}
.top-menu li:hover{
	text-shadow:3px 2px 2px #b7b5b5;
}
.top-menu li:active{
	text-shadow:3px 2px 2px #b7b5b5;
}
.top-menu-line{
	height:4px;
	width:56px !important;
	background:url(../../common/images/index/menu_line.png) no-repeat;
	transition: all .2s;
    -webkit-transition: all .2s;
}
.top-menu-btn{
	color: #555;
	font-size:16px;
	cursor:pointer;
	width:70px;
	height:28px;
	border:none;
	background:#fff;
	outline:none;
	margin-right:5px;
}
.top-menu-btn:hover{
	color: #000;
	text-shadow:3px 2px 2px #b7b5b5;
}
.top-btn-blue{
	width:128px;
	height:40px;
	line-height:40px;
	vertical-align: middle;
	color:#fff;
	font-size:14px;
	text-align:center;
	background:url(../../common/images/index/btn_bg_blue.png) no-repeat;
	outline:none;
	border:none;
	letter-spacing: 1px;
	cursor:pointer;
}
.focus{
	color:#000;
}
.top-login{
	margin-right:40px;
}

.top-userInfo{
	margin-right:40px;
	position:relative;
}

.top-userInfo ul{
	min-width: 65px;
	position: absolute;
	top: 50px;
	right: 5px;
	z-index: 10;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 10px;
	/* border-radius:3px; */
	box-shadow: 5px 3px 8px #C2C0C0;
    -moz-box-shadow: 5px 3px 8px #C2C0C0;
    -webkit-box-shadow: 5px 3px 8px #C2C0C0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135, Color='#C2C0C0')";
    filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135, Color='#C2C0C0')";
}
.top-userInfo ul li{
	height:32px;
	line-height:32px;
	border-bottom:1px solid #ccc;
}
.top-userInfo ul a:hover{
	color:#448cf7;
}
.top-userInfo ul img{
	margin-right:5px;
}

/**************澶撮儴鏍峰紡缁撴潫****************/

/*********************** 鐧诲綍绐楀彛鏍峰紡寮� **************************/
.loginWindow{
	/* height:275px; */
	color:#555;
}
.loginWindow form{
	width:310px;
	margin:15px auto;
}
.login-input{
	width: 91%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 5px 0px;
	padding-left: 5px;
}
.userIcon{
	display:inline-block;
	width:15px;
	height:14px;
	background:url(../../common/images/username.png) no-repeat;
	position: relative;
	left: -30px;
	top: 3px;
}
.pwdIcon{
	display:inline-block;
	width:7px;
	height:15px;
	background:url(../../common/images/password.png) no-repeat;
	position: relative;
	left: -25px;
	top: 3px;
}

.pwdRow{
	display: inline-block;
	width:100%;
	height:30px;
	line-height:30px;
	margin:5px 0px;
}
input[name=remember]{
	cursor:pointer;
	margin-right:5px;
	position: relative;
    top: 2px;
}
.btnRow{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-top:10px;
}
.bottomImg{
	position:absolute;
	bottom:0;
	right:0;
}
/*********************** 鐧诲綍绐楀彛鏍峰紡缁撴潫 **************************/

/* 娉ㄥ唽绐楀彛鏍峰紡 */
.registWindow{
	/* height:420px; */
	color:#555;
}
.registWindow form{
	width:360px;
	margin:15px auto;
	/* width:300px;
	padding:20px 30px 10px 30px; */
}
.input-label{
	float:left;
	width: 85px;
	text-align:center;
    padding: 5px 3px;
    line-height:20px;
    border: 1px solid #e1e1e1;
    border-radius: 2px 0 0 2px;
    border-right:none;
    background-color: #FBFBFB;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.mobileIcon{
	display:inline-block;
	width:10px;
	height:20px;
	background:url(../../common/images/phone.png) no-repeat;
	position: relative;
	left: -25px;
	top: 6px;
}
.code-input{
	width: 49%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e1e1e1;
    border-radius: 0px 2px 2px 0px;
	padding-left: 5px;
}
.login-select{
	width: 280px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-left: 5px;
	color:#555;
	margin-bottom: 10px;
}
.reg-select{
	width:273px;
	float: left;
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 0px 2px 2px 0px;
    padding-left: 5px;
    color: #555;
}
.reg-input{
	width:267px;
	float: left;
	height: 30px;
	border: 1px solid #e1e1e1;
	border-radius: 0px 2px 2px 0px;
	padding-left: 5px;
}