@charset "UTF-8";
.full-jcalendar {
    position: relative;
    font-size: 14px;
    display: inline-block;
}
.full-jcalendar .input-icon {
    position: absolute;
    width: 28px;
    height: 100%;
    right: 0;
    top: 5px;
    text-align: center;
    color: #e8a400;
    transition: all .3s;
}
.full-jcalendar .input-icon .iconfont {
    font-size: 18px;
}
.full-jcalendar .input-icon .iconfont.is-clear {
    color: #999;
    font-weight: bolder;
}
.full-jcalendar .input-icon__tip {
    position: absolute;
    right: 28px;
    top: 10px;
    width: 16px;
    cursor: default;
    text-align: center;
}
.full-jcalendar .input-icon__tip i {
    display: block;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background-color: #ff5a00;
    border-radius: 8px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
}
.full-jcalendar .input__inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 5px;
    border: 1px solid #bfcbd9;
    box-sizing: border-box;
    color: #1f2d3d;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 1;
    outline: none;
    padding: 3px 10px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    min-width: 193px;
    width: 100%;
}
.full-jcalendar .input__inner:focus {
    outline: none;
    border-color: #20a0ff;
}
.full-jcalendar .input__inner:hover {
    border-color: #8391a5;
}
.input-icon + .input__inner {
    padding-right: 28px;
}
.input-icon__tip + .input__inner {
    padding-right: 35px;
}
.full-jcalendar input.input__inner::-moz-placeholder {
    color: #97A8BE;
}
.full-jcalendar input.input__inner::placeholder, .full-jcalendar input.input__inner:-moz-placeholder {
    color: #97A8BE;
}
.full-jcalendar input.is-disabled {
    background-color: #eef1f6;
    border-color: #d1dbe5;
    color: #bbb;
    cursor: not-allowed;
}
.full-jcalendar .is-disabled i {
    color: #bbb;
}
.full-jcalendar .is-disabled * {
    cursor: not-allowed;
}
.full-jcalendar__main {
    cursor: pointer;
    position: absolute;
    z-index: 1670;
    left: 2px;
    top: 38px;
    width: 296px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #C9C9C9;
    overflow: hidden;
    display: flex;
}
.full-jcalendar__main.is-daterange {
    width: 593px;
}
.full-jcalendar__main .date-range__month {
    flex: 0 0 296px;
    width: 296px;
    overflow: hidden;
}
.full-jcalendar__main .date-range__month.leftMonth {
    border-right: 1px solid #F8F8F8;
}
.full-jcalendar-header {
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #333;
}
.full-jcalendar-header span {
    display: inline-block;
}
.full-jcalendar-header .title-year:hover, .full-jcalendar-header .title-month:hover {
    color: #50bfff;
}
.date-range__month .full-jcalendar-header .title-year:hover, .date-range__month .full-jcalendar-header .title-month:hover {
    color: #333;
}
.full-jcalendar-header .prev-month,
.full-jcalendar-header .next-month,
.full-jcalendar-header .prev-year,
.full-jcalendar-header .next-year{
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 1;
}
.full-jcalendar-header .prev-month:hover,
.full-jcalendar-header .next-month:hover,
.full-jcalendar-header .prev-year:hover,
.full-jcalendar-header .next-year:hover {
    color: #f90;
}
.full-jcalendar-header .prev-month {
    position: absolute;
    z-index: 1676;
    left: 5px;
    top: 5px;
}
.full-jcalendar-header .next-month {
    position: absolute;
    z-index: 1676;
    right: 5px;
    top: 5px;
}
.date-range__month .full-jcalendar-header .prev-year {
    position: absolute;
    z-index: 1676;
    left: 5px;
    top: 5px;
}
.date-range__month .full-jcalendar-header .prev-month {
    left: 35px;
}
.date-range__month .full-jcalendar-header .next-year {
    position: absolute;
    z-index: 1676;
    right: 5px;
    top: 5px;
}
.date-range__month .full-jcalendar-header .next-month {
    right: 35px;
}
.full-jcalendar__body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 280px;
    position: relative;
}
.full-jcalendar__body ul, .full-jcalendar__body p {
    margin: 0;
    padding: 0;
}
.full-jcalendar__body .weeks {
    width: 100%;
    height: 30px;
    display: flex;
    border-top: 1px solid #F8F8F8;
}
.full-jcalendar__body .weeks .week {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #8391A5;
    line-height: 30px;
    border: none;
}
.full-jcalendar__body .weeks .week strong {
    font-weight: normal;
}
.full-jcalendar__body .week-row {
    display: flex;
    width: 100%;
}
.full-jcalendar__body .week-row .day-cell {
    position: relative;
    flex: 1;
    padding: 2px;
    border: 1px solid #F8F8F8;
    margin-right: -1px;
    margin-bottom: -1px;
    text-align: center;
}
.full-jcalendar__body .day-cell .day-number .lunar {
    font-size: 12px;
    color: #ACACAC;
}
.full-jcalendar__body .day-cell .day-number .solar {
    font-size: 12px;
    color: #483a32;
    /*text-shadow: 1px 1px 1px #ddd;*/
}

