﻿*:focus {
    outline: none;
}

html, body {
    background-color: #fff; /*#f4f5f9;*/
    color: #000;
    font: 14px/1.5 "Microsoft YaHei","lucida Grande",Verdana;
    width: 100%;
    min-width: 1200px;
    width: expression_r(document.body.clientWidth < 1140 ? "1140px": "auto" );
}

html, body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, em, strong, table, th, td {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

ul, ol {
    list-style: none;
}

fieldset, img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

input, select, textarea {
    font-family: "Microsoft YaHei","lucida Grande",Verdana;
}

input, select {
    vertical-align: middle;
}

/*input[type="text"], input[type="password"] {
        border: 1px solid #bfbfbf;
    }

        input[type="text"]:focus, input[type="password"]:focus {
            border: 1px solid #f15a22;
        }*/

textarea {
    vertical-align: top;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
}

    a:hover {
        text-decoration: none;
    }

    a:active {
        star: expression(this.onFocus=this.blur());
    }

article, aside, dialog, footer, header, section, nav, figure, menu {
    display: block;
}

.site-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

    .site-flex > .site-flex_item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

.site-panel {
    width: 1140px;
    margin: 0 auto;
}

.site-clear {
    clear: both;
}
