html,
/*body {
    margin: 0;
    padding: 0;
    background-color: #fff !important;
}*/

*::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

*::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
}

/** {
    margin: 0;
    padding: 0;
}*/

.Talk_Room {
    width: 390px;
    height: 575px;
    border:1px solid #deeeee;
    overflow: hidden;
    background-color:white;
}
.FaceCenter {
    display: none;
    width: 370px;
    height: 200px;
    padding: 10px;
    position:relative;
    top:-284px;
    background-color: #fff;
    /*box-shadow:0 0 3px #ccc;*/
    border: 1px solid #ccc;
    overflow: auto;
}

.Talk_Title {
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #DEEEEE;
    line-height: 31px;
    padding: 0 10px;
    background-color:#4a56a8;
}

.Talk_Center {
    width: 100%;
    height: 486px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEEEEE;
}

.Talk_Write {
    width: 390px;
    height: 60px;
}

.Talk_Write_Center {
    width: 100%;
    height: 60px;
    line-height: 40px;
}

.Write_Text {
    top: 8px;
    float:left;
    border:1px solid #ccc;
    overflow:auto;
    position: relative;
    padding: 0 5px;
    width: 295px;
    height: 26px;
    font-size: 15px;
    line-height: 26px;
    resize: none;
    text-align: left;
    left: 10px;
}

.FaceImg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 7px;
    float: right;
    cursor:pointer;
    margin-left:8px;
    right:10px;
}

#Write_Button {
    float: right;
    width: 91px;
    height: 30px;
    margin-top: 3px;
    cursor: pointer;
    background-color: #0064AE;
    color: #FFFFFF;
    font-size: 14px;
    border: 0;
    border-radius: 3px;
    margin-top: 16px;
}

.Text_Center  {
    font-weight:normal;
}
.Talk_List {
    width: 95%;
    min-height: 20px;
    position: relative;
    float: left;
    /*background-color: #CCCCCC;*/
    /*margin-top: 8px;*/
    font-size: 14px;
    color: #808080;
    padding: 0 10px;
    font-weight: 900;
    cursor: default;
    word-break: break-all;
}

    .Talk_List img {
        width: 20px;
        height: 20px;
        position: relative;
        top: 5px;
        /*border-radius: 100%;*/
    }
.IconClose {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    position: relative;
    float: right;
    top: 40px;
    right: 0px;
    background:url("/img/close.png");
    background-size:30px 30px;
    cursor:pointer;
}
.ClickMenu {
    width: 97px;
    height: 18px;
    box-shadow: 0 0 3px #000;
    background-color: #f2f2f2;
    border: 1px solid #4a56a8;
    position: absolute;
    padding: 5px;
}
.ClickMenu_List{
    cursor:pointer;
    font-size:12px;
    color:#000;
    font-weight:900;
}
.ClickMenu_List1 {
    cursor: pointer;
    font-size: 12px;
    color: #000;
    font-weight: 900;
}
.ClickMenu_List2 {
    cursor: pointer;
    font-size: 12px;
    color: #000;
    font-weight: 900;
}
.ClickMenu1 {
    width: 100px;
    height: 16px;
    box-shadow: 0 0 3px #000;
    background-color: #f2f2f2;
    border: 1px solid #4a56a8;
    position: absolute;
    padding: 5px;
}

.ClickMenu1_List {
    cursor: pointer;
    font-size: 12px;
    color: #000;
    font-weight: 900;
}