@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0px; font-family:"微软雅黑"}
a{ text-decoration:none;color:#000000; cursor:pointer;}
a:hover{ text-decoration:underline;}
img{border:0px; display:inline-block;}
li{ list-style-type:none;}
i,em{ font-style:normal;}
input{ vertical-align:middle; outline:none;}
*html{  background-image:url(about:blank);background-attachment:fixed;}  /*解决ie6振动问题*/

/*登录弹窗*/
.login_form{position: fixed;left:50%;top: 50%;margin-left: -370px;width:740px;margin-top:-185px;height:370px;_bottom: auto;_position: absolute;
top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1)); z-index: 999991; background:#fff;}
.l_content{padding:35px; overflow:hidden;zoom:1;}
.l_content h2{ background:url(../images/u_line.png) no-repeat left center; height:40px; line-height:40px; font-size:16px; font-weight:500;color:#000000;padding-left:20px;margin-bottom:20px;}
.lcleft{ float:left;width:370px;border-right:1px solid #dddddd;}
.lcleft p{ font-size:14px; color:#666666;}
.lcleft p a{ font-size:14px; color:#666666;}
.forget_pass{width:140px;margin:0 30px;border-left:1px solid #dddddd;border-right:1px solid #dddddd; display:inline-block; text-align:center;}
.rcright{ float:right;width:280px;}
.ltext{width:323px;height:38px;border:1px solid #dddddd;margin-bottom:10px;padding-left:5px; font-size:14px;}
.ltext:hover{ border:1px solid #b10336;}
.lbt{ height:35px;width:330px; line-height:35px; background:#b10336; color:#ffffff;border:0px;border-radius:2px; display:
block; cursor:pointer;margin-bottom:20px;}
.user_share{width:280px; font-size:12px;margin-top:15px; line-height:22px;}
.rcright p img{margin:0 auto; display:block;}
.wchat{ text-align: center; font-size:14px; background:#f1f1f1; height:30px; line-height:30px; border-radius:20px;width:220px;margin:0 auto;} 
.otherlogin{ font-size:12px; color:#666;margin-top:10px;line-height:20px;}
.otherlogin p{margin-bottom:10px;}
.qqicon{ background:url(../images/qq_icon.png) no-repeat left center;padding-left:25px; display:inline-block; height:20px; line-height:20px;}
.sinaicon{ background:url(../images/sina_icon.png) no-repeat left center;padding-left:25px; display:inline-block; height:20px; line-height:20px;margin:0px 20px;}
.wchaticon{ background:url(../images/wchat_icon.png) no-repeat left center;padding-left:25px; display:inline-block; height:20px; line-height:20px;}

/*弹窗*/
#floatBoxBg{display:none;width:100%;height:100%;background:#000;position:absolute;top:0;left:0; z-index:99992}
.floatBox{border:3px solid #fff;width:300px;position:absolute;z-index:300;top:50px;left:40%;background:#fff;z-index:99993}
.floatBox2{border:1px solid #766E6E; }
.floatBox .floatBox2 .floatTitle{height:22px;border:1px solid #EAEAEA}
.floatBox .floatBox2 .floatTitle .floatCloseBtn {background: url(/images/closeBtn.png) no-repeat  0 0;
cursor:pointer;display:block;float:right;width:15px;height:15px;margin-top:4px;margin-right:2px;}
.floatBox .floatBox2 .floatTitle h4{float:left;cursor:pointer;font-size:14px;font-weight:bold;width:85%;line-height:22px;text-align:left;padding-left:10px;}
.floatBox .floatBox2 .floatContent{padding:0;}