@charset "utf-8";
@media screen and (max-width: 500px) {
    .yueli-bar {
        width: 100%; 
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #333333;
        background-color: #f8f8f8;
        filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 12%));
        z-Index: 666;
        position: fixed; 
        top:40px;
        margin: 0 auto;
        text-align: center;
    }
    .huangli-bar {
        width: 100%; 
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #666666;
        background-color: #f8f8f8;
        filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 12%));
        z-Index: 666;
        position: fixed; 
        top:40px;
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (min-width: 500px) {
    .yueli-bar {
        width: var(--max-page-width);
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #333333;
        background-color: #f8f8f8;
        filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 12%));
        z-Index: 666;
        position: fixed; 
        top:40px;
        margin: 0 auto;
        text-align: center;
    }
    .huangli-bar {
        width: var(--max-page-width);
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #666666;
        background-color: #f8f8f8;
        filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 12%));
        z-Index: 666;
        position: fixed; 
        top:40px;
        margin: 0 auto;
        text-align: center;
    }
}

.huangli-date {
    margin-top: 40px;
    padding-top: 10px;
    width: 100%;
    height: 60px;
    font-size: 40px;
    font-weight: bold;
    color: var(--theme-color);
    text-align: center;
    line-height: 60px;
}
.huangli-day-yiji {
    display: table;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    background: #fff;
    color: #333333;
    border-top-width: 1px;
    border-top-color: #fafafa;
    border-top-style: solid;
}
.huangli-jieqi {
    position: absolute;
    font-size: 80px;
    font-weight: bold;
    color: var(--theme-color);
    opacity: .1;
    top: 65px;
    right: 20%;
    left: 20%;
    text-align: center;
    pointer-events: none;
}
.huangli-bazi{
    padding-bottom: 10px;
    width: 100%;
    height: 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    /* color: var(--theme-color); */
}
.huangli-shenwei {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 70px 70px;
    box-sizing: border-box;
}
.huangli-shenwei-cell {
    display: grid;
    grid-template-rows: 35px 35px;
    border: 1px solid #eee;
    margin-left: -1px;
    margin-top: -1px;
}
.huangli-shenwei-cell-top {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-color);
}
.huangli-shenwei-cell-bottom {
    text-align: center;
    font-size: 16px;
}
.huangli-shenyiji {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 70px 85px;
    width: 100%;
    height: 140px;
    box-sizing: border-box;
}
.huangli-shenyiji-cell3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    border-width: 1px;
    border-color: #eee;
    border-style: solid;
    text-align: center;
    vertical-align: middle;
    margin-left: -1px !important;
    margin-top: -1px !important;
}
.huangli-shenyiji-cell3-tp {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-color);
}
.huangli-shenyiji-cell {
    display: grid;
    grid-template-rows: 35px 35px;
    border: 1px solid #eee;
    margin-left: -1px;
    margin-top: -1px;
}
.huangli-shenyiji-cell-top {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-color);
}
.huangli-shenyiji-cell-bottom {
    text-align: center;
    font-size: 16px;
}
.huangli-shicheng {
    display: grid;
    grid-template-columns: 17% 6.916% 6.916% 6.916% 6.916% 6.916% 6.916% 6.916% 6.916% 6.916% 6.916% 6.916% 6.916%;
    width: 100%;
    height: 80px;
    margin-top: 15px;
    border-width: 1px;
    border-color: #eee;
    border-style: solid;
    padding: 10px;
    box-sizing: border-box;
}
.huangli-shicheng-jx {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-color);
}
.huangli-shicheng-cell {
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.huangli-shicheng-cell-current {
    font-weight: bold;
    color: var(--theme-color);
}
.huangli-shicheng-cell-current::after {
    content: '';
    width: 0;
    height: 0;
    top: -15px;
    left: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--theme-color);
    position: relative;
}
.huangli-shicheng-hour {
    border-width: 1px;
    border-color: #eee;
    border-style: solid;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
}
.huangli-shicheng-congsha {
    border-width: 1px;
    border-color: #eee;
    border-style: solid;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
}
.huangli-shicheng-yiji {
    display: grid;
    /* grid-template-rows: 40px 40px; */
    grid-template-columns: 40px auto;
    width: 100%;
    /* height: 80px; */
    border-width: 1px;
    border-color: #eee;
    border-style: solid;
    padding: 10px;
    box-sizing: border-box;
}
.huangli-shicheng-y {
    font-size: 16px;
    color: #fff;
    width:25px;
    height:25px;
    border-radius: 15px;
    border-width: 1px;
    border-color: green;
    border-style: solid;
    background-color: green;
    text-align: center;
}
.huangli-shicheng-j {
    font-size: 16px;
    color: #fff;
    width:25px;
    height: 25px;
    border-radius: 15px;
    border-width: 1px;
    border-color: red;
    border-style: solid;
    background-color: red;
    text-align: center;
}
.huangli-shicheng-yi {
    font-size: 16px;
    color: #333333;
}
.huangli-shicheng-ji {
    font-size: 16px;
    color: #333333;
}
.yueli-week-bar{
    display: grid;
    grid-template-columns: repeat(7, 14.2857%);
    padding: 0px;
    width: 100%;
    background: #eee;
    color: #333333;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
.yueli {
    display: grid;
    grid-template-columns: repeat(7, 14.2857%);;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
.yueli-month {
    position: absolute;
    font-size: 200px;
    font-weight: bold;
    color: var(--theme-color);
    opacity: .2;
    top: 150px;
    right: 20%;
    left: 20%;
    text-align: center;
    pointer-events: none;
}
.yueli-btn-prev{
    background-image: url(../images/last.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
    width: 48px;
    height: 16px;
    line-height: 40px;
    display: inline-block;
}
.yueli-btn-next{
    background-image: url(../images/next.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
    width: 48px;
    height: 16px;
    line-height: 40px;
    display: inline-block;
}
.yueli-week {
    position: relative;
    display: block;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    margin: 0;
}
.yueli-day {
    position: relative;
    display: block;
    float: left;
    height: 66px;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    text-align: center;
    cursor: default;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    margin: 0;
    background-color: #fff;
}
.yueli-day-ganzhi{
    font-size: 16px;
    font-weight: normal;
    color: #af9231;
    display: block;
}
.yueli-day-lunar {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    display: block;
}
.yueli-day-lunar-fest {
    font-size: 16px;
    font-weight: normal;
    color: #1a73e8;
    display: block;
}
.yueli-day-fest {
    display: block;
    font-style: normal;
    color: #C40000;
    font-weight: normal;
    line-height: 14px;
    font-size: 16px;
    transform : scale(0.83,0.83);
    *font-size: 10px;
}
.yueli-day-active {
    border-radius: 10px;
    background-color: var(--theme-color) !important;
    opacity: 0.85;
    color: #fff !important;
}
.yueli-day-children-active {
    color: #fff !important;
}

/* .yueli-day-weekend {
    background-color: #f6f6f6; 
} */
.yueli-day-notcurrent {
    color: #c2c2c2 !important;
}

.yueli-day-info {
    display: grid;
    grid-template-columns: 50% 12.5% 12.5% 12.5% 12.5%;
    padding: 0px;
    width: 100%;
    height: 80px;
    background: #fff;
    color: #333333;
    vertical-align: middle;
    border-top-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
}
.yueli-day-info-ymd {
    text-align: center;
    border-right-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    cursor: pointer;
}
.yueli-day-info-ymd-gl {
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}
.yueli-day-info-ymd-nl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    color: var(--theme-color);
}
.yueli-day-info-ymd-fest {
    text-align: center;
    font-size: 16px;
    color: var(--theme-color);
    line-height: 20px;
}
.yueli-day-info-gz {
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}
.yueli-day-info-gz-style {
    font-size: 24px;
    font-weight: bold;
}
.yueli-day-info-gz-sh-style {
    font-weight: normal;
    color: #333333;
    font-size: 16px;
    transform : scale(0.83,0.83);
    *font-size: 10px;
}

.yueli-day-yiji {
    display: table;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    background: #fff;
    color: #333333;
    border-top-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
}
.yueli-day-yiji-yi-grid {
    display: table-row;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 0px;
    width: 50%;
    /* height: 64px; */
    background: #fff;
    vertical-align: middle;
}
.yueli-day-yiji-ji-grid {
    display: table-row;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 0px;
    width: 50%;
    /* height: 64px; */
    background: #fff;
    vertical-align: middle;
}
.yueli-day-yiji-yi {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    width: 50px;
    height: 25px;
    margin: 0 auto;
}
.yueli-day-yiji-ji {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    height: 25px;
    color: #fff;
    margin: 0 auto;
}
.yueli-day-yiji-yix{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border-width: 1px;
    border-color:green;
    border-style: solid;
    background-color: green;
}
.yueli-day-yiji-jix{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border-width: 1px;
    border-color: red;
    border-style: solid;
    background-color: red;
}
.yueli-day-yiji-yi-txt{
    display: table-cell;
    /* line-height: 16px; */
    font-size: 16px;
    /* width: 100%; */
    color: #333333;
    padding: 5px;
    word-wrap: break-word;
    word-break: break-all;
}
.yueli-day-yiji-ji-txt {
    display: table-cell;
    /* line-height: 16px; */
    font-size: 16px;
    /* width: 100%; */
    color: #333333;
    padding: 5px;
    word-wrap: break-word;
    word-break: break-all;
}
.yueli-day-fest-list {
    display: block;
    width: 100%;
    border-top-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    padding-top: 5px;
}
.yueli-day-fest-item {
    display: inline-block;
    width: 90%;
    font-size: 16px;
    line-height: 14px;
    color: #333333;
    padding: 5px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}
.yueli-day-fest-item-holiday{
    color:#1a73e8;
    font-size:16px;
    font-weight:bold;
}
.yueli-day-fest-item-feastday{
    color: red;
    font-size:16px;
    font-weight:bold;
}
.yueli-day-fest-item-fastday{
    color: #23c237;
    font-size:16px;
    font-weight:bold;
}
.yueli-hour-bar {
    display: grid;
    grid-template-columns: 8.666% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.yueli-hour{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 20px;
    border-width: 1px;
    border-color: var(--theme-color);
    border-style: solid;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: var(--theme-color);
    cursor: pointer;
}
.yueli-hour:hover{
    background-color: var(--theme-color);
    color: #fff;
}
.yueli-hour-active{
    background-color: var(--theme-color);
    color: #fff;
}