body {
    font-family: 'Microsoft YaHei'
}

a {
    cursor: pointer
}

button {
    border: none
}

.header {
    line-height: 40px;
    position: relative;
    height: 86px;
    background: #fff
}

.header .content {
    width: 1170px;
    margin: 0 auto;
    padding: 25px
}

.header .content .logo {
    float: left;
    line-height: 1
}

.header .content .logo img {
    height: 33px;
    margin-right: 10px;
    vertical-align: bottom
}

.header .content .nav {
    float: right;
    font-size: 20px;
    vertical-align: bottom;
    color: #323232
}

.footer {
    text-align: center;
    padding: 50px 0;
    clear: both
}

.footer .brand img {
    vertical-align: middle;
    margin-right: 10px
}

.footer .brand p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle
}