
.calendar-inner ul, .calendar-inner li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.calendar-inner {
    background-color: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
}

.calendar-inner * {
    padding: 0px;
    margin: 0px;
}

.calendar-inner table td, .calendar-inner table th {
    border: none;
}

.calendar-inner table tr {
    border: none;
}

.calendar-inner .calendar-wra {
    width: 100%;
    min-height: 5.20rem;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: 1px #eff0f1 solid;
    position: relative;
}

.calendar-inner .calendar-event-dot {
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    background: #007cc0;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: 0;
}

.calendar-inner .calendar {
    position: relative;
    font-size: 0.16rem;
}

.calendar-inner .calendar-header {
    padding: 0.15rem;
    text-align: right;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    background: #F8FBFE;
}

.calendar-tit a:hover {
    color: #1677cb;
    text-decoration: underline;
}

.calendar-select {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    outline: 0;
}

.calendar-table {
    width: 100%;
    height: 3.31rem;
    background: #F8FBFE;
    border-radius: 10px 10px 10px 10px;
}

.calendar-column-header,
.calendar-cell {
    width: 14%
}

.calendar-column-header {
    text-align: center;
    height: 0.40rem;
    color: #333;
    line-height: 0.440rem;
    font-size: 0.15rem;
    font-weight: 500;
}

.calendar-table {
    table-layout: fixed;
}

.active-today {
    display: block;
    width: 0.30rem;
    height: 0.30rem;
    line-height: 0.30rem;
    border-radius: 30px;
    margin: 3px auto;
}

.calendar-tbody {
    border-top: none;
    border-left: none;
}

.calendar-cell {
    color: rgba(0, 0, 0, 0.65);
}

.calendar-cell.calendar-last-month-cell,
.calendar-cell.calendar-next-month-cell {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    pointer-events: none;
}

.calendar-date {
    border-right: none;
    border-bottom: none;
}

.calendar-cell.calendar-thisMonth .calendar-date,
.calendar-cell.calendar-today .calendar-date .active-today {
    border-top-color: #1890ff;
    color: #007cc0;
    background: #eef2f7;
    font-size: 0.17rem;
    cursor: pointer;
}

.calendar-date:hover .active-today {
    color: #fff;
    background: #067cc4;
}

.calendar-date:hover .calendar-event-dot{
    background: #FFFFFF;
}

.calendar-value {
    text-align: center;
    position: relative;
}

.calendar-content {
    height: 1.20rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: static;
    width: auto;
    left: auto;
    bottom: auto;
}


.calendar-select {
    font-size: 0.13rem;
    vertical-align: middle;
}

.btn.calendar-select-active {
    border-color: #40a9ff;
    z-index: 2;
}

.calendar-select:first-child {
    margin-right: 0.10rem;
}

.calendar-year-select,
.goto-today,
.calendar-day-select {
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 6px;
    border: 1px solid #dddddd;
    float: left;
    background: #fafafa;
    margin-top: 0.10rem;
    margin-left: 0.29rem;
}

.calendar-year-select,
.calendar-day-select {
    width: 0.98rem;
}

.calendar-day-select {
    display: none;
}

.calendar-year-select:hover,
.calendar-month-select:hover {
    border-color: #40a9ff;
}

.calendar-year-text,
.calendar-month-text,
.calendar-day-text {
    margin: 0 0.10rem;
    line-height: 0.28rem;
}

.calendar-year-text,
.calendar-day-text {
    margin: 0 0.23rem;
}

.arrow-group {
    width: 1.40rem;
    height: 0.36rem;
    float: left;
    margin-left: 0.29rem;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-top: 0.10rem;
}

.calendar-icon {
    color: #333;
}

.arrow-left, .arrow-right {
    float: left;
    width: 0.36rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.39rem;
    color: #333333;
}

.arrow-left i.icon, .arrow-right i.icon{
    cursor: pointer;
}

.calendar-month-select {
    text-align: center;
    font-weight: 700;
    min-width: 0.550rem;
    font-size: 0.20rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    display: -webkit-flex; /* Safari */
}

.clickday + .calendar-event-dot{
    background: #FFFFFF;
}

.arrow-left {
}

.arrow-right {
    float: right;
}

.goto-today {
    width: 1rem;
    height: 0.36rem;
    cursor: pointer;
    float: left;
    color: #007cc0;
    background: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    text-align: center;
    font-size: 0.14rem;
}

.calendar-icon * {
    color: #333;
}

