.store.gc.cp {
    text-align: center;
    background: url(../img/cp-store-bg.jpg) top center no-repeat #e0e2eb;
    background-size: 100%;
}

.store.gc.cp ul li {
    background: #eee;
}

.store.gc.cp ul li.active,
.store.gc.cp ul li:hover {
    background: rgb(191, 147, 25);
    background: -moz-linear-gradient(left, rgba(191, 147, 25, 1) 0%, rgba(251, 236, 162, 1) 50%, rgba(191, 147, 25, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(191, 147, 25, 1) 0%, rgba(251, 236, 162, 1) 50%, rgba(191, 147, 25, 1) 100%);
    background: linear-gradient(to right, rgba(191, 147, 25, 1) 0%, rgba(251, 236, 162, 1) 50%, rgba(191, 147, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf9319', endColorstr='#bf9319', GradientType=1);
}

.store.gc.cp ul li:hover i,
.store.gc.cp ul li.active i,
.store.gc.cp ul li a {
    color: #1a336b;
}

.store.gc.cp .store-list::-webkit-scrollbar-thumb {
    background: #1a336b;
}

.store.gc.cp .store-list::-webkit-scrollbar-thumb:hover {
    background: #1a336b;
}