.floating_ck {
    position: fixed;
    right: 0px;
    top: 25%;
    z-index: 999;
    transform: translate(0, -25%);
}
/*.floating_ck dl {
        box-shadow: 0 0 10px #dedcdc;
}*/
.beijing{
    width: 147px;
    background: url(../img/123.png)no-repeat;
    height: 466px;
    /*background-size:cover; */
    position: relative;
}
.yqan{
    position: absolute;
    top: 236px;
    width: 80px;
    height: 30px;
    border-radius: 50px;
    left: 34px;
    
}
.yqan a{
    width: 100%;
    display: block;
    height: 100%;
}
.top{
    position: absolute;
    bottom: 8px;
    width: 40px;
    height: 40px;
    left: 56px;
    border-radius: 50%;
    cursor: pointer;
    
}