﻿body .demo-class .layui-layer-btn .layui-layer-btn0 {
    background: #5cb85c;
    border: 1px solid #5cb85c;
}

.logo{
    width:60px;
    margin-top:10px;
}

.zql-bnt-users{
    background: url(/img/sys/peoples.png) center no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    top: 2px;
}

.zql-bnt-user{
    background: url(/img/sys/people.png) center no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    top: 2px;
}

.zql_btn_inroom{
    background: url(/img/sys/home.png) center no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    top: 7px;
}

/*滚动条配色开始*/
.scrollbar {
    /*height: 200px;*/
    overflow-y: auto;
}

    .scrollbar::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .scrollbar::-webkit-scrollbar-button {
        display: none;
    }

    .scrollbar::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 12px;
    }

    .scrollbar::-webkit-scrollbar-track-piece {
        background-color: transparent;
        border-radius: 12px;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #5CB85C;
        border-radius: 12px;
    }

        .scrollbar::-webkit-scrollbar-thumb:hover {
            background-color: #5CB85C;
        }

    .scrollbar::-webkit-scrollbar-corner {
        background-color: transparent;
    }

    .scrollbar::-webkit-scrollbar-resizer {
        background-color: transparent;
    }
/*滚动条配色结束*/

.label {
    display: inline;
    padding: .1em .6em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #a0a0a0;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-info {
    background-color: #ffe6b8;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #ffe6b8;
    }

.item_emoji {
    line-height: 32px;
    margin-left: 5px;
}

.clearboth {
    color: gray;
    clear: both;
    margin-left: 20px;
    padding-top: 5px;
}

body {
    font-family: 'Microsoft YaHei',Arial;
    overflow: hidden;
}

.chatbox {
    position: relative;
    margin-bottom: 10px;
}

.chatarrow {
    position: absolute;
    top: 20px;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    /*以下属性可以是IE5兼容*/
    font-size: 0px;
    line-height: 0px;
}

.chat {
    margin-top: 5px;
    padding: 7px;
    word-wrap: break-word;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #cfffcf;
    float: left;
}

.selfchat {
    background-color: #ffe6b8;
    float: right;
}

.chat_msg {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f6f6f6;
    color: #a0a0a0;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

a {
    cursor: pointer;
}

#zone_left {
    /*display: none;*/
    float: left;
    width: 270px;
    /*background-color: #f9fff2;*/
    border: 0px solid #e4e4e4;
    -moz-user-select: none;
    margin-top:10px;
    margin-bottom:5px;
    margin-left:10px;
    border-radius:5px;
}

.panel-heading{
    background-color:white;
    border-color:none;
}

#zone_right {
    float: left;
    margin-left: 10px;
}

.hotrooms_lock{
    background: url(/img/sys/lock1.png) center no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
    position: relative;
    top: 1px;
    left:-3px;
}

.badge {
    margin-top: 2px;
    background-color: orange;
}

.inroom_leftzone {
    margin-top: 15px;
    float: left;
    height: 170px;
    width: 50%;
    border-right: 1px solid #ececec;
}

.inroom_rightzone {
    margin-top: 15px;
    float: right;
    height: 170px;
    width: 50%;
    border-left: 1px solid #ececec;
}

.class_hotrooms {
    clear: both;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    color:#333;
}
