﻿.foot-bottom span a {
    font-size: 12px;
    color: rgba(255,255,255,0.2);
    margin-left: 0;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 10px;
}

.right-flex {
    width: 45px;
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 1000;
    height: 220px;
    margin-top: -201px;
}

    .right-flex ul {
        width: 100%;
    }

.f-cb {
    zoom: 1;
}

.right-flex li.one {
    width: 140px;
    margin-right: -95px;
}

.right-flex li {
    margin-bottom: 5px;
    position: relative;
    width: 45px;
    height: 45px;
    float: right;
    line-height: 45px;
    background: #c8c8c8;
    transition: width .3s, background .3s, margin .3s;
}

    .right-flex li.one .ico, .right-flex li.two .ico {
        left: 0;
    }

    .right-flex li .ico {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
        right: 0;
        transition: right .3s;
    }

    .right-flex li.one p, .right-flex li.two p {
        padding: 0 20px 0 45px;
    }

    .right-flex li p {
        font-size: 15px;
        color: #fff;
        line-height: 45px;
        padding: 0 20px;
        transition: transform .3s;
    }

    .right-flex li .ico.ico01 {
        background: url(/images/a24.png) no-repeat center;
    }

    .right-flex li .ico.ico02 {
        background: url(/images/dg.png) no-repeat center;
    }

    .right-flex li .ico.ico03 {
        background: url(/images/cx.png) no-repeat center;
    }

    .right-flex li .ico.ico08 {
        background: url(/images/a31.png) no-repeat center;
    }

    .right-flex li:hover {
        background-color: red;
        float: right;
        margin-right: 0;
    }

    .right-flex li.one .ico, .right-flex li.two .ico {
        left: 0;
    }
