/*--弹窗样式--*/
.reveal-modal-bg{ width:100%; height:100%;position: fixed;background: #000;filter:alpha(opacity=80); -moz-opacity:0.8;opacity:0.8;background-color:rgba(0,0,0,0.8);*zoom:1;z-index:11111;display: none;top:0px;left:0px;}
.reveal-modal {	visibility: hidden;top:96px; left: 50%;margin-left: -350px;width: 532px;background: #fff;position:absolute;z-index:11112;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);	-box-shadow: 0 0 10px rgba(0,0,0,.4);}
.reveal-modal.small{ width: 200px; margin-left: -140px;}
.reveal-modal.medium{ width: 400px; margin-left: -240px;}
.reveal-modal.large{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge{ width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal{font-size:22px;color: #aaa;text-shadow: 0 -1px 1px rbga(0,0,0,.6);	cursor: pointer;} 
/*#gray{width:100%;height:100%;background:rgba(0,0,0,0.3);position:fixed;top:0px;display:none;z-index:11111;}*/
/*.popup{width:532px;height:auto;background-color:#fff;position:absolute;position:fixed;z-index:11112;border:1px solid #ebeaea;left:400px;top:96px;display:none;}*/
.reveal-modal .top_nav{width:532px;height:46px;background-image: url(../images/popup_top_bj.jpg);border-bottom:1px solid #ebeaea;position:relative;cursor:move;}
.reveal-modal .top_nav i{width:35px;height:35px;background:url(../images/sucai_tubiao.png) -314px -5px;position:absolute;top:6px;left:8px;display:block; }
.reveal-modal .top_nav a.guanbi { background:url(../images/popup_guanbi.png) repeat 0px 0px; width:35px; height: 35px; padding:0px; display: block; position:absolute;top:8px;right:10px;cursor:pointer;}
.reveal-modal .top_nav a.guanbi span { display: none;}
.reveal-modal .top_nav a.guanbi:hover { background: url(../images/popup_guanbi.png) repeat 0px -35px; }
.jj_menu_con .tag table tr td.tag_tdxz a.guanbi{ background:url(../images/popup_guanbi.png) repeat 0px 0px; width:35px; height: 35px; padding:0px; display: block; position:absolute;top:8px;right:10px;cursor:pointer;}
.reveal-modal .min{width:532px; height:200px; padding:40px 0px 0px 0px;}
/*.z_zhaobiao .z_jingjia .jj_menu_con .tag ul.down_p1 li{ width:225px; float:left; padding:10px 0px 10px 30px; height:50px; line-height:50px;}
.reveal-modal .min .down_p1 li{ width:225px; float:left; padding:10px 0px 10px 30px; height:50px; line-height:50px;}*/
.reveal-modal .min .down_p1 p{ width:225px; float:left; padding:10px 0px 10px 30px; height:50px; line-height:50px;}
.reveal-modal .min .down_p1 input{ width:24px; height:24px; vertical-align:middle; cursor:pointer;}
.reveal-modal .min .down_p1 span{ color:#000; background:url(../images/down_tb.png) 5px 1px no-repeat; padding:3px 0px 3px 40px; font-size:20px; font-family:"微软雅黑";}
.reveal-modal .min .down_p1 li:hover{ background-color:#f5f5f5;}
.reveal-modal .min .down_p2{ clear:both; height:60px; text-align:center; padding-top:20px;}
.reveal-modal .min .down_p2 input{ width:120px; height:40px; line-height:40px; text-align:center; color:#fff; background-color:#e5a173; border:1px solid #e5a173; border-radius:5px; cursor:pointer; font-size:18px; font-family:"微软雅黑";}
.reveal-modal .top_nav{ background-color:#32b16c;}
.reveal-modal .top_nav span.top_navspan{ color:#fff; display:block; position:relative;}
.reveal-modal .top_nav span.top_navspan span { display:inline; position:absolute; top:13px; left:30px;font:18px/18px 'microsoft yahei';color:#fff;display:block;} 


