@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}
.container {
    max-width: 980px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}
.header-left {
    float: left;
}
.header-right {
    float: right;
}
.clear {
    clear: both;
}
.header {
    position: fixed;
    top: 0;
    background-color: white;
    height: 56px;
    box-shadow: 0 0 10px #dddddd;
    width: 100%;
}
.header-logo {
    height: 40px;
    margin-top: 8px;
}
.header-right a {
    margin-left: 5px;
    line-height: 56px;
    font-size: 16px;
    padding: 16px 5px;
}
.header-right a:hover {
    background-color: #e2f1ff;
}
.footer {
    height: 120px;
    background-color: #2f3a44;
    color: #e8e8e8;
    width: 100%;
   
}
.footer-left {
    float: left;
}
.footer-right {
    float: right;
    margin-top: 70px;
}
.footer-left p {
    margin-top: 15px;
    margin-bottom: 10px;
}