/*.full-jcalendar__body .day-cell.not-cur-month .solar {*/
/*text-shadow: none;*/
/*}*/
.full-jcalendar__body .day-cell .day-number .solar .is-leap {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #f00;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}
.full-jcalendar__body .day-cell .day-number .term {
    font－size: 12px;
    color: #FFC200;
}
.full-jcalendar__body .day-cell .day-number .festival {
    font－size: 12px;
    color: #ff8610;
}
.full-jcalendar__body .day-cell .day-number .is-today {
    font-size: 12px;
    color: #20a0ff;
}
.full-jcalendar__body .day-cell .day-number .is-empty {
    line-height: 34px;
}
.full-jcalendar__body .day-cell.today {
    background-color: #FBF9F6;
}
.full-jcalendar__body .day-cell.today:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: .5em solid #20a0ff;
    border-left: .5em solid transparent;
}
.full-jcalendar__body .day-cell.choose {
    background-color: #d2ecff;
}
.full-jcalendar__body .day-cell.select {
    background-color: #009bfe;
}
.full-jcalendar__body .day-cell.select .lunar,
.full-jcalendar__body .day-cell.select .solar,
.full-jcalendar__body .day-cell.select .term,
.full-jcalendar__body .day-cell.select .festival,
.full-jcalendar__body .day-cell.select .is-today {
    color: #fff;
}
.full-jcalendar__body .day-cell.select .solar .is-leap {
    background: none;
}
.full-jcalendar__body .day-cell.not-cur-month .lunar, .full-jcalendar__body .day-cell.not-cur-month .solar, .full-jcalendar__body .day-cell.not-cur-month .term, .full-jcalendar__body .day-cell.not-cur-month .festival {
    color: #ddd;
}
.full-jcalendar__body .day-cell:hover {
    background-color: #ECF1F4;
}
.full-jcalendar__body .day-cell.choose:hover {
    background-color: #009bfe;
}
.full-jcalendar__body .day-cell.choose:hover .lunar,
.full-jcalendar__body .day-cell.choose:hover .solar,
.full-jcalendar__body .day-cell.choose:hover .term,
.full-jcalendar__body .day-cell.choose:hover .festival,
.full-jcalendar__body .day-cell.choose:hover .is-today {
    color: #fff;
}
.full-jcalendar__body .select:hover {
    background-color: #009bfe;
}
.full-jcalendar__body .day-cell.not-optional {
    background-color: #f8f8f8;
}
.full-jcalendar__month, .full-jcalendar__year {
    position: absolute;
    z-index: 1677;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.full-jcalendar__body .close {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 3px 5px;
    font-size: 12px;
    background-color: #FBF8FF;
    border: 1px solid #F8F8F8;
    border-radius: 3px;
}
.full-jcalendar__body .data-list {
    list-style: none;
    margin: auto;
    padding: 20px 0 0 0;
    width: 85%;
}
.full-jcalendar__body .data-list li {
    position: relative;
    list-style: none;
    line-height: normal;
    float: left;
    width: 25%;
    text-align: center;
    padding: 5px 0;
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}
.full-jcalendar__body .data-list li:hover, .full-jcalendar__body .data-list li.select-year {
    background-color: #50bfff;
    color: #fff;
}
.full-jcalendar__body .data-list li.curr-year:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: .5em solid #20a0ff;
    border-left: .5em solid transparent;
}
.full-jcalendar__body .clearfix {
    float: none;
    width: 100%;
    clear: both;
    height: 0;
    line-height: 0;
}



[data-v-2228f495].icon-richeng:before{content:">"}[data-v-2228f495] .full-jcalendar__body{height:240px !important}[data-v-2228f495] .full-jcalendar .input__inner:focus{border-color:#f90}[data-v-2228f495] .full-jcalendar .input__inner:hover{border-color:#ffcb7c}[data-v-2228f495] .full-jcalendar__body .data-list li:hover{background-color:#f90}[data-v-2228f495] .full-jcalendar-header{background:#ffeacb}[data-v-2228f495] .full-jcalendar__body{border:1px solid #ebebeb}[data-v-2228f495] .full-jcalendar-header label{display:inline-block !important}[data-v-2228f495] .full-jcalendar .input__inner,[data-v-2228f495] input::input-placeholder{font-size:13px !important;color:#999 !important}[data-v-2228f495] .full-jcalendar__body .day-cell.select,[data-v-2228f495] .full-jcalendar__body .data-list li.select-year{background-color:#f90}[data-v-2228f495] .day-cell.today.select .number.is-today.is-empty{color:#fff !important}[data-v-2228f495] .day-cell.today .number.is-today.is-empty{color:#f90 !important}[data-v-2228f495] .full-jcalendar__body .day-cell.today:before,[data-v-2228f495] .full-jcalendar__body .data-list li.curr-year::before{border-top:.5em solid #f90 !important}[data-v-2228f495] .full-jcalendar-header .title-year:hover,[data-v-2228f495] .full-jcalendar-header .title-month:hover{color:#f90 !important}[data-v-2228f495] .iconfont.icon-richeng::before{content:"" !important}[data-v-2228f495] .day-number>.lunar{font-size:11px !important}[data-v-2228f495] .day-cell{line-height:18px !important}
