/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2015-7-6, 15:55:30
    Author     : peakerdong
*/
body {
    /*background: #2f2f2f;*/

}
input, button, select, textarea{font-size: 13px;}
#login {
    display: block;
    margin: 150px auto;
    text-align: center;
}
/*清除浮动*/
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom:1;
}
/*关闭最大化按钮*/
.im-off,
.im-max,
.im-maxact
{
    display: inline-block;;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.im-off { background: url("../imgs/im_iconoff.png")}
.im-max { background: url("../imgs/im_iconmax.png")}
.im-maxact { background: url("../imgs/im_iconmaxact.png")}
.left-title {
    position: relative;
    height: 70px;
    background-color:#E3EAEF;
}

.left-title .title-txt {
    line-height: 70px;
    text-align: center;
    font-size:16px ;
    color: #5C5C5C;
    font-family: "微软雅黑";
}
.im-msg {
    width: 40px;
    height: 30px;
    background:url("../imgs/im_msg.png") no-repeat;
}
.im-input {
    width: 208px;
    height: 32px;
    line-height: 32;
    background: #fff;
    border-radius: 16px;
    border: none;
    outline: none;
    padding: 0 18px 0 5px;
}

.im-search {
    width: 21px;
    height: 21px;
    background: url("../imgs/im_search.png") no-repeat;
}
.center-title {
    height: 70px;
    background-color:#F5F5F5;
}
.text-center{
    position: relative;
    top: 20px;

}
.text-center .title-ctxt{
    font-size: 13px;
    color: #333;
    vertical-align: middle;
}
.text-center img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.aio {
    position: fixed;
    width: 1000px;
    padding: 0px;
    background: white;
    font: 10px/1.5 "微软雅黑";
    margin-bottom: 10px;
    box-shadow:1px -1px 10px rgba(0, 0, 0, 0.3);
    z-index: 333;
    left:189px ;
    top: 50px;
}

.titlebar {
    height: 47px;
    background: #07467C;
}
.right-infor {
    margin-left: 10px;
    line-height: 25px;
    color: #4D4D4D;
    font-size: 14px;
}
 #p_my_face {
     position: relative;
     left: 55px;
     top: 10px;
     width: 100px;
     height: 100px;
     border: 1px white solid;
     margin: 10px ;
     border-radius: 50%;

}

/*#t_my_name {*/
    /*position: relative;*/
    /*top: 10px;*/
    /*left: 10px;*/
    /*float: left;*/
    /*font-size: 20px;*/
    /*color: white;*/
    /*text-align: center;*/
/*}*/
.
.titlebar #t_my_menu {
    width: 150px;
    position: relative;
    top: 5px;
    right: 5px;
    float: right;

}

.sesspart {
    float: left;
    width: 237px;
    height: 524px;
    background: #F1F5F8;
}

.accordion {
    margin-bottom: 18px;
}

.accordion-group {
    margin-bottom: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
    background-color: bisque;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    font-size: medium;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}
.sesslist-recent {
    height: 450px;
    background: #f5f5f5;
    border-width: 0px 1px 0px 0px;
    border-color: #d5d6d7;
    border-style: solid;
    //overflow: auto;
}


.sesslist {
     height: 400px;
    background: #F1F5F8;
    /*border-width: 0px 1px 0px 0px;*/
    /*border-style: solid;*/
    overflow: auto;
}

.sesslist-group {
    /* height: 400px; */
    height: 450px;
    background: #f5f5f5;
    border-width: 0px 1px 0px 0px;
    border-color: #d5d6d7;
    border-style: solid;
    overflow: auto;
}

.sessinfo {
    position: relative;
    clear: both;
    height: 65px;
    border-width: 0px 0px 1px 0px;
    border-color: #d5d6d7;
    border-style: solid;
}

.sessinfo-sel {
    position: relative;
    clear: both;
    height: 65px;
    border-width: 0px 0px 1px 0px;
    border-color: #d5d6d7;
    border-style: solid;
    background: #4A9BE5;
}
.sessinfo-sel .lastMsg{
    color: #fff;
}
.face {
    float: left;
    width: 40px;
    height: 40px;
    margin: 5px 5px 5px 15px;
    border-radius: 20px;
}

