﻿
/* 
-------------------------------
    : Custom - Chat css :
-------------------------------
*/


.chat-layout {
    display: -ms-flexbox;
    display: flex;
}

.chat-detail {
    flex: 1;
}

.chat-leftbar {
    background-color: #fff;
    width: calc(100vw - 480px);
}

    .chat-leftbar .chat-left-headbar {
        padding-left: 15px;
        padding-top: 2px;
        border-bottom: 1px solid #f1f3f4;
        position: sticky;
        top: 0;
        background-color: #ffffff;
        z-index: 1;
        height: 50px;
    }

        .chat-leftbar .chat-left-headbar img {
            margin-right: 20px;
            height: 48px;
        }

        .chat-leftbar .chat-left-headbar a {
            font-size: 20px;
            color: #4c595f;
        }

            .chat-leftbar .chat-left-headbar a:hover {
                color: #19a299;
            }

        .chat-leftbar .chat-left-headbar .dropdown-menu {
            top: 20px !important;
        }

    .chat-leftbar .chat-left-search {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        height: 90px;
        background: #f1f3f4;
        padding: 10px;
    }

        .chat-leftbar .chat-left-search input[type=search] {
            background-color: rgba(129, 167, 205, 0.1);
            color: #8A98AC;
            font-size: 16px;
            padding-left: 20px;
            border: none;
            border-radius: 3px 0 0 3px;
        }

        .chat-leftbar .chat-left-search ::placeholder {
            color: #8A98AC;
        }

        .chat-leftbar .chat-left-search .input-group-append {
            margin-left: 0px;
        }

        .chat-leftbar .chat-left-search .btn {
            background-color: rgba(129, 167, 205, 0.1);
            color: #8A98AC;
            font-size: 18px;
            border-radius: 0 3px 3px 0;
            padding: 5px 15px 3px 5px;
            box-shadow: none;
            z-index: 0;
        }

    .chat-leftbar .chat-left-body {
        /*padding-bottom: 100px;*/
    }

        .chat-leftbar .chat-left-body .nav-pills .nav-link {
            padding: 15px !important;
            border-right: 2px solid transparent;
            border-bottom: none !important;
            cursor: pointer;
            color: #8A98AC;
        }

            .chat-leftbar .chat-left-body .nav-pills .nav-link.active {
                background-color: #f1f3f4;
                border-right: 2px solid #19a299;
            }

            .chat-leftbar .chat-left-body .nav-pills .nav-link:hover {
                background-color: #f1f3f4;
                border-right: 2px solid #19a299;
            }

        .chat-leftbar .chat-left-body .chat-userlist .media .user-status {
            position: relative;
            left: 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 2px solid #ffffff;
            background-color: #19a299;
        }

            .chat-leftbar .chat-left-body .chat-userlist .media .user-status.status-offline {
                background-color: #f0c740;
            }

            .chat-leftbar .chat-left-body .chat-userlist .media .user-status.status-away {
                background-color: #f27273;
            }

            .chat-leftbar .chat-left-body .chat-userlist .media .user-status ~ img {
                margin-left: -12px;
            }

        .chat-leftbar .chat-left-body .chat-userlist .media img {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            margin-right: 10px;
        }

        .chat-leftbar .chat-left-body .chat-userlist .media h5 {
            font-size: 15px;
            margin-bottom: 5px;
        }

        .chat-leftbar .chat-left-body .chat-userlist .media p {
            margin-bottom: 0;
            font-size: 14px;
            width: 200px;
            height: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .chat-leftbar .chat-left-body .chat-userlist .media .chat-timing {
            color: #8A98AC;
            float: right;
            font-size: 11px;
            font-weight: 400;
            margin-top: 3px;
        }

        .chat-leftbar .chat-left-body .profilebar {
            text-align: center;
            padding: 30px 0;
        }

            .chat-leftbar .chat-left-body .profilebar .profile-pic {
                width: 100px;
                max-width: 100%;
                height: auto;
                border-radius: 50%;
            }

            .chat-leftbar .chat-left-body .profilebar .profile-edit {
                position: relative;
                top: -30px;
                right: -40px;
                color: #8A98AC;
            }

                .chat-leftbar .chat-left-body .profilebar .profile-edit .profile-upload {
                    display: none;
                }

                .chat-leftbar .chat-left-body .profilebar .profile-edit .upload-button {
                    font-size: 20px;
                }

                    .chat-leftbar .chat-left-body .profilebar .profile-edit .upload-button:hover {
                        color: #19a299;
                    }

        .chat-leftbar .chat-left-body .profile-detail ul li {
            padding: 15px;
            border-top: 1px solid rgba(0, 0, 0, 0.03);
        }

            .chat-leftbar .chat-left-body .profile-detail ul li i {
                font-size: 20px;
                color: #8A98AC;
                margin-right: 15px;
            }

            .chat-leftbar .chat-left-body .profile-detail ul li p {
                margin-bottom: 0;
            }

            .chat-leftbar .chat-left-body .profile-detail ul li .form-control {
                font-size: 15px;
                font-weight: 600;
                color: #4c595f;
                border: none;
                padding: 0;
                height: calc(1em + .5rem + 2px);
                background-color: transparent;
            }

            .chat-leftbar .chat-left-body .profile-detail ul li .input-group-append .btn {
                font-size: 11px;
                color: #8A98AC;
                padding: 0;
            }

                .chat-leftbar .chat-left-body .profile-detail ul li .input-group-append .btn:hover {
                    color: #19a299;
                }

        .chat-leftbar .chat-left-body .general-setting {
            padding: 15px;
        }

        .chat-leftbar .chat-left-body .privacy-setting {
            padding: 15px;
        }

        .chat-leftbar .chat-left-body .design-setting {
            padding: 15px 15px 20px 20px;
        }

        .chat-leftbar .chat-left-body .setting-header {
            padding: 15px;
            margin-bottom: 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        }

    .chat-leftbar .chat-menu {
        background-color: #ffffff;
        padding: 0 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.03);
        position: fixed;
        bottom: 0;
        width: 320px;
        z-index: 9;
    }


    .chat-leftbar .chat-left-bottom {
        background-color: rgba(0, 0, 0, 0.03);
        border-top: 0px solid rgba(0, 0, 0, 0.03);
        position: fixed;
        bottom: 0;
        height: 70px;
        text-align: center;
        z-index: 9;
        width: calc(100vw - 480px);
    }





