﻿/*
-----------------
Site: 全局样式
-----------------
*/


/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing: 0;}
fieldset, img { border: 0;}
address, caption, cite, code, em, th { font-style: normal; font-weight: normal;}
ol, ul { list-style: none;}
caption, th { text-align: left;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

body{ background: #000; font: 12px/1.5 verdana, arial; color: #fff799}
a{ color: #fff799; text-decoration: none}
a:hover{ color: #f39800; text-decoration: underline;}
.hidden{ display: none;}
.hand{ cursor: pointer;}

/*尾部*/
.footer{ background: url(../images/sys/com/bto.jpg) repeat-x; height: 64px; padding-top: 30px; margin-top: 20px; color: #935c02; text-align: center}
.footer a{ color: #935c02;}
.footer a:hover{ color: #935c02;}

/*alert*/
.alert{ background: url(../images/sys/com/alert.png); width: 341px; height: 156px; color: #7d0022; text-align: center;}
.alert p{ padding-top: 60px;}
.alert .btn{ width: 61px; margin: 10px auto;}
.alert .btn input{ background: url(../images/sys/com/alert.png) no-repeat 0 -158px; width: 61px; height: 24px; border: 0; cursor: pointer;}

/*alert*/
.alert{position: fixed; background: url(../images/sys/com/alert.png); width: 341px; height: 156px; color: #7d0022;  text-align:center; top: 50%; left: 50%; margin: -80px 0 0 -180px; z-index: 202}
.alert p{ padding-top: 60px;}
.alert input{ background: url(../images/sys/com/alert.png) no-repeat 0 -158px; width: 61px; height: 24px; margin: 10px auto; border: 0; cursor: pointer;}

#alertID,#MD_load { /* ie6 hack */
	_position: absolute;
	_margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/*遮盖层*/
#tb_hidemask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; z-Index: 200; filter: alpha(opacity=75); opacity: 0.75; -moz-opacity: 0.75}
* html #tb_hidemask { /* ie6 hack */
    _position: absolute;
    _height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#tb_hideiframe{ position: fixed; display:none; top: 50%; left: 50%; margin: -290px 0 0 -200px; z-index: 202}
* html #tb_hideiframe{ /* ie6 hack */
	_position: absolute;
	_margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#tb_hideselect{ z-index:99;position:fixed;top: 0;left: 0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity: 0;opacity: 0;height:100%;width:100%;
}
#tb_hideSLiframe{ position: fixed; display:none; top: 50%; left: 50%; margin: -260px 0 0 -280px; z-index: 203}
* html #tb_hideSLiframe{ /* ie6 hack */
	_position: absolute;
	_margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
* html #tb_hideselect { /* ie6 hack */
     _position: absolute;
     _height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/*loading*/
.MD_loading { position: fixed; display: none; background: #4b594c; width: 294px; height: 98px; border: 1px solid #9aa69a; text-align: center;color: #ffc; z-index: 201; top: 50%; left: 50%; margin: -49px 0 0 -147px; }
.MD_loading div{ padding:30px 0 10px 0;}
.img_load{background:url(/images/sys/loading.gif) no-repeat; width: 133px; height: 11px; margin: 0 auto;}






















