#right_menu_page {
    position: fixed;
    top: 30%;
    right: 0;
    height: 380px;
    width: 58px;
    margin-top: -50px;
    margin-right: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* display: none; */
    z-index: 9;
}

#right_menu_page .tryOut {
    width: 54px;
    height: 54px;
    border-radius: 100px;
    border: 2px solid #fff;
    background: linear-gradient(344deg, #25a4ff 0%, #2d73fd 100%);
    text-align: center;
    /* line-height: 54px; */
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 8px 10px 0 rgba(77, 76, 76, 0.1);
    display: none;
    text-decoration: none;
    margin-top: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#right_menu_page .content {
 
    /* width: 54px;
    height: 54px; */
    display: flex;
    flex-direction: column;
    border-radius: 80px;
    box-shadow: 0 8px 10px 0 rgba(77, 76, 76, 0.1);
}

#right_menu_page .content div {
    /* display: flex; */
    flex: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* border-radius: 50px; */
}

#right_menu_page .content div:hover {
    /* border-radius: 50px; */
    box-shadow: 3px 3px 20px 3px rgba(77, 76, 76, 0.1);
}

#right_menu_page .icon1 {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: auto;
    object-fit: none;
    object-position: -24px -14px;
    object-view-box: none;
    background: linear-gradient( 338deg, #258DFF 0%, #67B0FF 100%);
    box-shadow: 0px 10px 23px 0px rgba(225,229,237,0.8);
}
#right_menu_page .backToTop {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 15px;
    
}

#right_menu_page .backToTop img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: auto;
    object-fit: none;
    object-position: -24px -14px;
    object-view-box: none;
    background: linear-gradient( 180deg, #EAEEF4 0%, #F5F7FA 100%);
    box-shadow: 0px 10px 23px 0px rgba(225,229,237,0.8);
}



#right_menu_page .hoverModeBox2 {
    width: 235px;
    height: 112px;
    position: absolute;
    top: 60%;
    margin-left: -250px;
    margin-top: 0;
    background-image: url(../img/rightMenu/right-bxo.png);
    background-repeat: no-repeat;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#right_menu_page p {
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 60px;
}

#right_menu_page img {
    width: 170px;
    height: 170px;
    margin: 0px 15px 10px 15px;
}

#right_menu_page h5 {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #313540;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

#right_menu_page h3 {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 24px;
    color: #4483FF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}