.calendar-inner .btn {
    float: left;
    padding: 0.05rem 0.10rem;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.calendar-inner .btn-group {
    float: left;
    display: inline;
    padding: 0 0.08rem;
    display: none;
}

.btn-group > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover {
    z-index: 2;
    border-color: #40a9ff;
}

.btn-group .btn + .btn {
    margin-left: -1px;
}

.btn-group > .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/*dropdown-menu*/
ul.dropdown-month, .dropdown-month li,
ul.dropdown-year, .dropdown-year li,
ul.dropdown-day, .dropdown-day li {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.dropdown-month.open,
.dropdown-year.open,
.dropdown-day.open {
    display: inline-block;
    margin-top: 0.01rem;
    width: 100%;
}

.dropdown-month,
.dropdown-year,
.dropdown-day {
    height: 2.50rem;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 0.50rem;
    border: 1px solid #eee;
    box-shadow: 0px 0.06rem 0.12rem rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 0.06rem 0.12rem rgba(0, 0, 0, 0.175)
}

.dropdown-month .month-item,
.dropdown-year .year-item,
.dropdown-day .day-item {
    font-size: 0.12rem;
    position: relative;
    display: block;
    padding: 0.05rem 0.02rem;
    line-height: 0.20rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.65);
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.month-item:hover,
.year-item:hover {
    background: #e6f7ff;
}

.year-item.active {
    background-color: #fafafa;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
}

.day-item.active {
    background-color: #fafafa;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
}

ul.events .total {
    font-size: 0.14rem;
    font-weight: 600;
}

ul.events li span {
    margin-left: 0.05rem;
}

ul.events li .licontit {
    display: block;
    width: 100%;
    height: 0.50rem;
    position: relative;
    background: #f4f4f4;
    line-height: 0.50rem;
    font-size: 0.14rem;
    color: #333;
    padding-left: 0.25rem;
    padding-right: 0.14rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right 0.07rem top 0.20rem;
    margin-top: 1px;
}

ul.events li .licontit::before {
    content: "";
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    background: #007cc0;
    border-radius: 4px;
    margin-right: 0.13rem;
}

ul.events li .licon {
    display: none;
    width: 100%;
    height: auto;
    color: #333;
    line-height: 0.22rem;
    padding: 0.16rem 0.45rem;
    font-size: 0.14rem;
}

/*scrollbar*/
*::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
}

.calendar-column-header2 {
    position: absolute;
    left: 0;
    z-index: -99;
}

.condate {
    display: none;
}

/* 767 */
.calendar-day-select {
    display: block;
}

ul.events li span {
    margin-left: 0px;
}

.condate {
    display: none;
    width: 0.24rem;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    background: #067cc4;
    border-radius: 24px;
    margin: 0.10rem 0;
}

.calendar-content {
    width: 100%;
    height: 3.53rem;
    position: absolute;
    left: 0;
    bottom: -3.50rem;
    display: none !important;
}

.active-today {
    font-size: 0.17rem;
}

.clickday {
    border-top-color: #1890ff;
    color: #fff;
    background: #007cc0;
    cursor: pointer;
}

.seletody {
    width: 100%;
    height: 0.40rem;
    line-height: 0.40rem;
    padding-left: 0.21rem;
}

.seletody .seletody-today {
    margin-right: 0.22rem;
}

.seletody .seletody-today::before, .seletody .seletody-seledate::before {
    content: "";
    display: inline-block;
    width: 0.10rem;
    height: 0.10rem;
    background: #cce5f2;
    margin-right: 0.10rem;
    border-radius: 50%;
}

.seletody .seletody-seledate {

}

.seletody .seletody-seledate::before {
    background: #007cc0;
}

.calendar-tit {
    float: none;
}

.act {
    display: block;
}

.active-today {
    position: relative;
    cursor: pointer;
}

.calendar-year-select, .goto-today {
    margin-top: 0.10rem;
    margin-left: 0;
}

.goto-today .gototoday-span {
    display: block;
    width: 100%;
    height: 0.20rem;
    line-height: 0.20rem;
    margin-top: 0.07rem;
    border-left: 1px solid #ddd;
    font-size: 0.16rem;
}

.calendar-year-select, .calendar-month-select, .calendar-day-select {
    pointer-events: none;
}

.calendar-year-select {
    width: 14%;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-left: 0.08rem;
}

.calendar-day-select {
    float: left;
    text-align: left;
    margin-top: 0.10rem;
    margin-left: 0px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-right: 0.73rem;
}

.calendar-year-text {
    margin: 0;
}

.calendar-month-text {
    margin: 0;
}

.calendar-day-text {
    margin: 0;
}

.calendarlist-wra {
    margin-top: 0.27rem;
    min-height: auto;
}

.calendarlist-con {
    padding: 0px 0.12rem 0.70rem;
}

.calendarlist-con li {
    border-bottom: 1px solid #eee;
    padding: 0.02rem 0px;
    font-size: 0.14rem;
    line-height: 0.24rem;
}

.conmonth {
    display: none;
}

.conyear {
    display: none;
}

@media only screen and (max-width: 3.20rem) {
    .calendar-year-select, .calendar-month-select, .calendar-day-select {
        text-align: center;
    }

    .calendar-year-text {
        margin: 0 0.05rem 0 0.05rem;
    }

    .calendar-month-text {
        margin: 0 0.05rem 0 0.05rem;
    }

    .calendar-day-text {
        margin: 0 0.05rem 0 0.05rem;
    }
}