body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: '微软雅黑',Helvetica;
}
#loadingModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, .2);
}
.bg_img{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.calendar a{
    text-decoration: none;
    color: #002753;
}

.c-event-grid .c_title_sj {
    background: #002753;
    padding: 25px 20px;
    color: #fff;
    height: 70px;
    border-radius: 9px 9px 0 0;
}

.top_calendar_div .c_years {
    float: left;
    padding: 5px 0;
}

.top_calendar_div select {
    border: none;
    font-size: 16px;
    padding: 0 5px 0 0;
    background-color: #002753;
    color: #fff;
}


.top_calendar_div .c_months {
    float: left;
    margin-left: 40%;
    padding: 5px 0;
}

.top_calendar_div .c_pages {
    float: right;
    padding: 5px 0;
}

.top_calendar_div .c_pages a {
    padding: 1px 8px;
    margin: 0 0 0 -1px;
    color: #fff;
}

.top_calendar_div {
    overflow: hidden;
    padding: 20px;
    background-color: #002753;
    color: #fff;
    border-radius: 9px 9px 0 0;
}

.calendar * {
    box-sizing: border-box;
    /*font-family: Tahoma;*/
    font-size: 14px;
}

.calendar-sm {
    cursor: default;
    width: 800px;
    height: 370px;
}

.calendar {
    cursor: default;
    margin: auto;
    width: 94%;
    max-width: 1200px;
    height: 460px;
    padding-top:1%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.c-event-grid .c-close-top {
    float: right;
    margin-top: -25px;
    margin-right: 10px;
    color:white;
    font-weight: bold;
    cursor:pointer;
}

.calendar .c-pad-top {
    padding-top: 3%;
}

.c-grid {
    /* box-shadow: 2px 2px 5px #888888; */
    height: inherit;
    border: 1px solid #002753;
    border-radius: 10px;
    background-color: #fff;
    width: 48%;
}

.c-day {
    width: 14.28%;
    height: 12.4%;
    /*background-color: #EFF4F9;*/
    float: left;
    text-align: center;
        border-top: 1px solid #e6e6e6;
}

.c-day-previous-month {
    width: 14.28%;
    height: 12.4%;
    /*background-color: #F9FBFD;*/
    float: left;
    text-align: center;
    /*color: gray;*/
     color:#ccc;           
      border-top: 1px solid #e6e6e6;
}

.c-day-next-month {
    width: 14.28%;
    height: 12.4%;
    /*background-color: #F9FBFD;*/
    float: left;
    text-align: center;
    /*color: gray;*/
     color:#ccc;
    border-top: 1px solid #e6e6e6;
}

.c-week-day {
    width: 14.28%;
    height: 10.38%;
    /*background-color: rgb(145, 172, 203);*/
    background-color: #fff;
    /*color: white;*/
    float: left;
    text-align: center;
    /*font-weight: bold;*/
    /*padding-top: 1%;*/
}

.c-next {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: right;
    cursor: pointer;
    color: gray;
}

.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: left;
    cursor: pointer;
     color: gray;
}

.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
    color: gray;
    
}

.c-nav-btn-over {
    background-color: rgb(137, 163, 192) !important;
    font-weight: bold;
}

.c-today {
    background-color: #002753;
    border: 1px solid #002753!important;
    color:#fff
}

.c-event {
    background-color:#f9f9f9;
    color: #22b3eb;
    font-weight: bold;
    cursor: pointer;
}

.c-event-grid {
    margin-left: 1px;
    height: inherit;
    width: 48%;
    /*float: left;*/
    /* box-shadow: 2px 2px 5px #888888; */
    border: 1px solid #002753;
    border-radius: 10px;
}

.c-grid-title {
    font-weight: bold;
    float: left;
    background-color: #fff;
    /*color: white;*/
}

.c-event-title {
    width: 100%;
    height: 12%;
    text-align: center;
    font-weight: bold;
    background-color: rgb(135, 155, 188);
    color: white;
}

.c-event-body {
    background-color: #EFF4F9;
    height: calc(100% - 70px);
    border-radius: 0 0 9px 9px;
}

.c-event-list {
    overflow: auto;
    height: 100%;
    background-color: #fff;
    border-radius: 0 0 9px 9px;
}

.c-event-item > .title {
    font-weight: bold;
    font-size: 16px;
}

.c-event-item > div {
    text-overflow: ellipsis;
    width: inherit;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
}

.c-event-item {
    height: auto;
    cursor: pointer;
    display: none;
    background: #f7f7f7;
    color: #333;
    padding: 10px 15px;
    margin: 0 0 5px 0;
}
.c-event-item.c-event-item-today {
    display: block;
}

.c-event-over {
    display: block;
    background-color: #e9e9e9;
    font-weight: bold;
}

.c-event-over-item {
    background-color: #e9e9e9;
    /*background-color: #3ecdf1!important;*/
}

.c-event-over > .description {
    font-weight: normal;
}
#searchForm{
    width: 100%;
    background-color: #f9f9f9;
}
.wrap{
    width: 100%;
    max-width: 1200px;
    padding: 2% 6%;
    display: flex;
}
.form-group{
    width: 97%;
    margin-bottom: 0;
    margin-right: 10px;
}
.noData{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.spinner-border{
    width: 4rem;
    height: 4rem;
    position: fixed;
    top: 45%;
    left: 49%;
}
tr.hover,tr:hover{
    background-color: #f9f9f9;
}
.page-link.active{
    background-color: #007bff;
    color: #fff;
}
/* 超小屏幕（手机，小于 768px） */
@media screen and (max-width: 768px) { 
    .wrap{
        display: block;
    }
    .calendar{
        display: block;
        flex: none;
    }
    .c-grid,.c-event-grid{
        width: 100%;
        margin-bottom:10px;
    }
    .form-group{
        margin-bottom: 10px;
    }
}



