 body {
    font-family: Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}


.main_inner {
    max-width: 1000px;
    min-width: 800px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

.panel {
    position: relative;
    width: 280px;
    height: 100%;
    float: left;
    background: #2e3238;
}
.ng-scope {
    -webkit-border-radius: 3px;
    /* background-color: #c3c3c3; */
}

.chat_item.active {
    background: #3a3f45;
}


.chat_item {
    overflow: hidden;
    padding: 12px 18px 11px;
    border-bottom: 1px solid #292c33;
    cursor: pointer;
    position: relative;
}

.chat_item.active .ext, .chat_item.active .info .msg {
    color: #fff;
}

.chat_item .ext {
    float: right;
    /*color: #6b6f7c;*/
    font-size: 20px;
    text-align: right;
}

.chat_item .avatar {
    float: left;
    margin-right: 10px;
    position: relative;
}


.chat_item .info {
    overflow: hidden;
}

.chat_item .ext .attr {
    height: 40px;
    line-height: 2.0;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

body, dd, dl, fieldset, h1, h2, h3, h4, h5, h6, ol, p, textarea, ul {
    margin: 0;
}

.web_wechat_no-remind, .web_wechat_no-remind_hl {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}

.web_wechat_no-remind_hl {
    background: url(../../img/wx_icon.png) no-repeat;
    background-position: -311px -432px;
    /*-webkit-background-size: 487px 462px;*/
    background-size: 487px 462px;
}

.chat_item .avatar .img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.chat_item .avatar .icon {
    position: absolute;
    top: -6px;
    right: -6px;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}

.web_wechat_reddot {
    width: 12px;
    height: 12px;
    background: url(../../img/wx_icon.png) no-repeat;
    background-position: -473px -380px;
    -webkit-background-size: 487px 462px;
    background-size: 487px 462px;
}

.web_wechat_redbag, .web_wechat_reddot {
    display: inline-block;
    vertical-align: middle;
}

.chat_item .info .nickname {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.chat_item.active .ext, .chat_item.active .info .msg {
    color: #fff;
}

.chat_item .info .msg {
    color: #989898;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    height: 1.5em;
    line-height: 0.8em;
}

.chat_item .info .nickname_count, .chat_item .info .nickname_text {
    display: inline-block;
    vertical-align: top;
}

.chat_item .info .nickname_text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}



.box {
    position: relative;
    background-color: #eee;
    height: 100%;
    overflow: hidden;
    display: none;
    padding: 0px 7px;
    /*滚动条*/
    overflow-y: scroll;


}

.box_bd {
    position: absolute;
    top: 51px;
    right: 0;
    bottom: 0;
    left: 0;
}

.scroll-wrapper {
    overflow: hidden!important;
    padding: 0!important;
    position: relative;
}

.chat .box_bd {
    bottom: 180px;
    padding: 0 19px;
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll-wrapper>.scroll-content {
    border: none!important;
    box-sizing: content-box!important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    /*overflow: scroll!important;*/
    padding: 0;
    position: relative!important;
    top: 0;
    width: auto!important;
}



.message.me .avatar {
    float: right;
}

.message_system {
    text-align: center;
    margin: 10px auto;
    max-width: 50%;
}

.message.me .content {
    overflow: hidden;
}

.message_system .content {
    display: inline-block;
    font-size: 20px;
    padding: 1px 18px;
    color: #b2b2b2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.message_system {
    text-align: center;
    margin: 10px auto;
    max-width: 50%;
}

.message .avatar {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*float: right;*/
    cursor: pointer;
}
.right .avatar{
    float: right;
}

.left .avatar{
    float: left;
}


.message.me .avatar {
    float: right;
}

.message.me .content {
    overflow: hidden;
}

.message .content {
    overflow: hidden;
}

.right .bubble.bubble_primary {
    background-color: #b2e281;
}
.left .bubble.bubble_primary {
    background-color: #fff;
}

.bubble {
    max-width: 500px;
    min-height: 1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 10px;
}

.bubble.right:after, .bubble.right:before {
    left: 100%;
}

.bubble:after, .bubble:before {
    position: absolute;
    top: 14px;
    border: 6px solid transparent;
    content: " ";
}

.bubble_cont {
    word-wrap: break-word;
    word-break: break-all;
    min-height: 25px;
}

.bubble_cont .plain {
    padding: 9px 13px;
}

pre {
    display: block;
    margin: 0;
    font-family: inherit;
    font-size: 28px;
    white-space: pre-wrap;
    word-break: normal;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.right{
    text-align: right;
}

.left {
    text-align: left;
}



.box::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.box::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.box::-webkit-scrollbar-thumb
{
    background-color: #0ae;
    
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(255, 255, 255, .2)),
                       color-stop(.5, transparent), to(transparent));
}
/*滚动条*/



/*输入*/
.box_ft{
    height: 30%;

    background-color: #eee;
    border-top: 1px solid #d6d6d6;
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    left: 0;
}
.chat .box_ft .toolbar {
    height: 30px;
    padding: 5px 17px;
}

.box_ft .flex {
    height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
    outline: none;
    border: 0;
    font-size: 14px;
}

.box_ft .action {
    text-align: right;
    margin-top: 5px;
}
.box_ft .desc {
    color: #888;
    font-size: 30px;
    margin-left: 10px;
    margin-right: 7px;
}



.btn {
    display: inline-block;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 3px 20px;
    font-size: 30px;
}

a, button, input, textarea {
    outline: 0;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: auto;
    text-decoration: underline;
}

textarea{
    font-size: 30px;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-family: Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    border: none;
    background: #eee;
}


.btn_send {
    background-color: #fff;
    color: #222;
    padding-left: 30px;
    padding-right: 30px;
}


a.btn {
    text-decoration: none;
    margin-right: 20px;
}
/*输入*/
#logout{
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: black;
    font-size:26px;
    margin: 20px;
    position: absolute;
    bottom: 80px;
    background: #ccc;
    text-align:center;
}

/*补充*/
.all_box{
    height: 70%;
    background: rgba(0,0,0,0.11);
}
.web_wechat_reddot{
    display: none;
}