.page {
    min-height: 100vh;
    background: #ffffff;
}

.main-wrap {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.poster-image {
    display: block;
    width: 100%;
    height: auto;
}

.poster-section {
    width: 100%;
}

.footer {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #3a99b8;
    text-align: center;
    padding: 22px 12px 26px;
    color: #ffffff;
}

.footer-brand {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.footer-company {
    font-size: 14px;
    opacity: 0.95;
    margin-bottom: 10px;
}

.footer-icp {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    padding-bottom: 1px;
}
