

.fw_be_select {
    width: 100%;
}
.fw_be_date {
    width: 97%;
}

.fw_campo_sel{
    height:55px;
}
.fw_dlg_title {
    height: 20px;
    text-align: center;
    padding: 0 10px;
    color:rgb(0,170,255);
    font-size: 14px;
}
.fw_be_pholder {
    height:20px;
    width:100%;
    color:rgb(0,170,255);
    height:10px;
    font-size:0.7em;
    line-height:.9em;
    padding-top:5px;
    padding-bottom:2px;
    overflow:hidden;
}

.fw_dlg_mv_contentlist {
    position: absolute;
    height:100px;
    width: 300px;
    background-color: rgba(255,255,255,0.99);
    -webkit-border-radius: 6px 6px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.4);
    box-sizing: border-box;
    overflow: hidden;
}