body {
    background-color: #e9f3fe;
}
.logo {
    position: relative;
    float: left;
    left: 10px;
    height: 40px;
}
.header-container {
    position: fixed;
    width: 100%;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    left: 0px;
}
.header-menus {
    position: relative;
    float: left;
    margin-left: 40px;
    line-height: 40px;
}
.header-menus li a{
    position: relative;
    float: left;
    width: 100px;
    list-style-type: none;
}
.chat-container {
    position: absolute;
    width: 950px;
    height: 600px;
    left: 50%;
    top: 55%;
    margin-left: -475px;
    margin-top: -350px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #eeeded;
    background-color: white;
    border: 1px solid #e3e3e3;
}
.chat-left-menu-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 100%;
    background-color: #3787fb;
}
.chat-window-icon {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 60px;
    font-size: 10px;
    color: #becee5;
    font-weight: 600;
    font-family: Courier;
}
.curr-user-photo {
    position: absolute;
    left: 10px;
    top: 45px;
    width: 35px;
    height: 35px;
    border-radius: 999px;
    box-shadow: 0px 0px 10px #87b2f1;
}
.chat-menu-icon {
    position: absolute;
    left: 15px;
    width: 20px;
    border-radius: 999px;
    padding: 5px;
}
.friend-list-icon {
    top: 170px;
}
.chat-icon {
    top: 120px;
}
.message-icon {
    top: 220px;
}
.moment-icon {
    top: 280px;
}
.phone-icon {
    top: 380px;
}
.admin-icon {
    bottom: 120px;
}
.logout-icon {
    bottom: 50px;
}
.fun-icon:hover {
    box-shadow: 2px 2px 5px #000 inset;
}
.selected-icon {
    box-shadow: 2px 2px 5px #000 inset;
}
#momentRedPoint {
    position: absolute;
    left: 30px;
    top: 277px;
    background-color: transparent;
    border: none;
    display: none;
}
.new-message-icon {
    position: absolute;
    top: 217px;
    left: 31px;
    display: none;
}
.chat-list-container {
    position: absolute;
    left: 60px;
    top: 0px;
    width: 250px;
    height: 100%;
    border-right: 1px solid #e3e3e3;
    background-color: #f6f6f6;
}
.chat-main-list-container {
    position: relative;
    width: 100%;
    height: 92%;
    display: none;
    overflow-y: scroll;
    background-color: #f4f4f4;
}
#search-input {
    top: 10px;
    left: 50px;
    width: 190px;
    height: 30px;
    border-radius: 3px;
    border: none;
    background-color: #ffffff;
    line-height: 40px;
    text-indent: 1em;
}
.apply-list-container {

}
.friend-list-container {

}
.friend-list-search-container {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: white;
    border-bottom: 1px solid whitesmoke;
}
.search-friend-input {
    position: absolute;
    left: 10px;
    width: 227px;
    height: 30px;
    top: 10px;
    text-indent: 10px;
    border: 1px solid whitesmoke;
    background-color: whitesmoke;
    border-radius: 3px;
}
.add-btn {
    position: absolute;
    right: 10px;
    top: 7px;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: white;
    border: none;
}
.add-btn:hover {
    cursor: pointer;
}
.chat-main-list-title {
    position: relative;
    width: 100%;
    line-height: 45px;
    text-align: left;
    text-indent: 10px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    background-color: #f7f7f7;
    z-index: 999;
}
.deleteChatCardIcon {
    position: absolute;
    left: 0px;
    top: 30px;
    display: none;
}
.search-user-card {
    position: relative;
    width: 280px;
    height: 100px;
    border: 1px solid whitesmoke;
    border-radius: 3px;
}
.search-user-photo {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}
.search-username {
    position: absolute;
    top: 20px;
    left: 90px;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
}
.search-mobile {
    position: absolute;
    top: 50px;
    left: 90px;
    text-align: left;
    color: #666;
}
.applyAddUser {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 2px 5px;
    font-size: 13px;
    color: white;
    background-color: orangered;
    border: none;
    border-radius: 10px 0px 0px 0px;
}
.apply-item {
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
}
.apply-item:hover {
    cursor: pointer;
    background-color: white;
}
.applyUserPhoto {
    position: absolute;
    top: 12px;
    left: 15px;
    height: 35px;
    width: 35px;
    border-radius: 3px;
}
.applyUserName {
    position: absolute;
    top: 14px;
    left: 65px;
    font-size: 14px;
}
.friendUserName {
    position: absolute;
    top: 18px;
    left: 65px;
    font-size: 14px;
}
.apply-pass {
    position: absolute;
    left: 100px;
    bottom: 4px;
    font-weight: 500;
    color: #179d17;
    font-size: 13px;
}
.apply-refuse {
    position: absolute;
    font-size: 13px;
    left: 65px;
    bottom: 4px;
    font-weight: 500;
    color: #cc4d09;
}
.chat-main-list-container::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}
.chat-main-list-container::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.chat-main-list-container::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
    /*border-radius: 10px;*/
    background: #EDEDED;
}