.name {
    float: left;
    height: 20px;
    margin-left: 10px;
    font-size: 12px;
    color: #1f1f1f;
    margin-top: 9px;
    max-width: 127px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.badge {
    display: none;
    float: right;
    /*margin: 18px 0 0 0;*/
    /*width: 32px;*/
    font-weight: 400;
    height: 20px;
    background: red;
    color: white;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 7px;
}

.badge span {
    position: relative;
    top: 1px;
    font-size: 10px;
}

.chatpart {
    float: left;
    width: 526px;
    border: 0px red solid;
    background: #fff;
}

.msgflow {
    width:100%;
    height: 293px;
    border: 1px  solid #DFDFDF;
    padding: 20px 12px 0 6px;
    background: #fff;
    overflow: auto;
}
.msgflow .onemsg{position:relative;}
.msgflow .onemsg .msghead {
    color: #333;
    line-height: 12px;
    font-size: 12px;
    margin: 6px 0;
}

.msgflow .onemsg .msgbody {
    /*display: inline-block;*/
    /*margin: 0 0 0 18px;*/
    /*line-height: 13px;*/
    /*font-size: 14px;*/
    display: inline-block;
}

pre{
    display: inline-block;
    background-color: #4A9BE5;
    color: #fff;
    margin: 0 15px;
    border-radius: 6px;
    max-width: 260px;
    text-align: left;
    line-height: 22px;
}
.left-con::before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent #4A9BE5 transparent transparent  ;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 25px;
    top: 16px;
}
.right-con::before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent #EBEBEB   ;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 25px;
    top: 6px;
}
.per-bg{background-color: #EBEBEB; color: #5A5A5A;}
/*.msgflow .msgbody img {*/
    /*max-width: 240px;*/
/*}*/
.imgbox{
    width: 240px;
}
.editbar {
    width: 100%;
    height: 25px;
}
.con_box {
    position: relative;
    float: left;
    width: 162px;
}
.chat02_title_btn {
    background: url('../imgs/icon.png') no-repeat 0 0;
    cursor: pointer;
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 6px;
}

.ctb01 {
    background-position: 0 -90px;
    margin-left: 18px;
    _margin-left: 8px;
}

.ctb03 {
    background-position: 0 -152px;
}

.ctb02 {
    background-position: 0 -457px;
}

.ctb05 {
    background-position: 0 -217px;
}

.ctb04 {
    background-position: 0 -543px;
}

.wl_faces_box {
    background: url('../imgs/wlf_bg.png') repeat 0 0;
    position: relative;
    /*position: absolute;*/
    width: 428px;
    height: 225px;
    bottom: 220px;
    left: -50px;
    display: none;
}

.wl_faces_content {
    background: #fff;
    border: 1px #ccc solid;
    width: 417px;
    height: 216px;
    margin: 3px 4px;
}

.wl_faces_content .title {
    background: url('../imgs/wlf_title_bg.jpg') repeat-x 0 0;
    height: 40px;
    position: relative;
}

.wl_faces_content .title ul {

}

.wl_faces_content .title ul li {
    position: absolute;
    display: block;
}

.wl_faces_content .title ul li.title_name {
    background: url('../imgs/wlf_title_btn.jpg') no-repeat 0 0;
    width: 82px;
    height: 30px;
    bottom: 0;
    bottom: -2px;
    left: 15px;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    color: #333;
}

.wl_faces_content .title ul li.wl_faces_close {
    right: 8px;
    top: 15px;
}

.wl_faces_content .title ul li.wl_faces_close span {
    background: url('../imgs/icon.png') repeat-x 0 0;
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
}

.wl_faces_main {

}

.wl_faces_main ul {
    margin: 12px 12px;
    padding: 0px;
    overflow: hidden;
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
    list-style: none;
    width: 393px;
}
.lastMsg {
    position: relative;
    width: 162px;
    margin-right: 10px;
    color: darkgray;
    line-height: 26px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 60px;
    margin-left: 10px;
}
.lastMsg span {
  position: absolute;
  right:0px;
}
.wl_faces_main ul li {
    float: left;
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    height: 28px;
    width: 28px;
    margin: 0px 0px 0px 0px;
    padding: 4px 2px;
    text-align: center;
}

.wl_faces_main ul li img {
    width: 24px;
    height: 24px;
}

.wlf_icon {
    background: url('../imgs/layer_arrow.png') no-repeat 0 0;
    position: absolute;
    width: 22px;
    height: 9px;
    bottom: -4px;
    bottom: -11px;
    left: 61px;
}
#footbox{
    margin: 0 15px;
}
.chatpart .msg_box{
    margin: 0 15px 15px  15px;
}
.msg_box .msgedit {
    width: 100%;
    height: 87px;
    background: #F1F1F1;
    padding: 6px 6px;
    line-height: 1.5;
    border: none;
    border-radius: 5px 0 0;
    outline: none;
    resize: none;
}

.sendbar {
    height: 35px;
    background: #F1F1F1;
    border-radius: 0 0 5px;
}

.sendbtn ,.closebtn{
    float: right;
    /* width: 80px; */
    padding: 0 20px;
    margin-right: 10px;
    font: 10px/1.5 "微软雅黑";
    height: 30px;
    background: #07467c;
    border: none;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.bottom {
    clear: both;
    height: 3px;
    background: #d7eaf3;
}

#demo_type_desc {
    display : none;
    color: red;
}

#myself_type_desc {
    /* display: none; */
    color: red;
}

#qcloudLink {
    color: blue;
}

#sdkAppIdDiv {
    /* display: none; */
}

#accountTypeDiv {
    /* display: none; */
}

.pic_thumb {
    width: 200px;
    height: 200px;
}



.spinner {
    width: 60px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 32px;
    text-align: right;
}

.spinner > div {
  width: 6px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.headurlClass{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    top: 7px;
}

.delChat{
    color: red;
    width: 50px;
    padding: 16px 0;
    float: right;
    margin-right: 5px;
}
.namebox {
    position: absolute;
    top:41px;
    left: 5px;
    padding: 1px 6px;
    border-radius: 10px;
    font-size: 10px;
    color: #fff;

}
.namebg {
    background-color: #E92731;
}

.namebgo {
    background-color: #FF9000;
}
.clearfix:after{
    content: "";
    display: table;;
}
.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom:1;
}
.fl{float: left;}
.fr{float: right;}
.mt10{
    margin-top: 10px;}
.im_red {
    display: inline-block;
    padding: 2px;
    background-color: red;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    font-family: '微软雅黑';
    min-width: 20px;
    font-style: normal;
}
.close {
    color: #fff;
    opacity: 0.8;
}
.wd_elliosis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
.wd_inline{display: inline-block; vertical-align: middle;}
.width135{ width: 135px;}
.searchClear{
    position: absolute;
    top: 22px;
    right: 24px;
    font-size: 13px;
    color: #D0C5D0;
    display: none;
    cursor: pointer;
}
.right_icon1,.right_icon2,.right_icon3 {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.right_icon1 {
    margin-right: 5px;
    background: url("../imgs/im_right1.png");
}
.right_icon2 {
    margin-right: 5px;
    background: url("../imgs/im_right2.png");
}
.right_icon3 {
    background: url("../imgs/im_right3.png");
}
.msghead img {
    vertical-align: top;
}
