.entrance {
    position: fixed;
    right: 10px;
    bottom: 0px;
    width: auto;
    height: 35px;
    background: #0096df;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    line-height: 35px;
    font-size: 12px;
    z-index: 101;
}
.entrance .wrapper {
    display: inline-block;
    float: left;
    cursor: pointer;
}
.entrance .iconTipsService {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(./../images/index/online_service_n.png) no-repeat scroll transparent;
    float: left;
    margin: 10px 10px 0px 15px;
}
.upPopService {
    cursor: pointer;
    float: left;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}