.pagescroll {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-right: 5px;
    /* border: 1px solid #bdcee0; */
    display: grid;
    padding-bottom: 10px;
    border-radius: 5px;
}

.pageModule:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 100%;
    /* height: 450px;
    background: #0885D1; */
    top: 0px;
    left: 0px;
}

.calendar {
    background: #FFFFFF;
    margin: auto;
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4); */
}

.pagetitle {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    background: #FFFFFF;
}

.title-name {
    text-align: left;
}

#calendar {
    width: 100% !important;
    float: left;
}

.calendar_value_count {
    float: right;
    min-height: 60px;
    width: 293px;
    margin-top: 10px;
}

.calendar_value_count .one_count {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bdcee0;
}

.calendar_value_count .one_count .left_color {
    width: 10px;
    background-color: #bdcee0;
    float: left;
}

.calendar_value_count .one_count .left_title {
    width: 185px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.calendar_value_count .one_count .left_right {
    width: 90px;
    float: left;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
}

.calendar_value_count .one_count .left_right .one_layer {
    width: 100%;
    height: 18px;
    font-size: 5px;
    line-height: 18px;
}

.calendar_value_count .one_count .left_right .top_layer {
    border-radius: 10px;
    background-color: #bdcee0;
    border-left: 1px solid #bdcee0;
    margin-top: 2px;
}

.pageModule .tools_count {
    border-top: 2px solid #275ea9;
    width: 287px;
    min-height: 100px;
    margin-top: 30px;
    text-align: center;
}

.pageModule .tools_count .tool_title {
    width: 287px;
    color: #275ea9;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    font-weight: bolder;
    text-align: center;
}

.pageModule .tools_count .one_tool {
    color: black;
    display: block;
    width: 133px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    float: left;
    border: 1px solid #275ea9;
    border-radius: 5px;
}

#calendarMain .calendar-date {
    padding: 5px 1px !important;
    border-radius: 10px;
}

#calendarMain .calendar-content {
    display: block !important;
}

#calendarMain {
    width: 100% !important;
}

#calendarMain tr {
    height: 100px;
}

#calendarMain thead tr {
    height: 30px !important;
}

