html, body {
    height: 100%;
}

.iconfont {
    font-size: 30px;
    color: #3cc51f;
}

.weui-search-bar:before {
    border-top: 0px;
}

.weui-search-bar:after {
    border-bottom: 0px;
}

.weui-popup__overlay, .weui-popup__container, .weui-picker-overlay, .weui-picker-container {
    max-width: 640px;
    left: 50%;
    z-index: 100;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.weui-popup__modal .toolbar {
    z-index: 9;
}

.wrap {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    table-layout: fixed;
    word-break: break-all;
    background: #efeff4;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.top-fixed {
    width: 100%;
    max-width: 640px;
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 99;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.header {
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #000;
    position: relative;
    background-color: #f7f7f8;
}

.header a {
    position: absolute;
    font-size: 0.65rem;
    z-index: 101;
}

.header a .header_back {
    height: 22px;
    margin-right: 4px;
}

.header a .header_options {
    height: 22px;
}

.header .header_right,
.header .header_left {
    height: 44px;
    top: 0;
    z-index: 101;
}

.header .header_left {
    left: 0;
    padding-left: 10px;
}

.header .header_right {
    right: 0;
    padding-right: 10px;
    margin-top: -1px;
}

.header .header_middle {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8rem;
    text-align: center;
}

.header:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.car-title {
    text-align: center;
    font-size: 34px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

.car-sub-title {
    text-align: center;
    color: #888;
    font-size: 14px;
}

.car-header {
    padding: 35px 0;
}

.car-content-padded {
    padding: 15px;
}

.car-second-title {
    text-align: center;
    font-size: 24px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

.listItem {
    margin-bottom: 15px;
    background: #fff;
}

.listItem .listItemBody a {
    color: #256FDE;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

.text-red {
    color: #dd4b39;
}

#detailList {
    padding: 0px;
    margin: 0px;
    overflow: auto;
    width: 700px;
}