.chat-rightbar {
    display: -ms-flexbox;
    display: flex;
}

.chat-detail {
    background-color: #ffffff;
   margin-left:3px;
 
}

    .chat-detail .chat-head {
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        height: 71px;
        background: #fff;
        color: #000;
   
    }

        .chat-detail .chat-head h4 {
            color: #000;
        }

        .chat-detail .chat-head .user-status {
            position: relative;
            left: 12px;
            margin-left: -12px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 2px solid #ffffff;
            background-color: #19a299;
        }

            .chat-detail .chat-head .user-status.status-offline {
                background-color: #f0c740;
            }

            .chat-detail .chat-head .user-status.status-away {
                background-color: #f27273;
            }

        .chat-detail .chat-head img {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            margin-right: 10px;
        }

        .chat-detail .chat-head h5 {
            margin-bottom: 5px;
            font-size: 15px;
        }

        .chat-detail .chat-head .list-inline li {
            margin-right: 15px;
        }

            .chat-detail .chat-head .list-inline li a {
                color: #4c595f;
                font-size: 20px;
            }

                .chat-detail .chat-head .list-inline li a:hover {
                    color: #19a299;
                }

            .chat-detail .chat-head .list-inline li:last-child {
                margin-right: 0;
                display: none;
            }

            .chat-detail .chat-head .list-inline li .dropdown-menu {
                top: 20px !important;
            }

    .chat-detail.order-chat-detail .chat-body {
        padding: 0 20px;
    }

    .chat-detail .chat-body {
        background-image: url(/Liveroom/Styles/images/authentication-bg.jpg);
        padding: 30px 30px 30px;
    }

        .chat-detail .chat-body .empty-screen {
            text-align: center;
            position: absolute;
            top: 35%;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .chat-detail .chat-body .chat-message {
            margin-bottom: 15px;
        }

            .chat-detail .chat-body .chat-message .chat-message-text {
                background-color: #fff;
                color: #000;
                padding: 5px 10px;
                display: inline-block;
                border-radius: 3px;
                position: relative;
                word-break: break-all;
            }

                .chat-detail .chat-body .chat-message .chat-message-text img {
                    max-width: 180px;
                }

            .chat-detail .chat-body .chat-message .chat-message-meta {
                margin-top: 5px;
                font-size: 13px;
            }

            .chat-detail .chat-body .chat-message.chat-message-left {
                text-align: left;
            }

                .chat-detail .chat-body .chat-message.chat-message-left .chat-message-text:after {
                    content: " ";
                    position: absolute;
                    width: 0;
                    height: 0;
                    left: -10px;
                    right: auto;
                    top: auto;
                    bottom: 0;
                    border: 6px solid #fff;
                    border-color: transparent #fff #fff transparent;
                }

            .chat-detail .chat-body .chat-message.chat-message-right {
                text-align: right;
            }

                .chat-detail .chat-body .chat-message.chat-message-right .chat-message-text {
                    background-color: #19a299;
                    color: #ffffff;
                    text-align: left;
                    word-break: break-all;
                }

                    .chat-detail .chat-body .chat-message.chat-message-right .chat-message-text:after {
                        content: " ";
                        position: absolute;
                        width: 0;
                        height: 0;
                        left: auto;
                        right: -10px;
                        top: auto;
                        bottom: 0;
                        border: 6px solid #19a299;
                        border-color: transparent transparent #19a299 #19a299;
                    }

                .chat-detail .chat-body .chat-message.chat-message-right .chat-message-meta {
                    text-align: right;
                }

        .chat-detail .chat-body .message-media {
            margin: 5px 0;
        }

            .chat-detail .chat-body .message-media .media-more {
                background-color: #f1f3f4;
                font-weight: 600;
                border-radius: 3px;
                margin-bottom: 0;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
            }

        .chat-detail .chat-body .message-document {
            margin: 5px 0;
        }

            .chat-detail .chat-body .message-document h5 {
                font-size: 15px;
                margin-bottom: 5px;
                margin-top: 5px;
            }

                .chat-detail .chat-body .message-document h5 a {
                    color: #ffffff;
                }

            .chat-detail .chat-body .message-document p {
                text-align: left;
                margin-bottom: 0;
            }

        .chat-detail .chat-body .message-audio {
            margin: 5px 0 0 0;
        }

            .chat-detail .chat-body .message-audio audio {
                width: 210px;
                height: 50px;
                background-color: #f1f3f4;
                border-radius: 3px;
            }

        .chat-detail .chat-body .message-video {
            margin: 5px 0 0 0;
        }

            .chat-detail .chat-body .message-video video {
                border-radius: 3px;
            }

    .chat-detail .chat-bottom {
        background-color: #ffffff;
        padding: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.03);
        border-left: 1px solid rgba(0, 0, 0, 0.03);
        bottom: 0;
        left: 320px;
        height: 69px;
        right: 0;
    }

        .chat-detail .chat-bottom .chat-messagebar a {
            font-size: 16px;
            color: #4c595f;
            margin-top: 5px;
            padding: 5px;
        }

            .chat-detail .chat-bottom .chat-messagebar a:hover {
                color: #19a299;
            }

        .chat-detail .chat-bottom .chat-messagebar input[type=text] {
            background-color: transparent;
            color: #8A98AC;
            font-size: 16px;
            border: none;
            border-radius: 0;
        }

        .chat-detail .chat-bottom .chat-messagebar ::placeholder {
            color: #8A98AC;
        }

        .chat-detail .chat-bottom .chat-messagebar .input-group-append {
            margin-left: 0px;
        }

        .chat-detail .chat-bottom .chat-messagebar .btn {
            margin: 0 5px;
        }

