﻿/*去掉点击链接时周围的虚线框*/
a:focus { outline: none; -moz-outline: none; }
.clear { clear: both; height: 0; overflow: hidden; visibility: hidden; }

/*遮罩和弹窗*/
#boxCanven { display: none; width: 100%; position: absolute; left: 0px; top: 0px; z-index: 100; height: 100%; background: #000; opacity: 0.6; filter: alpha(opacity=60); }
.ajax_submit_loading { text-align: left; display: inline-block; background: url(../images/loading.gif) no-repeat left center; padding-left: 30px; margin-top: -15px; margin-right: 15px; margin-bottom: 10px; }

/*操作后提示(自动消失)*/
.tab_s_box { display: none; z-index: 999; position: absolute; background: url(../images/tjcg_02.jpg) repeat-x left top; float: left; overflow: hidden; height: 28px; padding: 10px 10px; line-height: 30px; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; }
.tab_s_box span { display: inline-block; float: left; }
.tab_s_box em { font-size: 14px; font-weight: bold; color: #333333; margin-left: 5px; display: inline-block; float: left; }

/*跳转到后台的扳手*/
a.admin_edit { float: none; position: absolute; display: none; z-index: 999; width: auto; height: auto; border:none !important; }
a.admin_edit img { width: auto; height: auto; width:16px !important; height:16px !important; }

#boxFloatRight { position: fixed; top: 200px; z-index: 999; right: 0; }
#boxFloatRight a { display: block; width: 90px; background: #707070; text-align: center; color: #FFF; font-size: 13px; }
#boxFloatRight .weixin { background-image: url(../images/right_bj.jpg); width: 90px; height: 112px; }
#boxFloatRight .weixin img { margin-left: 5px; margin-top: 12px; }
#boxFloatRight .weixin .close { background-image: url(../images/rigth_close1.jpg); width: 12px; height: 12px; cursor: pointer; display: block; position: absolute; right: 3px; top: 1px; }
#boxFloatRight .weixin:hover .close { background-image: url(../images/rigth_close2.jpg); width: 12px; }
#boxFloatRight a.text { height: 28px; line-height: 28px; position: absolute; }
#boxFloatRight a.text:hover { background: #BF0000; }

