﻿/* 浮动工具 */
.c-tools {
    position: fixed;
    z-index: 9999;
    text-align: center;
    right: 0;
    bottom: 50%;
    margin-bottom: -144px;
}

    .c-tools ul li {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        cursor: pointer;
        position: relative;
        width: 62px;
        height: 62px;
        margin: 1px;
        background: #2878EB url(../img/tools-ico.png) no-repeat;
        list-style: none;
    }

        .c-tools ul li:hover {
            background-color: #F14D5D;
        }

        .c-tools ul li span {
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            display: none;
            position: absolute;
            right: 63px;
            width: 205px;
            line-height: 30px;
            padding: 0 10px;
            background: #2878EB;
            color: #ffffff;
            font-size: medium;

        }

        .c-tools ul li .ewmPic {
            width: 168px;
        }

            .c-tools ul li .ewmPic img {
                display: block;
                margin-top: 10px;
                padding-bottom: 10px;
                width: 128px;
                height: 128px;
            }

    .c-tools ul .tel-ico {
        background-position: center -22px;
    }

        .c-tools ul .tel-ico span {
            line-height: 31px;
            padding-top:10px;
            padding-bottom:10px;
        }

    .c-tools ul .ewm-ico {
        background-position: center 21px;
    }

    .c-tools ul .qq-ico {
        background-position: center -69px;
    }
        .c-tools ul .qq-ico span {
            line-height: 31px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .c-tools ul .top-ico {
        background-position: center -115px;
    }
