body {
    cursor: default;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    word-wrap: break-word;
    color: #000;
    background-color: #edf0f8;
    -webkit-overflow-scrolling: touch;
}

.container {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 10px;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

section {
    position: relative;
}

header {
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    background-color: #3B67A0;
}

.hospital-name {
    font-size: 2em;
    margin-bottom: .5em;
}

.hospital-desc {
    font-size: 1.4em;
}

.section-form {
    padding: 12px 30px;
    height: auto;
    font-size: 1.6em;
}

.form-label {
    margin-top: 1.5em;
    margin-bottom: .5em;
}

.order-note {
    margin-top: 1.2em;
}

.order-btn {
    min-height: 36px;
    margin-top: 1.8em;
    text-align: center;
}

.order-warn {
    margin-top: 1.2em;
    padding: 10px 8px;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.8em;
    background-color: #fff5df;
    color: #845322;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

footer {
    margin-top: 1.5em;
    text-align: center;
    font-size: 1.6em;
    color: #777;
}

footer p {
    margin-bottom: 0px !important;
}