.floatrightbox {
    position: fixed;
    right: 10px;
    bottom: 120px;
    border-radius: 2px;
    width: 90px;
    font-size: 14px;
    z-index: 10000;
}
.right-container{
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.right-container-item{
    height: 90px;
    width: 90px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.right-container-item .right-container-item-text{
    position: absolute;
    top: 60px;
    width: calc(100% - 20px);
    margin-left: 10px;
    text-align: center;
}
.right-container-item:hover .right-container-item-text{
    color: #fff;
}
.right-more-list{
    position: absolute;
    right: 90px;
    height: 150px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    margin-right: 10px;
    padding: 10px;
    overflow: auto;
    bottom: 0;
    display: none;
}

.right-more-item{
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding: 0 18px;
    border-right: 1px solid #F1F2F3;

    width: 100px;
}
.right-more-item:last-child{
    border: none;
}
.right-more-item img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.floatrightbox .backtop {
    display: none;
    background: url(../images/index/right_fixed/backtop2025.png) center top no-repeat;
    padding-top: 28px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
}
/*子项内容*/
/*此处需要定制化处理*/
.kf:hover{
    background: url(../images/index/right_fixed/kfred.png) #BE1B2F center 20px no-repeat;
    background-size: 44%;
}
.kf{
    background: url(../images/index/right_fixed/kf.png) center 20px no-repeat;
    background-size: 44%;
}
/*智能客服*/
.znkf:hover{
    background: url(../images/index/right_fixed/flznkfred.png) center 10px no-repeat;
    background-size: 40px;
}
.znkf{
    background: url(../images/index/right_fixed/flznkf.png) center 10px no-repeat;
    background-size: 40px;
}
/*异议申诉*/
.yysy:hover{
    background: url(../images/index/right_fixed/flyyssred.png) center 20px no-repeat;
}
.yysy{
    background: url(../images/index/right_fixed/flyyss.png) center 20px no-repeat;
}
/*信用报告*/
.xybg:hover{
    background: url(../images/index/right_fixed/flxybgxzred.png) center 20px no-repeat;
}
.xybg{
    background: url(../images/index/right_fixed/flxybgxz.png) center 20px no-repeat;
}
/*互动交流*/
.hdjy:hover{
    background: url(../images/index/right_fixed/jlred.png) #BE1B2F center 20px no-repeat;
    background-size: 44%;
}
.hdjy{
    background: url(../images/index/right_fixed/jl.png) center 20px no-repeat;
    background-size: 44%;
}
/*信用报告*/
.xybg:hover{
    background: url(../images/index/right_fixed/bgred.png) #BE1B2F center 20px no-repeat;
    background-size: 44%;
}
.xybg{
    background: url(../images/index/right_fixed/bg.png) center 20px no-repeat;
    background-size: 44%;
}
/*信用修复*/
.xf:hover{
    background: url(../images/index/right_fixed/xfred.png) #BE1B2F center 20px no-repeat;
    background-size: 44%;
}
.xf{
    background: url(../images/index/right_fixed/xf.png) center 20px no-repeat;
    background-size: 44%;
}
/*掌上服务*/
.zsfw:hover{
    background: url(../images/index/right_fixed/flzsfwred.png) #BE1B2F center 20px no-repeat;
    background-size: 44%;
}
.zsfw{
    background: url(../images/index/right_fixed/flzsfw.png) center 20px no-repeat;
    background-size: 44%;
}
/*多选需计算长度（适配ie10）*/
.zsfw-more-list{
    /*width: calc(137px * 1);*/
}
.right-container-item.zsfw:hover .right-more-list{
    display: block;
}
