﻿body {
    font-size: 16px;
    background-color: #fff;
}

.need {
    padding: 0 2px;
    color: #ff0000;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.space {
    width: 100%;
    height: 7px;
    background-color: #f5f5f5;
    border-top-color: #f5f5f5;
}

.tabContent {
    background-color: #f5f5f5;
}

    .tabContent h3 {
        margin-top: 2em;
        margin-bottom: .5em;
        padding: .3em 0;
        background: #fff none;
        text-align: center;
        color: #FD7271;
    }

.vehicleMnf {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.vehicleAcc {
    margin: 0 3px; /*position: absolute !important;right: 6px !important;top: 7px;*/
}

hr {
    background-color: #e6e6e6;
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both;
}

h4 {
    font-size: 20px;
}

#divPageFooter {
    font-size: 12px;
    color: #666;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
}

    #divPageFooter a {
        margin: 5px;
    }

/* jQueryWeUI样式扩展 */
.weui-panel__hd {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

    .weui-panel__hd a {
        color: #000;
    }

.weui-cells__title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.weui-cell_select {
    padding: 0 15px;
}

.weui-select {
    padding-left: 0;
}

.weui-navbar__item.weui-bar__item--on {
    color: #04BE02;
    background-color: #f1f1f1;
}

.weui-form-preview__hd {
    line-height: 2em;
    padding: 5px 15px;
}

    .weui-form-preview__hd .weui-form-preview__value {
        font-style: normal;
        font-size: 1.2em;
        line-height: 2em;
    }

.weui-media-box_cell {
    padding: 0px 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .weui-media-box_cell .weui-cell__bd {
        min-width: 90px;
    }

    .weui-media-box_cell .weui-cell__ft {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.weui-media-box__title {
    font-size: 20px;
}

.weui-media-box {
    padding-top: 5px;
    margin-bottom: 15px;
    background-color: #fff;
}

.weui-media-box__info {
    margin-top: 5px;
}

.weui-media-box__info__oper {
    float: right;
}

.weui-actionsheet__cell {
    padding: 15px 0;
}

.weui-navbar + .weui-cell_vcode {
    width: 100%;
    top: 50px;
}

.weui-navbar + .weui-cell_vcode + .weui-tab__bd {
    padding-top: 50px;
}


