@charset "UTF-8";

.em-dateSelect {
    overflow: hidden;
    user-select: none;
    position: absolute;
    width: 254px;
    height: 300px;
    box-shadow: 0 2px 6px #ccc;
    background: #fff;
}

.em-dateSelect-top {
    width: 230px;
    height: 22px;
    margin: 12px
}

.em-dateSelect-top div {
    cursor: pointer;
    display: inline-block
}

.em-dateSelect-top-now {
    width: 123px;
    height: 16px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
}

.em-dateSelect .em-dateSelect-body {
    padding: 15px;
}

.em-dateSelect .em-dateSelect-body div {
    box-sizing: border-box;
    display: inline-block;
    width: 56px;
    text-align: center;
}

.em-dateSelect-div-month {
    padding: 12px 3px;
    height: 72px;
}

.em-dateSelect-div-day {
    padding: 6px 3px;
    height: 27px;
}

.em-dateSelect-div-hour{
    padding: 2px 2px;
    height: 10px;
}

.em-dateSelect .em-dateSelect-body span {
    box-sizing: border-box;
    display: block;
    width: 48px;
    height: 25px;
    line-height: 25px;
    cursor: pointer
}

.em-dateSelect .em-dateSelect-body span:hover {
    background-color: #ed4114;
    color: white
}

.activeDate {
    background-color: #ed4114;
    color: white
}
.em-dateSelect .em-dateSelect-body span.em-dateSelect-span-disable{
    color:#ccc;
    cursor:not-allowed;
}
.em-dateSelect .em-dateSelect-body span.em-dateSelect-span-disable:hover{
    background: white;
}

.em-dateSelect-fade-enter-active {
    transition: all .1s ease;
    height: 300px;
}

.em-dateSelect-fade-leave-active {
    transition: all .1s ease;
    height: 0;
}

.em-dateSelect-fade-leave {
    height: 300px;
}

.em-dateSelect-fade-enter {
    height: 0;
}



/*----------------时间范围下拉DIV Start------------*/
.v-f9-date-picker-container {
    position: absolute;
    padding: 10px;
    z-index: 9999;
    /*  left: -1px;*/
    top: 3px;
    width: 400px;
    background: #f2f2f2;
    border: solid 1px #a4a4a4;
    color: #000000;
}

.v-f9-date-picker-container-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index:999;
}
v-f9-date-picker-container-content{
    position:relative;
}

.v-f9-date-picker-container-footer {
    padding: 5px 10px 10px 10px;
    text-align: center;
}

.v-f9-date-picker-container-group,.v-f9-date-picker-container-group-last {
    border: solid 1px #dbdbdb;
    padding: 10px;
    margin: 10px 10px 20px 10px;
    position: relative;
}

.v-f9-date-picker-container-group:before,.v-f9-date-picker-container-group-last:before {
    position: absolute;
    content: '';
    width: 53px;
    height: 1px;
    background: #f2f2f2;
    left: 10px;
    top: -1px;
}

.v-f9-date-picker-container-group:hover,
.v-f9-date-picker-container-group.active {
    background: #ffffff;
    border: solid 1px #f8b38d;
}

.v-f9-date-picker-container-group:hover i,
.v-f9-date-picker-container-group.active i {
    color: #ff6600;
}

.v-f9-date-picker-container-group > span {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
}

.v-f9-date-picker-container-group i,.v-f9-date-picker-container-group-last i {
    font-style: normal;
    font-weight: normal;
    color: #939393;
    position: absolute;
    left: 10px;
    top: -8px;
    white-space: nowrap;
    display: block;
    padding: 0 2px;
    font-size: 12px;
}

/*-------------v-f9-date-picker-----------*/
.v-f9-date-picker--middle .v-f9-date-picker-a {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.v-f9-date-picker--middle .v-f9-date-picker-a-i {
    line-height: 32px !important;
}

.v-f9-date-picker--middle .v-f9-date-picker-a {
    width: 95px;
}

.v-f9-date-picker--middle {
    min-width: 95px;
}

.v-f9-date-picker {
    display: inline-table;
}

.v-f9-date-picker-dt {
    z-index: 9999;
}

.v-f9-date-picker-dt, .v-f9-date-picker-items {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

.v-f9-date-picker a, .v-f9-date-picker a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
}

.v-f9-date-picker-a {
    position: relative;
    display: block;
    border: 1px solid #c8cdd4;
    border-radius: 2px;
}

.v-f9-date-picker-a:hover {
    color: #ed4114;
    border-color: #ed4114;
}

.v-f9-date-picker-a-span {
    width: 80%;
    display: block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 2px;
}

.v-f9-date-picker-a-i {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 120%;
}

.v-f9-date-picker-container-btn {
    padding: 4px 15px;
    /* padding: 9px 20px 8px;*/
    margin-right: 8px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    /*    background-color: #b5b5b5;*/
    outline: none;
    background: #f2f2f2;
    color: #000000;
    border: solid 1px #b5b5b5;
}
