.right-hover {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 74px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 #d1d1d1;
    border-radius: 2px;
    z-index: 2014;
}

    .right-hover .hide {
        display: none;
    }

    .right-hover > ul {
        width: 100%;
    }

        .right-hover > ul > li {
            height: 72px;
            position: relative;
        }

            .right-hover > ul > li:after {
                content: "";
                width: 42px;
                height: 1px;
                position: absolute;
                left: 16px;
                bottom: 0;
                background-color: #eee;
            }

            .right-hover > ul > li:last-of-type:after {
                width: 0;
                height: 0;
            }

            .right-hover > ul > li > a {
                padding-top: 16px;
                height: 56px;
                display: block;
                text-align: center;
                font-size: 0;
            }

                .right-hover > ul > li > a > i {
                    position: relative;
                    width: 25px;
                    height: 25px;
                    display: block;
                    margin: 0 auto;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                }

                .right-hover > ul > li > a > span {
                    display: block;
                    height: 16px;
                    line-height: 16px;
                    margin-top: 4px;
                    font-size: 12px;
                    color: #999;
                }

                .right-hover > ul > li > a em {
                    position: absolute;
                    font-size: 12px;
                    background-color: #ff0000;
                    color: #fff;
                    width: 20px;
                    height: 16px;
                    line-height: 16px;
                    top: -8px;
                    right: -10px;
                    text-align: center;
                    border-radius: 11px;
                }

            .right-hover > ul > li.go-buy i {
                background-image: url('../images/buy.png');
            }

            .right-hover > ul > li.go-sell i {
                background-image: url('../images/sell.png');
            }

            .right-hover > ul > li.go-shopCar i {
                background-image: url('../images/buy.png');
            }

            .right-hover > ul > li.go-collect i {
                background-image: url('../images/collect.png');
            }

            .right-hover > ul > li.go-order-detail {
                display: none;
            }

                .right-hover > ul > li.go-order-detail i {
                    background-image: url("../images/message-2f8ff6485a.png");
                }

            .right-hover > ul > li#consult i {
                background-image: url("../images/customer-7a3f1f6674.png");
            }

            .right-hover > ul > li#consult span {
                color: #ff5b01;
            }

            .right-hover > ul > li.go-top i {
                background-image: url('../images/totop.png');
            }

            .right-hover > ul > li:hover.go-buy i {
                background-image: url('../images/buy2.png');
            }

            .right-hover > ul > li:hover.go-sell i {
                background-image: url('../images/sell2.png');
            }

            .right-hover > ul > li:hover.go-shopCar i {
                background-image: url('../images/buy2.png');
            }

            .right-hover > ul > li:hover.go-collect i {
                background-image: url('../images/collect2.png');
            }

            .right-hover > ul > li:hover.go-order-detail i {
                background-image: url("../images/message_active-165af4383d.png");
            }

            .right-hover > ul > li:hover.go-top i {
                background-image: url('../images/totop2.png');
            }