.chat-editor {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 180px;
    width: 639px;
    border-top: 1px solid whitesmoke;
}
.chat-editor-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #fffdfd;
    border-bottom: 1px solid #f6f6f6;
}
#chat-editor-input {
    position: absolute;
    top: 45px;
    left: 0px;
    height: 80px;
    width: 639px;
    padding: 10px;
    resize: none;
    border: none;
    font-size: 14px;
}
.chat-enter-words {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 13px;
    color: #cccccc;
}
.chat-editor-menu-icon {
    position: relative;
    float: left;
    margin-left: 30px;
    margin-top: 11px;
    color: gray;
}
.chat-mess-send-btn {
    position: absolute;
    right: 30px;
    width: 120px;
    border-radius: 3px;
    height: 35px;
    border: 0px;
    background-color: transparent;
    font-weight: 500;
    bottom: 20px;
    font-size: 13px;
    color: #cbcbcb;
}
.chat-user-header {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 45px;
    width: 639px;
    border-bottom: 1px solid #e8e7e7;
    display: none;
}
#selectUserName {
    position: absolute;
    left: 40px;
    top: 15px;
    font-size: 14px;
    color: black;
}
#selectUserSignature {
    position: absolute;
    left: 40px;
    bottom: 6px;
    font-size: 12px;
    color: #969696;
}
.chat-set-icon {
    position: absolute;
    bottom: 60px;
    left: 25px;
    color: white;
}
.chat-set-icon:hover {
    font-weight: 700;
}
.chat-user-card {
    position: relative;
    width: 237px;
    height: 60px;
    padding: 5px;
    background-color: transparent;
}
.chat-user-card:hover {
    cursor: pointer;
    background-color: white;
}
.chat-user-card-photo {
    position: absolute;
    top: 17px;
    height: 36px;
    width: 36px;
    border-radius: 999px;
    left: 15px;
}
.chat-user-card-username {
    position: absolute;
    top: 15px;
    left: 60px;
    font-size: 15px;
    color: black;
    width: 72%;
    text-align: left;
}
.chat-user-card-last-msg {
    position: absolute;
    bottom: 13px;
    left: 60px;
    font-size: 13px;
    color: gray;
    width: 140px;
    text-align: left;
}
.chat-user-card-last-time {
    position: absolute;
    right: 10px;
    bottom: 14px;
    width: 80px;
    background-color: transparent;
    text-align: right;
    font-size: 10px;
    color: gray;
}
.chat-message-container {
    position: absolute;
    top: 50px;
    right: 3px;
    width: 620px;
    height: calc(100% - 260px);
    padding: 7px;
    overflow-y: scroll;
}
.chat-message-container::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.chat-message-container::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 15%, transparent 15%, transparent 10%, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .2) 55%, transparent 35%, transparent);
}
.chat-message-container::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(220, 220, 220, 0.2);
    background: #f6f6f6;
}
.chat-mess-time {
    position: relative;
    line-height: 50px;
    font-size: 13px;
    color: #b4b4b4;
    clear: both;
    margin-top: 20px;
}
.unReadMessTag {
    padding: 1px 1px;
    border-radius: 5px;
    font-size: 5px;
    color: white;
    background-color: orangered;
    position: relative;
    float: right;
    border: none;
    width: 7px;
    border-radius: 50px;
    height: 7px;
}
.chat-mess-container {
    position: relative;
    width: 75%;
    padding: 1px;
    min-height: 40px;
    height: auto;
    margin-bottom: 20px;
}
.chat-mess-container.chat-mess-user {
    float: left;
}
.chat-mess-container.chat-mess-me {
    float: right;
}
.chat-mess-user .chat-mess-avatar {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 2px;
    width: 50px;
    height: auto;
}
.chat-mess-me .chat-mess-avatar {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 2px;
    width: 50px;
    min-height: 50px;
}
.chat-mess-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 999px;
}
.chat-mess-box {
    position: relative;
    max-width: calc(100% - 80px);
    height: auto;
    padding: 8px 15px;
    border-radius: 5px;
    text-align: left;
    line-height: 22px;
    overflow-x: hidden;
    white-space: pre-wrap; /* 保持空白符，但是正常换行 */
    word-wrap: break-word; /* IE需要这个属性 */
    overflow-wrap: break-word; /* 现代浏览器 */
}
.chat-mess-red-packet {
    position: relative;
    width: 160px;
    height: 60px;
    padding: 5px 12px;
    border-radius: 5px;
    text-align: left;
    line-height: 22px;
    background-color: #f37444;
    color: white;
    float: right;
    margin-right: 60px;
    overflow-x: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.chat-mess-red-packet:hover {
    cursor: pointer;
}
.red-packet-text {
    position: absolute;
    left: 60px;
    top: 20px;
    font-size: 16px;
    color: white;
}
.red-packet-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 40px;
}
.chat-mess-user .chat-mess-box {
    float: left;
    margin-left: 60px;
    background-color: #ffe3d3;
}
.chat-mess-me .chat-mess-box {
    float: right;
    margin-right: 60px;
    background-color: #dbf5ff;
}
.chat-mess-me .chat-mess-box img, .chat-mess-user .chat-mess-box img {
    vertical-align: middle;
}
.chat-mess-box p {
    clear: both;
    padding: 1px;
}
.chat-mess-box img {
    width: 100px;
    clear: both;
}
.chat-mess-triangle-left {
    position: absolute;
    left: 50px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 16px solid #ffe3d3;
    border-bottom: 8px solid transparent;
}
.chat-mess-triangle-right {
    position: absolute;
    right: 50px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid #dbf5ff;
    border-bottom: 8px solid transparent;
}
.qqFace{
    padding: 10px;
    margin-top: 10px;
    background-color:#fff;
    border: 1px #dfe6f6 solid;
    box-shadow: 0px 0px 20px #dcd9d9;
}
.qqFace table td{
    padding:0px;
}
.qqFace table td img{
    cursor:pointer;
    border:1px #fff solid;
    background-color: white;
}
.qqFace table td img:hover{
    border:1px #0066cc solid;
}
.group-card {
    position: relative;
    background-color: #c64040;
    color: white;
    font-size: 11px;
    border: none;
    padding: 5px;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    float: left;
    margin: 0px 10px 10px 0px;
}
.group-card:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px #e4e4e4;
}
.group-icon {
    position: relative;
    font-size: 10px;
    border-radius: 3px;
    padding: 1px 2px;
    border: 1px solid #dc5e1a;
    color: #dc5e1a;
    background-color: #f4ece6;
    margin-right: 2px;
    margin-top: -3px;
}
.robot-icon {
    position: relative;
    font-size: 10px;
    border-radius: 3px;
    padding: 1px 2px;
    border: 1px solid #0e6cf8;
    color: #0e6cf8;
    background-color: #e5ecf8;
    margin-right: 2px;
    margin-top: -3px;
}
#group-ctrl {
    position: absolute;
    right: 30px;
    top: 12px;
    display: none;
    width: 28px;
}
#group-ctrl:hover {
    cursor: pointer;
}
.video-chat-offer-card {
    position: fixed;
    z-index: 999;
    right: 100px;
    top: 100px;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 30px #c6c3c3;
    text-align: left;
    line-height: 40px;
}
.video-chat-offer-icon {
    position: relative;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
#acceptOffer, #rejectOffer {
    position: relative;
    padding: 5px 20px;
    background-color: green;
    color: white;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 10px #b1f4b1;
}
#rejectOffer {
    background-color: #ff4811;
    box-shadow: 0px 0px 10px #f4d2c7;
}
.public-account-mess-container {
    position: relative;
    width: 320px;
    min-height: 100px;
    height: auto;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}
