﻿.footers {
    width: 100%;
    position: fixed;
    bottom: 0;
}
/*浮动客服*/
#floatDivBoxs {
    width: 170px;
    background: #fff;
    position: fixed;
    top: 100px;
    right: -170px;
    z-index: 999;
}

    #floatDivBoxs .floatDtt {
        width: 100%;
        height: 45px;
        line-height: 45px;
        background: #a12121;
        color: #fff;
        font-size: 18px;
        text-indent: 22px;
        position: relative;
    }

    #floatDivBoxs .floatDqq {
        padding: 0 14px;
    }

        #floatDivBoxs .floatDqq li {
            height: 45px;
            line-height: 45px;
            font-size: 15px;
            border-bottom: 1px solid #e3e3e3;
            text-align: left;
        }

            #floatDivBoxs .floatDqq li img {
                float: left;
                margin-top: 7px;
            }

    #floatDivBoxs .floatDtxt {
        font-size: 12px;
        color: red;
        padding: 10px 0 15px 10px;
    }

    #floatDivBoxs .floatDtel {
        padding: 0 0 15px 10px;
        color: #333;
    }

    #floatDivBoxs .floatImg {
        text-align: center;
        padding: 5px;
        font-size: 14px;
    }

        #floatDivBoxs .floatImg img {
            margin-bottom: 5px;
        }

    #floatDivBoxs .floatDtel img {
        display: block;
    }

    #floatDivBoxs .floatDbg {
        width: 100%;
        height: 20px;
        background: url(/Content/img/online_botbg.jpg) no-repeat;
        box-shadow: -2px 0 3px rgba(0,0,0,0.25);
    }

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}

#rightArrow {
    width: 50px;
    height: 45px;
    /*background: url(/Content/img/online_arrow.jpg) no-repeat;*/
    background-position: -50px 0;
    position: fixed;
    top: 100px;
    right: -5px;
    z-index: 999;
}

#rightArrowvip {
    width: 50px;
    height: 45px;
    background-position: -50px 0;
    position: fixed;
    top: 100px;
    right: -5px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 45px;
}
