.sb-date-picker {
    position: absolute;
    width: 387px;
    border: 1px solid #38b863;
    text-align: center;
    text-decoration: none;
    margin: 0;
    z-index: 999;
}

.sb-date-picker .header{
    background-color: #eeeeee;
    padding: 10px 20px 10px 20px;
    /*height: 52px;*/
    margin:0 auto;
    text-decoration: none;
    height: 0px;
}
.sb-date-picker .header .active{
    background-color: #38b863;
    color: white;
    float: left;
}
.sb-date-picker .header a{
    width:86px;
    float:left;
    text-decoration:none;
    display:block;
    font-size: 14px;
    font-weight: bolder;
    color:#666666;
    padding:5px 0px 5px 0px;
    border: 0px;
    -moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */
}

.sb-date-picker .body{
    height:148px;
    background-color: white;
    text-decoration: none;
    color:#38b863;
    float: left;
}

.sb-date-picker .month{
    margin-top: 1px;
    margin-left: 1px;
    float: left;
    width:96px;
    height:48px;
    text-align: center;
    display: inline-block;
    line-height: 48px;
    background-color: #f9f9f9;
    cursor:pointer;
}


.sb-date-picker .month-active{
    background-color: #F1C47B;
    color: white;
}
.sb-date-picker .month:nth-child(4n+1){
    margin-left: 0px;
}
.sb-date-picker .year{
    color:white;
    padding: 2px 4px 2px 4px;
    background-color: #38b863;
    float:left;
    display: block;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    z-index: 1000;
}
.sb-date-picker .footer{
    width: 160px;
    text-align: center;
    margin:0 auto;
}
.sb-date-picker .submit{
    height: 22px;
    line-height: 22px;
    text-align: center;
    width:160px;
    background-color: #66bc0a;
    text-decoration:none;
    display:block;
    margin-top:17px;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: bolder;
    color:white;
    border: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
}
.sb-date-picker .close {
    float:right;
    display:block;
    margin: 0;
    padding: 0;
    height: 19px;
    width: 19px;
    opacity: 1;
}
.sb-date-picker .close img{
    vertical-align: top;
    margin: 0;
    padding: 0;

}
.sb-date-picker .close img:hover {
    text-decoration: none;


}


/*start:city select   edit by chenqingpu 2015.9.9*/


/*end:city select   edit by chenqingpu 2015.9.9*/
.cityComp {
    position: absolute;
    z-index: 99;
     width: 442px;
    min-height: 150px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
}
.cityComp select {
    width: 100px;
    margin-right: 5px;
}