.public-account-mess-cover-container {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.public-account-mess-cover-container img {
    width: 100%;
}
.public-account-mess-title {
    position: relative;
    padding: 15px 15px 5px 15px;
    width: calc(100% - 30px);
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    color: black;
}
.public-account-mess-description {
    position: relative;
    padding: 0px 15px 15px 15px;
    width: calc(100% - 30px);
    text-align: left;
    line-height: 22px;
    font-size: 13px;
    color: #7e7c7c;
}
#search-results {
    top: 50px;
    margin-left: 8px;
    width: 220px;
    min-height: 100px;
    height: auto;
    border-radius: 3px;
    background-color: #ffffff;
    line-height: 40px;
    text-indent: 1em;
    padding: 10px;
    border: 1px solid #eae7e7;
    z-index: 999;
    box-shadow: 0px 5px 20px #dfdede;
    display: none;
}
#agent-container {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 450px;
    height: 85%;
    background-color: white;
    box-shadow: 0px 0px 30px #d6d3d3;
    z-index: 1999;
    border-radius: 5px;
}
#agent-title-container {
    position: absolute;
    left: 0px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding: 0px 20px;
    width: calc(100% - 40px);
    border-bottom: 1px solid whitesmoke;
    text-align: left;
}
#agent-chat-container {
    position: absolute;
    left: 0px;
    top: 46px;
    width: 100%;
    height: calc(100% - 46px);
}
#closeAgentIcon {
    position: absolute;
    right: 20px;
    top: 15px;
}
#closeAgentIcon:hover {
    cursor: pointer;
}