.cndns-right-menu {
    position: fixed;
    right: 2px;
    top: 48%;
    z-index: 100;
    width: 64px;
    height: 282px;
    border-radius: 50px;
    background: #0069EA;
    margin-top: -100px;
}

#back-to-top-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 2px;
    top: 80%;
    z-index: 100;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #FFFFFF;
    margin-top: -100px;
    cursor: pointer;
}

@media screen and (max-height: 880px) {
   	#back-to-top-1 {
       top: 90%;
    }
}
@media screen and (max-height: 700px) {
   	#back-to-top-1 {
       top: 94%;
    }
}

.ndns-right-btn i {
    font-size: 24px;
}

.cndns-right-menu .cndns-right-item {
    position: relative;
    cursor: pointer;
    margin: 14px 0 14px 0;
}

.cndns-right-menu .active {
    background: linear-gradient(90deg, #00B8FE 0%, #0082FC 100%);
    border-radius: 8px;
}

.cndns-right-menu .active {
    background: linear-gradient(90deg, #00B8FE 0%, #0082FC 100%);
    border-radius: 8px;
}

/* .cndns-right-item:hover i {
    color: #0069EA !important;
}

.cndns-right-item:hover .wz {
    color: #0069EA !important;
} */

.item01 img {
    display: none !important;
}

.item01 .active01 {
    display: inline !important;
}

.cndns-right-menu .current {
    color: #FFFFFF !important;
}

.cndns-right-menu .cndns-right-btn {
    width: 64px;
    height: 82px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    display: block;
    position: relative;
}

.cndns-right-menu .cndns-right-btn .iconfont {
    color: #FFFFFF;
}

.cndns-right-menu .cndns-right-box {
    position: absolute;
    top: -5px;
    right: 48px;
    padding-right: 50px;
    display: none;
}

.cndns-right-menu .box-border {
    width: 188px;
    height: 156px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px #CEDDF2;
    border-radius: 8px;
    padding: 20px;
}

.cndns-right-menu .box-border1 {
    width: 188px;
    height: 156px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px #CEDDF2;
    border-radius: 8px;
    padding: 20px;
}

.cndns-right-menu .cndns-right-item .wz1 {
    margin: 0;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #05172E;
    line-height: 22px;
}

.cndns-right-menu .cndns-right-item .wz2 {
  	display: inline-block;
    margin-bottom: 24px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #05172E;
    line-height: 22px;
}

.cndns-right-menu .cndns-right-item .wz {
    width: 28px;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-left: 18px;
}


.cndns-right-menu hr {
    margin: 0;
    border-color: #CEDDF2;
}

@media screen and (max-width: 959px) {
    .cndns-right-menu {
        display: none;
    }
}