/*! 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 0;
    border-radius: 2px;
    font-size: 14px;
    -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
}

.layui-laydate-main {
    width: 272px
}

.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, 20px, 0);
        opacity: .3
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes laydate-upbit {
    from {
        transform: translate3d(0, 20px, 0);
        opacity: .3
    }

    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
}

.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 .layui-laydate-header .layui-icon,
.laydate-ym-show .laydate-set-ym span[lay-type=month] {
    display: none !important
}

.layui-laydate-header {
    display: flex;
    align-items: center;
    position: relative;
    height: 70px;
    line-height: 30px;
    padding: 0 15%;
    margin-bottom: 5px;
}

.laydate-set-ym span,
.layui-laydate-header i {
    padding: unset;
    cursor: pointer;
}

.layui-laydate-header * {
    display: inline-block;
    vertical-align: bottom
}

.layui-laydate-header i {
    position: absolute;
    color: #999;
    font-size: 18px
}

.layui-laydate-header i.laydate-prev-y {
    left: 15px;
    display: none;
}

.layui-laydate-header i.laydate-prev-m {
    left: 1%;
    width: 48px;
    height: 48px;
    background: url(../image/left.png) no-repeat;
    background-size: 100%;
}

.layui-laydate-header i.laydate-prev-m:hover{
    width: 48px;
    height: 48px;
    background: url(../image/left-hover.png) no-repeat;
    background-size: 100%;
}

.layui-laydate-header i.laydate-next-y {
    right: 15px;
    display: none;
}

.layui-laydate-header i.laydate-next-m {
    right: 1%;
    width: 48px;
    height: 48px;
    background: url(../image/right.png) no-repeat;
    background-size: 100%;
}

.layui-laydate-header i.laydate-next-m:hover{
    width: 48px;
    height: 48px;
    background: url(../image/right-hover.png);
    background-size: 100%;
}

.laydate-set-ym {
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
}

.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{
    width: 33px;
    height: 33px;
    padding: 5px;
    text-align: center;
    line-height: 33px;
}

.layui-laydate-content tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.layui-laydate-content tbody tr td {
    width: 56px;
    height: 36px;
    color: #999999;
    background: #ECEDEB;
    position: relative;

}

.layui-laydate-content tbody tr + tr {
    margin-top: 6px;
}

.layui-laydate-content td {
    position: relative;
    cursor: pointer
}

.laydate-day-mark {
    position: absolute;
    left: 0;
    top: unset;
    right: 0;
    bottom: 5px;
    width: 6px;
    height: 6px;
    line-height: unset;
    font-size: 12px;
    overflow: hidden;
    margin: 0 auto;
    background: #2682F1;
    border-radius: 50%;
}

.laydate-day-mark::after {
    position: absolute;
    content: unset;
    right: 2px;
    top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.layui-laydate-footer {
    position: relative;
    height: 46px;
    line-height: 26px;
    padding: 10px 20px
}

.layui-laydate-footer span {
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    font-size: 12px
}

.layui-laydate-footer span:hover {
    color: #5FB878
}

.laydate-footer-btns {
    position: absolute;
    right: 10px;
    top: 10px
}

.laydate-footer-btns span {
    height: 26px;
    line-height: 26px;
    margin: 0 0 0 -1px;
    padding: 0 10px;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    white-space: nowrap;
    vertical-align: top;
    border-radius: 2px
}

.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: 33.3%;
    height: 36px;
    line-height: 36px;
    margin: 3px 0;
    text-align: center;
    cursor: pointer
}

.laydate-month-list > li {
    width: 25%;
    margin: 17px 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: 181px;
    overflow: hidden
}

.laydate-time-list > li:hover ol {
    overflow-y: auto
}

.laydate-time-list ol li {
    width: 130%;
    padding-left: 33px;
    line-height: 30px;
    text-align: left;
    cursor: pointer
}

.layui-laydate-hint {
    position: absolute;
    top: 115px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    line-height: 20px;
    padding: 15px;
    text-align: center;
    font-size: 12px
}

.layui-laydate-range {
    width: 546px
}

.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 #e2e2e2
}

.layui-laydate,
.layui-laydate-hint {
    border: unset;
    box-shadow: unset;
    background: unset;
    color: #666
}

.layui-laydate-header {
    border-bottom: 1px solid #e2e2e2
}

.layui-laydate-header i:hover {
    color: unset;
}

.layui-laydate-content {
    border-top: none 0;
    border-bottom: none 0
}

.layui-laydate-content th {
    width: 56px;
    height: 24px;
    line-height: 24px;
    background: #E8E8E8;
    font-weight: 400;
    font-size: 12px;
    color: #333
}

.layui-laydate-content td {
    color: #666
}

.layui-laydate-content td.laydate-selected {
    background-color: #00F7DE
}

.laydate-selected:hover {
    background-color: #00F7DE !important
}

.layui-laydate-content td:hover,
.layui-laydate-list li:hover {
    background-color: #FBBCC3;
    border-radius: 4px;
}

.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
}

.laydate-time-list > li:hover {
    background: 0 0
}

.layui-laydate-content .laydate-day-next,
.layui-laydate-content .laydate-day-prev {
    color: #999;
}

.laydate-selected.laydate-day-next,
.laydate-selected.laydate-day-prev {
    background-color: #f8f8f8 !important
}

.layui-laydate-footer {
    border-top: 1px solid #e2e2e2
}

.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: #5FB878
}

.layui-laydate .layui-this {
    background: transparent;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    border: 1px solid #BD1A2D;
}

.layui-laydate-content tbody tr td div {
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    color: #333333;
}

.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: #2D66A5
}

.laydate-theme-molv .layui-laydate-header i,
.laydate-theme-molv .layui-laydate-header span {
    color: #f6f6f6
}

.laydate-theme-molv .layui-laydate-header i: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: #2D66A5 !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(font/iconfont.eot);
    src: url(font/iconfont.eot#iefix) format('embedded-opentype'), url(font/iconfont.svg#iconfont) format('svg'), url(font/iconfont.woff) format('woff'), url(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
}

.laydate-theme-laydate_class,
.layui-laydate-main {
    background: linear-gradient(0deg, #FFFFFF, #F2F8FF);
    width: 100%;
    height: 100%;
}

.layui-laydate,
.layui-laydate-hint {
    border: unset;
    box-shadow: unset;
    border-radius: 8px;
    overflow: hidden;
    background: unset;
}

.layui-laydate-header i {
    color: #1658A0;
    font-size: 20px;
    font-weight: bold;
}

.layui-laydate-content {
    padding: unset;
}

.layui-laydate-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.layui-laydate-content table thead {
    line-height: 60px;
    background: unset;
}

.layui-laydate-header {
    border: unset;
    line-height: 40px;
}

.laydate-set-ym span,
.layui-laydate-header i {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #BD1A2D;
    cursor: pointer;
}

.layui-laydate-header i {
    font-family: PingFangSC;
    font-weight: 300;
    font-size: 16px;
}

.layui-laydate-content td,
.layui-laydate-content th {
    padding: unset;
    text-align: center;
}

.layui-laydate-content td {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
}

.laydate-theme-lunar .layui-laydate-main {
    width: auto;
    background: unset;
}

.laydate-theme-lunar .date-cell-inner {
    padding: 0px;
    width: 44px;
    height: 40px;
    border-radius: 4px !important;
}

.laydate-theme-lunar .layui-this {
    background-color: rgba(189, 26, 45, 1) !important;
}

.laydate-theme-lunar .layui-this > div:first-child {
    color: #FFFFFF !important;
}

.laydate-theme-lunar .date-cell-inner b {
    display: block;
    font-weight: 400;
    height: 16px;
    font-size: 14px;
}

.laydate-theme-lunar .date-cell-inner i {
    display: block;
    font-style: normal;
    font-size: 14px;
}

.laydate-theme-lunar .badge {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #4e5877;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 1px 2px;
    border-radius: 4px;
    text-decoration: none;
    transform: scale(0.7);
}

.laydate-theme-lunar .holiday .badge {
    background-color: #eb3333 !important;
}

.laydate-theme-lunar .hightlight i {
    color: #1e9fff;
}

.laydate-theme-lunar .layui-this .hightlight i {
    color: #fff;
}

.laydate-theme-lunar .laydate-month-list > li {
    height: 50px !important;
    line-height: 50px !important;
    width: 24.2% !important;
    margin: 18px 1px !important;
}

.laydate-theme-lunar .laydate-year-list > li {
    height: 40px !important;
    line-height: 40px !important;
    width: 31.3% !important;
    margin: 8px 2px !important;
}

.laydate-theme-lunar .preview-inner > * {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    font-size: 12px;
}

.laydate-theme-lunar .preview-inner > .badge {
    margin-right: 0;
}

.layui-laydate-header span {
    font-weight: 400;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    color: #333;
}

.layui-laydate-content tbody tr td .today_icon {
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #BD1A2D;
    border-radius: 4px;
    font-size: 10px;
    color: white;
    line-height: 14px;
    top: -5px;
    right: -5px;
}

.layui-laydate-content tbody tr td .today_num {
    width: fit-content;
    height: 12px;
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    color: #BD1A2D;
    line-height: 12px;
    top: 2px;
    right: 4px;
}

.layui-laydate-content tbody tr .layui-this .today_num{
    color: #FFFFFF;
}