.vm {
    vertical-align: middle;
}
.cff0000 {
    color: #ff0000;
}
.c76a8e1 {
    color: #76a8e1;
}
.pl15 {
    padding-left: 15px;
}
.ml10 {
    margin-left: 10px;
}
.mt5 {
    margin-top: 5px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.ml75 {
    margin-left: 75px;
}
.charge-mainTitle {
    font-size: 12px;
    color: #b3b3b3;
    margin: 10px 0;
}
.charge-Search {
    margin-bottom: 20px;
    background: #fff;
    padding: 24px 20px 16px 20px;
    font-size: 14px;
    color: #4e4e4e;
}
.charge-Search ul{border-bottom:1px solid #ededed;padding-bottom:15px;}

input {
    outline: none;
}
.chargeOrderTime {
    width: 106px;
    height: 28px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding-left: 10px;
    font-size: 14px;
}
.chargeOrderTit {
    height: 30px;
    line-height: 30px;
}
.chargeDate {
    height: 28px;
    border-radius: 3px;
    border: 1px solid #ededed;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    cursor:pointer;
}
.chargeSelect{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.chargeSelect select{
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    outline: medium none;
    overflow: hidden;
    padding-left: 5px;
    vertical-align: middle;
    width: 115px;
}
.chargeSelect .arrow::after {
    border-color: #b3b3b3 transparent transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    margin-top: -3px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 0;
}
.chargeSelect .arrow {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 2px;
    width: 18px;
}
.cff8d00{color: #ff8d00;}