.chat-user-info {
    width: 320px;
    height: 100vh;
    background: #ffffff;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .chat-user-info.show {
        display: block;
    }

    .chat-user-info .chat-user-head {
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        position: sticky;
        top: 0;
        background-color: #ffffff;
    }

        .chat-user-info .chat-user-head h5 {
            font-size: 15px;
            margin-bottom: 0;
            line-height: 40px;
        }

        .chat-user-info .chat-user-head li a {
            color: #4c595f;
            font-size: 20px;
        }

            .chat-user-info .chat-user-head li a:hover {
                color: #19a299;
            }

    .chat-user-info .chat-user-body .userbar {
        text-align: center;
        padding: 30px 0;
    }

        .chat-user-info .chat-user-body .userbar .user-pic {
            width: 100px;
            max-width: 100%;
            height: auto;
            border-radius: 50%;
        }

        .chat-user-info .chat-user-body .userbar h5 {
            margin-top: 30px;
        }

    .chat-user-info .chat-user-body .user-detail .user-detail-header {
        padding: 15px;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }

    .chat-user-info .chat-user-body .user-detail .user-about {
        padding: 15px;
        margin-bottom: 5px;
    }

    .chat-user-info .chat-user-body .user-detail .user-media {
        padding: 15px;
        margin-bottom: 5px;
    }

        .chat-user-info .chat-user-body .user-detail .user-media .user-media-slider > i {
            position: absolute;
            top: -45px;
            right: 0;
            font-size: 16px;
            z-index: 9;
        }

            .chat-user-info .chat-user-body .user-detail .user-media .user-media-slider > i:first-child {
                right: 15px;
            }

    .chat-user-info .chat-user-body .user-detail .user-social {
        padding: 15px;
        margin-bottom: 5px;
    }

        .chat-user-info .chat-user-body .user-detail .user-social li a {
            font-size: 20px;
            margin-right: 10px;
        }

            .chat-user-info .chat-user-body .user-detail .user-social li a.facebook {
                color: #3C5B9A;
            }

            .chat-user-info .chat-user-body .user-detail .user-social li a.twitter {
                color: #1EA2F1;
            }

            .chat-user-info .chat-user-body .user-detail .user-social li a.instagram {
                color: #D2418F;
            }

    .chat-user-info .chat-user-body .user-detail .user-setting {
        padding: 15px;
        margin-bottom: 5px;
    }

