.combo-select {
    float: right;
    border: 0.01rem solid #999;
    height: 0.4rem;
    font-size: 0.16rem;
    font-weight: 400;
    padding-right: 0.3rem;
    color: #0A255E;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.display-select {
    display: none;
}

.combo-select select::-ms-expand {
    display: none;
}

.combo-select select.disabled {
    cursor: no-drop;
    background: #DDD;
}

.combo-input {
    height: 0.38rem;
    width: 3rem;
    padding: 0 0 0 0.1rem;
    border: 0;
}

.combo-input>input[type='text'] {
    border: none;
    font-size: 0.16rem;
    font-weight: 400;
    padding: 0 0 0 0.1rem;
    color: #000;
    outline: none;
}

.combo-input>input[type='text']::-webkit-input-placeholder {
    color: #999;
}

.combo-input>input[type='text']:-moz-placeholder {
    color: #999;
}

.combo-input>input[type='text']::-moz-placeholder {
    color: #999;
}

.combo-input>input[type='text']:-ms-input-placeholder {
    color: #999;
}

.combo-input>button {
    color: #D9D9D9;
    background-color: #54FF9F;
    width: 0.6rem;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.31rem;
    border: 0.01rem solid transparent;
}

/** wait **/
.combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 0.14rem;
    width: 0.30rem;
    font-size: 0.16rem;
    color: #999999;
}

.combo-arrow:before {
    content: " ";
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid #cccccc;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.combo-open .combo-arrow {
    border-color: #51A7E8;
}

.combo-open .combo-arrow:before {
    border-top: none;
    border-bottom: 0.01rem solid #cccccc;
}

.combo-focus {
    box-shadow: 0 0.02rem 0.05rem 0 #1E90FF;
    border-color: #1E90FF;
}

.combo-focus input {
    border-color: #1E90FF;
    ;
}

.option-selected {
    font-size: 0.04rem;
    background-color: #eee;
}

.option-hover {
    background-color: #1E90FF;
    color: #fff;
}

.option-item {
    padding: 0;
    line-height: 0.228571rem;
    cursor: pointer;
    border-bottom: none;
    font-size: 0.16rem
}

.option-item:hover {
    background-color: #1E90FF;
    color: #fff;
}

.option-item:last-child {
    border-bottom: none;
}

.option-group {
    cursor: text;
    font-weight: 600;
    background: #e1e1e1;
    border: 0.01rem #ccc solid;
    border-width: 0.01rem 0;
}

.option-disabled {
    opacity: 0.5;
}

.combo-dropdown {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 3.30rem;
    max-height: 3.00rem;
    margin: 0;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 0.01rem solid #999999;
    border-radius: 0;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
}

.combo-dropdown li {
    list-style: none;
    font-size: 0.16rem;
    padding: 0rem 0.1rem;
    margin: 0;
}

.combo-open .combo-dropdown {
    display: block;
}

.box_fold {
    overflow: hidden;
    transition: all 0.3s;
}

.i_padding {
    top: 0;
    left: 0.4rem;
}

.striped_table {
    width: 100%;
}


