.efun-footer-wrap {
    width: 100%;
    height: 140px;
    background: #1b2865;
}

.footer-wrap {
    height: 140px;
    width: 1240px;
    position: absolute;
    left: 50%;
    margin-left: -620px;
}

.footer-wrap .footer {
    position: absolute;
    padding-top: 43px;
    width: 730px;
    height: 97px;
    left: 50%;
    margin-left: -365px;
    color: #fff;
    font-size: 12px;
}

.footer-wrap .footer .left {
    float: left;
    line-height: 26px;
}

.footer-wrap .footer .left :before {
    content: '';
    position: absolute;
    left: -110px;
    top: 36px;
    height: 44px;
    width: 90px;
    background: url("../images/foot_icon.png");
}

.footer-wrap .footer .footer-beian {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.footer-wrap .footer .footer-beian a {
    color: #fff;
}

.footer-wrap .footer .left a {
    color: #fff;
}

.footer-wrap .footer .right {
    float: right;
    line-height: 26px;
}

.footer-wrap img {
    position: absolute;
    right: 124px;
    top: 16px;
}

.footer-wrap .toTop {
    position: fixed;
    z-index: 9999;
    right: 70px;
    bottom: 60px;
    display: none;
    width: 50px;
    height: 50px;
    background: url("../images/toTop.png");
    background-size: contain;
}

.footer-wrap .toTop:hover {
    background: url("../images/toTopClick.png");
    background-size: contain;
}