/* 
-----------------------------------
    : Custom - Responsive css :
-----------------------------------
*/
@media (min-width: 1300px) {
    .chat-user-info {
        display: none;
    }

        .chat-user-info.show {
            display: block;
        }
}

@media (max-width: 1300px) and (min-width: 992px) {
    .chat-user-info {
        position: fixed;
        width: calc(100vw - 320px);
        right: 100%;
        top: 0;
        bottom: 0;
        border-left: 2px solid #fbfbfb;
        z-index: 1020;
        visibility: hidden;
    }

        .chat-user-info.show {
            visibility: visible;
            right: 0;
        }
}

@media (min-width: 992px) {
    .chat-leftbar {
        /*width: 320px;*/
        width: calc(100vw - 480px);
        /*height: 80vh;*/
        padding-bottom: 10px;
    }

    .chat-rightbar {
        flex: 1;
        /*height: 80vh;*/
        /*max-width: calc(100vw - 320px);*/
        max-width: 480px;
        overflow: hidden
    }

    .chat-detail .chat-bottom.small {
        right: 320px;
        border-right: 1px solid rgba(0, 0, 0, 0.03);
    }
}

@media (max-width: 991px) {

    .chat-layout {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .chat-leftbar {
        height: calc(100vh - 69px);
        -ms-flex-order: 1;
        order: 1;
    }

        .chat-leftbar .chat-menu {
            width: 100%;
        }

        .chat-leftbar .chat-left-body {
            padding-bottom: 200px;
        }

    .chat-rightbar {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 100%;
        visibility: hidden;
        z-index: 1040;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .chat-rightbar.show {
            visibility: visible;
            left: 0;
        }

    .chat-user-info {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 100%;
        visibility: hidden;
        z-index: 1040;
    }

        .chat-user-info.show {
            visibility: visible;
            left: 0;
        }

    .chat-detail .chat-head .list-inline li:last-child {
        display: inline-block;
    }

    .chat-detail .chat-body {
        /*padding: 30px 30px 200px;*/
    }

    .chat-detail .chat-bottom {
        left: 0;
    }
}

@media (max-width: 767px) {

    .chat-leftbar .chat-left-body {
        padding-bottom: 300px;
    }

    .chat-detail .chat-head img {
        width: 38px;
    }

    .chat-detail .chat-head .list-inline li {
        margin-right: 8px;
    }

        .chat-detail .chat-head .list-inline li a {
            font-size: 20px;
        }

    .chat-detail .chat-body {
        /*padding: 30px 30px 300px;*/
    }

        .chat-detail .chat-body .empty-screen {
            top: 30%;
        }

    .auth-box .auth-box-right h4 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .auth-box .auth-box-right .forgot-psw {
        text-align: left;
    }
}







/*播放器===========*/
.video-js .vjs-big-play-button {
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}


.videoBox {
    width: 100%;
    height: 478px;
    text-align: center;
    clear: both;
    position: relative;
    border-radius: 10px;
    background-size: 100% 100%;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);*/
    position: relative;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}



.videoBox-mask {
    width: 100%;
    text-align: center;
    height: 478px;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    position: absolute;
    border: 0;
    top: 0;
    z-index: 1000;
    border-radius: 5px;
}

    .videoBox-mask img {
        margin-top: 80px;
    }

    .videoBox-mask h3 {
        color: #fff;
    }

.videoBox img {
    width: 100%;
    height: 100%;
    z-index: 900;
    border-radius: 5px;
}

.videoBox .play {
    background: url(/Styles/images/ico_play.png) no-repeat;
    background-position: 0px 0px; /*对应小图标的坐标*/
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}


.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-js.vjs-playing .vjs-tech {
    pointer-events: auto;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}


.item-image .play {
    background: url(/Styles/images/ico_play.png) no-repeat;
    background-position: 0px 0px; /*对应小图标的坐标*/
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}



/*===========*/


/* 直播视频 */
.video-container {
    width: 100%;
    margin-top: 5px;
}

    .video-container h3 {
        font-size: 16px;
        border-bottom: 1px solid #f1f3f4;
        padding-bottom: 10px;
        padding-top: 10px;
        font-weight: normal;
    }


.video-item {
    margin-top: 5px;
    padding: 0 0px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    width: 150px;
    float: left;
    margin-right: 10px;
    border: 2px solid #f1f3f4;
    height: 130px;
}

    .video-item:hover, .video-item-active {
        border: 2px solid #19a299;
    }

    .video-item .item-image {
        padding-top: 56.25%;
        height: 0;
        overflow: hidden;
        position: relative;
        border-radius: 5px 5px 0 0;
        background: #efefef;
    }

        .video-item .item-image > div {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
        }

    .video-item .item-body {
        padding: 10px 12px 0px 20px;
    }

        .video-item .item-body h3 {
            height: 24px;
            width: 100%;
            text-overflow: ellipsis; /* ellipsis:显示省略符号来代表被修剪的文本  string:使用给定的字符串来代表被修剪的文本*/
            white-space: nowrap; /* nowrap:规定段落中的文本不进行换行   */
            overflow: hidden; /*超出部分隐藏*/
        }

        .video-item .item-body a {
            font-size: 16px;
            color: #333;
        }


.icon-live-gif, .icon-live-gif:after {
    background: #f30;
    border-radius: 50px;
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

    .icon-live-gif:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(data:image/gif;base64,R0lGODlhKAAoAKIFAP/////MzP9mM/9mZv//zPo1DgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3ZGYyMTg1NS0zMGU5LTM3NGYtYWNlNi01NjdjMmFhYWNhYzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0U1MTU1QkE5MDE2MTFFQTg3RTc5OTQyNkMwNjQ1ODgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0U1MTU1Qjk5MDE2MTFFQTg3RTc5OTQyNkMwNjQ1ODgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3OTFGMkVDRDY1RUExMUEwRDdDMTBDMkUyNTlFMzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N2RmMjE4NTUtMzBlOS0zNzRmLWFjZTYtNTY3YzJhYWFjYWMwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBt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) no-repeat 50%/100%;
    }





.chat-mask {
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    position: absolute;
    border: 0;
    top: 0;
    z-index: 1000;
}

    .chat-mask .chat-mask-button {
        width: 220px;
        height: 120px;
        position: absolute;
        left: 50%;
        margin-top: -60px;
        margin-left: -110px;
        top: 50%;
        text-align: center;
    }

        .chat-mask .chat-mask-button h3 {
            font-size: 14px;
            font-weight: normal;
            color: #fff;
            padding: 10px;
        }

        .chat-mask .chat-mask-button a {
            font-size: 14px;
            color: #fff;
            background: #19a299;
            padding: 5px;
            border-radius: 50px;
        }





.exhibitor-btns {
    display: inline;
    float: right;
    padding-top: 10px;
}

    .exhibitor-btns .btn-item {
        display: inline;
        float: left;
        text-align: center;
    }


        .exhibitor-btns .btn-item .btn-item-icon {
            position: relative;
            width: 50px;
            height: 15px;
            margin: 0;
            padding: 0;
            text-align: center;
            display: inline-block;
        }

            .exhibitor-btns .btn-item .btn-item-icon span {
                position: absolute;
                right: -5px;
                top: -10px;
            }

        .exhibitor-btns .btn-item h4 {
            font-size: 14px;
            text-align: center;
            font-weight: normal;
            margin: 0;
            padding: 10px 10px 5px 10px;
        }

/**emoji*/

.chat-detail .chat-bottom .chat-messagebar a {
    font-size: 20px;
    color: #4c595f;
}

.el-popper {
    width: 350px;
    position: absolute;
    transform-origin: center bottom;
    z-index: 2020;
}

    .el-popper[x-placement^=top] {
        margin-bottom: 12px;
    }

.el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    word-break: break-all;
}



.emojis {
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: scroll;
}

    .emojis::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .emojis::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(0,0,0,.1);
    }

.emoji {
    box-sizing: border-box;
    height: 40px;
    width: 40px;
}

    .emoji img {
        width: 30px;
        height: 30px;
    }

.el-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}

    .el-popper .popper__arrow, .el-popper .popper__arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

        .el-popper .popper__arrow:after {
            content: " ";
            border-width: 6px;
        }

        .el-popper .popper__arrow, .el-popper .popper__arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
        }
