
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    /* text-decoration: none;
    color: #333;
    display: block; */
}

body {
    font-size: 14px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.fl, .l {
    float: left;
}

.fr, .r {
    float: right;
}

/*margin-top*/
.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt0 {
    margin-top: 0px;
}

/*padding-left*/
.pl15 {
    padding-left: 15px;
}

#page {
    padding: 80px 150px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin: 15px;
}

.qicai-box {
    display: flex;
    flex-flow: row wrap;
}

.item {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 120px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #AAA;
    height: 240px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.item img {
    width: 100%;
    height: 150px;
}

.item p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.choose {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose img {
    width: 50px;
    height: 50px;
}

.time-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.time-box .item {
    border: 1px solid #999;
    height: 50px;
    line-height: 50px;
    color: #222;
    font-weight: bold;
    width: 150px;
}

.time-box .item.dis {
    color: #CCC;
    border: 1px solid #CCC;
}

.time-box .item.active {
    color: #1296db;
    border: 1.5px solid #1296db;
}

.submit-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.submit-box div {
    width: 300px;
    height: 55px;
    line-height: 55px;
    background-color: #1296db;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.yc {
    display: none;
}

#footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 150px;
}

#footer img {
    width: 35px;
    height: 35px;
}

#footer p {
    font-size: 12px;
    margin: 0 10px;
    color: #666;
}

.yuyue {
    text-align: right;
    color: #1296db;
}

#orderList {
    position: fixed;
    top: 10%;
    left: 20%;
    right: 20%;
    bottom: 10%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    /*display: flex;*/
    display: none;
    flex-flow: column;
}

.list-title {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}

.list-center {
    flex: 1;
    overflow-y: scroll;
    margin: 20px;
}

.list-center .c-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #EEE;
    padding: 0 50px;
}

.c-item p {
    color: #FFF;
    font-size: 15px;
    text-align: center;
    flex: 1;
}

.c-item p span {
    color: red;
}

.c-header p {
    font-weight: bold;

}

.close {
    color: #FFF;
    text-align: right;
    margin-right: 20px;margin-top: 20px;
}
