.vm {
    vertical-align: middle;
}
.cff0000 {
    color: #ff0000;
}
.c76a8e1 {
    color: #76a8e1;
}
.c75a6df {
    color: #75a6df;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl30 {
    padding-left: 30px;
}
.pl75 {
    padding-left: 75px;
}
.pl85 {
    padding-left: 85px;
}
.mr30 {
    margin-right: 30px;
}
.mt5 {
    margin-top: 5px;
}
.mb5 {
    margin-bottom: 5px;
}
.mt20 {
    margin-top: 20px;
}
.ml10 {
    margin-left: 10px;
}
.ml75 {
    margin-left: 75px;
}
input {
    outline: none;
}
.charge-mainTitle {
    font-size: 12px;
    color: #b3b3b3;
    margin: 10px 0;
}
.settlementBg {
    background: #fff;
    /*margin-bottom: 267px;*/
    color: #4e4e4e;
    padding-bottom: 50px;
}
.chargeFeeTitle {
    font-size: 18px;
    color: #4e4e4e;
    border-bottom: 1px solid #52bf63;
    padding: 20px 0 0 0;
    margin-left: 20px;
    float: left;
}
.chargeFeeCont {
    padding: 75px 0 0 420px;
    font-size: 14px;
}
.chargeFeeCont li {
}
.settlementInput {
    border: 1px solid #ededed;
    color: #454545;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    margin: 5px 0 5px 10px;
    overflow: hidden;
    padding-left: 5px;
    vertical-align: middle;
    width: 213px;
}
.chargeIntro {
    padding-left: 75px;
    color: #b3b3b3;
}
.chargeWrongCue {
    color: #ff0000;
    padding-left: 35px;
}

.settlementSelect {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.settlementSelect select {
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #ededed;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: px;
    outline: medium none;
    overflow: hidden;
    padding-left: 5px;
    vertical-align: middle;
    width: 220px;
    margin: 5px 0 5px 0px;
    border-radius: 0px;
}
.tradeSelect select {
    margin:0px !important;
}

.settlementSelect .arrow::after, .comboboxButton::after {
    border-color: #b3b3b3 transparent transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    margin-top: 0px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 0;
    cursor: pointer;
}

.settlementSelect .arrow, .comboboxButton {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 26px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 19px;
}
/*.settlementSelect .arrowIE {*/
    /*display: none;*/
    /*background-color: #ffffff;*/
    /*content: "";*/
    /*display: block;*/
    /*height: 32px;*/
    /*pointer-events: none;*/
    /*position: absolute;*/
    /*right: 1px;*/
    /*top: 1px;*/
    /*width: 29px;*/
/*}*/
.comboboxButton {
    left: 139px;
    top: 16px;
    pointer-events: auto;
}

.ui-menu {
    width: 150px;
    border: 1px solid #ededed;
    background-color: #ffffff;
}
.ui-menu li{
    /*padding: 10px;*/
    border-top: 1px solid #ededed;
    cursor: pointer;
}
.ui-menu li a{
    display: block;
    height: 100%;
    padding: 10px;
}
.settlementSelect select.minwidth95{
    min-width: 95px;
    width:0px;
}

.settlementSelect select.minwidth270{
    min-width: 270px;
    width:0px;
}



