.rightList ul, li {
    font-size: 100%;
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    background: 0px 0px;
}

.rightList.bar-v2 {
    position: fixed;
    right: 8px;
    bottom: 34px;
    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:rgb(var(--card-background-rgb));
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px
}

.rightList.bar-v2 .Top {
    display: none;
    position: absolute;
    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
}

.bar-v2 .Top span {
    display: block;
    margin: -7px auto 0;
    width: 16px;
    height: 2px;
    border: 0;
    border-radius: 1px;
}

.bar-v2 .Top:hover i {
    color: #fb130a
}

.ripro-dark .bar-v2 .Top:hover i {
    color: #ffa363
}

.bar-v2 .sidebar li {
    position: relative
}

.bar-v2 .sidebar li > a {
    display: block;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
    border: 0;
    opacity: 1;
}

.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 .iconfonts {
    font-size: 22px;
    color: #ffa363;
    background-image: linear-gradient(to bottom, #FFF 0, #FFF 100%);
    background-image: -webkit-gradient(to bottom, #FFF 0, #FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bar-v2 .sidebar li .right-icon {
    display: block;
    margin: 0 auto;
    background-image: url(../image/right-icon-v2.png);
    background-repeat: no-repeat;
    background-size: auto 20px
}

.bar-v2 .sidebar .iconfonts {
    font-size: 22px;
    color: #ffa363;
    background-image: linear-gradient(to bottom, #d481ff 0, #057aff 100%);
    background-image: -webkit-gradient(to bottom, #ffa363 0, #fb130a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ripro-dark .bar-v2 .sidebar .iconfonts {
    color: #FFC107;
    background-image: linear-gradient(to bottom, #FFC107 0, #ffa363 100%);
    background-image: -webkit-gradient(to bottom, #FFC107 0, #ffa363 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bar-v2 .sidebar li .sign-icon {
    width: 18px;
    height: 17px;
    background-position-x: 0
}

.bar-v2 .sidebar li .custom-icon {
    width: 18px;
    height: 18px;
    background-position-x: -18px
}

.bar-v2 .sidebar li .client-icon {
    width: 18px;
    height: 18px;
    background-position-x: -37px
}

.bar-v2 .sidebar li .log-icon {
    width: 17px;
    height: 20px;
    background-position-x: -56px
}

.bar-v2 .sidebar li .recruit-icon {
    width: 16px;
    height: 19px;
    background-position-x: -73px
}

.bar-v2 .sidebar li .red-bag {
    width: 15px;
    height: 20px;
    background-position-x: -90px
}

.bar-v2 .sidebar li span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--bs-body-color);
    text-align: center;
    transition: .3s;
    line-height: 16px;
}

.bar-v2 .sidebar li:hover span {
    color: #ffa363
}

.bar-v2 .sidebar .vip span {
    font-size: 12px;
    color: #FFF;
    padding: 0 10px;
    letter-spacing: 0;
}

.bar-v2 .sidebar li.vip:hover span {
    color: #FFF
}

.bar-v2 .sidebar .vip .left-box {
    position: absolute;
    top: 0;
    right: 106%;
    cursor: pointer;
    width: 0;
    opacity: 1;
    transition: .3s;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.33);
}

.bar-v2 .sidebar .vip:hover .left-box {
    width: 220px;
    opacity: 1;
}

.bar-v2 .sidebar .vip .left-box > img {
    width: 100%
}

.bar-v2 .sidebar li:hover {
    background: transparent
}

.bar-v2 .sidebar li .service-box {
    top: 50%;
    transform: translateY(-50%)
}

.sidebar .twinkle-point a:before {
    top: 5px;
    left: 5px
}
.sidebar .twinkle-point a:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fb130a;
    background: linear-gradient(45deg, #fb130a 29%, #ffa363 100%);
    background: -webkit-linear-gradient(-45deg, #fb130a 29%, #ffa363 100%);
    background: -moz-linear-gradient(45deg, #fb130a 29%, #ffa363 100%);
    background: -ms-linear-gradient(45deg, #fb130a 29%, #ffa363 100%);
    animation: twinkle .6s ease-in-out infinite alternate;
    -webkit-animation: twinkle .6s ease-in-out infinite alternate;
    -moz-animation: twinkle .6s ease-in-out infinite alternate;
    -o-animation: twinkle .6s ease-in-out infinite alternate;
}

.ripro-dark .sidebar .twinkle-point a:before {
    background: #ffa363;
    background: linear-gradient(45deg, #ffa363 29%, #FFC107 100%);
    background: -webkit-linear-gradient(-45deg, #ffa363 29%, #FFC107 100%);
    background: -moz-linear-gradient(45deg, #ffa363 29%, #FFC107 100%);
    background: -ms-linear-gradient(45deg, #ffa363 29%, #FFC107 100%);
}
.sidebar li .service-box {
    opacity: 0;
    position: absolute;
    width: 0;
    right: 93.3%;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 5px;
    transition: opacity .3s
}

.sidebar li .service-box .service-con {
    background: #fb8f02;
    background-image: none;
    background-image: -o-linear-gradient(120deg, #1fb29c 0, #81d6a5 100%);
    background-image: -moz-linear-gradient(120deg, #1fb29c 0, #81d6a5 100%);
    background-image: -webkit-linear-gradient(30deg, #1fb29c 0, #81d6a5 100%);
    background-image: -ms-linear-gradient(120deg, #1fb29c 0, #81d6a5 100%);
    background-image: linear-gradient(120deg, #1c49ed 0, #6dc2ff 100%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    font-size: 14px;
    color: #fff
}

.sidebar li .service-box .service-con > a {
    display: block;
    line-height: 35px;
    height: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    color: inherit;
    padding-left: 34px;
    text-align: left
}

.sidebar li .service-box .service-con .iconfonts {
    font-size: 12px;
    color: inherit;
    margin-left: 5px
}

.sidebar li .service-box .service-con p {
    color: inherit;
    padding-left: 34px;
    text-align: left;
    line-height: 18px
}

.sidebar li .service-box .custom-box, .sidebar li .service-box .custom-tel {
    padding: 6px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .17)
}

.sidebar li .service-box .btn-contact {
    display: block;
    margin: 6px auto 6px 34px;
    width: 100px;
    height: 26px;
    background-color: #fff;
    box-shadow: 0 3px 4px 0 #fb130ae0;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    transition: all .2s
}

.sidebar li .service-box .btn-contact.lg {
    width: 140px
}

.sidebar li .service-box .btn-contact:hover {
    transform: translateY(-3px)
}

.sidebar li .service-box .warning-box {
    padding: 10px 0
}

.common-gradient {
    /*color: #fff;*/
    /*border: 1px solid #fb130a;*/
    /*background: #ffa363;*/
    /*background-image: -o-linear-gradient(90deg, #fb130a 0, #ffa363 100%);*/
    /*background-image: -moz-linear-gradient(90deg, #fb130a 0, #ffa363 100%);*/
    /*background-image: -webkit-linear-gradient(0deg, #fb130a 0, #ffa363 100%);*/
    /*background-image: -ms-linear-gradient(90deg, #fb130a 0, #ffa363 100%);*/
    /*background-image: linear-gradient(90deg, #fb130a 0, #ffa363 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb130a', endColorstr='#ffa363', GradientType=1);*/
    /*transition: all .3s ease-in-out*/
}
.customer-service {
    position: relative
}

li.customer-service:hover .service-box {
    opacity: 1;
    width: 225px
}


.rightList ul, ol, li {
    list-style-type: none
}



.rightList .vip {
    border-radius: 5px;
    background-image: linear-gradient(120deg, #d481ff 0, #057aff 100%) !important;
}

.rightList .vip:hover {
    opacity: .9;
}

@media (max-width: 768px) {
    .rightList {
        display: none;
    }
}
.rollbar {
    position: fixed;
    right: 8px;
    bottom: 15px;
    z-index: 999;
    display: none;
    width: 50px;
}
.li {
    list-style: outside none none;
}
