@charset "utf-8";
/* CSS Document */
/*-reset*/
* { margin: 0; padding: 0; /*border: none;*/ } 
html, body{font-family:"Microsoft YaHei";font-size:12px; color:#434343; } 
ul,li{ list-style: none; margin:0; padding:0;}
img{margin:0; padding:0; border:0;}
cite, em, dfn { font-style: italic; } 
sup { position: relative; bottom: 0.3em; vertical-align: baseline; } 
sub { position: relative; bottom: -0.2em; vertical-align: baseline; } 
code, kbd, samp, pre, input[type='text'], textarea { /*font-size: 100%;*/ font-family:"Microsoft YaHei";} 
del { text-decoration: line-through; } 
ins, dfn { border-bottom: 1px solid #ccc;} 
small, sup, sub { font-size: 85%; } 
abbr, acronym { 
text-transform: uppercase; 
font-size: 85%; 
letter-spacing: .1em; 
border-bottom-style: dotted; 
border-bottom-width: 1px; 
} 
a abbr, a acronym { border: none; } 
sup { vertical-align: super; } 
sub { vertical-align: sub; } 
h2 { font-size:24px; font-weight:500;}
h3 { font-size:18px; font-weight:500; }
h4 { font-size:16px; font-weight:500; }
a, a:link, a:visited, a:hover, a:active {blr: expression(this.onFocus=this.blur());outline: 0; text-decoration: none; }
a{color:#333;}
a img { border: none; text-decoration: none; } 
img { border: none; text-decoration: none; } 
label, button { cursor: pointer; }
input, select, textarea {/* color:#c6c6ce;*/}
input:focus, select:focus, textarea:focus {/*color:#434343;*/} 
input[placeholder]{font-family:"Microsoft YaHei"}
fieldset { border: none; } 
.wrapper {margin: 0 auto;}
.cb:after {
content: ".";
display: block;
height: 0;
clear:both;
visibility: hidden;
}
.table thead tr th{ background: #eaeae8;}
.w-break thead tr th{word-break: keep-all;}
.span-text{ height: 34px; line-height:34px; padding:0 5px; font-size: 14px; }
.th-bg{background: #eaeae8;}
/* Colors */
.blue { color: #0074d9; }
.green { color: #2ecc40; }
.yellow { color: #ffdc00; }
.orange { color:#ff6500;}
.red { color: #E75969; }
.white { color: #ffffff;}
.black{ color:#000;}
/* Prettier Links */
a { color: #434343; text-decoration: none; }
a:hover { text-decoration:none; color:#ff6500;}

/* display */
.dn { display: none; }
.di { display: inline; }
.db { display: block; }
.dib { display: inline-block; }
/* height */
.h14 { height: 14px; }
.h16 { height: 16px; }
.h18 { height: 18px; }
.h20 { height: 20px; }
.h22 { height: 22px; }
.h24 { height: 24px; }
/* width */
/* fixed width value */
.pct100 {width:100%;}
.pct90 {width:90%;}
.pct80 {width:80%;}
.pct70 {width:70%;}
.pct60 {width:60%;}
.pct50 {width:50%;}
.pct40 {width:40%;}
.pct33 {width:33.33%;}
.pct25 {width:25%;}
.pct20 {width:20%;}
/* line-height */
.lh14 { line-height: 14px; }
.lh16 { line-height: 16px; }
.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh22 { line-height: 22px; }
.lh24 { line-height: 24px; }
/* margin */
.m0 { margin: 0; }
.m5 { margin:5px;}
.m10 { margin:10px;}
.m15 { margin:15px;}
.m20 { margin:20px;}
.m25 { margin:25px;}
.m30 { margin:30px;}
.ml1 { margin-left: 1px; }
.ml2 { margin-left: 2px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.mr1 { margin-right: 1px; }
.mr2 { margin-right: 2px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mt1 { margin-top: 1px; }
.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mb1 { margin-bottom: 1px; }
.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
/* padding */
.p0 { padding: 0; }
.p5 { padding:5px;}
.p10 { padding:10px;}
.p15 { padding:15px;}
.p20 { padding:20px;}
.p25 { padding:25px;}
.p30 { padding:30px;}
.p1 { padding: 1px; }
.pl1 { padding-left: 1px; }
.pt1 { padding-top: 1px; }
.pr1 { padding-right: 1px; }
.pb1 { padding-bottom: 1px; }
.p2 { padding: 2px; }
.pl2 { padding-left: 2px; }
.pt2 { padding-top: 2px; }
.pr2 { padding-right: 2px; }
.pb2 { padding-bottom: 2px; }
.pl5 { padding-left: 5px; }
.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }
.p10 { padding: 10px; }
.pl10 { padding-left: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.p15 { padding: 15px; }
.pl15 { padding-left: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }
.p20 { padding: 20px; }
.pl20 { padding-left: 20px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }
.p30 { padding: 30px; }
.pl30 { padding-left: 30px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pb30 { padding-bottom: 30px; }
.pt60{padding-top:60px;}
.bdc { border: 1px solid #ccc; }
.bb-e { border-bottom:1px solid #e5e5e5; }
/* safe color */
.g0 { color: #000; }
/* font-size */
.f0 { font-size: 0; }
.f10 { font-size: 10px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f24 { font-size: 24px; }
.f30 { font-size: 30px; }

/* font-style */
.fb { font-weight: bold; }
/* text-align */
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }
/* text-decoration */
.tdl { text-decoration: underline; }
.tdn, .tdn:hover, .tdn a:hover, a.tdl:hover { text-decoration: none; }
/* letter-spacing */
.lt-1 { letter-spacing: -1px; }
.lt0 { letter-spacing: 0; }
.lt1 { letter-spacing: 1px; }
/* white-space */
.nowrap { white-space: nowrap; }
/* word-wrap */
.bk { word-wrap: break-word; }
/* vertical-align */
.vm { vertical-align: middle; }
.vtb { vertical-align: text-bottom; }
.vb { vertical-align: bottom; }
.vt { vertical-align: top; }
/* float */
.fl { float: left; }
.fr { float: right; }
/* clear */
.cl { clear: both; }
/* position */
.pr { position: relative; }
.pa{ position: absolute; }
/*z-index*/
.zx1 { z-index: 1; }
.zx2 { z-index: 2; }
/* cursor */
.poi { cursor: pointer; }
.def { cursor: default; }
/* overflow */
.ovh { overflow: hidden; }
.ova { overflow: auto; }
/* visibility */
.vh { visibility: hidden; }
.vv { visibility: visible; }
/* zoom */
.z { *zoom: 1; }
/* 块状元素水平居中 */
.auto { margin-left: auto; margin-right: auto; }


/* 单行文字溢出虚点显 示*/
.ell { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/* 大小不定元素垂直居中 */
.dib-vm { display: inline-block; width: 0; height: 100%; vertical-align: middle; }
/* 无框文本框文本域 */
.bd-none { border: 0; outline: none; }

@media only screen and (max-width:640px){
header{ margin-bottom:56px; position:relative;}
.admin_box{ position:absolute; height:56px; bottom:-56px; left:20; background:#f38034; width:100%; padding-left:47px; border-top:1px solid #e65c01; border-bottom:1px solid #e65c01;}
}
