body {
    font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
    background: #0B1B35;

}
 

li{
    list-style: none;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[v-cloak] {
    display: none;
}

#app {
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
}

.content {
    height: 100vh;
}

.wrap {
    padding: 20px;
    height: 100vh;
    padding-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;

}

* {
    margin: 0;
    padding: 0;
}

.page-top {
    /* background-color: rgba(69, 129, 255, 0.1); */
    /* background-color: #000; */
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    padding: 0 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    align-items: center;
    /* margin: 20px 0 0 20px; */
}
.logout{
    display: flex;
    margin-left: 10px;
    color: #fff;
    align-items: center;
}
.logout-info{
    display: flex;
    margin-left: 10px;
    color: #fff;
    align-items: center;
}
.logout img{
    width: 34px;
    margin-right: 5px;
}
.el-popper{
    padding: 0 !important;
}
.logout-btn{
    text-align: center; margin: 0;cursor: pointer;padding:10px 5px;font-size: 14px;
}
.logout-btn:hover{
    background-color:#c7d6f7 ;
}

.control_time {
    color: #4581FF;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.mobile .control_time{
    left: 50%;
    transform: translateX(-50%);
    top:20px;
}
.top-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.top-right {
    flex: 1;
    /* margin-left: auto; */
    display: flex;
    justify-content: flex-end;
}

.page-top .btn {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}.page-top .btn:hover{
    opacity: 0.9;
}
.page-top .btn  img{
    width: 16px;
    margin-right: 7px;
}

.page-top .btn2 {

    height: 34px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    background: #4581FF;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}

.page-top .btn1 {
    width: 110px;
    height: 34px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    box-sizing: content-box;
    background: #F8494D;
}

.section {
    display: flex;
    height: calc(100% - 56px);
}

.user-list {
    width: 370px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}



.user-list-item {
    background: #000;
    width: 100%;
    /* height: 30%; */
    height: 248px;
    max-height: 350px;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width:1300px) {
    .user-list-item {
        height: 40%;
    }
}

.section-tools {
    height: 44px;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.section-tools .tools-item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
}

.section-tools .icon {
    color: #fff;
    font-size: 24px;
}

.share-wrapper {
    flex: 1;
    margin-left: 20px;
    background-color: #000;
    height: 100%;
    position: relative;
}
.share-wrapper video{

}

.angle_border {
    position: absolute;
    width: 120px;
    height: 120px;
}

.left_top_border {
    top: 0;
    left: 0;
    border-left: 5px solid #06D77E;
    border-top: 5px solid #06D77E;
}

.right_top_border {
    top: 0;
    right: 0;
    border-right: 5px solid #06D77E;
    border-top: 5px solid #06D77E;
}

.left_bottom_border {
    bottom: 0;
    left: 0;
    border-bottom: 5px solid #06D77E;
    border-left: 5px solid #06D77E;
}

.right_bottom_border {
    bottom: 0;
    right: 0;
    border-right: 5px solid #06D77E;
    border-bottom: 5px solid #06D77E;
}

.share-wrapper .btn {
    width: 162px;
    height: 44px;
    background: #F8494D;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.logo {
    font-weight: 500;
    font-size: 42px;
    color: #232323;
    text-align: right;
    font-style: normal;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
}
.logo img{
    width: 38.9px;
    margin-right: 11px;
}
.logo .title {
    height: 49px;
    font-weight: normal;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 49px;
    text-align: right;
    font-style: normal;
    display: inline-block;

}

/* .mobie .section .control_time{
    display: none;
} */

.page-top-h5 {
    position: fixed;
    top: 0;
    left: 0; 
     right: 0;
    margin: 0;
    /* height: 30px; */
    z-index: 20;
    padding: 15px 10px;
    height: 110px;
    display: none;
    
}
.icon-a-fenxiang1{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}
.page-top-h5::before{
    content:"";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient( 180deg, #000000 0%, rgba(0,0,0,0) 100%);
    opacity: 0.54;
}
.page-top-h5 .control_time {
    color: #fff;
}

.page-top-h5 img {
    width: 25px;
    height: 20px;
}

.nine_pal_video_box {
    position: absolute;
    z-index: 2001;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation: opa-c24bdbce .5s;
    background-color: #323232;
    overflow: hidden;
}

@keyframes opa-c24bdbce {
    0% {
        opacity: 0;
    }

    ;

    100% {
        opacity: 1;
    }
}

.meeting_control_box {
    position: absolute;
    /* bottom: 0;
    left: 0; */
    width: 100%;
    z-index: 1000;
    display: none;
    height: 280px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.94) 100%); 
    /* padding-top: 54px; */
    box-sizing: border-box;
    /* transition: all .2s; */
}
/* 解决transform 导致video 层级错乱问题 */
.mobile .wrap_rotate .meeting_control_box {
    transform:translateZ(100px) 
}
.meeting_share_status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.meeting_share_status .left {
    display: flex;
    font-size: 14px;

}

