#calendarBorder {
    padding: 0 0.5208vw;
    width: auto;
    background-color: #ffffff;
    border-bottom: 0.0521vw solid #e0e0e0;
}

#chooseYearMonth {
    height: 3.125vw;
    line-height: 3.125vw;
    width: 100%;
    border-bottom: 0.0521vw solid #dadada;
}

#minusYear {
    float: left;
    width: 14%;
    height: 100%;
    text-align: center;
}

#minusYear img {
    width: 0.8333vw;
}

#minsMonth {
    float: left;
    width: 14%;
    height: 100%;
    text-align: center;
}

#minsMonth img {
    width: 0.4688vw;
}

#yearMonth {
    float: left;
    /*width: 7.2917vw;*/
    height: 100%;
    text-align: center;
    color: #3c80e6;
    background: url(../../images/common/img_arrowdown.png) no-repeat right center;
    background-size: 0.7813vw 0.4688vw;
    padding-right: 0.7813vw;
    font-size: 1.0938vw;
}

.today {
    float: right;
    border: 0.0521vw solid #3c80e6;
    color: #3c80e6;
    border-radius: 50%;
    width: 1.25vw;
    text-align: center;
    font-size: 0.8333vw;
    line-height: 1.1458vw;
    margin: 0.9375vw 0;
}

#dateBorder tr:first-child {
    background: #cfe2fb !important;
}

#dateBorder tr:nth-child(odd) {
    background: #f3f8fe;
}

#addYear {
    float: left;
    width: 14%;
    height: 100%;
    text-align: center;
}

#addYear img {
    width: 0.4688vw;
}

#addMonth {
    float: left;
    width: 14%;
    height: 100%;
    text-align: center;
}

#addMonth img {
    width: 0.8333vw;
}

#chooseDate {
    /*padding: 1.0417vw;*/
}

#dateBorder {
    width: 100%;
    height: 400px;
    border: 16px solid #fff;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

#dateBorder th {
    height: 2.359vw;
    font-weight: 500;
    font-size: 0.8333vw;
    color: #5c646d;
}

#dateBorder tr {
    width: 100%;
}

#dateBorder td {
    /* height: 2.0833vw; */
    height: 2.359vw;
    padding: 0;
    margin: 0;
    width: 14.28%;
    font-size: 0.8333vw;
    cursor: pointer;
}

/* 周六日红色 */

.dateQuan {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    /* height: 2.0833vw; */
    height: 2.359vw;
    font-size: 0.8333vw;
    line-height: 2.359vw;
    /*border: .0521vw solid red;
	border-radius: 50%;*/
}

.font12 {
    font-size: 0.625vw;
    line-height: 0.625vw;
    display: block;
}

.clickActive span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6667vw;
    height: 1.6667vw;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(180deg, #96c4ff 0%, #0f6feb 100%);
    color: #fff;
}

.calendar-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.7813vw;
}

.calendar-tit-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.select-month {
    display: flex;
    align-items: center;
}

.lastmonth {
    padding: 7px 4px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
}

.nextmonth {
    padding: 7px 4px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
}

.monthdata {
    width: 6.25vw;
    text-align: center;
    font-weight: bold;
    font-size: 1.0417vw;
    color: #fff;
}

.nouse {
    cursor: not-allowed;
}

.newdate {
    width: 1.4583vw;
    height: 1.4583vw;
    background: #ff921e;
    border-radius: 0.3125vw;
    color: #fff;
    font-size: 0.8333vw;
    text-align: center;
    line-height: 1.4583vw;
    margin: 0 12px;
    cursor: pointer;
}

.newdateday>span {
    width: 1.6667vw;
    height: 1.6667vw;
    background: #ff921e;
    border-radius: 0.3125vw;
    color: #fff;
    font-size: 0.8333vw;
    text-align: center;
    line-height: 1.6667vw;
    cursor: pointer;
}

.hasActivity,
.hasActivityEnd {
    position: relative;
}

.hasActivity::after {
    position: absolute;
    content: '';
    bottom: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ED4C4C;
}

.hasActivityEnd::after {
    position: absolute;
    content: '';
    bottom: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #CED1D4;
}