


.oneStop {
    height: 120px;
    margin-top: 20px;
}
.calendarBox .calendarTitle{
    display: inline-block;
    /*cursor: pointer;*/
}
.dateBox{
    display:inline-block;
}
#iCalendar b, #iCalendar .day, #iCalendar .dayon, #iCalendar .space {
    text-align:center;
    display: block;
    float: left;
    _zoom: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 3px 14px 3px 14px;
    padding: 0px;
    font-size: 13px;
    text-align: center;
    color: #2e2e2d;
    font-family: Arial;
    text-decoration: none;
    border-radius: 50%;

}

    .oneStop .oneStop-banner {
        background-image: url(../images/images-middle/oneStop.png);
        width: 1200px;
        height: 120px;
        margin: 0 auto;
        position: relative;
    }

.oneStop-banner .oneStop-btn {
    position: absolute;
    top: 25px;
    left: 580px;
}

.oneStop-btn:after {
    display: block;
    clear: both;
    content: "";
}

.oneStop-btn .userType-login {
    float: left;
    font-size: 16px;
    width: 132px;
    text-align: center;
    margin-left: 125px;
}

.userType-login .btn {
    width: 132px;
    height: 32px;
    display:inline-block;
    color:#ffffff;
    background-color: #36b7cc;
    border-radius: 4px;
    box-shadow: 4px 4px 1px #298c9b;
    text-decoration:none;
    font-size:16px;
}
.userType-login .btn :after{
    display:block;
    clear:both;
    content:"";
}
.userType-login > a {
    text-decoration: underline;
    color: #ffffff;
}

.userType-login .btn > a {
    color: #ffffff;
    float:left;
    margin-left:15px;
}

.userType-login .btn .btnPoint {
    display: block;
    float:left;
    margin:8px 0 0 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    
}

.userType-login .guideBook {
    line-height: 48px;
}
