header.h5ui-bar.bar-green {
    background:#33afcc;
    
}
.h5ui-btn_primary {
    background:#33afcc;
}
header.h5ui-bar .h5ui-bar_title {
    width:65%;
    left:17%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
 .h5ui-page.bottom li {
    border:1px solid #ececec;
}
.h5ui-btn_default.btn-outlined.btn_bg {
    min-width: 0; 
    margin-left:0px;
    padding:5px 3px;
    background:#eb9b3b;
    font-size:15px;
    color:#fff;
}
.h5ui-group_title {
    padding: 5px 15px
}
.h5ui-btnbox {
    position:relative;
    overflow: hidden;
    padding: 12px 5px;
}
    .h5ui-btnbox:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 1px;
        border-top: 1px solid #e5e5e5;
    }
