html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    word-break: break-word;
    background-color: #161823;
    font-family: "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, "Microsoft YaHei", Helvetica Neue, Helvetica, sans-serif;
}

html body {
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
    height: auto;
}

.header {
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.header .hcontainer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.header .hcontainer .logo-warpper {
    display: inline-block;
    float: left;
    padding-left: 50px;
}

.header .logo-warpper .logo {
    display: block;
    width: 50px;
    height: 50px;
    margin: 25px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.header .name-warpper {
    display: inline-block;
    float: left;
    padding-left: 16px;
}

.header .name-warpper .app-name {
    color: #fff;
    font-size: 18px;
}

.header .name-warpper .app-slogen {
    color: #fff;
    font-size: 14px;
    opacity: 0.89;
}

.container {
    padding: 0;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 1.7;
    margin-bottom: 64px;
    padding: 20px;
    padding-top: 0;
    color: #b4b7bc;
    box-sizing: border-box;
}

.container p {
    font-size: 15px;
    margin-bottom: 0;
}
.container .title {
    font-size: 18px;
}

strong {
    font-weight: bold;
    color: #ffffff;
}

.footer {
    background-color: #0e0f1a;
}

.footer .fcontainer {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .infomation {
    padding-top: 64px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 2;
}

.footer .infomation p {
    opacity: 0.3;
}

.footer .infomation a {
    color: #fff;
}

a {
    text-decoration: none;
}