.calendar {
    font-size: 16px;
    border-top: 1px solid #cf86a2;
    border-radius: 0px;
    padding: 0px 10px;
}


.select2 {
    padding: 0px 10px;
    border-color: #fff;
    line-height: 30px !important;
    height: 30px !important;
    background-color: #a61f52 !important;
    color: white !important;
    font-size: 12px !important;
}

/* */
.calendar-desc {
    width: 100%;
    /* margin-bottom: 10px; */
}

.day-intro {
    display: flex;    
}

.day-intro .day-num {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    font-size: 52px;
    background: #a61f52;
    color: #fff;
    border-radius: 12px;
    text-align: center;
}



.day-intro .day-desc {
    flex: 1;
    height: 66px;
    margin-left: 15px;
}

.day-intro .day-name {
    font-size: 20px;
    font-weight: bold;
    color: #a61f52;
}

.day-intro .day-name .time {
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
}

.day-intro .day-tags, .day-intro .day-counter {
    margin-top: 6px;
    font-size: 14px;
}

.day-intro .day-tags span {
    margin: 0px 5px;
    color: black;
}

.day-intro .day-tags span:first-child {
    margin-left: 0px;
}

.day-intro .day-counter span.number {
    margin: 0px 5px;

    font-weight: bold;
}

.day-intro .calander-download {
    width: auto;
    margin-top: 8px;
    display: block;
}

.day-intro .calander-download .icon {
    margin: 5px 0 5px 16px;
}

.day-intro .calander-download span {
    display: block;
    font-size: 12px;
    background-color: #a61f52;
    text-align: center;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}

/* æ—¥åŽ†é€šç”¨ */
.select2-results__option {
    font-size: 16px;
}

.calendar .title {
    display: flex;
}

.calendar .title .text {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    width: 3em;
    display: none;
}

/* 选择日期区域 */
.calendar .title .operate-area {
    flex: 1;
    display: flex;
    height: 32px;
/*    padding-right: 40px;*/
    margin-top: 10px;
    justify-content: space-between;
}

.calendar .title .operate-area .select2-container {
    margin-top: 12px;
}

/* 选择年 */
.calendar .title .operate-area .year-picker-area {
    width: 100px;
    font-size: 16px;
/*    margin-right: 20px;*/
    line-height: 30px !important;
    height: 30px !important;
}

.calendar .title .operate-area .year-picker {
    width: 100px !important;
    line-height: 30px !important;
    height: 30px !important;
}

/* 选择月 */
.calendar .title .operate-area .month-picker-area {
    position: relative;
    width: 100px;
    padding: 0 30px;
    z-index: 1;
    margin-right: 40px;
}

.calendar .title .operate-area .next-month .icon-next {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/next.png") no-repeat;
    background-size: 100% 100%;
}
.calendar .title .operate-area .prev-month .icon-prev{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/prev.png") no-repeat;
    background-size: 100% 100%;
}
.calendar .title .operate-area .prev-month, .calendar .title .operate-area .next-month {
    position: absolute;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    top: 3px;
    cursor: pointer;

}



.calendar .title .operate-area .prev-month {
    left: 0px;
}
.calendar .title .operate-area .next-month {
    right: 0px;
}

.calendar .title .operate-area .month-picker {
    width: 100px;
}


.calendar .title .operate-area .time-node-area {
    width: 100px;
    font-size: 16px;
    margin-right: 10px;
}

.calendar .title .operate-area .node-picker {
    width: 100px;
}

.calendar .title .operate-area .goto-today {
    width: 100px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    height: 30px;
    background: #a61f52;
    cursor: pointer;
    /* flex: 1; */
    color: white;
    font-size: 14px;
}


.calendar .title .to-next-node {
    font-size: 20px;
    line-height: 50px;
    width: 600px;
    text-align: right;
    margin-left: auto;
}

.calendar .title .to-next-node .number {

    font-weight: bold;
    margin: 0px 5px;
}


.calendar .body-area {
    display: flex;
    margin-top: 20px;
}

.calendar .body-area {
    display: flex;
    margin-top: 20px;
}




.calendar .calendar-body {
    flex: 1;
    z-index: 10;
}

.calendar .calendar-body .weeks-body {
    width: 100%;
    height: 360px;
    overflow: hidden;
}


.week-title-area {
    display: flex;
    margin-bottom: 5px;
}

.week-title-text {
    width: 55px;
    text-align: center;
    color:black;
}

.week {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    position: relative;
    opacity: 0.99;
    cursor: default;
}

.week .body {
    position: absolute;
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    top: 0px;
    left: 2px;
    z-index: 99;
    padding-top: 10px;
}

.calendar-body .searial {
    color: #a61f52;
    font-weight: bold;
}

.week .num {
    height: 18px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: block;
}

.calendar-body .searial .num {
    color: #a61f52;
}

.week .desc {
    color: #333;
    font-size: 12px;
}

.week .mask {
    display: none;
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 5px;

    top: 0px;
    left: 2px;
    z-index: -99;
}

.week .border {
    display: none;
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid #a61f52;
    top: 0px;
    left: 2px;
    z-index: -50;
}

.week .holiday {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    line-height: 12px;
}





.week.other-month {
    opacity: 0.4;
}




.week.holiday .mask {
    display: block;
    background-color: #f6dad6;
}




.week.work .mask {
    display: block;
}

.week.work .num, .week.work .holiday {
    color: #000;
}

.week.work .border {
    border: 2px solid #a61f52;
}

/* æ—¥åŽ†æœ¬ä½“ï¼šå‘¨æ˜¾ç¤ºåŒº - ä»Šå¤© */
.week.today .border {
    display: block;
    border: 1px solid #dd3c3c !important;
    background-color: #fdc2e6;
}

.week.cur .border {
    display: block;
    border-style: dashed;
}

.week.searial .mask {
    display: block;
    background-color: #ced9e8;
}

.select2 option {
    color: white !important;
} 
.my-nav-link{
    font-size: 18px;
    font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
/*    background-color: #a61f52 !important;*/
   border: none !important;
}
#pills-home ul li .mybtn {
	background-color: #5b85e6 !important;
	border-radius: 10px !important;
	min-width: 11rem;
	max-width: 11rem;
	text-align: left;
	color: #fff;
	padding: 10px 5px !important;
	font-size: 1rem !important;
	text-align: center;
}
/*#pills-profile ul li .mybtn {*/
/*	background-color: #aa2060 !important;*/
/*	border-radius: 10px !important;*/
/*	min-width: 14rem;*/
/*	max-width: 14rem;*/
/*	text-align: center;*/
/*	color: #f2e9e9;*/
/*	padding: 10px 5px !important;*/
/*	font-size: 1rem !important;*/
/*}*/
#pills-profile ul li .mybtn {
	background-color: #4e79db !important;
	border-radius: 10px !important;
	min-width: 14rem;
	max-width: 14rem;
	text-align: center;
	color: #f2e9e9;
	padding: 10px 5px !important;
	font-size: 1rem !important;
}
#pills-profile ul li a:hover,#pills-home ul li a:hover{
    color: white !important;
    background-color: #a61f52 !important;
}
.mybtn i {
    margin:0px 10px 0px 0px; ; 
}