.header {
    position: fixed;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    background-color: #c8161d;
    color: white;
    text-align: center;
}

#content {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
}

.input-content {
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
}

.input-item-wrapper {
    display: flex;
    align-items: center;
    height: 45px;
    margin-top: 15px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: white;
    padding: 0px 20px;
}

.input-item {
    flex: 1;
    width: 0;
    background: none;
    color: white;
    outline: none;
}

.input-item-right {
    flex: 0 80px;
}

#orderPage-btn {
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: white;
    font-size: 16px;
    border-radius: 50px;
    background-color: #c8161d;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
