.right_float{
    position: fixed;
    top: 50%;
    right: 45px;
    height: 420px;
    width: 123px;
    background: url(../float/float_bg.png) no-repeat;
    margin-top: -210px;
    z-index: 999;
}
.right_float .close{
    width: 40px;
    height: 40px;
    background: url(../float/float_close.png) no-repeat center;
    position: absolute;
    left: 39px;
    top: -51px;
}
.right_float .top{
    height: 47px;
    padding-top: 13px;
    text-align: center;
}
.right_float .top a{
    color: #FFF;
    font-size: 17px;
}
.right_float .con li{
    text-align: center;
    line-height: 46px;
    border-bottom: 1px dotted #fff;
    font-size: 18px;
    margin: 0 14px;
}
.right_float .con li a{
    color: #FFF;
    cursor: pointer;
}
.right_float .con .yjjq{
    line-height: 20px;
    font-size: 12px;
    margin: 0 9px;
}
.right_float .con .zixun{
    border: 0;
}
.right_float .con .top_btn{
    border-radius: 10px;
    background-color: #FFF;
    height: 22px;
    width: 70px;
    margin: 0 auto;
    border: 0;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer;
}
.right_float .con .top_btn a{
    color:#f92472;
}