button {
    outline: none;
}

#calendar {
    padding: 0px 10px;
}

.fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0a6dca;
    padding: 30px 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.fc-toolbar .fc-left {
    display: flex;
    align-items: center;

}


.fc-toolbar .fc-left .fc-button-group {
    display: block;
    align-items: center;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #a5c1e4
}

.logo {
    max-width: 390px;
}

.logo2 {
    display: none!important;
}

.logo img,
.logo2 img {
    width: 420px;
	max-width: 100%;
}

.fc-week {
    min-height: 95px!important;
}

.fc-day {
    /* background:  no-repeat 90% 90%; */
    background-size: 50px;
}

.fc-day:hover {
    /* background: #2868b8; */
}

.fc-head,
.fc-day-grid .fc-row:nth-child(even) {
    background: #e4eefa;
}

.fc-head .fc-day-header {
    padding: 10px 0;
    color: #7398cd;
}

 .fc .fc-row .fc-content-skeleton td{
    position: relative;
}
.fc-day-top .fc-day-number {
        position: absolute;
    /* width: 32px; */
    /* height: 32px; */
    line-height: 32px;
    padding: 0 !important;
    /* background:  no-repeat; */
    backgrond:none;
    text-align: center;
    color: #0e0e0e;
    margin: 3px;
    z-index: 90;
    opacity: .6;
    right: 0;
    font-size: 1.6em;
}

.fc-day-number2 {
    /* background:  no-repeat!important;*/
}

.center-data:nth-child(2) .fc-button-group {
    display: flex;
    align-items: center;
}

.fc-toolbar h2 {
    margin: 0 30px !important;
    font-size: 20px;
line-height:35px;
color:#ffffff;
}

.fc-toolbar .fc-button-group .fc-prev-button {
    background-color: #0a6dca;
    border-color: #e4eefa;
}

.fc-toolbar .fc-button-group .fc-next-button {
    background-color: #0a6dca;
    border-color: #e4eefa;
}

.fc-toolbar .fc-button-group .fc-prev-button:hover {
    background-color: #9ac4f6;
}

.fc-toolbar .fc-button-group .fc-next-button:hover {
    background-color: #9ac4f6;
}

.fc-today-button {
    background-color: #e4eefa;
    color: #7398cd;
    border: none;
    font-weight: bold;
}

.fc-toolbar .fc-right .fc-button-group button {
    background-color: #f2f2f2;
    border: none;
    color: #333;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    background-color: #2868b8 !important;
    color: #ffffff !important;
    border: none !important;
}


/* day信息框 */


/* .fc-basic-view .fc-body .fc-row {
    position: static;
} */

.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
    /* overflow: inherit; */
}

#follower {
    width: 200px;
    position: fixed;
    z-index: 999!important;
    box-shadow: 3px 3px 2px #999;
    border: 1px solid #999;
    padding: 5px;
    border-radius: 5px;
    background: #ffffff;
    color: #666666;
}


.fc-content .fc-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
word-break: break-all;
}
.jxz{
	position: absolute;
	    top: 45px;
	    right: 12%;
}
.jxz a{
	    color: #ffffff;
	    display: block;
	    background: #2894f9;
	    padding: 5px 10px;
	    border-radius: 5px;
}
/* 响应 */

@media screen and (max-width: 1200px) {
    .fc-toolbar {
        /* margin: 0 10px; */
    }
    .fc-toolbar h2 {
        margin: 0 15px!important;
        font-size: 18px;
    }
	.jxz{
		display: none;
		position: absolute;
		    top: 0px;
		    right: 00%;
	}
}

@media screen and (max-width: 768px) {
    .logo {
        max-width: 320px;
    }
    .fc-toolbar button {
        padding: 2px 5px;
    }
    .fc-toolbar h2 {
        line-height: 30px
    }
	.fc-day-top .fc-day-number{
		position: relative;
	}
	.fc-content .fc-title {
	    -webkit-line-clamp: 8;
	}
}

@media screen and (max-width: 680px) {
    .logo {
        /* display: none!important; */
    }
    .logo2 {
        display: block!important;
        max-width: 100px;
    }
}

@media screen and (max-width: 480px) {
    .logo2 {
        display: none!important;
    }
    .fc-toolbar {
        flex-wrap: wrap;
    }
    .fc-toolbar .center-data {
        width: 100%;
        justify-content: center;
		float: none;
		margin: 10px auto;
    }
    .fc-toolbar .fc-right {
        margin-top: 5px;
        flex: 1;
        display: flex;
        justify-content: center;
    }
.fc-event .fc-content {
    padding: 1px;
}
}


/* .fc-widget-header{
	margin-right: 7px !important;
} */