body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, header, footer, section, span, a {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
}

p, div, ul, li, img, a, span, button, h1, h2, h3, h4, h5, h6, form {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    color: #000;
    font-size: 16px;
    font-family: "Helvetica", "Arial", sans-serif;
    -webkit-overflow-scrolling: touch;
}

ul li {
    list-style: none;
}

button, input, label, div，textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

input {
    border: 0;
}

#outer {
    width: 100%;
    height: 100%;
    background: #4479bd;
}

#outer .tab {
    height: 44px;
    background: #4278bc;
    line-height: 44px;
    display: flex;
    justify-content: space-around;
    position: relative;

}

#outer .tab li {
    color: #c8c9cb;
    text-align: center;
    width: 48%;
    position: relative;
}

#outer .tab .cut {
    width: 49%;

}

#outer .tab li span {
    color: #c8c9cb;
    position: absolute;
    right: -10px;

}

#outer .tab li.selected {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#tab_outer {
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    bottom: 0;
    background: #4479bd;
}

.tab_input {
    height: 40px;
    line-height: 40px;
    background: #366196;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    margin: 8px 5px;
}

.tab_input img {
    width: 20px;
    height: 20px;
    padding: 5px 10px;
    margin-top: 5px;
}

.tab_input input {
    width: 100%;
    border-radius: 0 5px 5px 0;
    background: #366196;
    outline: none;
}

.tab_header li span {
    width: 59px;
    white-space: pre-wrap;
    word-break: break-all;
    display: inline-block;
    text-align: center;
}

.tab_header_none {
    display: none;
}

.tab_current {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    overflow: auto;
}

.tab_current li span {
    width: 59px;
    white-space: pre-wrap;
    word-break: break-all;
    text-align: center;
}

.tab_current li span:nth-of-type(4) p {
    font-size: 13px;

}

.tab_current li span:nth-of-type(5) {
    text-indent: -10px;

}

#tab_outer ul li {
    background: #284c79;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
}

#tab_outer .tab_current li:nth-child(odd) {
    background: #547097;
}

#tab_outer .tab_current .late-style {
    color: red;
}

#tab_outer .tab_current li .check-style {
    color: #00D980;
}

#tab_outer .tab_current li .wait-style {
    color: #FF7E00;
}

#tab_outer .tab_current li .stop-style {
    color: red;
}

.showData {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.showData p {
    margin-bottom: 5px;
}

