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: 318px;
    height: 815px;
    border:1px solid #deeeee;
    overflow: hidden;
    background-color:white;
}
.FaceCenter {
    display: none;
    width: 297px;
    height: 230px;
    padding: 10px;
    position: relative;
    top: -313px;
    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: 40px;
    padding: 0 10px;
    background-color:#4a56a8;
}

.Talk_Center {
    width: 100%;
    height: 744px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEEEEE;
}

.Talk_Write {
    width: 318px;
    height: 60px;
}

.Talk_Write_Center {
    width: 100%;
    height: 60px;
    line-height: 40px;
}

.Write_Text {
    top: 17px;
    float:left;
    border:1px solid #ccc;
    overflow:auto;
    position: relative;
    padding: 0 5px;
    width: 220px;
    height: 26px;
    font-size: 15px;
    line-height: 26px;
    resize: none;
    text-align: left;
    left: 10px;
}

.FaceImg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 15px;
    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: 100%;
    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;
}

    .Talk_List img {
        width: 20px;
        height: 20px;
        position: relative;
        top: 5px;
        /*border-radius: 100%;*/
    }
    /*.Talk_List span{
        cursor:pointer;
    }*/
    .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: 80px;
    height: 70px;
    box-shadow: 0 0 3px #000;
    background: linear-gradient(#d6d6d6, #bdbdbd);
    position: absolute;
    padding: 10px;
    border-radius: 5px;
}
.ClickMenu_List {
    cursor: pointer;
    font-size: 12px;
    color: #352a73;
    width: 100%;
    line-height: 20px;
    height: 20px;
    border-bottom: 1px solid #8178b7;
}
.ClickMenu_List:hover{
    color:#f89317;
}