.right-hover { position: fixed; top: 50%; transform: translateY(-50%); right: 10px; width: 94px; height: 504px; background-color: #fff; box-shadow: 0 0 7px 0 #d1d1d1; border-radius: 2px; z-index: 9999; }

.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: 60px; 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: #333; }

.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/car.png"); }

.right-hover > ul > li.go-collect i { background-image: url("../images/collect.png"); }

.right-hover > ul > li.go-order-detail i { background-image: url("../images/message.png"); }

.right-hover > ul > li#consult i { background-image: url("../images/customer.png"); }

.right-hover>ul>li#consult span {
    color: #f29c2b;
}

.right-hover > ul > li.go-top i { background-image: url("../images/go-top.png"); }

.right-hover > ul > li:hover.go-buy i { background-image: url("../images/buy_active.png"); }

.right-hover > ul > li:hover.go-sell i { background-image: url("../images/sell_active.png"); }

.right-hover > ul > li:hover.go-shopCar i { background-image: url("../images/car_active.png"); }

.right-hover > ul > li:hover.go-collect i { background-image: url("../images/collect_active.png"); }

.right-hover > ul > li:hover.go-order-detail i { background-image: url("../images/message_active.png"); }

.right-hover > ul > li:hover.go-top i { background-image: url("../images/go-top-active.png"); }
