﻿@charset "utf-8";

.head .login{ overflow: hidden; }
.login ul{overflow: hidden;margin-top: 19px;}
.login ul li{float: left;display: block; margin-left: 10px;color: #999999;line-height: 38px;}
.login ul li a{display: block}

.login ul dl dt{width:35px;height: 35px;border-radius: 50%;display: block;float: left; }
.login ul dl dt img{width: 35px;height: 35px;border-radius: 50%;}
.login ul dl dd{float: left;display: block; margin-left: 10px;color: #666666}
.login ul li:last-child{cursor: pointer;}

/*2015.6.11添加登陆框*/
.maskLayer{width:100%;height:100%;filter:alpha(opacity=40);opacity:0.5;background:#000;position:fixed;z-index:88;top:0;left:0;display:none;}
.loginBox{width:300px; z-index:99; position:fixed; left:50%; top:50%; margin:-135px 0 0 -150px; border-radius:6px; -moz-border-radius:6px; background:rgba(247,247,247,0.95); background:#f8f8f8 !important; display:none;}
.loginCloseBtn{width:10px; height:10px; background:url(../images/loginClose.png) center center no-repeat; float:right; margin-right:16px; margin-top:16px; cursor:pointer;}
.loginTitle{ font-size:16px; color:#454545; font-weight:bold; text-align:center; line-height:18px;}
.userName{width:228px; height:40px; border-radius:2px; -moz-border-radius:2px; border:1px solid #dfcdbe; margin:29px 0 0 35px; color:#897765; font:14px/40px '微软雅黑'; text-indent:1em; *height:40px; float:left;}
.passWord{width:228px; height:40px; border-radius:2px; -moz-border-radius:2px; border:1px solid #dfcdbe; margin:10px 0 20px 35px; color:#897765; font:14px/40px '微软雅黑'; text-indent:1em; float:left;}
.numcode{width:100px; height:40px; border-radius:2px; -moz-border-radius:2px; border:1px solid #dfcdbe; margin:0px 0 20px 35px; color:#897765; font:14px/40px '微软雅黑'; text-indent:1em; float:left;}
#refreshSpan{
	height: 40px;
	width: 128px;
	line-height: 40px;
	position: absolute;
	text-align:center;
	display: none;
	background: lightgray none repeat scroll 0% 0%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-size:1.5em;
	cursor: pointer;
}
.loginButtonWrap{width:265px;height:60px; border-radius:6px;background:#f6f0ec; padding:20px 0 0 35px; float:left;}
.loginButtonWrap .loginButton{width:228px; height:38px; background:url(../images/loginBtnBg.jpg) repeat-x; border-radius:5px; -moz-border-radius:5px; border:1px solid #c85812; font-size:16px; line-height:38px; text-align:center; color:#fff;}
/*2015.6.11添加登陆框*/

