* {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
    font-family: '微软雅黑', sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.select {
    background-color: #d2d2d2 !important;
}

.chat-top {
    background-color: #eaeaea;
}


.main {
    height: 800px;
    width: 1025px;
    margin: auto;
    box-shadow: 0 0 3px 5px #e1e1e1;
}

.main .top {
    width: 1025px;
    height: 60px;
    background-color: #3bb4f2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main .top .top-left {
    height: 100%;
    width: 200px;
    float: left;
    position: relative;
}

.main .top .top-left .header {
    display: inline-block;
    margin: 6px;
    border: 1px solid transparent;
    height: 42px;
}

.main .top .top-left .header img {
    height: 42px;
    width: 42px;
    border-radius: 15%;
}

.main .top .top-left .header:hover {
    border: 1px solid white;
}

.main .top .top-left .search {
    display: inline-block;
    height: 30px;
    position: absolute;
    margin: 17px 14px;
}

.main .top .top-left .search input {
    display: inline-block;
    width: 150px;
    height: 28px;
    border-radius: 40px;
    border: 1px solid #cce5ff;
    text-indent: 30px;
    padding-right: 24px;
    background-color: #3bb4f2;
    font-size: 13px;
}

.main .top .top-left .search input::selection {
    background-color: #cce5ff;
}

.main .top .top-left .search input:hover {
    border: 1px solid #ffffff;
}

.main .top .top-left .search .icon-sear {
    background-image: url("../ico/sou.png");
    background-size: 100% 100%;
    height: 18px;
    width: 18px;
    position: absolute;
    margin-top: 6px;
    margin-left: 7px;
}

.main .top .top-left .search .clean-search {
    background-image: url("../ico/x.png");
    background-size: 100% 100%;
    height: 14px;
    width: 14px;
    position: absolute;
    margin-top: 7px;
    margin-left: -22px;
    cursor: pointer;
}

.top-search-dialog {
    position: absolute;
    top: 50px;
    left: 27%;
    width: 280px;
    max-height: 700px;
    background-color: #fff;
    border-radius: 6px;
    animation: bounceTopIn .2s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    overflow-y: auto;
}

.top-search-dialog .search-friend-tit, .top-search-dialog .search-chat-room-tit {
    color: #9E9E9E;
    background-color: #f7f7f7;
    top: 0;
    position: sticky;
    margin-left: 15px;
    height: 25px;
    padding-top: 10px;
}

.top-search-dialog .search-friend-list, .top-search-dialog .search-chat-room-list {
    margin-left: 15px;
}

.top-search-dialog .search-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0 10px 10px;
}

.top-search-dialog .search-item:hover {
    background-color: #dbdbdb;
    cursor: pointer;
}

.top-search-dialog .search-item .search-none {
    color: #9E9E9E;
    text-align: center;
    width: 95%;
}

.top-search-dialog .search-item .item-avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.top-search-dialog .search-item .item-avatar .avatar-a {
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 15%;
}

.top-search-dialog .search-item .item-nickname {
    flex: 1;
    margin:  0 3px 0 10px;
}
.top-search-dialog .search-item .item-nickname .nickname {
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .top .top-left .search .add-operation {
    background-image: url("../ico/加.png");
    background-size: 100% 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    margin-left: 9px;
    cursor: pointer;
}

.main .top .top-left .more-operation {
    background: #fff;
    position: absolute;
    z-index: 20;
    animation: bounceTopIn .2s;
    width: 97px;
    height: 75px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 4px;
    left: 197px;
    top: 52px;
}

.main .top .top-left .more-operation .popper_arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -14px;
    left: 65px;
    margin-right: 3px;
    border-bottom-color: rgba(0, 0, 0, .05);
    border-width: 7px;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
}

.main .top .top-left .more-operation .popper_arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    border-width: 7px;
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.main .top .top-left .more-operation .more-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 12px;
    margin-left: 8px;
}

.main .top .top-left .more-operation .more-item .create-group {
    background-image: url("../ico/群聊.png");
    background-size: 100% 100%;
    margin-right: 3px;
    height: 20px;
    width: 20px;
}

.main .top .top-left .more-operation .more-item .add-friend {
    background-image: url("../ico/添加好友.png");
    background-size: 100% 100%;
    margin-right: 3px;
    height: 20px;
    width: 20px;
}

.main .top .top-type {
    height: 100%;
    width: 237px;
    float: left;
    margin-left: 365px;
}

.main .top .top-type a.icon-site {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-size: 100% 100%;
    margin: 10px 11px;
}

.main .top .top-type .top-unread {
    background: #ff434a;
    color: #fff;
    text-align: center;
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 44px;
}

.main .top .top-type .top-chat-unread {
    position: relative;
    left: -21px;
    top: -42px;
}

.main .top .top-type .top-friend-unread {
    position: relative;
    left: -25px;
    top: -42px;
}

.main .top .top-type .chat {
    background-image: url("../ico/message_h.png");
}

.main .top .top-type .chat_select {
    background-image: url("../ico/message.png");
}

.main .top .top-type .friend {
    background-image: url("../ico/friend_h.png");
}

.main .top .top-type .friend_select {
    background-image: url("../ico/friend.png");
}

.main .top .top-type .file {
    background-image: url("../ico/copy.png");
}

.main .top .top-right {
    height: 100%;
    width: 200px;
    float: right;
}

.main .top .top-right i.ic-same {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 100% 100%;
    margin: 19px 7px;
}

.main .top .top-right i.ic-same.ic-menu {
    margin-right: 23px;
    float: right;
}

.main .top .top-right .ic-menu {

    background-image: url("../ico/menu.png");
}

.main .top .top-right .ic-menu:hover {
    background-image: url("../ico/menu_b.png");
}

.main .top .top-right .ic-shrink {
    background-image: url("../ico/fullscreen-expand.png");
}

.main .top .top-right .ic-shrink:hover {
    background-image: url("../ico/fullscreen-expand_b.png");
}

.main .top .top-right .ic-boost {
    background-image: url("../ico/boost-stable.png");
}

.main .top .top-right .ic-boost:hover {
    background-image: url("../ico/boost-stable_b.png")
}

.main .top .top-right .ic-close {
    background-image: url("../ico/close.png");
}

.main .top .top-right .ic-close:hover {
    background-image: url("../ico/close_b.png");
}

