/*! laydate-v5.0.9 日期与时间组件 MIT License  http://www.layui.com/laydate/  By 贤心 */
.laydate-set-ym, .layui-laydate, .layui-laydate *, .layui-laydate-list {
    box-sizing: border-box;
}

html #layuicss-laydate {
    display: none;
    position: absolute;
    width: 1989px;
}

.layui-laydate * {
    margin: 0;
    padding: 0;
}

.layui-laydate {
    position: absolute;
    z-index: 66666666;
    margin: 5px 0px;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: laydate-upbit;
    animation-name: laydate-upbit;
    border-radius:3px !important;
}

.layui-laydate-main {
    width: 258px;
}

.layui-laydate-content td, .layui-laydate-header *, .layui-laydate-list li {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

@-webkit-keyframes laydate-upbit {
    from {
        -webkit-transform: translate3d(0,-5px,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        opacity: 1;
    }
}

@keyframes laydate-upbit {
    from {
        transform: translate3d(0,-5px,0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

.layui-laydate-static {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin: 0;
    -webkit-animation: none;
    animation: none;
    box-shadow: none !important;
    border: 1px solid rgba(0,0,0,.175);
}

.laydate-ym-show .laydate-next-m, .laydate-ym-show .laydate-prev-m {
    display: none !important;
}

.laydate-ym-show .laydate-next-y, .laydate-ym-show .laydate-prev-y {
    display: inline-block !important;
}

.laydate-time-show .laydate-set-ym span[lay-type=month], .laydate-time-show .laydate-set-ym span[lay-type=year], .laydate-time-show .layui-laydate-header .layui-icon, .laydate-ym-show .laydate-set-ym span[lay-type=month] {
    display: none !important;
}

.layui-laydate-header {
    position: relative;
    line-height: 30px;
    padding: 10px 70px 5px;
}

    .laydate-set-ym span, .layui-laydate-header i {
        padding: 0 5px;
        cursor: pointer;
        color:#333;
        /*font-weight:bold;*/
    }

    .layui-laydate-header * {
        display: inline-block;
        vertical-align: bottom;
    }

    .layui-laydate-header i {
        position: absolute;
        top: 10px;
        color:#000;
        font-size: 13px;
    }

        .layui-laydate-header i:hover, .laydate-set-ym span:hover {
            color: #0056b3;
        }

        .layui-laydate-header i.laydate-prev-y {
            left: 15px;
        }

        .layui-laydate-header i.laydate-prev-m {
            left: 45px;
        }

        .layui-laydate-header i.laydate-next-y {
            right: 15px;
        }

        .layui-laydate-header i.laydate-next-m {
            right: 45px;
        }

.laydate-set-ym {
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.laydate-time-text {
    cursor: default !important;
}

.layui-laydate-content {
    position: relative;
    padding: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

    .layui-laydate-content table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .layui-laydate-content td, .layui-laydate-content th {
        /*width: 36px;
        height: 30px;*/
        padding: 2px 9px;
        text-align: center;
        font-weight: normal;
        color:#666;
    }

    .layui-laydate-content td {
        position: relative;
        cursor: pointer;
    }

.laydate-day-mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    line-height: 26px;
    font-size: 12px;
    overflow: hidden;
}

/*.laydate-day-mark::after {
        position: absolute;
        content: '';
        right: 2px;
        top: 2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }*/

.layui-laydate-footer {
    position: relative;
    height: 50px;
    /*line-height: 26px;*/
    padding: 10px 20px;
}

    .layui-laydate-footer span {
        margin-right: 15px;
        display: inline-block;
        cursor: pointer;
        font-size: 1.3rem;
        border-radius:0px;
    }

        .layui-laydate-footer span:hover {
            background-color: #ecf5ff;
        border-color: #c7e2fe;
        color: #409eff;
        }

.laydate-footer-btns {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .laydate-footer-btns span {
        margin: 0 0 0 -1px;
        padding: 2px 10px;
        border: 1px solid #dadce0;
        background-color: #fff;
        white-space: nowrap;
        vertical-align: top;
        color: #0078d7;
    }

        .laydate-footer-btns span:last-child {
            border-top-right-radius: 3px !important;
            border-bottom-right-radius: 3px !important;
        }

        .laydate-footer-btns span:first-child {
            
            border-top-left-radius: 3px !important;
            border-bottom-left-radius: 3px !important;
        }

.laydate-btns-time {
    padding: 4px 0px;
}

.layui-laydate-list > li, .layui-laydate-range .layui-laydate-main {
    display: inline-block;
    vertical-align: middle;
}

.layui-laydate-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
}

    .layui-laydate-list > li {
        position: relative;
        width: 50%;
        line-height: 36.5px;
        height: 36.5px;
        overflow: hidden;
        margin: 0px 0;
        text-align: center;
        cursor: pointer;
    }

.laydate-month-list > li {
    width: 25%;
    margin: 12px 0;
}

.laydate-time-list > li {
    height: 100%;
    margin: 0;
    line-height: normal;
    cursor: default;
}

.laydate-time-list p {
    position: relative;
    top: -4px;
    line-height: 29px;
}

.laydate-time-list ol {
    height: 152px;
    overflow: hidden;
}

.laydate-time-list > li:hover ol {
    overflow-y: auto;
}

.laydate-time-list ol li {
    width: 130%;
    padding-left: 52px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
}

.layui-laydate-hint {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    display: none !important;
}

.layui-laydate-range {
    width: 518px;
}

    .layui-laydate-range .laydate-main-list-0 .laydate-next-m, .layui-laydate-range .laydate-main-list-0 .laydate-next-y, .layui-laydate-range .laydate-main-list-1 .laydate-prev-m, .layui-laydate-range .laydate-main-list-1 .laydate-prev-y {
        display: none;
    }

    .layui-laydate-range .laydate-main-list-1 .layui-laydate-content {
        border-left: 1px solid #eee;
    }

.layui-laydate, .layui-laydate-hint {
    background-color: #fff;
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,.3);
    border: 1px solid #ddd;
}

.layui-laydate-header {
    border-bottom: 1px solid #eee; /*font-weight:bold;*/
}

.layui-laydate-content td {
    color:#333;
}

    .layui-laydate-content td:hover, .layui-laydate-list li:hover {
        background-color: #eee;
        color:#333;
        border-radius:3px;
    }

.laydate-selected.laydate-day-next, .laydate-selected.laydate-day-prev {
    background-color: #f8f8f8;
}

.layui-laydate-content td.laydate-selected {
    background-color: #469ffc;
    color: #fff;
    border-radius:0px;
}

.laydate-time-list li ol {
    margin: 0;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-left-width: 0;
}

.laydate-time-list li:first-child ol {
    border-left-width: 1px;
    border-radius: 2px;
}

.laydate-time-list > li:hover {
    background: 0 0;
}

.layui-laydate-content .laydate-day-next, .layui-laydate-content .laydate-day-prev {
    color: #eee;
}



.layui-laydate-footer {
    border-top: 1px solid #eee;
}

.layui-laydate-hint {
    color: #FF5722;
}

.laydate-day-mark::after {
    background-color: #5FB878;
}

.layui-laydate-content td.layui-this .laydate-day-mark::after {
    display: none;
}

.layui-laydate-footer span[lay-type=date] {
    color: #0078d7;
}

.layui-laydate .layui-this {
    background-color: #469ffc !important;
    color: #fff !important;
    border-radius:0px;
}

.layui-laydate td.layui-this {
    border-radius:0px !important;
}

.layui-laydate-hint {
    color: #FF5722;
}

.laydate-day-mark::after {
    background-color: #5FB878;
}

.layui-laydate-content td.layui-this .laydate-day-mark::after {
    display: none;
}

.layui-laydate-footer span[lay-type=date] {
    color: #0078d7;
}

.layui-laydate li.layui-this {
    border-radius:3px;
}

    /*.layui-laydate .layui-this > .laydate-day-mark {
        background-color: #3796ff !important;
    color: #fff !important;
    }*/

.layui-laydate .laydate-disabled, .layui-laydate .laydate-disabled:hover {
    background: 0 0 !important;
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.laydate-theme-molv {
    border: none;
}

    .laydate-theme-molv.layui-laydate-range {
        width: 548px;
    }

    .laydate-theme-molv .layui-laydate-main {
        width: 274px;
    }

    .laydate-theme-molv .layui-laydate-header {
        border: none;
        background-color: #3796ff;
    }

        .laydate-theme-molv .layui-laydate-header i, .laydate-theme-molv .layui-laydate-header span {
            color: #f6f6f6;
        }

            .laydate-theme-molv .layui-laydate-header i:hover, .laydate-theme-molv .layui-laydate-header span:hover {
                color: #fff;
            }

    .laydate-theme-molv .layui-laydate-content {
        border: 1px solid #e2e2e2;
        border-top: none;
        border-bottom: none;
    }

    .laydate-theme-molv .laydate-main-list-1 .layui-laydate-content {
        border-left: none;
    }

    .laydate-theme-grid .laydate-month-list > li, .laydate-theme-grid .laydate-year-list > li, .laydate-theme-grid .layui-laydate-content td, .laydate-theme-grid .layui-laydate-content thead, .laydate-theme-molv .layui-laydate-footer {
        border: 1px solid #e2e2e2;
    }

.laydate-theme-grid .laydate-selected, .laydate-theme-grid .laydate-selected:hover {
    background-color: #f2f2f2 !important;
    color: #0056b3 !important;
}

    .laydate-theme-grid .laydate-selected.laydate-day-next, .laydate-theme-grid .laydate-selected.laydate-day-prev {
        color: #d2d2d2 !important;
    }

.laydate-theme-grid .laydate-month-list, .laydate-theme-grid .laydate-year-list {
    margin: 1px 0 0 1px;
}

    .laydate-theme-grid .laydate-month-list > li, .laydate-theme-grid .laydate-year-list > li {
        margin: 0 -1px -1px 0;
    }

    .laydate-theme-grid .laydate-year-list > li {
        height: 43px;
        line-height: 43px;
    }

    .laydate-theme-grid .laydate-month-list > li {
        height: 71px;
        line-height: 71px;
    }

@font-face {
    font-family: laydate-icon;
    src: url(https://static.easpsoft.com/easpsoft/font/iconfont.eot);
    src: url(https://static.easpsoft.com/easpsoft/font/iconfont.eot#iefix) format('embedded-opentype'),url(https://static.easpsoft.com/easpsoft/font/iconfont.svg#iconfont) format('svg'),url(https://static.easpsoft.com/easpsoft/font/iconfont.woff) format('woff'),url(https://static.easpsoft.com/easpsoft/font/iconfont.ttf) format('truetype');
}

.laydate-icon {
    font-family: laydate-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select:none;
}

.layui-laydate-footer span.laydate-btns-now {
    display: none;
}

.laydate-time-list > li:last-child {
    display: none;
}

.laydate-year-list > li {
    width: 33.3%;
}

.layui-laydate-static .layui-laydate-footer {
    display: none;
}

        .layui-laydate-static, .layui-laydate-static > .layui-laydate-main, .layui-laydate-static > .layui-laydate-main .layui-laydate-content table {
            width: 100%;
            border:none;
        }

            .layui-laydate-static .layui-laydate-content th {
                background-color: #f9eade;
            }

            .layui-laydate-static .layui-laydate-content {
                padding:0px;
            }

            .layui-laydate-static .layui-laydate-content td, .layui-laydate-static .layui-laydate-content th {
                padding: 8px;
                border-bottom:1px dashed #ddd;
                border-radius:0px;
            }

            .layui-laydate-static .laydate-day-mark {
                background-color: #fff29d;
                border-radius: 3px;
                color: #333;
            }

            .layui-laydate-static .laydate-day-mark {
                line-height: 38px;
            }