.meeting_share_status button {
    /* width: 136px; */
    height: 23px;
    background: #F8494D;
    border-radius: 3px;
    padding: 0 10px;
    border: none;
    color: #fff;
}

.meeting_share_status .left img {
    margin-right: 5px;
}

.meeting_control_box .btn_ul {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #fff;
    justify-content: space-between;

}
.meeting_control_box .close{
    text-align: center;
    margin-top: 30px;
}
.meeting_control_box .close img{
    width: 69px;
}
.meeting_control_box .btn_ul li {
    overflow: hidden;
    text-align: center;
}
.meeting_control_box .btn_ul li .text{
    margin-top: 10PX;
    font-size: 15PX;
}
.meeting_control_box .btn_ul li .btn_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 69px;
    height: 69px;
  background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.meeting_control_box .btn_ul li .btn_box i {
    font-size: 28px;
    color: #fff;
    font-size: 40px;

}
.meeting_control_box .btn_ul li .btn_box.open {
    color: #000;
    background: #FFFFFF;
}
.meeting_control_box .btn_ul li .btn_box.open i{
    color: #000;
}
.audio-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.audio-box .txt {
    display: flex;
    color: #fff;
    align-items: center;
    margin-top: 20px;
}

.audio-box .txt img {
    margin-right: 10px;
    width: 30px;
    border-radius: 50%;
}


