/*COPYRIGHT(C)UCWEB 2012.*/
/*弹窗.*/
/*2011.05.04*/

/** @NAME:CSS STYLE
		@TYPE:功能插件样式表
	*/
 *:focus{outline:none;-moz-outline:none;}	
/*遮罩层*/
.popupArea{position:fixed;bottom:auto;top:0px;width:100%;height:100%;font-size:14px;color:#666;z-index:1000;}
* html,* html body{background-image:url(about:blank);background-attachment:fixed;}
* html .popupArea{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}
.opaBg{position:relative;background:rgba(0, 0, 0, 0.5);filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4c000000', EndColorStr='#4c000000');width:100%;height:100%;}
:root .opaBg{filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00000000', EndColorStr='#00000000');}
#pb_box{position:absolute;width:1000px;height:100%;background:url(/public/images/pc/popup/shade_ie.gif) no-repeat;left:50%;margin-left:-500px;} 
/*弹出窗口*/
.popup{width:438px;left:50%;top:50%;margin-left:-219px;position:absolute;}
.popup  a{color:#009af6;}
.popup  a:hover{color:#28668b;}

.pTitle{height:49px;line-height:50px;padding:0 20px;color:#666;background:url(/public/images/pc/popup/pb_top.png) no-repeat;}
.pTitle .close{display:inline-block;width:21px;height:50px;background-image:url(/public/images/pc/popup/l_close.gif);background-repeat:no-repeat;float:right;}
.pTitle .close:hover{background-position:bottom}
.pContent{background:url(/public/images/pc/popup/pb_mid.png) repeat-y;padding:5px 0;display:block;_margin-top:-3px;}
.pInfo{height:39px;background:url(/public/images/pc/popup/pb_bot.png) no-repeat;}

.popup .login .img{width:98px;padding-top:10px;}
.popup .pContent{padding-top:10px;}
.popup .pInfo{line-height:33px;font-size:12px;}
.popup .pContent .form{width:263px;margin:0 auto;display:block;}
.popup .pContent .l_box{width:263px;background:url(/public/images/pc/popup/l_box.png) no-repeat;color:#999;margin-top:5px;display:block;padding-left:10px;}
.popup .pContent .l_box .name,.pContent .l_box .box{height:35px;display:block;}
.popup .pContent .l_box .name{padding-top:5px;}
.popup .pContent .l_box .box{border:none;background:none;width:207px;line-height:36px\9;}
.popup .pContent .subLogin{width:263px;margin:0 auto;line-height:27PX;} 
.popup .pContent .subLogin .btn{display:inline-block;width:92px;height:27px;background:url(/public/images/pc/popup/btn_d.png) no-repeat top;border:none;margin:0 5px;font-size:12px;color:#666!important;}
.popup .pContent .subLogin .btn.hover{color:#ff7400!important;background:url(/public/images/pc/popup/btn_d.png) no-repeat bottom;cursor:pointer!important;}
.errorInfo{width:263px;margin:-5px auto 0 auto;font-size:12px;color:red}

/*图片画廊*/
.pop_pic{display:block;position:absolute;left:50%;top:50%;border:10px solid #fff;border-bottom:47px solid #fff;}
.pop_pic .imgArea{overflow:hidden;}
.pop_pic .imgArea .img{width:auto;height:auto;}

.pop_pic .ctrlArea{}
.pop_pic .ctrlArea a{width:50%;height:100%;display:block;position:absolute;background:url(/public/images/pc/popup/shade_ie.gif) repeat;}
.pop_pic .ctrlArea .prev{left:0;}
.pop_pic .ctrlArea .next{right:0;}
.pop_pic .ctrlArea a .on{width:33px;height:45px;display:block;background-image:url(/public/images/pc/popup/popic.png);_background-image:url(/public/images/pc/popup/popic.gif);background-repeat:no-repeat;margin-top:100%;_margin-top:50%;}
.pop_pic .ctrlArea .prev .on{background-position:-33px 0;}
.pop_pic .ctrlArea .next .on{background-position:0 0;float:right;}

.pop_pic .closeArea{position:absolute;height:27px;padding:10px 0;width:100%;}
.pop_pic .close{background-image:url(/public/images/pc/popup/popic.png);
_background-image:url(/public/images/pc/popup/popic.gif);background-repeat:no-repeat;background-position:-66px 0;width:27px;height:27px;display:block;float:right;}
.pop_pic .close:hover{background-position:-93px 0;}
