.rightList.bar-v2 {
    position: fixed;
    right: 18px;
    bottom: 150px;
    z-index: 999;
    text-align: center;
    width: 50px;
    height: auto;
    box-sizing: border-box;
    padding-bottom: 55px;
    background: transparent;
    box-shadow: none;
}
.rightList.bar-v2 .sidebar {
    position: relative;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    border-radius: 6px;
}

.rightList ul, ol, li {
    list-style-type: none;
}
.rightList ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.bar-v2 .sidebar li {
    position: relative;
}

.rightList ul, ol, li {
    list-style-type: none;
}
.rightList ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.bar-v2 .sidebar li>a {
    display: block;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
    border: 0;
    opacity: 1;
}


.bar-v2 .sidebar li span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #232323;
    text-align: center;
    transition: .3s;
    line-height: 16px;
}
.bar-v2 .sidebar .vip span {
    font-size: 12px;
    color: #ee663f;
    padding: 0 10px;
    letter-spacing: 0;
}
.bar-v2 .sidebar li>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    width: 44px;
    height: 1px;
    background: #707070;
    opacity: .1;
}
.bar-v2 .sidebar .vip .left-box {
    position: absolute;
    top: 0;
    right: 106%;
    cursor: pointer;
    width: 0;
    opacity: 0;
    transition: .3s;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.33);
}
.rightList.bar-v2 .Top {
    display: none;
    position: absolute;
    left: -3px;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    height: 45px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
}
.bar-v2 .Top i {
    font-size: 16px;
    color: #000;
    transition: .3s;
}
.rollbar {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    display: none;
    width: 50px;
}
.bar-v2 .sidebar .iconfont {
    font-size: 22px;
    color: #448aff;
    background-image: linear-gradient(to bottom,#18cef2 0,#448aff 100%);
    background-image: -webkit-gradient(to bottom,#18cef2 0,#448aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bar-v2 .sidebar .vip .iconfont {
    font-size: 22px;
    color: #ffa363;
    background-image: linear-gradient(to bottom,#ffa363 0,#fd7d5b 100%);
    background-image: -webkit-gradient(to bottom,#ffa363 0,#fd7d5b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}