/*聊天室样式*/
.main .box {
    width: 100%;
    height: 740px;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.chat-room {
    height: 740px;
}

.main .box .chat-list {
    float: left;
    width: 270px;
    height: 740px;
    background-color: #f3f3f3;
    border-right: 1px solid #b7b5b5;
    overflow-y: auto;
}

.main .box .chat-list .list-box {
    height: 65px;
    width: 98%;
}

.main .box .chat-list .list-box:hover {
    background-color: #dbdbdb;
    cursor: pointer;
}

.main .box .chat-list .list-box .chat-avatar {
    height: 40px;
    width: 40px;
    margin: 12px 10px;
    float: left;
}

.main .box .chat-list .list-box .chat-avatar .chat-head {
    height: 40px;
    width: 40px;
    border-radius: 15%;
    float: left;
}

.main .box .chat-list .list-box .chat-avatar .chat-unread {
    float: left;
    margin-top: -50px;
    margin-left: 37px;
    flex-shrink: 0;
    background: #ff434a;
    color: #fff;
    text-align: center;
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 44px;
}

.main .box .chat-list .list-box .chat-rig {
    float: left;
    height: 40px;
    width: 183px;
    margin: 10px 0;
    padding-right: 5px;
}

.main .box .chat-list .list-box .chat-rig .chat-name {
    display: inline-block;
    width: 140px;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .box .chat-list .list-box .chat-rig .chat-last-time {
    font-size: 10px;
    color: #b6b6b6;
    line-height: 18px;
    float: right;
}

.main .box .chat-list .list-box .chat-rig .chat-bottom {
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .box .chat-list .list-box .chat-rig .chat-last-msg {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #acacac;
    -o-text-overflow: ellipsis;
}

.main .box .box-right {
    float: left;
    width: 750px;
    height: 100%;
}

.main .box .box-right .recvfrom {
    width: 754px;
    height: 560px;

}

.main .box .box-right .recvfrom .nav-top {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #b7b5b5;
    background-color: #f3f3f3;
}

.nav-top .msg-more {
    float: right;
    background-image: url(../ico/more.png);
    background-size: 100% 100%;
    height: 23px;
    width: 23px;
    margin-right: 15px;
    margin-top: 9px;
}

.main .box .box-right .recvfrom .nav-top p {
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 25px;
    float: left;
}

.main .box .box-right .recvfrom .container {
    height: 518px;
    background: #f3f3f3;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    overflow: auto;
}

.main .box .box-right .recvfrom .container ul {
    width: 100%;
    display: block;
}

.main .box .box-right .recvfrom .container ul li {
    margin: 10px;
    min-height: 80px;
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
}

.main .box .box-right .recvfrom .container ul li .sysinfo {
    font-size: 13px;
    border-radius: 5px;
    color: #a4a4a4;
    text-align: center;
    width: auto;
    padding: 15px;
}

.main .box .box-right .recvfrom .container ul li .avatar img {
    height: 40px;
    width: 40px;
    border-radius: 15%;
}

.main .box .box-right .recvfrom .container ul li .msg {
    top: -10px;
    margin: -2px 8px 8px;
    min-height: 80px;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-img {
    max-width: 420px;
    max-height: 350px;
    float: left;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-video-outer {
    max-width: 420px;
    max-height: 351px;
    position: relative;
    display: grid;
    place-items: center;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-video-cover {
    max-width: 420px;
    max-height: 350px;
    float: left;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-video-play-icon {
    background-image: url(../ico/play.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(168 165 165 / 69%);
    border-radius: 50px;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.main .box .box-right .recvfrom .container ul li.other .msg .msg-video-play-icon {
    position: absolute;
}

.main .box .box-right .recvfrom .container ul li.self .msg .msg-video-play-icon {
    position: absolute;
}

/*视频播放样式*/
.video-dialog {
}

.video-mask {
    z-index: 1001 !important;
}

.video-play {
    border: 1px solid #080808;
    background-color: #ececec;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 2px;
    min-width: 320px;
    min-height: 450px;
    z-index: 1002;
}

.video-play video {
    width: 100%;
    max-height: calc(100vh - 10px);
}

.video-close {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-img-loading {
    max-width: 220px;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-text {
    padding: 7px;
    border-radius: 6px;
    max-width: 420px;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    display: inline-block;
    text-align: left;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-text .msg-text-wrap {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-text-outer {
    margin: 3px 3px 0 3px;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-text-outer .msg-arrow {
    width: 20px;
    height: 20px;
    position: relative;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-text-outer .msg-arrow:after,
.main .box .box-right .recvfrom .container ul li .msg .msg-text-outer .msg-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    margin-top: 6px;
}

.main .box .box-right .recvfrom .container ul li .msg .msg-name {
    font-size: 13px;
    color: #a4a4a4;
    margin: 0 6px;
}

.main .box .box-right .recvfrom .container ul li .msg time {
    font-size: 11px;
    color: #ccc;
    margin: 0 6px;
}

.main .box .box-right .recvfrom .container ul li.other .avatar {
    float: left;
}

.main .box .box-right .recvfrom .container ul li.other .msg time {
    float: right;
}

.main .box .box-right .recvfrom .container ul li.other .msg {
    float: left;

}

.main .box .box-right .recvfrom .container ul li.other .msg .msg-name {
    text-align: left;
}

.main .box .box-right .recvfrom .container ul li.other .msg .msg-text {
    background: #ffffff;
    margin-left: -2px;
    float: left;
}

.main .box .box-right .recvfrom .container ul li.other .msg .msg-text-outer .msg-arrow:after,
.main .box .box-right .recvfrom .container ul li.other .msg .msg-text-outer .msg-arrow:before {
    border-right-color: #ccc;
    margin-left: -13px;
    float: left;
}

.main .box .box-right .recvfrom .container ul li.other .msg .msg-text-outer .msg-arrow:after {
    border-right-color: #ffffff;
    margin-left: -12px;
}

.main .box .box-right .recvfrom .container ul li.self .avatar {
    float: right;
}

.main .box .box-right .recvfrom .container ul li.self .msg time {
    float: left;
}

.main .box .box-right .recvfrom .container ul li.self .msg {
    float: right;
}

.main .box .box-right .recvfrom .container ul li.self .msg .msg-name {
    text-align: right;
}

.main .box .box-right .recvfrom .container ul li.self .msg .msg-text {
    background: #87e86b;
    margin-right: -2px;
    float: right;
}

.main .box .box-right .recvfrom .container ul li.self .msg .msg-text-outer .msg-arrow:after,
.main .box .box-right .recvfrom .container ul li.self .msg .msg-text-outer .msg-arrow:before {
    border-left-color: #ccc;
    margin-right: -13px;
    float: right;
}

.main .box .box-right .recvfrom .container ul li.self .msg .msg-text-outer .msg-arrow:after {
    border-left-color: #77e46c;
    margin-right: -12px;
}

.main .box .box-right .sendto {
    width: 754px;
    height: 180px;
    background: #f3f3f3;
}

.main .box .box-right .sendto .but-nav {
    height: 40px;
}

.main .box .box-right .sendto .but-nav ul li {
    float: left;
    height: 26px;
    width: 26px;
    margin: 3px 5px;
    padding: 7px;
    border-radius: 5px;
    background-size: 100% 100%;
}

.main .box .box-right .sendto .but-nav ul li img {
    width: 25px;
    height: 25px;
}

.main .box .box-right .sendto .but-nav ul li:hover {
    background-color: #dbdbdb;
}

.main .box .box-right .sendto .but-text textarea {
    border: none;
    font-size: 15px;
    margin-left: 20px;
    width: 732px;
    height: 100px;
    background: #f3f3f3;
    resize: none;
}

.main .box .box-right .sendto .but-text textarea::placeholder {
    color: #d2d2d2;
}

.main .box .box-right .sendto .but-text .button {
    float: right;
    padding: 5px 25px;
    background-color: #3bb4f2;
    border: none;
    margin-right: 20px;
}

.main .box .box-right .sendto .but-text .button:disabled {
    background-color: #e1e1e1;
    color: #c0bfbf;
}

.dissolve-mask {
    position: relative !important;
    top: -151px !important;
    left: 0 !important;
    text-align: center;
    font-size: 24px;
    line-height: 180px;
    height: 180px !important;
    width: 754px !important;
}

/*输入表情样式*/
.emoji-box {
    width: 456px;
    height: 470px;
    overflow: hidden;
    border: 1px solid #b7b5b5;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 2px -3px rgba(0, 0, 0, .2), 0 1px 5px 2px rgba(0, 0, 0, .14), 0 1px 3px 2px rgba(0, 0, 0, .12);
}

.emoji-box-outer {
    width: 456px;
    height: 479px;
    position: relative;
    z-index: 999;
    left: 7%;
    top: -657px;
}

.emoji-box-outer:after,
.emoji-box-outer:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: #a4a4a4;
    left: 50%;
    margin-left: -11px;
    bottom: -11px;
}

.emoji-box-outer:after {
    border-top-color: #fff;
    bottom: -10px;
}

.emoji-box-inner {
    width: 438px;
    height: 410px;
    padding: 9px;
    margin: auto;
    overflow: auto;
}

.emoji {
    float: left;
    padding: 7px 11px 14px 11px;
    font-size: 25px;
    width: 25px;
    height: 25px;
}

.emoji:hover {
    background-color: #f2f2f2;
    border-radius: 6px;
    cursor: default;
}

.emoji-box-bottom {
    padding: 5px 15px;
    border-top: 1px solid #b7b5b5;
}

.emoji-box-bottom img {
    margin: 1px 5px;;
    padding: 4px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
}

.emoji-box-bottom img.emojiSelected {
    background-color: #cccccc;
}

.emoji-box-bottom img.emojiHover {
    background-color: #e1e1e1;
}

/*修改个人信息样式*/
.modify-body .modify-content {
    padding: 0 11px;
}

.modify-body .modify-info {
    display: flex;
    align-items: center;
    width: 280px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}

.modify-body .modify-info .modify-avatar {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.modify-body .modify-info .modify-name {
    margin-left: 10px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modify-body .modify-info .modify-name .modify-nick {
    line-height: 20px;
    margin-bottom: 3px;
}

.modify-body .modify-info .modify-name .modify-area {
    line-height: 17px;
    font-size: 12px;
    color: #999;
}

.modify-body .modify-greet {
    align-items: flex-end;
    margin-top: 10px;
}

.modify-body .modify-greet .greet-content {
    width: 280px;
    font-size: 12px;
    line-height: 30px;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.modify-body .modify-greet .greet-content input {
    border: 1px solid #b7b5b5;
    font-size: 13px;
    width: 260px;
    height: 20px;
    padding: 5px;
    margin-bottom: 5px;
    display: block;
}

.modify-greet .greet-content select {
    border: 1px solid #b7b5b5;
    font-size: 13px;
    width: 273px;
    height: 31px;
    padding: 5px;
    margin-bottom: 5px;
    display: block;
}

.modify-body .modify-greet .greet-content label {
    font-size: 13px;
    color: #999;
}

/*修改头像样式*/
.model-body {
    min-width: 290px;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 30px;
}

.tailoring-container {
    width: 736px;
    height: 550px;
    padding: 5px;
    overflow: hidden;
}

.tailoring-container .tailoring-container-preview {
    height: 500px;
    position: relative;
}

.tailoring-container .tailoring-box-parcel {
    width: 520px;
    height: 495px;
    position: absolute;
    left: 0;
    border: 1px solid #ddd;
}

.tailoring-container .preview-box-parcel {
    display: inline-block;
    width: 202px;
    height: 450px;
    position: absolute;
    right: 0;
    text-align: center;
}

.img-preview {
    overflow: hidden;
}

.preview-square {
    width: 200px;
    height: 200px;
}

.preview-square-m {
    margin-top: 5px;
    width: 98px;
    height: 98px;
    display: inline-block;
}

.preview-circle-m {
    margin-top: 5px;
    width: 98px;
    height: 98px;
    border-radius: 100%;
    display: inline-block;
}

.preview-square-s {
    margin-top: 5px;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.preview-circle-s {
    margin-top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
}

.preview-label {
    margin-top: 5px;
    font-size: 13px;
}

.tailoring-bottom-btn {
    width: 100%;
    border-top: 1px solid #ddd;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-group {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    background: linear-gradient(134deg, #44baf8, #3596fc);
    box-shadow: 0 2px 6px #8dbff8;
    color: #fff;
    border-radius: 4px;
}

.tailoring-container .tailoring-bottom-btn .commonbtn {
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: transparent;

    width: 31px;
    height: 31px;
    border: 0;
    cursor: pointer;
    float: left;
}

.tailoring-container .tailoring-bottom-btn .commonbtn:hover {
    background-color: #8dbff8;
    border-radius: 4px;
}

.cropper-rotate-left-btn {
    background-image: url("../ico/rotate-left.png");
}

.cropper-rotate-right-btn {
    background-image: url("../ico/rotate-right.png");
}

.cropper-scaleX-btn {
    background-image: url("../ico/scaleX.png");
}

.cropper-scaleY-btn {
    background-image: url("../ico/scaleY.png");
}

.cropper-reset-btn {
    background-image: url("../ico/reset.png");
}

.btn-group-right {
    margin-right: 15px;
}

.tailoring-container .primarybtn {
    position: relative;
    margin-left: 14px;
    width: 90px;
    font-weight: 600;
}


/*联系人样式*/
.friend-box {
    float: left;
    width: 270px;
    height: 740px;
    background-color: #f7f7f7;
    border-right: 1px solid #b7b5b5;
    overflow-y: auto;
}

#chat-friend-box .friend-apply {
    /*width: 270px;*/
    /*height: 740px;*/
}

#chat-friend-box .friend-btn {
    padding: 10px;
    background-color: #f7f7f7;
    top: 0;
    position: sticky;
    cursor: pointer;
}

#chat-friend-box .friend-btn .friend-btn-title {
    display: inline-block;
}

#chat-friend-box .friend-arrow-right {
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    background-image: url(../ico/arrow_right.png);
    display: inline-block;
    position: relative;
    top: 2px;
}

#chat-friend-box .friend-arrow-down {
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    background-image: url(../ico/arrow_down.png);
    display: inline-block;
    position: relative;
    top: 2px;
}

#chat-friend-box .friend-btn .top-unread {
    background: #ff434a;
    color: #fff;
    text-align: center;
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 44px;
    float: right;
}

.friend-apply .friend-apply-list {
    width: 100%;
}

.friend-apply .friend-apply-list .apply-info {
    height: 65px;
    cursor: default;
    padding-left: 20px;
}

.friend-apply .friend-apply-list .friend-head {
    height: 34px;
    width: 34px;
    padding: 15px 10px;
    float: left;
}

.friend-apply .friend-apply-list .friend-head .friend-avatar {
    height: 34px;
    width: 34px;
    border-radius: 10%;
    float: left;
}

.friend-apply .friend-apply-list .friend-head .friend-unread {
    float: left;
    margin-top: -42px;
    margin-left: 27px;
    flex-shrink: 0;
    background: #ff434a;
    color: #fff;
    text-align: center;
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 44px;
}

.friend-apply .friend-apply-list .friend-right {
    float: left;
    height: 40px;
    width: 177px;
    padding: 12px 2px;
    border-bottom: 1px solid #eaeaea;
}

.friend-apply .friend-apply-list .friend-right .friend-title {
}

.friend-apply .friend-apply-list .friend-right .friend-title .friend-name {
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.friend-apply .friend-apply-list .friend-right .friend-title .apply-status {
    font-size: 12px;
    color: #b6b6b6;
    line-height: 18px;
    float: right;
}

.friend-apply .friend-apply-list .friend-right .friend-title .agree-btn {
    font-size: 12px;
    line-height: 18px;
    float: right;
    padding: 1px 6px;
    border-radius: 4px;
    background-color: #e1e1e1;
    cursor: pointer;
}

.friend-apply .friend-apply-list .friend-right .friend-bottom {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 2px;
    color: #b6b6b6;
}

.friend-apply .friend-apply-list .friend-right .friend-bottom .apply-msg {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #b6b6b6;
}

.addfriend {
    margin-top: 5px;
}

.addfriend .user-search {
    display: flex;
    align-items: center;
    margin: auto 30px;
    justify-content: space-between;
}

.addfriend .user-search .search-content {
    width: 305px;
    height: 30px;
    display: flex;
    align-items: center;
}

.addfriend .user-search .search-content input {
    color: #428dfc;
    line-height: 30px;
    padding: 0 5px;;
    border: 1px solid #b7b5b5;
    border-radius: 2px;
    width: 240px;
}

.primarybtn {
    width: 90px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(134deg, #44baf8, #3596fc);
    box-shadow: 0 2px 6px #8dbff8;
    color: #fff;
    border: 0;
}

.addfriend .search-user-list {
    padding: 10px 30px 20px;
    height: 325px;
    overflow-y: auto;
}

.addfriend .search-user-list .search-row {
    padding: 10px;
    display: flex;
    align-items: center;
}

.addfriend .search-user-list .search-row .search-avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.el-image-inner {
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 15%;
}

.addfriend .search-user-list .search-row .search-center {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 10px;
}

.addfriend .search-user-list .search-row .search-center .search-nick {
    line-height: 20px;
    margin-bottom: 1px;
}

.addfriend .search-user-list .search-row .search-center .search-city {
    color: #b9b9b9;
    font-size: 12px;
    line-height: 17px;
}

.addfriend .search-user-list .search-row .apply-add {
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    width: 75px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #428dfc;
    color: #428dfc;
}

.addbody .add-content {
    padding: 0 11px;
}

.addbody .add-info {
    display: flex;
    align-items: center;
    width: 304px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}

.addbody .add-info .add-avatar {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.addbody .add-info .add-name {
    margin-left: 10px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.addbody .add-info .add-name .add-nick {
    line-height: 20px;
    margin-bottom: 3px;
}

.addbody .add-info .add-name .add-area {
    line-height: 17px;
    font-size: 12px;
    color: #999;
}

.addbody .add-greet {
    align-items: flex-end;
    margin-top: 10px;
}

.addbody .add-greet .greet-content {
    width: 296px;
    font-size: 12px;
    line-height: 30px;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.addbody .add-greet .greet-content textarea {
    border: 1px solid #b7b5b5;
    font-size: 13px;
    width: 285px;
    height: 35px;
    padding: 5px;
    resize: none;
    margin-bottom: 5px;
    display: block;
}

.addbody .add-greet .greet-content input {
    border: 1px solid #b7b5b5;
    font-size: 13px;
    width: 285px;
    height: 20px;
    padding: 5px;
    margin-bottom: 5px;
    display: block;
}

.addbody .add-greet .greet-content label {
    font-size: 13px;
    color: #999;
}

.friend-container {
    height: 700px;
    position: relative;
    border-top: 1px solid #b7b5b5;
    border-bottom: 1px solid #b7b5b5;
    padding: 20px;
}

.friend-container .friend-apply-info {
    width: 440px;;
    height: 600px;
    margin-left: 100px;
}

.friend-container .friend-apply-info .friend-head {
    margin-bottom: 10px;
    height: 65px;
}

.friend-container .friend-apply-info .friend-head .friend-name-info {
    float: left;
    height: 65px;
    padding-left: 5px;
}

.friend-container .friend-apply-info .friend-head .friend-avatar {
    height: 60px;
    width: 60px;
    border-radius: 10%;
    float: left;
}

.friend-container .friend-apply-info .friend-head .friend-name-info .friend-name {
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 3px;
}

.friend-container .friend-apply-info .friend-head .friend-name-info .friend-remark {
    font-size: 12px;
    color: #b6b6b6;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.friend-container .friend-apply-info .friend-apply-msg {
    background-color: #f3f3f3;
    line-height: 20px;
    padding: 12px;
    border: 1px solid #b7b5b5;
    border-radius: 4px;
    margin-bottom: 25px;
}

.friend-container .friend-apply-info .friend-apply-msg ul li {
    color: #a4a4a4;
    font-size: 13px;
}

.friend-container .friend-apply-info .friend-apply-msg .friend-apply-replay {
    width: 30px;
    color: #02498d;
    font-size: 13px;
    margin-top: 3px;
    cursor: pointer;
}

.friend-container .friend-apply-info .friend-apply-msg .friend-apply-replay-content {
    width: 415px;
    height: 85px;
    border-radius: 5px;
    border: 1px solid #57bd6a;
    background-color: #ffffff;
    margin-top: 5px;
}

.friend-container .friend-apply-info .friend-apply-msg .friend-apply-replay-content textarea {
    width: 398px;
    height: 43px;
    font-size: 13px;
    border: none;
    margin-left: 2px;
    padding: 6px;
    resize: none;
}

.friend-container .friend-apply-info .friend-apply-msg .apply-replay-input .send-btn {
    background-color: #57bd6a;
    padding: 2px 15px;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    float: right;
    position: relative;
    bottom: 4px;
    right: 6px;
    cursor: pointer;
}

.friend-container .friend-apply-info .friend-apply-msg .apply-replay-input .send-btn:disabled {
    background-color: #e1e1e1;
    color: #c0bfbf;
}

.friend-container .friend-apply-info .friend-source {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #b7b5b5;
    border-bottom: 1px solid #b7b5b5;
    margin-bottom: 45px;
}

.friend-container .friend-apply-info .more-info {
    padding: 10px;
}

.friend-container .friend-apply-info .more-info input {
    width: 340px;
    height: 25px;
    padding-left: 5px;
    border: none;
    border-radius: 3px;
}

.friend-container .friend-apply-info .more-info input.i-click {
    border: 1px solid #77e46c;
}

.friend-container .friend-apply-info .friend-source label {
    font-size: 14px;
    color: #a4a4a4;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 35px;
}

.friend-container .friend-apply-info .friend-source span {
    font-size: 14px;
    line-height: 18px;
}

.friend-container .friend-apply-info .friend-bottom {
    margin-top: 15px;
    text-align: center;
    position: relative;
    display: grid;
    place-items: center;

}

.friend-container .friend-apply-info .friend-bottom .apply-status {
    font-size: 14px;
    color: #b6b6b6;
    line-height: 18px;
    background-color: #e1e1e1;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: default;
}

.friend-container .friend-apply-info .friend-bottom .agree-btn {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: #e1e1e1;
    cursor: default;
}

.friend-container .friend-apply-info .friend-bottom .send-msg-btn {
    font-size: 13px;
    color: #0157ab;
    cursor: default;
    display: block;
    width: 42px;
    background-image: url(../ico/send-msg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 85%;
    padding-top: 38px;
    text-align: center;
}

.friend-info-list {
    width: 100%;
}

.friend-info-list .friend-initial {
    margin-left: 33px;
    margin-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #dddddd;
    display: block;
    color: #a4a4a4;
    line-height: 27px;
}

.friend-info-list .friend-info {
    height: 58px;
    cursor: default;
    width: 100%;
    line-height: 58px;
}

.friend-info-list .friend-info .friend-head {
    padding: 10px;
    float: left;
    margin-left: 20px;
    margin-top: 2px;
}

.friend-info-list .friend-info .friend-head .friend-avatar {
    height: 34px;
    width: 34px;
    border-radius: 10%;
    float: left;
}


.friend-info-list .friend-info .friend-right {
    float: left;
    width: 180px;
}

.friend-info-list .friend-info .friend-right .friend-title {
    overflow: hidden;
    text-overflow: ellipsis;
}

.friend-info-list .friend-info .friend-right .friend-title .friend-name {
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
}

.my {
    width: 243px;
    height: 198px;
    border: 1px solid #b7b5b5;
    border-radius: 8px;
    position: absolute;
    left: 50px;
    top: 50px;
    background-color: #ffffff;
    z-index: 10000;
}

.my-info {
    padding: 10px;
}

.my-info .my-head {
    margin-bottom: 10px;
    height: 50px;
    padding-left: 10px;
}

.my-info .my-head .my-name-info {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.my-info .my-head .my-head-avatar {
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
}

.my-info .my-head .my-head-avatar .my-avatar {
    height: 50px;
    width: 50px;
    border-radius: 10%;
    float: left;
}

.my-info .my-head .my-head-avatar .hover-icon {
    width: 28px;
    position: absolute;
    left: 11px;
    top: 11px;
    display: none;
}

.my-info .my-head .my-head-avatar .hover-bg-black {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    display: none;
    left: 0;
    top: 0;
    border-radius: 15%;
}

.my-info .my-head .my-head-avatar:hover .hover-bg-black,
.my-info .my-head .my-head-avatar:hover .hover-icon {
    display: block;
    cursor: pointer;
}

.my-info .my-head .my-name-info .my-name {
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 3px;
}

.my-info .my-head .my-name-info .my-id,
.my-info .my-head .my-name-info .my-id span {
    font-size: 12px;
    color: #b6b6b6;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.my-info .my-head .my-name-info .my-label {
    font-size: 10px;
    color: #ffff;
    background-color: #a83e93;
    border: 1px solid;
    border-radius: 3px;
    padding: 1px;
}

.my-info .my-head .my-name-info .my-label-user {
    background-color: #4CAF50;
}

.my-info .my-head .my-name-info .my-label-ent {
    background-color: #ed87e0;
}

.my-info .my-head .my-name-info .my-label-supp {
    background-color: #5da5ef;
}

.my-info .my-head .my-name-info .my-label-admin {
    background-color: #efab5d;
}

.my-info .my-head .my-name-info .my-sex {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: aliceblue;
    border-radius: 4px;
    position: relative;
    top: 5px;
    left: 3px;
}

.my-info .my-head .my-name-info .my-sex-male {
    background-image: url(../ico/male.png);
}

.my-info .my-head .my-name-info .my-sex-female {
    background-image: url(../ico/female.png);
}

.my-info .my-more {
    padding-left: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b7b5b5;
    margin-bottom: 10px;
}

.my-info .my-more-info {
    padding: 5px 0;
}

.my-info .my-more label {
    font-size: 12px;
    color: #a4a4a4;
    line-height: 14px;
    margin-right: 10px;
}

.my-info .my-more span {
    font-size: 12px;
    line-height: 14px;
}

.my-info .my-bottom {
    margin-top: 15px;
    text-align: center;
}

.my-info .logout {
    font-size: 13px;
    border: none;
    border-radius: 3px;
    background-color: #dddddd;
    width: 69px;
    height: 26px;
}

.card-info-tooltip {
    position: absolute;
    width: 220px;
    height: 130px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffffff;
}

.uset-info-tooltip {
    padding: 10px;
    width: 240px;
    min-height: 180px;
}

.uset-info-tooltip .user-head {
    margin-bottom: 10px;
    height: 62px;
}

.uset-info-tooltip .user-head .user-name-info {
    float: left;
    height: 65px;
    padding-left: 5px;
}

.uset-info-tooltip .user-head .user-avatar {
    height: 50px;
    width: 50px;
    border-radius: 10%;
    float: left;
}

.uset-info-tooltip .user-head .user-name-info .user-name {
    font-weight: 400;
    font-size: 13px;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 3px;
}

.uset-info-tooltip .user-head .user-name-info .user-remark {
    font-size: 11px;
    color: #b6b6b6;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.uset-info-tooltip .more-info {
    padding-bottom: 7px;
    font-size: 12px;
}

.uset-info-tooltip .friend-source label {
    color: #a4a4a4;
    text-align: right;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    width: 60px;
}

.uset-info-tooltip .friend-source span {
    line-height: 18px;
}


.uset-info-tooltip .user-bottom {
    padding-top: 9px;
    border-top: 1px solid #e8e8e8;
    height: 50px;
    position: relative;
    display: grid;
    place-items: center;
}

.uset-info-tooltip .user-bottom .send-msg-btn {
    margin-top: 3px;
    font-size: 11px;
    color: #0157ab;
    cursor: default;
    display: block;
    width: 45px;
    background-image: url(../ico/send-msg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 72%;
    padding-top: 32px;
    text-align: center;
}

/*创建群组样式*/
.create-group {
    margin-top: 5px;
    font-size: 13px;
}

.checkbox-group {
    width: 20px;
    height: 20px;
    border: 1px solid #b7b5b5;
    border-radius: 14px;
}

.checkbox-group-checked {
    width: 22px;
    height: 22px;
    background-image: url("../ico/checked.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.create-group-bottom {
    height: 28px;
    padding-top: 13px;
}

.create-group-btn {
    background-color: #57bd6a;
    box-shadow: 0 2px 6px #b6b5b5;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    float: right;
    cursor: pointer;
}

.create-group-btn:disabled {
    background-color: #e1e1e1;
    color: #c0bfbf;
}

.addfriend {
    margin-top: 5px;
    font-size: 13px;
}

.user-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.user-search .search-content {
    width: 305px;
    height: 30px;
    display: flex;
    align-items: center;
}

.user-search .search-content input {
    color: #428dfc;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #b7b5b5;
    border-radius: 2px;
    width: 195px;
}

.primarybtn {
    width: 62px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(134deg, #44baf8, #3596fc);
    box-shadow: 0 2px 6px #8dbff8;
    color: #fff;
    font-weight: 100;
    border: 0;
}

.primarybtn:disabled {
    background: #e2e2e2;
    box-shadow: 0 2px 6px #b6b5b5;
    color: #878787;
}

.search-user-list {
    padding: 7px 10px 7px;
    height: 280px;
    overflow-y: auto;
}

.search-user-list .search-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

.search-user-list .search-row .search-avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}


.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.el-image-inner {
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 15%;
}

.search-user-list .search-row .search-center {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 10px;
}

.search-user-list .search-row .search-center .search-nick {
    line-height: 20px;
    margin-bottom: 1px;
}

.search-user-list .search-row .search-center .search-city {
    color: #b9b9b9;
    font-size: 12px;
    line-height: 17px;
}

.chat-msg-info {
    position: relative;
    bottom: 699px;
    left: 733px;
    width: 290px;
    height: 699px;
    border: 1px solid #ebebeb;
    border-top: none;
    background-color: #f7f7f7;
    overflow-y: auto;
}

#chat-group-member {
    min-height: 90px;
    background: #ffff;
    display: grid;
    border-bottom: 1px solid #eaeaea;
}

.group-members li {
    float: left;
    padding: 14px 0 0 22px;
}

.group-members .member-avatar {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.group-members .member-nickname {
    font-size: 11px;
    color: #a5a5a5;
    overflow: hidden;
    width: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.group-members .member-operation {
    width: 45px;
    height: 45px;
    font-size: 33px;
    font-weight: 100;
    text-align: center;
    line-height: 40px;
    color: #a5a5a5;
    border-radius: 5px;
    border: 1px dashed transparent;
    background: linear-gradient(#eee, #eee) padding-box, repeating-linear-gradient(-45deg, #ccc 0, #ccc 0.13em, #eee 0, #eee 0.23em);
    margin-bottom: 20px;
    cursor: default;
}

.group-member-more {
    width: 100%;
    color: #b9b9b9;
    text-align: center;
    padding: 1px 0 15px 0;
    font-size: 13px;
}

.group-member-more .text {
    display: inline-block;
    line-height: normal;
    padding-top: 8px;
    font-size: 13px;
    color: #b9b9b9;
}

.group-member-more span {
    display: inline-block;
    float: none;
    margin-top: auto;
    background-position-y: 4px;
}

.chat-msg-info-set {
    background-color: #ffff;
    margin-top: 7px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    line-height: 45px;
    padding-left: 18px;
    font-size: 14px;
}

.group-info {
    border-bottom: 1px solid #eaeaea;
    cursor: default;
    font-size: 14px;
}

.base-info-right {
    float: right;
    margin-right: 5px;
    height: 45px;
}

.group-base-value {
    display: inline-block;
    color: #7f7f7f;
    font-size: 14px;
    width: 130px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}

.right-arrow {
    float: right;
    background-image: url(../ico/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-top: 12px;
}

.arrow-up {
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-image: url(../ico/arrow_up.png);
}

.arrow-down {
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-image: url(../ico/arrow_down.png);
}

.group-qrcode {
    float: right;
    background-image: url(../ico/qrcode.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    margin-top: 10px;
}

.switch-off {
    float: right;
    background-image: url(../ico/swich_off.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 38px;
    height: 30px;
    margin-top: 12px;
    margin-right: 5px;
}

.switch-on {
    float: right;
    background-image: url(../ico/swich_on.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 38px;
    height: 30px;
    margin-top: 12px;
    margin-right: 5px;
}

.logout-group {
    display: block;
    text-align: center;
    width: 100%;
    color: #d81e06;
    font-weight: bold;
    cursor: default;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

#group-qrcode-dialog {
    text-align: center;
    background-color: #eaeaea;
    padding-top: 20px;
}

.group-qrcode-label {
    font-size: 11px;
    color: #9e9e9e;
}

.group-qrcode-btn {
    margin-top: 20px;
}

.modify-group-desc {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 10px 0;
}

#modify-group-avatar {
    width: 36px;
    height: 36px;
    float: left;
    border-radius: 4px;
}

#modify-group-name-input {
    width: 220px;
    height: 34px;
    border: none;
    font-size: 13px;
    padding-left: 3px;
    float: left;
    margin-left: 8px;
    outline: none;
}

.modify-group-name-content .clean-input {
    background-image: url(../ico/close_b.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #d5d5d5;
    border-radius: 8px;
    height: 15px;
    width: 15px;
    cursor: pointer;
    float: left;
    position: relative;
    top: 10px;
}

.modify-group-name-content {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding: 8px 0 8px 0;
    height: 33px;
}

.modify-group-name-btn {
    text-align: center;
    margin-top: 23px;
}

.modify-group-name-btn .primarybtn {
    width: 95px;
    height: 35px;
}

.ephox-polish-editor-container.ephox-platform-touch .ephox-polish-disabled-mask .ephox-polish-content-container {
    font-size: 13px !important;
}

.ephox-polish-editor-container.ephox-platform-android .ephox-chameleon-toolstrip.ephox-polish-mobile-show {
    margin-top: 0 !important;
}

.ephox-polish-editor-container.ephox-platform-touch .ephox-polish-disabled-mask {
    width: auto !important;
    height: auto !important;

}

.info-title {
    display: inline-block;
    line-height: normal;
    padding-top: 8px;
}

.group-notice-textbox {
    padding: 15px;
}

.group-notice-user {
    width: 100%;
    height: 60px;
}

.group-notice-avatar-box {
    float: left;
}

.group-notice-avatar {
    width: 45px;
    height: 45px;
    border-radius: 5px;
}

.group-notice-nickname {
    float: left;
    margin-left: 10px;
    font-size: 15px;
    line-height: 25px;
}

.group-notice-nickname-text {
    display: block;
}

.group-notice-nickname-time {
    display: block;
    font-size: 13px;
    color: #9E9E9E;
}

.group-notice-content {
    width: 100%;
    height: 515px;
}

.group-notice-content .no-content {
    color: #bcbcbd;
    position: relative;
    bottom: 240px;
    left: 190px;
    z-index: 100;
}

#textbox-notice {
    width: 100%;
    height: 505px;
}

.group-notice-btn {
    text-align: center;
    padding: 7px 0;
}

.group-notice-btn .edit-desc {
    color: #bcbcbd;
}

.group-notice-btn .primarybtn {
    width: 100px;
    height: 40px;
}

.group-notice-btn .cancel {
    margin-right: 20px;
}

.add-remove-group-member {
    margin-top: 5px;
    font-size: 13px;
}

.group-invite-desc {
    font-size: 13px;
    color: #c0bfbf;
    display: inline-block;
    width: 260px;
}

.group-manager-low {
    float: left;
    margin-right: 6px;
}

.group-managers li {
    float: left;
    padding: 7px 0 0 8px;
}

.group-managers .manager-avatar {
    width: 30px;
    height: 30px;
    border-radius: 6px;
}

.group-managers .manager-nickname {
    display: none;
}

.button-group-add {
    background-color: #eaeaea;
    padding: 4px 7px;
    border-radius: 4px;
    box-shadow: 0 2px 6px #c9c9c9;
    cursor: default;
}

.group-manager-desc-item {
    font-size: 11px;
    color: #000000;
}

#group-managers-dialog {
    background-color: #f4f4f4;
}

#group-managers .manager-remove {
    display: block;
    position: relative;
    top: -66px;
    left: 43px;
    background-color: #c9c9c9;
    padding: 2px 1px;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 2px 6px #b6b5b5;
    cursor: default;
}

.group-managers .manager-remove {
    display: none;
}

.group-manager-list {
    width: 100%;
    margin-bottom: 10px;
}

#group-managers {
    border: 1px solid #9E9E9E;
    height: 85px;
    margin-top: 6px;
}

#group-managers li {
    float: left;
    padding: 5px 5px 0 7px;
    margin: 5px 13px 0 14px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    height: 65px;
    background-color: #eaeaea;
}

#group-managers .manager-avatar {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

#group-managers .manager-nickname {
    display: block;
    font-size: 11px;
    color: #a5a5a5;
    overflow: hidden;
    width: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}


#chat-msg-history-dialog {
    font-size: 14px;
    height: 600px;
    background-color: #f2f2f2;
}

.chat-msg-history-title {
    padding: 15px 15px 6px 15px;
}

#msg-types {
    height: 33px;
    overflow-x: auto;
    display: -webkit-box;
    margin-left: 12px;
    margin-right: 12px;
}

#msg-types::-webkit-scrollbar {
    display: none;
}

.msg-type-item {
    float: left;
    padding: 6px 12px;
    text-align: center;
    cursor: default;
}

.msg-type-item.active {
    background-color: #e6e6e6;
    border-bottom: 1px solid;
}

.ui-selectmenu-button.ui-button {
    background-color: #eee;
    border: none;
    text-align: center;
}

.msg-type-item option.avatar {
    background-repeat: no-repeat !important;
    padding-left: 20px;
}

.avatar .ui-icon {
    background-position: left top;
}

.msg-type-item .ui-button {
    padding: 0 !important;
}

.msg-type-item .ui-state-hover,
.msg-type-item .ui-widget-content .ui-state-hover,
.msg-type-item .ui-widget-header .ui-state-hover,
.msg-type-item .ui-state-focus,
.msg-type-item .ui-widget-content .ui-state-focus,
.msg-type-item .ui-widget-header .ui-state-focus,
.msg-type-item .ui-button:hover,
.msg-type-item .ui-button:focus {
    border: none !important;
}

.search-msg-list {
    background-color: #f2f2f2;
    height: 510px;
    padding: 0 0 0 10px;
}

#search-msg-list {
    height: 500px;
    overflow-y: auto;
}

.search-msg-item {
    height: 50px;
    padding: 6px 0;
}

.search-msg-item-left {
    float: left;
}

.search-msg-item-avatar {
}

.search-msg-item-avatar .avatar-a {
    width: 45px;
    height: 45px;
    border-radius: 5px;
}

.search-msg-item-right {
    font-size: 13px;
    float: left;
    width: 342px;
    min-height: 55px;
    line-height: 21px;
    margin-left: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.search-msg-item-nickname {
}

.search-msg-item-nickname .nickname {
    width: 195px;
    display: inline-block;
    color: grey;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-msg-item-nickname .date {
    float: right;
    color: #9E9E9E;
    padding-right: 10px;
}

.search-msg-item-msg {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-msg-item-msg .msg-text .msg-img {
    max-width: 150px;
    max-height: 300px;
}

.search-msg-item-msg .msg-text .msg-img-loading {
    max-width: 160px;
}

.search-msg-item-msg .msg-text .msg-video-outer {
    max-width: 290px;
    max-height: 301px;
    position: relative;
    display: grid;
    place-items: center;
}

.search-msg-item-msg .msg-text .msg-video-cover {
    max-width: 290px;
    max-height: 300px;
}

.search-msg-item-msg .msg-text .msg-video-play-icon {
    background-image: url(../ico/play.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(168 165 165 / 69%);
    border-radius: 50px;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.search-msg-item-msg .msg-text .msg-video-play-icon {
    position: absolute;
}

.search-msg-item-msg .msg-text .msg-text-wrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-msg-item-locate {
    position: absolute;
    font-size: 12px;
    float: right;
    background-color: #c9c9c9;
    padding: 3px 5px;
    box-shadow: 0 2px 6px #b6b5b5;
    cursor: default;
}

.replay-msg-bottom {
    height: 28px;
    padding-top: 13px;
}

.replay-msg-btn {
    background-color: #57bd6a;
    box-shadow: 0 2px 6px #b6b5b5;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    float: right;
    cursor: pointer;
}

.replay-msg-btn:disabled {
    background-color: #e1e1e1;
    color: #c0bfbf;
}

/*聊天图片放大样式*/
.chat-msg-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
}

.modal-img {
    max-width: 96%;
    max-height: 96%;
}

.caption {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

/*上传文件类型样式*/
.msg-text-outer .msg-file-wrap {
    width: 230px;
    height: 50px;
    background-color: #d8eaf7;
    cursor: default;
}

.msg-text-outer .msg-file-name-wrap {
    float: left;
    font-size: 13px !important;
    width: 180px;
    height: 46px;
    /*background-color: beige;*/
    line-height: 22px;
    padding: 3px 0 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.msg-text-outer .msg-file-name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.msg-text-outer .msg-file-size {
    display: block;
    color: #9E9E9E;
}

.msg-text-outer .msg-file-ico {
    float: right;
    width: 43px;
    height: 45px;
    margin-top: 3px;
    background-repeat: no-repeat;
    background-size: 100%;
}

/*名片样式*/
.msg-card-wrap {
    width: 219px;
    height: 74px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 8px 0 8px;
    cursor: default;
}

.msg-card-wrap .msg-card-name-wrap {
    border-bottom: 1px solid #e8e8e8;
    height: 54px;
    align-content: center;
}

.msg-card-wrap .msg-card-name-wrap .msg-card-avatar {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.msg-card-wrap .msg-card-name-wrap .msg-card-nickname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
}

.msg-card-wrap .msg-card-lab {
    font-size: 11px;
    color: #9E9E9E;
    padding: 1px 0 2px 0;
}

/*历史消息上传文件类型样式*/
.search-msg-item-msg .msg-file-wrap {
    float: left;
    width: 230px;
    height: 50px;
    background-color: #d8eaf7;
    margin-bottom: 5px;
}

.search-msg-item-msg .msg-file-name-wrap {
    font-size: 13px !important;
    width: 180px;
    height: 46px;
    padding: 3px 0 0 5px;
}

.search-msg-item-msg .msg-file-name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-msg-item-msg .msg-file-size {
    display: block;
    color: #9E9E9E;
}

.search-msg-item-msg .msg-file-ico {
    float: right;
    width: 43px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: -45px;
}

/**
 * 文件类型图标
 */
.msg-file-ico-pdf {
    background-image: url("../ico/file-ext/pdf.png");
}

.msg-file-ico-doc {
    background-image: url("../ico/file-ext/doc.png");
}

.msg-file-ico-xls {
    background-image: url("../ico/file-ext/xls.png");
}

.msg-file-ico-ppt {
    background-image: url("../ico/file-ext/ppt.png");
}

.msg-file-ico-txt {
    background-image: url("../ico/file-ext/txt.png");
}

.msg-file-ico-xml {
    background-image: url("../ico/file-ext/xml.png");
}

.msg-file-ico-html {
    background-image: url("../ico/file-ext/html.png");
}

.msg-file-ico-zip {
    background-image: url("../ico/file-ext/压缩包.png");
}

.msg-file-ico-audio {
    background-image: url("../ico/file-ext/音频文件.png");
}

.msg-file-ico-video {
    background-image: url("../ico/file-ext/视频文件.png");
}

.msg-file-ico-unknown {
    background-image: url("../ico/file-ext/未知文件.png");
}

/*右键菜单图标样式*/
.context-menu-icon-top::before {
    content: url("../js/contextmenu/icons/top.svg");
}

.context-menu-icon-top-cancel::before {
    content: url("../js/contextmenu/icons/top-cancel.svg");
}

.context-menu-icon-copy::before {
    content: url("../js/contextmenu/icons/copy.svg");
}

.context-menu-icon-relay::before {
    content: url("../js/contextmenu/icons/relay.svg");
}

.context-menu-icon-revoke::before {
    content: url("../js/contextmenu/icons/revoke.svg");
}

.context-menu-icon-locatemsg::before {
    content: url("../js/contextmenu/icons/locate-msg.svg");
}

.context-menu-icon-saveas::before {
    content: url("../js/contextmenu/icons/save-as.svg");
}

.context-menu-icon-phone::before {
    content: url("../js/contextmenu/icons/phone.svg");
}

.context-menu-icon-pwd::before {
    content: url("../js/contextmenu/icons/pwd.svg");
}

.context-menu-icon-logout::before {
    content: url("../js/contextmenu/icons/logout.svg");
}

.context-menu-active {
    border: 1px solid #00a654;
}

.my-context-list {
    min-width: 8em !important;
}

/*进度条样式*/
.ui-progressbar {
    margin-top: 3px;
    position: relative;
    height: 5px !important;
    min-width: 150px !important;
}

/*.ui-widget-header{*/
/*    background-color: #2ecc71 !important;*/
/*}*/

/*视频通话样式 9:16(360:640)*/
.call-container {
    position: relative;
    left: 35%;
    bottom: 86%;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 1px 2px -3px rgba(0, 0, 0, .2), 0 1px 5px 2px rgba(0, 0, 0, .14), 0 1px 3px 2px rgba(0, 0, 0, .12);
    z-index: 1002;
}

.call-container-audio {
    width: 320px;
    height: 540px;
}

/*8:9*/
.call-container-video {
    width: 480px;
    height: 540px;
}

.call-frosted-glass {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 51%);
    -webkit-backdrop-filter: blur(45px);
    backdrop-filter: blur(45px);
    z-index: 1003;
}

.call-video-body {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background-position: center;
}

.call-local-video-mirror {
    transform: rotateY(180deg);
}

.call-remote-video {
    z-index: 1004;
}

.call-remote-video, .call-remote-audio {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: rotateY(180deg) translateY(-50%);
}

.call-local-video {
    position: absolute;
    background: #535151;
    top: 10px;
    right: 10px;
    width: 80px;
    height: auto;
    border-radius: 5px;
    z-index: 1005;
}

.call-avatar-bg {
    position: absolute;
    height: 120px;
    top: 15%;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    z-index: 1004;
}

.call-avatar-bg .avatar-a {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.call-avatar-bg .nickname {
    font-size: 16px;
}

.call-local, .call-remote, .call-remote-accept {
    display: grid;
    place-items: center;
}

.call-waiting-label {
    position: absolute;
    bottom: 28%;
    font-size: 13px;
    color: rgba(254, 255, 255, 0.55);
    z-index: 1003;
}

.call-timing-label {
    position: absolute;
    top: 2%;
    font-size: 13px;
    color: rgb(255 255 255 / 81%);
    z-index: 1005;
}

.call-btns {
    bottom: 4%;
    position: absolute;
    text-align: center;
    z-index: 1005;
}

.call-btn-top {
    margin-bottom: 15px;
}

.call-btn {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.71);
    line-height: 23px;
    display: inline-block;
}

.call-btn-left-35 {
    margin-right: 35px;
}

.call-btn-right-35 {
    margin-left: 35px;
}

.call-btn-left {
    margin-right: 60px;
}

.call-btn-right {
    margin-left: 60px;
}

.call-btn .call-opr {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    color: rgba(255, 255, 255, 0.71);
}

.call-btn .call-hangup, .call-btn .call-cancel, .call-btn .call-refuse {
    background-color: #FF5151;
    background-image: url("../ico/call_hangup.png");
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
}

.call-btn .call-accept {
    background-color: #61c93e;
    background-image: url("../ico/call_accept.png");
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
}

.call-microphone-on, .call-camera-on, .call-microphone-off, .call-camera-off {
    background-color: #ffffff;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.call-microphone-off, .call-camera-off, .call-flip-camera {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.call-microphone-on {
    background-image: url("../ico/call_microphone_on.png");
}

.call-microphone-off {
    background-image: url("../ico/call_microphone_off.png");
}

.call-camera-on, .call-camera-off {
    background-image: url("../ico/call_camera_on.png");
}

.call-camera-off {
    background-image: url("../ico/call_camera_off.png");
}

.call-flip-camera {
    background-image: url("../ico/call_flip_camera.png");
    background-size: 48%;
    background-position: center;
    background-repeat: no-repeat;
}

.msg-call-wrap {
    display: flex;
    align-items: center; /* 垂直居中 */
}

.call-msg-text {
    display: inline-block;
}

.call-msg-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.margin-left-3 {
    margin-left: 3px;
}

.margin-right-3 {
    margin-right: 3px;
}

.call-video-msg-icon-left {
    background-image: url("../ico/call_video_left_msg.png");
    margin-right: 1px;
}

.call-video-msg-icon-right {
    background-image: url("../ico/call_video_right_msg.png");
    margin-left: 1px;
}

.call-audio-msg-icon {
    background-image: url("../ico/call_audio_msg.png");
}

/*视频通话样式end*/