.main{
    width: 1556px;
    margin: 0 auto;
}
.flex{
    display: flex;
}
.room-left{
    width: 1106px;
}
.room-right{
    width: 440px;
}
.room-bg{
    background: rgba(0, 0, 0, .7);
    border-radius: 4px;
}
.left-top{
    height: 85px;
    padding: 10px;
    box-sizing: border-box;
}
.left-top .face{
    width: 60px;
    height: 60px;
}
.left-top .face img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.left-top-right{
    margin-left: 20px;
    width: calc(100% - 70px);
}
.left-top-right-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.left-top-right-top .name{
    width: 170px;
}
.left-top-right-top .name span{
    font-size: 14px;
    font-weight: 700;
    color: #e6e6e6;
    height: 24px;
    line-height: 24px;
}
.left-top-right-bottom{
    margin-top: 5px;
    height: 26px;
}
.left-top-right-bottom ul{
    height: 100%;
    align-items: center;
}
.left-top-right-bottom ul li{
    font-size: 12px;
    color: #fff;
}
.left-bottom{
    justify-content: space-between;
    margin-top: 10px;
}
.left-bottom-left{
    width: 296px;
}
.left-bottom-left .notice{
    height: 40px;
    display: flex;
    align-items: center;
}
.notice-img{
    padding-left: 16px;
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,.12);
}
.left-bottom-left .notice p{
    font-size: 12px;
    color: #e2e2e2;
    margin-left: 20px;
}
.left-bottom-right{
    width: calc(100% - 306px);
}
.live-rank{
    margin-top: 10px;
}
.live-title{
    height: 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.live-title .tt{
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.live-title .tt:hover{
    background: rgba(0, 0, 0, .7);
    border-bottom: 2px solid #FE63A9;
}
.live-title .tt.active{
    background: rgba(0, 0, 0, .7);
    border-bottom: 2px solid #FE63A9;
}
.rank-box{
    min-height: 500px;
    max-height: 500px;
    background: rgba(0, 0, 0, .7);
    overflow-y: scroll;
}
.rank-box::-webkit-scrollbar{
    width: 5px;
    height: 4px;
}
.rank-box::-webkit-scrollbar-thumb{
    background-color: #bfc0c3;
    background-clip: padding-box;
    min-height: 28px;
    border-radius: 4px;
}
.rank-box::-webkit-scrollbar-track{
    background-color: transparent;
}
.rank-box ul li{
    display: flex;
    padding: 8px 0 8px 20px;
    margin: 3px 0;
    font-size: 14px;
}
.rank-box ul li .user-face{
    width: 46px;
    height: 46px;

}
.rank-box ul li .user-face img{
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.user-name{
    margin-left: 10px;
}
.user-name .name{
    font-size: 14px;
    color: #fff;
}
.user-name .labels{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.user-name .labels span{
    background-color: #EEA0A0;
    display: inline-block;
    padding: 1px 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}
.left-bottom-right-top{
    height: 600px;
    background: #363A41;
    margin: auto 0;
}
.left-bottom-right-top .video{
    width: 100%;
    height: 100%;
}
.left-bottom-right-bottom{
    height: 153px;
    background: rgba(0, 0, 0, .7);
    padding: 12px 8px 10px;
    border-radius: 4px;
}
.gifts {
    position: relative;
}
.gifts .swiper .swiper-slide{
    width: 74px;
    height: 84px;
    background: rgba(255, 255, 255, .08);
    border-radius: 8px;
}
.gifts .swiper .swiper-slide img{
    width: 62px;
    height: 62px;
}
.gifts .swiper .swiper-slide .gift{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 8px;
    position: relative;
}
.gifts .swiper .swiper-slide{
    border: 1px solid transparent;
}
.gifts .swiper .swiper-slide:hover{
    border-color: #FF567B;
}
.gifts .hover{
    background-color: #fff;
    min-width: 220px;
    width: 220px;
    padding: 10px;
    height: 60px;
    box-sizing: border-box;
    position: absolute;
    top: -70px;
    transition: all 0.3s;
    margin-left: 0;
    /*left: 0;*/
    border-radius: 5px;
    opacity: 0;
    display: flex;
    gap: 20px;
    z-index:10000
}
.gifts  .hover .hover-left img{
    width: 41px;
    height: 41px;
}
.gifts .hover .hover-right p span{
    color: #d22d57;
    margin-right: 4px;
}
.gifts .swiper .swiper-slide .gift span{
    font-size: 12px;
    color: #fff;
}
.swiper-slide.active{
    border: 1px solid #FF567B!important;
}
.top-up{
    display: flex;
    height: 30px;
    margin-top: 10px;
    justify-content: space-between;

}
.top-up .left{
    display: flex;
    gap: 10px;
}
.top-up .left >span{
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 3px 6px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-up .name{
    width: 32px;
    height: 20px;
    color: #fff;
    background-color: #F7894C;
    font-size: 10px;
    border-radius: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-up button{
    background: #FF567B;
    width: 54px;
    height: 28px;
    border: 0;
    outline: 0;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}

.room-right{
    width: 440px;
    height: 848px;
    margin-left: 10px;
}
.chat-box{
    height: calc(100% - 210px);
}
.send-msg{
    padding: 5px;
    margin: 0 10px;
}
.send-msg span{
    color: #B5CCEF;
    font-size: 14px;
    display: inline-block;
    margin: 0 2px;
}
.send-msg.time{
    text-align: center;
}
.user-msg{
}
.user-msg .label{
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    width: 45px;
    background-color: #EEA0A0;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
    text-align: center;
}
.user-msg .m{
    color: #fff;
    font-weight: bolder;
}
.user-msg .send-con{
    color: #f9f9f9;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    display: inline;
}
.user-msg .name{
    color: #ddb96d;
}
.send-msg.time span{
    font-size: 12px;
    color: #fff!important;
}
.send-box{
    height: 168px;
    background: rgba(0, 0, 0, .75);
    border-radius: 0 0 4px 4px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;

}
.send-menu{
    height: 35px;
    padding-top: 8px;
    margin-bottom: 8px
}

@font-face {
    font-family: 'iconfont';
    src: url('/static/iconfont/iconfont.ttf?t=1724919416359') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.send-menu ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.send-menu ul li{

}
.send-menu ul li i{
    font-size: 24px;
    color: #fff;
}
.send-editor{
    background: rgba(255, 255, 255, .16);
    height: 66px;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    position: relative;
}
.send-nt{
    font-size: 14px;
    position: absolute;
    top: 5px;
    left: 10px;
    color: #d2d2d266;
}
.chat-content{
    height: 34px;
    border: 0;
    outline: 0;
    padding-left: 5px;
    padding-right: 5px;
    color: #d2d2d2;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 18px;
    overflow: hidden;
    overflow-y: auto;
    text-align: justify;
    position: relative;
    z-index: 10;
    font-size: 14px;

}
.chat-content::-webkit-scrollbar{
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 0 !important;
}
.send-btns{
    text-align: right;
    position: absolute;
    bottom: 10px;
    right:10px;
}
.send-btns button{
    background: #FF567B;
    width: 54px;
    height: 28px;
    border: 0;
    outline: 0;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}
.video-box{
    height: 450px;
    width: 100%;
    position: relative;
}
#myCanvas{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.chat-box ul::-webkit-scrollbar{
    width: 5px;
    height: 4px;
}
.chat-box ul::-webkit-scrollbar-thumb{
    background-color: #bfc0c3;
    background-clip: padding-box;
    min-height: 28px;
    border-radius: 4px;
}
.chat-box ul::-webkit-scrollbar-track{
    background-color: transparent;
}
.dropdown-list{
    position: absolute;
    background-color: #fff;
    top: -250px;
    width: 100%;
    height: 250px;
    left: 0;
    border-radius: 5px;
}
.dropdown-title{
    display: flex;
    align-items: center;
    padding: 0 10px;
    padding-top: 20px;
    justify-content: space-between;
}
.dropdown-list h2{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bolder;
}
.dropdown-title span{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E2E2E2;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}
.dropdown-content{
    padding: 10px 10px;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.dropdown-item{
    border: 1px solid #666;
    line-height: 30px;
    border-radius: 10px;
    padding: 2px 10px;
    cursor: pointer;
}

.fix-left{
    width: 70px;
    background: #1B1919;
    position: absolute;
    height: 100vh;
    left: 0;
    top: 0;
}
.fix-content{
    margin-top: 40px;
    height: 100%;
}
.fix-content ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
.fix-content ul li{
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #273150;
}
.fix-content ul li a{
    color: #fff;
}
.login{
    background: #ac3765;
    width: 40px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
}
.fix-content img{
    margin-left: 10px;
}
.save button{
    background-color: #FF567B;
    width: 66px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border: 0;
    border-radius: 30px;
    outline: 0;
}