.hidden {
    display: none
}
#loginedbox{
    font-size: 14px;
    cursor: pointer;
}
#loginedbox .name {
    color: orange
}
#loginedbox .coin {
    color: orange
}
#loginedbox span {
    color: #666;
    margin-left: 10px;
}
#gift_send_wrap_e li { 
    text-align: center;
    color: orange
}
.user_name1 {
    color: blue;
}
#chat_content_list_e li .user_name { 
    color: orange;
}
#room_video_e{
    overflow: hidden;
}
.xtiper_msg {
    display: none;
}
#room_video_e .xtiper_msg {
    display: block;
    position: absolute;
    top: 20% !important;
    left: 100%;
    transform: translate(0) !important;
    animation: 10s dh linear;
    animation-duration: 10s !important;
}
.chklogin {
    display: none
}
@keyframes dh {
    0% {
        left: 100%;
    }
    100% {
        left: -102%
    }
}