/*日期*/


.ui-select {
    display: inline-block;
    vertical-align: middle;
    width: 208px;
    white-space: nowrap;

    font-size: 16px;
    color: #333;
    border: 1px solid #767676;
    border-radius: 4px;
    position: relative;
    z-index: auto;
    text-align: left;
    float: left;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
    background:url("../../css/icon-down.png") right center no-repeat;
    border: 0;
    background-size: 24px;
}
.ui-select option{
    color: #333;
}
.form-datetime .ui-select {
    width: 53px;
}