
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body, button, input, select, textarea {
    font-family: "Microsoft YaHei", Verdana, Arial;
}

body {
    line-height: 1;
}

ul, ol {
    list-style: none outside none;
}

form, img {
    border: none 0;
}

input, label, button, img {
    vertical-align: middle;
}

input[type="button"], input[type="submit"], button {
    cursor: pointer;
    border: none 0;
}

input:focus, button:focus {
    outline: none;
}

a {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt20 {
    margin-top: 20px;
}

.mr10 {
    margin-right: 10px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clear {
    zoom: 1;
    clear: none !important;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tc {
    text-align: center !important;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
    margin: -2px;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    min-height: 150px;
    min-width: 150px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #555
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background: #555
}

a, img {
    border: 0;
}

.demo {
    margin: 100px auto 0 auto;
    width: 400px;
    text-align: center;
    font-size: 18px;
}

.demo .action {
    color: #3366cc;
    text-decoration: none;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    _padding: 0 20px 0 0;
    background: #f6f4f5;
    display: none;
}

.showbox {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99999;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -80px;
    margin-top: -60px;
}

* html, * html body {
    background-image: none;
    background-attachment: fixed;
}

* html .showbox, * html .overlay {
    position: absolute;
}

#AjaxLoading {
    border: 1px solid #8CBEDA;
    color: #37a;
    font-size: 12px;
    font-weight: bold;
}

#AjaxLoading div.loadingWord {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #D6E7F2;
    background: #fff;
}

#AjaxLoading img {
    margin: 10px 15px;
    float: left;
    display: inline;
}
