@import url('//at.alicdn.com/t/c/font_5185190_u6vmby0w4sq.css');

html,
body {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.42857143;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    color: rgba(0, 0, 0, 0.9);
}

a {
    color: #121212;
    text-decoration: none;
}

a:hover {
    color: #2b6598;
}

@media (min-width: 768px) {
    body {
        height: 100%;
    }
}

#page {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.container-w {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
    display: flex;
    align-items: center;
}

header {
    position: sticky;
    top: 0;
}

.header .navbar {
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid #dfe3e7;
    background: #fff;
}

.header .navbar-logo {
    
}

.header .navbar-link {
    margin-left: auto;
}

.header .nav-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.header .nav-logo img {
    margin-right: 12px;
}

.nav {
    list-style: none;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-link>ul>li {
    margin-left: 0;
}

.navbar-link>ul>li + li {
    margin-left: 24px;
}

.navbar-link>ul>li>a {
    height: 32px;
    padding: 0;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-link>ul>li .iconfont {
    font-size: 20px;
}

.home {
    position: relative;
}

.home .index-page {
    min-height: calc(100vh - 61px);
    padding-top: 32px;
    padding-bottom: 32px;
}

footer .footer-wrap {
    background: #17233b;
    padding-top: 64px;
}