﻿* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}


.toolbars {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 6px;
    z-index: 100;
}

    .toolbars ul {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-40%);
        z-index: 3;
    }

        .toolbars ul li {
            width: 30px;
            height: 30px;
            margin-bottom: 2px;
            position: relative;
        }

        .toolbars ul .line .toolbars-ico {
            display: block;
            width: 30px;
            height: 30px;
            background: url(../images/line.jpg?v1)no-repeat -0px -0px;
            background-size: 26px 26px;
            padding: 5px 5px;
        }

        .toolbars ul .jdvip .toolbars-ico {
            display: block;
            width: 30px;
            height: 30px;
            background: url(../images/ig.png)no-repeat -0px -0px;
            background-size: 26px 26px;
            padding: 5px 5px;
        }

        .toolbars ul .cart .toolbars-ico {
            display: block;
            width: 30px;
            height: 30px;
            background: url(../images/in.png)no-repeat -0px -0px;
            background-size: 26px 26px;
            padding: 5px 5px;
        }

        .toolbars ul .follow .toolbars-ico {
            display: block;
            width: 30px;
            height: 30px;
            background: url(../images/twitter.png)no-repeat -0px -0px;
            background-size: 26px 26px;
            padding: 5px 5px;
        }

        .toolbars ul .message .toolbars-ico {
            display: block;
            width: 25px;
            height: 26px;
            background: url(../images/fb.png)no-repeat -0px -0px;
            background-size: 26px 26px;
            padding: 5px 5px;
        }

        .toolbars ul .jimi .toolbars-ico {
            display: block;
            width: 25px;
            height: 26px;
            background: url(../images/pinterest.png)no-repeat -0px -0px;
            background-size: 26px 26px;
            padding: 5px 5px;
        }

        .toolbars ul .feedback .toolbars-ico {
            display: block;
            width: 25px;
            height: 26px;
            background: url(../images/sina.png)no-repeat -0px -0px;
            background-size: 26px 26px;
            padding: 5px 5px;
        }

        .toolbars ul .houzz .toolbars-ico {
            display: block;
            width: 25px;
            height: 26px;
            background: url(../images/houzz.png)no-repeat -0px -0px;
            background-size: 26px 26px;
            padding: 5px 5px;
        }

        .toolbars ul .jdvip i {
            position: absolute;
            top: 5px;
            right: 8px;
            width: 6px;
            height: 6px;
            background: url(../images/houzz.png)no-repeat -0px -0px;
            background-size: 20px 20px;
            padding: 5px 5px;
        }

.toolbars-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #7A6E6E;
    width: 25px;
    height: 26px;
    z-index: 3;
}

    .toolbars-footer .toolbars-ico {
        display: block;
        width: 25px;
        height: 26px;
        background: url(../img/toolbars.html)no-repeat -50px -250px;
    }

.toolbars .flex {
    position: absolute;
    top: 0;
    right: 26px;
    width: 0;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    background-color: #999999;
    text-align: center;
    color: #fff;
    z-index: -1;
    transition: width .3s;
}

.toolbars ul li:hover {
    background-color: #999999;
}

    .toolbars ul li:hover .flex {
        width: 62px;
        background-color: #999999;
    }

    .toolbars ul li:hover i {
        display: none;
    }

.toolbars-footer:hover {
    background-color: #999999;
}

    .toolbars-footer:hover .flex {
        width: 62px;
        background-color: #999999;
    }


    @media screen and (max-width: 799px) {
        .toolbars {
            display: none;
        }

