@charset "utf-8";
.footer{
    background: #008aff;
    padding: 5rem 0 2rem;
}
.footer-list{
    display: flex;
    justify-content: space-between;
}
.db-com dl{
    color: #fff;
}
.db-com dl dt{
    font-size: 3rem;
}
.db-com dl dd{
    font-size: 1.8rem;
    margin-top: 2rem;
    line-height: 2.5rem;
}
.db-com dl dd i{
    margin-right: 1rem;
}
.db-nav dl{
    float: left;
    margin-left: 10rem;
}
.db-nav dl dt{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 2rem;
}
.db-nav dl dd{
    margin-top: 1rem;
}
.db-nav dl dd a{
    color: #fff;
}
.db-nav dl dd img{
    width: 150px;
}
.footer-bq{
    margin-top: 3rem;
    display: table;
    width: 100%;
    line-height: 4rem;
}
.footer-bq .icp{
    color: #d3f0ff;
    float: left;
}
.footer-bq .icp a{
    color: #d3f0ff;
}
.footer-bq .sj{
    float: right;
}
.footer-bq .sj a{
    color:#d3f0ff;
    margin-left: 1rem;
}

.footer-top{
    position: fixed;
    z-index: 9999999;
    right: 1rem;
    bottom: 3rem;
}
.footer-top .footer-top-a{
    background: #f2f2f2;
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    border-radius: 50%;
    font-size: 2rem;
    color: #008aff;
    cursor: pointer;
}
.footer-top .footer-top-a:hover{
    background: #ce2731;
    color: #fff;
}
