body {
    font-family: "Microsoft Yahei", serif;
    min-width: 1262px;
    font-size: 14px;
    background-image: url(../img/bg-center.png), url(../img/bg-top.png), url(../img/bg-bottom.png);
    background-repeat: no-repeat;
    background-position: center center, top center, bottom center;
    background-color: #f0f6fb;
    background-size: contain;
}

html, body, div, ul, li, a, p, input, textarea, span {
    padding: 0;
    margin: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}