.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;
}
.right-more-item:last-child{
    border: none;
}
.right-more-item img{
    width: 100px;
    height: 100px;
}

.floatrightbox .backtop {
    display: none;
    background: url(https://www.creditchina.gov.cn/images2025/backtop2025.png) center top no-repeat;
    padding-top: 28px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
}
/*子项内容*/
/*此处需要定制化处理*/
.xyxf:hover{
    background: url(https://www.creditchina.gov.cn/new2020/images/flxzcfred.png) #BE1B2F center 20px no-repeat
}
.xyxf{
    background: url(https://www.creditchina.gov.cn/new2020/images/flxzcf.png) center 20px no-repeat;
}
/*互动交流*/
.hdjy:hover{
    background: url(https://www.creditchina.gov.cn/new2020/images/fltzggred.png) #BE1B2F center 20px no-repeat
}
.hdjy{
    background: url(https://www.creditchina.gov.cn/new2020/images/fltzgg.png) center 20px no-repeat;
}
/*掌上服务*/
.zsfw:hover{
    background: url(https://www.creditchina.gov.cn/images2025/flzsfwred.png) #BE1B2F center 20px no-repeat
}
.zsfw{
    background: url(https://www.creditchina.gov.cn/images2025/flzsfw.png) center 20px no-repeat;
}
/*多选需计算长度（适配ie10）*/
.zsfw-more-list{
    width: calc(137px * 2);
}
.right-container-item.zsfw:hover .right-more-list{
    display: block;
}
