
.wrapper_calendar {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    color: #9556bf;
}
.wrapper_calendar .calendar .month {
    width: 100%;
    background-color: #edf0f7;
    line-height: 60px;
}

.wrapper_calendar .calendar .month > div {
    line-height: 60px;
}

.wrapper_calendar .calendar .month .leftarrow {
    width: 10%;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);     /* ie 9 */
    -moz-transform:rotate(180deg);    /* firefox */
    -webkit-transform:rotate(180deg); /* safari 和 chrome */
    -o-transform:rotate(180deg);  /* opera */
}

.wrapper_calendar .calendar .month .leftarrow img {
    display: inline-block;
    width: 10px;
    vertical-align: middle;
}

.wrapper_calendar .calendar .month .leftarrow:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.wrapper_calendar .calendar .month .content {
    width: 80%;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.wrapper_calendar .calendar .month .rightarrow {
    width: 10%;
}

.wrapper_calendar .calendar .month .rightarrow img {
    display: inline-block;
    width: 10px;
    vertical-align: middle;
}

.wrapper_calendar .calendar .month .rightarrow:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.wrapper_calendar .calendar .week {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #edf0f7;
    padding-top: 1px;
}

.wrapper_calendar .calendar .week ul {
    width: 100%;
    height: 100%;
    padding-left: 0px;
}

.wrapper_calendar .calendar .week ul li {
    width: 14.2%;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}

.wrapper_calendar .calendar .week ul li span {
    color: #888888;
}

.wrapper_calendar .calendar .days {
    width: 100%;
}

.wrapper_calendar .calendar .days .dayitem {
    position: relative;
    width: 100%;
    height: 80px;
}

.wrapper_calendar .calendar .days .dayitem .day {
    width: 14.2%;
    height: 30px;
    float: left;
    position: relative;
    font-size: 18px;
    text-align: center;
    margin: 25px 0 0;
}

.wrapper_calendar .calendar .days .dayitem .day:after {
     
}

.wrapper_calendar .calendar .days .dayitem .day.active {
    color: #fff;
    background: #9556bf;
    height:30px;
    line-height:30px;
    border-radius:50px;
}

.wrapper_calendar .calendar .days .dayitem .day.active:after {
    
}

.wrapper_calendar .calendar .tips {
    position: fixed;
    left: 15px;
    bottom: 30px;
    width: 100%;
}

.wrapper_calendar .calendar .tips .day {
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    font-size: 18px;
    text-align: center;
    color:#fff;
    margin-top:8px;
    background: #9556bf;
    border-radius: 25px;
    border: 1px solid rgba(128, 128, 128, 0.27);
    line-height: 50px;
}
.wrapper_calendar .calendar .tips .text {
    display: inline-block;
    font-size: 14px;
    margin: 20px 10px;
    color: #b2b2b2;
}
.fl {
    float: left;
}

li {
    list-style: none;
}
.cb {
    clear: both;
}
.zhanyong{
    height: 30px;
    line-height: 30px;
    margin: 15px 20px;
}
.zhanyong i{
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #9556bf;
    border-radius: 50px;
    line-height: 30px;
}