#container{
    width: 360px;
    /*height: 224px;*/
    padding: 20px 25px;
    font-size: 12px;
    position: absolute;
    top: 50px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    z-index: 10000;
    display: none;
    background-color: #ffffff;
}
.v-header{
    text-align: center;
    margin-bottom: 20px;
    font-size: 0;
    overflow: hidden;
}
.v-header i{
    font-style: normal;
    margin-top: 2px;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    /*width: 80px;*/
    padding: 0 30px;
}
.v-header span{
    display: inline-block;
    height: 100%;
    cursor: pointer;
    padding: 5px 8px;
}
.v-week{
    font-size: 0;
}
.v-week span{
    margin: 0 9.5px;
}
.v-date span{
    display: inline-block;
    width: 16px;
    font-size: 12px;
    text-align: center;
    padding: 5px 6px;
    color: #333333;
}
.v-month span{
    cursor: pointer;
    margin: 0 9.5px;
}
.v-month-day span:first-child,
.v-week span:first-child {
    margin-left: 0;
}
.v-month-day span:last-child,
.v-week span:last-child {
    margin-right: 0;
}
.v-date .v-day-disabled {
    color: #999999;
    cursor: default;
}
.v-month span.active {
    color: #237ae5;

    position: relative;
}
.v-month span.active:after{
    content: '';
    position: absolute;
    bottom:  0;
    left: 6px;
    right: 6px;
    border-bottom: 2px solid #237ae5;
}