.share__reminder {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.share__reminder a{
    color: rgba(255, 255, 255, 0.8);
}

/* 分享弹框 */
.invite-wrapper {
    /* height: 200px; */
    padding-top: 20px;
}

.invite-wrapper button {
    border: none;
    outline: none;
    width: 166px;
    height: 44px;
    background: #4581FF;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

.invite-wrapper button:hover {
    opacity: 0.8;
}

.invite-wrapper .tit {
    flex-shrink: 0;
    margin-right: 20px;
}

.invite-a {
    height: 32px;
}

/* button +  button{
    margin-left: 20px;
} */
.invite-footer {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.invite-btn+.invite-btn {
    margin-left: 20px;
}

.invite-wrapper .invite-cancel {
    background-color: transparent;
    border: 2px solid #4581FF;
    color: #4581FF;
}


.wy-flex {
    display: flex;
    align-items: center;
}


.close-page {
    /* width: 85px; */
    padding: 5px 15px;
    /* height: 23px; */
    background: #F8494D;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}



/* @media screen and (max-width:450px) { */
.mobile .wrap {
    padding: 0;
}

.mobile .page-top-h5 {
    display: block;
}

.mobile .page-top {
    display: none;
}

.mobile .section {
    width: 100%;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.mobile .section .user-list {
    /* width: 166px; */
    height: 248px;
    display: flex;
    width: 100%;
    flex-direction: row;
}

.mobile .section .user-list .user-list-item {
    width: 50%;
    height: 100%;
    max-height: none;
    margin: 0;

}

.mobile .section-tools {
    display: none;
}

.mobile .user-list-item+.user-list-item {
    margin-left: 20px;
}

/* .user-list .user-list-item.hidden {
        display: none;
    } */

.mobile .section .share-wrapper {
    margin: 0;
    background: #292929;
}

.mobile .meeting_control_box {
    display: block;
    bottom: 0px;
}

.mobile .nine_pal_video_box {
    bottom: 65px;
    bottom: 0;
}

.mobile .share__reminder {
    display: none;
}

.mobile .invite-dialog {
    position: fixed !important;
    bottom: 0;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 5px 5px 0 0 !important;
}

.mobile .angle_border {
    width: 50px;
    height: 50px;
}

.mobile .section .mobile-noshare-list {
    height: 100%;
}

.mobile .section .mobile-noshare-list .current {
    /* width: ; */

}


/* } */


.user-list-item video {
    object-fit: cover;
}

.section-tools .tools-item-right{
    margin-left: auto;
    align-items: center;
    font-size: 14px;
    /* align-self: flex-end; */
}
.direct-box{
    display: none;
}
.mobile .direct-box{
    background-color: #000;
    z-index: 33;
    position: absolute;
    left: 20px;
    top: 20px;
    color:#fff;
    display: block;
    padding: 10px;
}




/* 解决ios video 层级问题 */
.mobile .wrap_rotate .direct-box{

    transform: translateZ(100px);
}









@media all and (orientation : landscape) {
    /*　　这是匹配横屏的状态，横屏时的css代码　　*/
    .mobile  .wrap:not(.wrap_landscape_portrait) .page-top-h5{
        display: none;
    }
    .mobile  .wrap:not(.wrap_landscape_portrait) .section {
        flex-direction: row;
        background-color: #000;

    }

    .mobile  .wrap:not(.wrap_landscape_portrait) .section .mobile-noshare-list {
        width: 100%;
    }

    /* 两方摄像头 都存在  且  开启了共享屏幕 */

    .mobile  .wrap:not(.wrap_landscape_portrait) .section .user-list:not(.mobile-noshare-list).has-user-list {
        width: 102px;
        height: 102px;
        flex-direction: column;
        position: absolute;
        right: 20px;
        top:20px;
        border-radius: 18px;
        overflow: hidden;
        z-index: 1;

    }
    .mobile  .wrap:not(.wrap_landscape_portrait) .section .user-list:not(.mobile-noshare-list).has-user-list .user-list-item.hasVideo {
        width: 100%;
        display: block;
    }
    .mobile  .wrap:not(.wrap_landscape_portrait) .section .user-list:not(.mobile-noshare-list).has-user-list .user-list-item:first-child{
        display: none;
    }
    .mobile  .wrap:not(.wrap_landscape_portrait) .section .mobile-noshare-list .user-list-item {
        width: 100%;
        display: none;
    }

    .mobile  .wrap:not(.wrap_landscape_portrait) .section .mobile-noshare-list.has-user-list .user-list-item.hasVideo {
        width: 50%;
        display: block;
    }

    .mobile  .wrap:not(.wrap_landscape_portrait) .section .mobile-noshare-list .user-list-item.hasVideo {
        display: block;
    }


    .mobile  .wrap:not(.wrap_landscape_portrait)  .meeting_control_box{
        height: 230px;
        padding: 0 85px;
    }



    /* 横屏下 切换成 竖屏的样式 */
    .mobile   .wrap.wrap_landscape_portrait {
        transform-origin: left top;
        width: 100vh;
        height: 100vw;
    }
    .mobile   .wrap.wrap_landscape_portrait.wrap_90{
        transform: rotate(-90deg) translate(-100vh, 0);
    }
    .mobile   .wrap.wrap_landscape_portrait.wrap_-90{
        transform: rotate(90deg) translate(0, -100vw);
    }
 

    .mobile .wrap.wrap_landscape_portrait .section {
        background-color: #000;
    }
    .mobile .wrap.wrap_landscape_portrait .section .user-list:not(.mobile-noshare-list) {
        width: 100%;
        height: 180px;
        justify-content: center;
        align-items: center;
        /* flex-direction: column; */
    }
    .mobile .wrap.wrap_landscape_portrait .section .user-list:not(.mobile-noshare-list) .user-list-item{
        width: 102px;
        height: 102px;
        border-radius: 18px;
        overflow: hidden;
        margin-top: 30px;
    }
    .mobile .wrap.wrap_landscape_portrait .section .user-list:not(.mobile-noshare-list) .user-list-item ~ .user-list-item{
        margin-left: 20px;
    }
    .mobile .wrap.wrap_landscape_portrait .section .mobile-noshare-list {
        height: 100%;
        flex-direction: column;

    }

    .mobile .wrap.wrap_landscape_portrait .section .mobile-noshare-list .user-list-item {
        width: 100%;
        display: none;
    }

    .mobile .wrap.wrap_landscape_portrait .section .mobile-noshare-list .user-list-item.hasVideo {
        display: block;
    }

    .mobile .wrap.wrap_landscape_portrait .section .mobile-noshare-list.has-user-list .user-list-item.aa {
        position: absolute;
        top: 40px;
        right: 20px;
        width: 102px !important;
        height: 152px !important;
        z-index: 25;
        border-radius: 18px;
        overflow: hidden;
        transform:translateZ(100px) 
    }


}

@media all and (orientation : portrait) {

        /* 竖屏模式未旋转的样式 */
    

        .mobile .section {
            /* background-color: #000; */
        }
        .mobile .wrap:not(.wrap_portrait_landscape) .section .user-list:not(.mobile-noshare-list) {
            width: 100%;
            height: 180px;
            justify-content: center;
            align-items: center;
            /* flex-direction: column; */
        }
        .mobile .wrap:not(.wrap_portrait_landscape) .section .user-list:not(.mobile-noshare-list) .user-list-item{
            width: 102px;
            height: 102px;
            border-radius: 18px;
            overflow: hidden;
            margin-top: 30px;
        }
        .mobile .wrap:not(.wrap_portrait_landscape) .section .user-list:not(.mobile-noshare-list) .user-list-item ~ .user-list-item{
            margin-left: 20px;
        }
        .mobile .wrap:not(.wrap_portrait_landscape) .section .mobile-noshare-list {
            height: 100%;
            flex-direction: column;

        }

        .mobile .wrap:not(.wrap_portrait_landscape) .section .mobile-noshare-list .user-list-item {
            width: 100%;
            display: none;
        }

        .mobile .wrap:not(.wrap_portrait_landscape) .section .mobile-noshare-list .user-list-item.hasVideo {
            display: block;
        }

        .mobile .wrap:not(.wrap_portrait_landscape) .section .mobile-noshare-list.has-user-list .user-list-item.aa {
            position: absolute;
            top: 40px;
            right: 20px;
            width: 102px !important;
            height: 152px !important;
            z-index: 25;
            border-radius: 18px;
            overflow: hidden;

        }


        /* 竖屏模式 手动点击旋转 成横屏的模式 */
        .mobile .wrap_portrait_landscape {
            transform: rotate(90deg) translate(0px, -100vw);
            transform-origin: left top;
            width: 100vh;
            height: 100vw;
        }
        .mobile .wrap_portrait_landscape .meeting_control_box{
            height: 230px;
            padding: 0 85px;
        }

        .mobile .wrap_portrait_landscape .page-top-h5{
            display: none;
        }
        .mobile .wrap_portrait_landscape .section {
            flex-direction: row;
            background-color: #000;

        }
        .mobile .wrap.wrap_portrait_landscape .section .user-list:not(.mobile-noshare-list) {
            width: 100%;
            height: 180px;
            justify-content: center;
            align-items: center;
        }
        .mobile .wrap_portrait_landscape .section .mobile-noshare-list {
            width: 100%;
            flex-direction: row;
        }


        .mobile .wrap_portrait_landscape .section .user-list:not(.mobile-noshare-list).has-user-list {
            width: 102px;
            height: 102px;
            flex-direction: column;
            position: absolute;
            right: 20px;
            top:20px;
            border-radius: 18px;
            overflow: hidden;
            z-index: 1;
            transform:translateZ(100px) 

        }

        .mobile .wrap_portrait_landscape .section .user-list:not(.mobile-noshare-list).has-user-list .user-list-item.hasVideo {
            width: 100%;
            display: block;
        }
        .mobile .wrap_portrait_landscape .section .user-list:not(.mobile-noshare-list).has-user-list .user-list-item:first-child{
            display: none;
            }
        .mobile .wrap_portrait_landscape .section .mobile-noshare-list .user-list-item {
            width: 100%;
            display: none;
        }

        .mobile .wrap_portrait_landscape .section .mobile-noshare-list.has-user-list .user-list-item.hasVideo {
            width: 50%;
            display: block;
        }

        .mobile .wrap_portrait_landscape .section .mobile-noshare-list .user-list-item.hasVideo {
            display: block;
        }

   
}

video{
    /* background-color: red; */
}


.cd-camera{
    width: 50px;
}


.loading{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #4581FF;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    /* margin-top: 100px; */
}

.loading span {
    display: inline-block;
    width: 2px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: load 1.04s ease infinite;
    animation: load 1.04s ease infinite;
    margin: 0 2px;
    margin-top: 25px;
}
.loading span:nth-child(2) {
    -webkit-animation-delay: 0.13s;
    
}
.loading span:nth-child(3) {
    -webkit-animation-delay: 0.26s;
}
.loading span:nth-child(4) {
    -webkit-animation-delay: 0.39s;
}


@keyframes load {
    0%, 100% {
        height: 10px;
    margin-top: 25px;

        /* margin-top: 0; */
    }
    50% {
        height: 20px;
        margin-top: 15px;
    }
}