@font-face {
    font-family: layui-icon;
    src: url(../font/iconfont.eot?v=220);
    src: url(../font/iconfont.eot?v=220#iefix) format('embedded-opentype'),url(../font/iconfont.svg?v=220#iconfont) format('svg'),url(../font/iconfont.woff?v=220) format('woff'),url(../font/iconfont.ttf?v=220) format('truetype')
}

.pop__layui-icon {
    font-family: icon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-app-region: no-drag;
}

@font-face {
    font-family: 'icon';
    src: url('../font/icon.eot');
    src: url('../font/icon.eot?#iefix') format('embedded-opentype'),
    url('../font/icon.woff2') format('woff2'),
    url('../font/icon.woff') format('woff'),
    url('../font/icon.ttf') format('truetype'),
    url('../font/icon.svg#iconfont') format('svg');
}

body, html {
    height: 100%;
    margin:0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    color: #333;
}

@media (max-height: 800px),(max-width:1000px) {

}

.pop__body {
    padding-top: 0;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items:center;
}


.pop__panel .pop__flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
}

/*注册登录相关*/

.pop__panel .pop__form-title {
    color: #333;
    font-size: 20px;
    padding: 40px 14px 22px;
}

.pop__panel .pop__form-cells {
    line-height: 1.41176471;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    width: 420px;
    margin: 0 auto;
}

.pop__panel .pop__form-cell {
    padding: 0 16px;
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pop__panel .pop__form-cell:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 15px;
    z-index: 2;
}

.pop__panel .pop__form-label {
    display: block;
    width: 86px;
    word-wrap: break-word;
    word-break: break-all;
    font-size:16px;
}

.pop__panel .pop__form-input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 50px;
    padding-left:14px;
}

.pop__panel .pop__form-captcha {
    height: 50px;
    vertical-align: middle;
    width: 100px;
    margin-right: -14px;
}

.pop__panel .pop__form-link {
    padding: 14px 14px 0;
}

.pop__panel .pop__form-link a {
    color: #0060a0;
    font-size: 14px;
}

.pop__panel .pop__form-btn {
    padding: 44px 3px;
}

.pop__panel .pop__form-btn .pop__btn-primary {
    font-size: 15px !important;
    line-height: 40px;
    margin:0 10px;
}
/*end*/


.pop__left-bar {
    height: 100%;
    float:left;
    width:70px;
    background-color: #2e3238;
    padding:0;
    -webkit-app-region: drag;
    -webkit-user-select: none;
}

.pop__left-bar .pop__badge {
    position: absolute;
    top: -5px;
    right: 11px;
}

.pop__left-icon {
    margin-top:26px;
    padding-left:22px;
    font-size:26px;
    color:#d6d6d6;
    cursor:pointer;
    position: relative;
}

.pop__left-bar .pop__selected {
    color:#359ef1 !important;
}

.pop__left-bar .pop__bottom {
    position: absolute;
    bottom: 20px;
}

.pop__left-bar .pop__sub-menu {
    position: absolute;
    bottom: 20px;
    left: 60px;
    z-index:11;
    width: 160px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    -webkit-app-region: no-drag;
}

.pop__left-bar .pop__sub-menu ul li {
    padding-left:18px;
    line-height: 200%;
    cursor: default;
}

.pop__left-bar .pop__sub-menu ul li:hover {
    background-color: #f2f2f2;
}

.pop__main {
    //max-width: 1000px;
    min-width: 800px;
    height: 100%;
    margin: 0 auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    min-height: 600px;
    //max-height:600px;
    width: 100%;
    position: relative;
}

.pop__left-main-panel {
    position: relative;
    width: 280px;
    height: 100%;
    float: left;
    background: #FBFBFB;
    border-top:1px solid #d6d6d6;
    border-bottom:1px solid #d6d6d6;
}

.pop__left-main-panel .pop__selected {
    border-top: 1px solid #eee;
    box-shadow: 1px 1px 10px #ddd;
    background-color: #fff;
}

.pop__right-main-panel {
    position: relative;
    background-color: #fff;
    height: calc(100% - 2px);
    overflow: hidden;
    border:1px solid #d6d6d6;
}

.pop__avatar img {
    width: 44px;
    height: 44px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    cursor: pointer;
}

.pop__left-bar .pop__avatar{
    padding: 13px;
    -webkit-app-region: no-drag;
}

.pop__search-bar {
    position: relative;
    width: 244px;
    margin: 17px auto 6px;
}

.pop__search-bar input {
    width: 214px;
    height: 22px;
    line-height: 32px;
    border: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #d6d6d6;
    color: #333;
    padding-left: 30px;
    font-size: 12px;
}

.pop__select-area {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 1px;
    left: 0;
    visibility: visible;
    width: auto;
    border-bottom: 1px solid #d6d6d6;
    cursor: default;
    user-select: none;
}

.pop__scroll-wrapper {
    overflow-y: auto!important;
    overflow-x: hidden;
    padding: 0!important;
    position: relative;
}

.pop__select-area .pop__scroll-wrapper {
    height: 100%;
    position: relative;
}

.pop__scroll-wrapper>.pop__scroll-content {
    border: none!important;
    box-sizing: content-box!important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    overflow: auto!important;
    padding: 0;
    position: relative!important;
    top: 0;
    width: auto!important;
}

.pop__chatting_item {
    overflow: hidden;
    padding: 12px 17px 11px;
    border: 1px solid transparent;
    border-bottom: 1px solid #eee;
    position: relative;
}

.pop__chatting_item .pop__ext {
    float: right;
    color: #989898;
    font-size: 13px;
    text-align: right;
    height: 19px;
    line-height: 1.5;
    padding-left: 5px;
}

.pop__chatting_item .pop__avatar {
    float: left;
    margin-right: 10px;
    position: relative;
}

.pop__chatting_item .pop__avatar img {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.pop__chatting_item .pop__info {
    overflow: hidden;
}

.pop__chatting_item .pop__info .pop__nickname {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin:0;
}

.pop__chatting_item .pop__info .pop__msg {
    color: #989898;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    height: 1.5em;
    margin:0;
}

.pop__chatting_item  .pop__badge {
    margin-top: 5px;
}

.pop__panel .pop__background-selected {
    background-color: #d1d1d1 !important;
}

.pop__panel .pop__contextmenu {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    box-shadow:1px 1px 15px #ccc;
    width:160px;
    position: fixed;
    z-index: 99;
    cursor: default;
    color: #333;
}

.pop__panel .pop__contextmenu ul li {
    padding:3px 5px 3px 18px;
    justify-content:space-between;
}

.pop__panel .pop__contextmenu ul li:hover, .pop__panel .pop__contextmenu ul li .pop__hover {
    background-color: #f2f2f2;
}

.pop__panel .pop__arr:after {
    content: '';
    border-color: #2a2a2a;
    border-style: solid;
    border-width: 1px 1px 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    height: 16px;
    width: 16px;
    position: relative;
    transform: rotate(45deg) scale(.5);
    -webkit-transform: rotate(45deg) scale(.5);
}

.pop__contextmenu .pop__sub-menu {
    position: absolute;
    top: 104px;
    left: 160px;
    width: 160px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
}

.pop__badge {
    min-width: 8px;
    vertical-align: middle;
    background-color: #ff3b30;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 3px 4px;
    line-height: 10px;
    font-size: 10px;
    font-family: Verdana;
    text-align: center;
    font-style: normal;
    font-weight: normal;
}

.pop__chat-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #FBFBFB;
    border-bottom: 1px solid #d6d6d6;
    flex: 1;
    align-items: center;
    display: flex;
    justify-content:space-between;
    /*-webkit-app-region: drag;*/
    -webkit-user-select: none;
}

.pop__chat-head .pop__title{
    font-size:17px;
    padding:0 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}

.pop__chat-head .pop__layui-icon {
    font-size:20px;
    padding-right:20px;
    color:#b6b6b6;
    cursor: pointer;
}


.pop__chat-body {
    position: absolute;
    bottom: 181px;
    overflow-y: auto!important;
    overflow-x: hidden!important;
    padding: 0!important;
    top: 61px;
    right: 0;
    left: 0;
}

.pop__chat-drag-upload {
    position: absolute;
    top:60px;
    bottom:0;
    left:0;
    right:0;
    background:#eeeeeec7;
    z-index:99;
    display:flex;
    justify-content: center;
    align-items: center
}

.pop__chat-drag-upload-tip {
    color:#666;
    font-size:18px;
    font-weight:500
}

.pop__chat-none {
    position: absolute;
    bottom: 1px;
    overflow-y: auto!important;
    overflow-x: hidden!important;
    padding: 0!important;
    top: 61px;
    right: 0;
    left: 0;
}

.pop__flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pop__clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.pop__chat-content {
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
    font-family: inherit;
    padding: 18px;
    position: relative;
}

.pop__panel ul, .pop__panel ol, .pop__panel li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pop__chat-content ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 22px;
}

.pop__chat-content ul li.pop__chat-msg-time {
    padding-top: 12px;
}

.pop__chat-content ul li.pop__chat-msg-time span, .pop__chat-content ul li.pop__chat-msg-notice span {
    color: #b0b0b0;
    border-radius: 3px;
    display: block;
    font-size: 12px;
    font-family: Verdana;
    overflow: hidden;
    margin: 0 auto;
    padding: 4px;
    line-height: normal;
    max-width: 90%;
}

.pop__chat-content ul li.pop__chat-msg-notice span a {
    color: #0060a0;
}

.pop__chat-content ul li .pop__chat-msg-avatar {
    display: block;
    overflow: hidden;
    height: 40px;
    width: 40px;
}

.pop__chat-content ul li .pop__chat-msg-avatar img {
    vertical-align: top;
    height: 100%;
    width: 100%;
}

.pop__chat-content ul li .pop__chat-msg-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pop__panel .pop__chat-content ul li .pop__chat-msg-content em, .pop__panel .pop__chat-at-tip em{
    color: #0a8cd2;
    font-style: normal;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-author {
    color: #aaa;
    font-size: 10px;
    margin: 0 10px 3px;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-msg {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: #444;
    float: left;
    font-size: 14px;
    margin: 0 10px;
    padding: 10px;
    word-wrap: break-word;
    word-break: break-all;
    min-height: 18px;
    max-width: 360px;
    position: relative;
    transition: all .3s;
    user-select: none;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-msg .pop__chat-msg-face {
    vertical-align: top;
    height: 25px;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-msg a {
    color: #0060a0;
    font-family: arial;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-msg a:active {
    background-color: #c2e6fd;
}

.pop__chat-content ul li.pop__chat-msg-others .pop__chat-msg-content .pop__chat-msg-msg {
    background-color: #fff;
    border-color: #f0f0f0;
}

.pop__chat-content ul li.pop__chat-msg-others .pop__chat-msg-content .pop__chat-msg-msg:active, .pop__chat-content ul li.pop__chat-msg-others .pop__chat-msg-content .pop__chat-msg-msg.taped {
    background-color: #f2f2f2;
    border-color: #e9e9e9;
}

.pop__chat-content ul li.pop__chat-msg-me .pop__chat-msg-content .pop__chat-msg-author {
    text-align: right;
}

.pop__chat-content ul li.pop__chat-msg-me .pop__chat-msg-content .pop__chat-msg-msg {
    float: right;
    background-color: #a5d7ff;
    border-color: #85c7fb;
}

.pop__panel .pop__voice-box{
    width: .6rem;
    height: .5rem;
    width: 26px;
    height: 20px;
    background: url(/static/web/img/chat/voice.png?v=1);
    background-size: 2.3rem .64rem;
    background-size: 100px 28px;
    background-repeat: no-repeat;
    background-position: -2px;
    display: block;
}

.pop__panel .pop__voice-playing{
    animation: voice_animation 1s steps(1) infinite;
    -moz-animation: voice_animation 1s steps(1) infinite;
    -webkit-animation: voice_animation 1s steps(1) infinite;
    -o-animation: voice_animation 1s steps(1) infinite;
    animation-play-state: running;
}

.pop__panel .pop__voice-body {
    width: 100px;
    display: block;
    height: 20px;
}

.pop__panel .pop__float-left{
    float:left;
}
.pop__panel .pop__float-right{
    float:right;
}

.pop__panel .pop__text-right{
    text-align: right;
}

.pop__panel .pop__text-center{
    text-align: center;
}

.pop__panel .pop__route180 {
    transform: rotate(180deg);
}

@keyframes voice_animation
{
    25%  {background-position: -28px;}
    50%  {background-position: -51px;}
    75%  {background-position: -73px;}
    100% {background-position: -3px;}
}


.pop__chat-msg-content .pop__chat-msg-icon {
    vertical-align: middle;
    width: 44px;
    height: 44px;
    background-color: red;
    border-radius: 5px;
    display: flex;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

.pop__chat-msg-content .pop__chat-msg-ppt-icon {
    background-position: 0 0;
}

.pop__chat-msg-content .pop__chat-msg-doc-icon {
    background-position: -50px 0
}

.pop__chat-msg-content .pop__chat-msg-xls-icon {
    background-position: -100px 0;
}

.pop__chat-msg-content .pop__chat-msg-pdf-icon {
    background-position: -150px 0;
}

.pop__chat-msg-content .pop__chat-msg-txt-icon {
    background-position: 0 -50px;
}

.pop__chat-msg-content .pop__chat-msg-zip-icon {
    background-position: -50px -50px;
}

.pop__chat-msg-content .pop__chat-msg-file-cover {
    display: table-cell;
    padding-right: 10px;
}

.pop__chat-msg-content .pop__chat-msg-file-info {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}

.pop__chat-msg-content .pop__chat-msg-file-info .pop__chat-msg-file-name {
    display:block;
    line-height: 180%;
}

.pop__chat-msg-content .pop__chat-msg-file-info .pop__chat-msg-file-size {
    color: #777;
}

.pop__chat-content ul li.pop__chat-msg-me .pop__chat-msg-content .pop__chat-msg-msg:active, .pop__chat-content ul li.pop__chat-msg-me .pop__chat-msg-content .pop__chat-msg-msg.taped {
    background-color: #8ecafb;
    border-color: #74bdf7;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-msg:before {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 1px 1px 0 0;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 15px;
}

.pop__chat-content ul li.pop__chat-msg-others .pop__chat-msg-content .pop__chat-msg-msg:before {
    background: inherit;
    border-color: inherit;
    left: -6px;
    transform: translate(0, -50%) rotate(-135deg);
}

.pop__chat-content ul li.pop__chat-msg-me .pop__chat-msg-content .pop__chat-msg-msg:before {
    background: inherit;
    border-color: inherit;
    right: -6px;
    transform: translate(0, -50%) rotate(45deg);
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-picture:before, .pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-video:before {
    display: none;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-picture, .pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-video {
    background-color: transparent !important;
    border-width: 0;
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-picture.taped, .pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-video.taped, .pop__chat-content ul li .pop__chat-msg-avatar.taped{
    opacity: .6;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-picture img, .pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-video video {
    vertical-align: top;
    pointer-events: none;
    max-height: 270px;
    max-width: 270px;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-picture img, .pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-video img {
    vertical-align: top;
    pointer-events: none;
    max-height: 270px;
    max-width: 270px;
}

.pop__chat-content ul li .pop__chat-msg-content .pop__chat-msg-video:after {
    content: '';
    background: url(../img/chat/icon__play.png) no-repeat center;
    background-size: 40px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.pop__chat-footer{
    height: 180px;
    border-top: 1px solid #d6d6d6;
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
}

.pop__chat-toolbar {
    height: 40px;
    padding: 5px 17px;
    position: relative;
}

.pop__chat-text-area {
    padding: 0 15px;
}

.pop__chat-toolbar .pop__layui-icon {
    font-size:22px;
    line-height: 40px;
    margin-right:17px;
    color:#666;
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
}

.pop__chat-toolbar input[type="file"] {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    cursor: pointer;
}

.pop__emotion-wrapper{
    position: absolute;
    background-color: #fff;
    z-index: 99;
    top: -240px;
    left: 11px;
    outline: none;
}

.pop__emotion-wrapper .pop__border{
    border: 1px solid #dedede;
}

.pop__emotion-wrapper .pop__border:after, .pop__emotion-wrapper .pop__border:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 100%;
    margin-left: -7px;
}

.pop__emotion-wrapper .pop__border:before {
    border: 7px solid transparent;
    border-top-color: #cfcfcf;
}

.pop__emotion-wrapper .pop__border:after {
    margin-top: -1px;
    border: 7px solid transparent;
    border-top-color: #fff;
}

.pop__emotion-wrapper .pop__emotion{
    margin:20px;
    overflow: hidden;
}

.pop__emotion-wrapper .pop__faces{
    overflow: hidden;
    width: 435px;
    height: 202px;
    margin-right: -1px;
}

.pop__emotion-wrapper .pop__emotion span {
    float: left;
    width: 28px;
    height: 28px;
    font-size: 24px;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    justify-content:center;
    align-items:center;
}

.pop__emotion-wrapper .pop__emotion img{
    width:24px;
}

.pop__chat-text-area textarea {
    width: 100%;
    background-color: #fff;
    border: 0;
    outline: none;
    white-space: pre-wrap;
    word-break: normal;
    margin: 0;
    height: 5em;
    resize:none;
    font-size:15px;
}

.pop__chat-send-area {
    text-align: right;
    margin-top: 5px;
    position: relative;
}

.pop__chat-send-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
    line-height: 32px;
    margin-left: 5px;
    padding: 0 20px;
    background-color: #5FB878;
    color: #fff;
    border-radius: 3px;
    box-sizing: content-box;
    border:none;
    cursor: pointer;
    margin-right:28px;
}

::-webkit-scrollbar {
    background: rgba(50, 50, 50, .5);
    border-radius: 0;
    border-top:1px solid #000;
    height: 3px;
    width: 3px;
    transition: all .3s ease-in-out;
}

::-webkit-scrollbar-track {
    background-color: #f8f8f8;
}

::-webkit-scrollbar-track-piece {
    background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
    border-radius: 0;
    min-height: 15px;
    width: 8px;
    transition: all .3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .5)
}

.pop__mask {
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.pop__user-detail {
    position: absolute;
    width: 250px;
    background-color: #FBFBFB;
    height: 100%;
    border-left: 1px solid #d6d6d6;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    line-height: 180%;
    right: 0;
    top: 0;
}

.pop__user-detail .pop__avatar {
    display: block;
    margin-top: 30px;
    width: 120px;
    border-radius: 8px;
}

.pop__user-detail .pop__nickname {
    margin-top: 16px;
    margin-bottom:3px;
}

.pop__user-detail .pop__input {
    width: 136px;
}

.pop__user-detail ul {
    width: 80%;
    color: #888;
}

.pop__user-detail button {
    width: 80%;
    margin-top:12px;
}

.pop__user-detail ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
}

.pop__user-detail ul li span{
    color: #333;
}

.pop__user-detail .pop__sign {
    font-size: 13px;
    color: #b4bbc0;
    overflow-y: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop__user-info {
    border: 1px solid #d6d6d6;
    width: 320px !important;
    height: 400px !important;
    left: 80px;
    top: 60px;
    box-shadow: 1px 1px 10px #ddd;
}

.pop__user-info .pop__input-choose-avatar {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.pop__user-info .pop__avatar {
    margin-bottom: 18px !important;
}

.pop__user-info .pop__avatar-panel {
    position: relative;
}

.pop__panel .pop__btn-primary {
    background-color: #1AAD19;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    text-align: center;
    outline: none;
    overflow: hidden;
    padding: 0 9px;
    text-decoration: none;
    line-height: 34px;
    position: relative;
    border:none;
}

.pop__panel .pop__btn-primary:active {
    background-color: #8dcb76;
}

.pop__panel .pop__btn-primary:after {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-sizing: border-box;
    content: '';
    height: 200%;
    width: 200%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.pop__panel .pop__btn-default {
    background: #fff;
    border: 1px solid #d9d9d9;;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    text-align: center;
    outline: none;
    padding: 0 9px;
    line-height: 34px;
}

.pop__panel .pop__btn-default:active {
    background: #e9e9e9;
}

.pop__panel .pop__btn-warning {
    background: #E64340;
    border: 1px solid #E64340;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    outline: none;
    overflow: hidden;
    padding: 0 9px;
    text-decoration: none;
    line-height: 34px;
    position: relative;
}


.pop__panel .pop__btn-warning:active {
    background: #f94845;
}

.pop__panel button:disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

.pop__setting {
    position: absolute;
    top:50%; left:50%;
    margin-top:-110px;
    margin-left:-200px;
    width:400px;
    height:220px;
    background-color: #f5f5f5;
    border: 1px solid #d6d6d6;
    box-shadow: 1px 1px 10px #888;
    border-radius: 2px;
    z-index: 101;
}

.pop__setting .pop__title {
    line-height: 280%;
    padding-left:20px;
    font-size: 16px;
    color:#666;
}

.pop__setting .pop__info {
    color: #999;
    font-size:15px;
    margin-left:10px;
    margin-bottom: 10px;
}

.pop__setting textarea {
    border: none;
    height:5em;
    width:370px;
    outline: none;
    resize:none;
    margin:0 10px 5px;
    font-size: 15px;
    padding:5px;
}

.pop__setting .pop__operation {
    justify-content: flex-end;
}

.pop__setting .pop__operation button{
    margin-right: 10px;
    margin-top: 4px;
    padding: 0 18px;
}


.pop__confirm {
    position: absolute;
    top:50%; left:50%;
    margin-top:-85px;
    margin-left:-200px;
    width:400px;
    height:170px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    box-shadow: 1px 1px 10px #888;
    z-index:101;
}

.pop__confirm .pop__title {
    line-height: 280%;
    padding-left:20px;
    font-size: 16px;
    color:#999;
}

.pop__confirm .pop__info {
    color: #666;
    font-size: 15px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pop__confirm .pop__operation {
    justify-content: flex-end;
    position: absolute;
    bottom: 10px;
    right:0;
}

.pop__confirm .pop__operation button{
    margin-right: 10px;
    margin-top: 4px;
    padding: 0 18px;
}


.pop__group-operation {
    position: absolute;
    top:50%; left:50%;
    margin-top:-300px;
    margin-left:-200px;
    width:400px;
    height:560px;
    background-color: #f5f5f5;
    border: 1px solid #d6d6d6;
    box-shadow: 1px 1px 10px #888;
    border-radius: 2px;
    z-index: 2;
}

.pop__group-operation .pop__list-body {
    height: 450px;
}

.pop__panel .pop__scrolling-panel {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

.pop__panel .pop__friend-list ul li .pop__friend-list-letter {
    font-size: 14px;
    font-family: Verdana;
    padding: 0 15px;
}

.pop__panel .pop__border-top {
    position: relative;
}

.pop__panel .pop__friend-list ul li .pop__row {
    background: #fff;
    font-family: 'Microsoft Yahei';
    padding: 10px 15px;
    position: relative;
}

.pop__panel .pop__check-label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pop__panel .pop__check {
    position: absolute;
    left: -9999em;
}

.pop__panel .pop__friend-list ul li .pop__row .pop__avatar-small {
    display: block;
    margin-right: 10px;
    height: 44px;
    width: 44px;
}

.pop__panel img {
    border: 0;
    border-radius: 5px;
}

.pop__panel .pop__clamp1{
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.pop__panel .pop__friend-list ul li .pop__row:after {
    content: '';
    border-bottom: 1px solid #d9d9d9;
    color: #d9d9d9;
    height: 1px;
    width: auto;
    position: absolute;
    left: .3rem;
    right: .4rem;
    bottom: 0;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.pop__panel .pop__cells_checkbox .pop__icon-checked:before {
    content: '\EA01';
    color: #C9C9C9;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    font: normal normal normal 25px/1 "weui";
    vertical-align: middle;
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.pop__panel .pop__cells_checkbox .pop__check:checked + .pop__icon-checked:before {
    content: '\EA06';
    color: #09BB07;
}

.pop__panel .pop__friend-list-floatletter {
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: .4rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
}

.pop__panel .pop__friend-list-floatletter em {
    flex: 1;
    font-size: .24rem;
    font-family: arial;
    text-align: center;
    height: 3.7%;
    align-self: center;
    width: 100%;
}

.pop__list-head {
    height: 50px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#666;
}

.pop__list-head .pop__cross {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.pop__list-head .pop__cross:before, .pop__list-head .pop__cross:after {
    margin-top: calc(50% - 10px);
    cursor: pointer;
}


.pop__list-bottom {
    height: 60px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop__panel .pop__cross:before, .pop__cross:after {
    position: absolute;
    left: 50%;
    content: ' ';
    height: 17px;
    width: 2px;
    background-color: #666;
    border-radius: 2px;
}

.pop__panel .pop__cross:before {
    transform: rotate(45deg);
}
.pop__panel .pop__cross:after {
    transform: rotate(-45deg);
}

@font-face{
    font-weight:normal;
    font-style:normal;
    font-family:"weui";
    src:url('data:application/octet-stream;base64,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') format('truetype');
}


/* post 操作提示 */
.pop__panel .pop__toast {
    position: fixed;
    z-index: 5000;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -80px;
    background: rgba(17, 17, 17, 0.5);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}

.pop__panel .pop__icon_toast {
    display: block;
}

.pop__panel .pop__icon-success-no-circle {
    color: #07C160;
    vertical-align: middle;
    font: normal normal normal 14px/1 "weui";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.pop__panel .pop__icon-success-no-circle:before {
    color: #FFFFFF;
    font-size: 66px;
    content: "\EA08";
}

.pop__panel .pop__toast {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop__panel .pop__toast__content {
    margin: 0 0 16px;
    font-size: 14px;
}

@-webkit-keyframes pop__loadding-ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pop__loadding-ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pop__loadding-ball-beat > div {
    background-color: #fefefe;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: pop__loadding-ball-beat 0.7s 0s infinite linear;
    animation: pop__loadding-ball-beat 0.7s 0s infinite linear;
}

.pop__loadding-ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: 0.35s !important;
    animation-delay: 0.35s !important;
}

/*group detail*/
.pop__group-detail {
    position: absolute;
    width: 260px;
    background-color: #FBFBFB;
    height: 100%;
    border-left: 1px solid #d6d6d6;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    line-height: 180%;
    right: 0;
    top: 0;
}

.pop__group-detail button {
    width: 200px;
    margin-top:12px;
}

.pop__panel .pop__detail-panel ul li {
    margin-bottom: 12px;
}

.pop__panel a, .pop__panel button, .pop__panel input, .pop__panel label, .pop__panel li {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.pop__panel .pop__detail-panel ul li .pop__detail-item {
    background: #fff;
    font-family: 'Microsoft Yahei';
    padding: 10px 16px;
    position: relative;
    width: 225px;
}

.pop__panel .pop__flex-wrap {
    flex-wrap: wrap;
}

.pop__panel .pop__detail-panel ul li .pop__detail-item .pop__avatar {
    display: block;
    margin: 12px 0;
    width: 56px;
    height:69px;
}

.pop__panel .pop__detail-panel ul li .pop__detail-item .pop__avatar img {
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 5px;
    margin: auto;
}

.pop__panel .pop__detail-panel ul li .pop__detail-item .pop__avatar span {
    font-size: 13px;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.pop__panel .pop__detail-panel ul li .pop__more-item {
    background: #fff;
    font-family: 'Microsoft Yahei';
    padding: 10px 0;
    position: relative;
}

.pop__panel .pop__detail-panel ul li .pop__detail-item .pop__detail-item-left {
    color: #333;
    font-size: 14px;
    min-width: 70px;
}

.pop__panel .pop__detail-panel ul li .pop__detail-item .pop__detail-section {
    color: #888;
    font-size: 14px;
    min-width: 70px;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 10px;
    max-height: 100px;
    white-space: nowrap;
}

.pop__panel .pop__detail-panel ul li .pop__detail-item .pop__operation-icon {
    display: block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    background: url(/static/web/img/icon.png) no-repeat;
    background-position: 0 0;
    background-size: 352px 88px;
    margin: auto;
}

.pop__panel .pop__detail-panel ul li .pop__detail-item .pop__operation-adduser {
    background-position: 0 0;
}
.pop__panel .pop__detail-panel ul li .pop__detail-item .pop__operation-deluser {
    background-position: -44px 0;
}

.pop__panel .pop__detail-panel ul li .pop__more-item .pop__more {
    width: 250px;
    text-align: center;
    color:#888;
    font-size: 14px;
}


.pop__panel .pop__flex-justify-center {
    justify-content: center;
}

.pop__panel .pop__flex-justify-between {
    justify-content: space-between;
}

.pop__panel .pop__flex-align-center {
    align-items: center;
}

.pop__panel .pop__input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    border: 1px solid transparent;
    background-color: transparent;
}
.pop__panel .pop__input:hover {
    border: 1px solid #d6d6d6;
}

.pop__panel .pop__input:focus {
    border: 1px solid #d6d6d6;
    background-color: #fff;
}

/*address book*/
.pop__panel .pop__friend-list .pop__friend-list-letter {
    font-size: 13px;
    font-family: Verdana;
    padding: 0 14px;
}
.pop__panel .pop__border-top {
    position: relative;
}

.pop__panel .pop__friend-list .pop__row {
    background: #fff;
    font-family: 'Microsoft Yahei';
    padding: 8px 14px;
    position: relative;
}

.pop__panel .pop__friend-list .pop__row .pop__avatar-small {
    display: block;
    margin-right: 8px;
    height: 44px;
    width: 44px;
}

.pop__panel .pop__friend-list .pop__row .pop__name {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.pop__panel .pop__friend-list .pop__row:after {
    content: '';
    border-bottom: 1px solid #d9d9d9;
    color: #d9d9d9;
    height: 1px;
    width: auto;
    position: absolute;
    left: .3rem;
    right: .4rem;
    bottom: 0;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.pop__panel .pop__friend-list-operation {
    color: #999;
    font-size:13px;
}

.pop__panel .pop__btn-primary-mini {
    background-color: #1AAD19;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 13px;
    text-align: center;
    outline: none;
    overflow: hidden;
    padding: 5px 12px;
    position: relative;
    border:none;
}


/* 聊天页面大图预览 */
.pop__img-view {
    background: rgba(0, 0, 0, 1);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3000;
}

.pop__img-view .swiper-container {
    height: 100%;
    max-width: 100%;
}

.pop__img-view .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.pop__img-view .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
    transition: all .3s;
    transform: scale(.8);
}

.swiper-zoom-container span {
    display: contents;
}

.pop__img-view .swiper-slide-active img {
    transform: scale(1);
}

/* 视频播放相关 */
.pop__video-view {
    background: rgba(0, 0, 0, 1);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2003;
}

.pop__video-view video{
    z-index: 10;
}

.pop__video-view:after {
    content: '';
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, .6), transparent);
    height: 1.2rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pop__video-view .pop__close-btn {
    margin-left: -.25rem;
    height: 25px;
    width: 25px;
    position: fixed;
    top: 16px;
    right: 18px;
    z-index: 10001;
}

.pop__video-view .pop__close-btn:before, .pop__video-view .pop__close-btn:after {
    content: "";
    background: #fff;
    transform: translate(50%, -50%) rotate(45deg) scale(.9);
    position: absolute;
    top: 50%;
    right: 50%;
}

.pop__video-view .pop__close-btn:before {
    height: 25px;
    width: 2px;
}

.pop__video-view .pop__close-btn:after {
    height: 2px;
    width: 25px;
}

/* 录音相关 */
.pop__panel .pop__chat-voice-tip {
    position: fixed;
    width: 200px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    background-color:rgba(0,0,0,0.5);
    padding: 15px;
    color:#ddd;
    height:120px;
    z-index: 101;
}

.pop__panel .pop__chat-voice-tip div {
    padding:5px;
}

.pop__panel .pop__chat-voice-tip .pop__warning {
    border-radius: 3px;
    background-color: darkred;
}

.pop__chat-voice-tip .pop__operation {
    justify-content: center;
}

.pop__chat-voice-tip .pop__operation button{
    margin: 10px;
    margin-top: 18px;
}

@-webkit-keyframes pop__line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4); }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1); } }

@keyframes pop__line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4); }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1); } }

.pop__line-scale-pulse-out {
    margin-top: 20px;
}

.pop__line-scale-pulse-out > div {
    background-color: #fff;
    width: .08rem;
    height: .66rem;
    border-radius: .04rem;
    margin: .04rem;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: pop__line-scale-pulse-out 0.9s 0s infinite cubic-bezier(.85, .25, .37, .85);
    animation: pop__line-scale-pulse-out 0.9s 0s infinite cubic-bezier(.85, .25, .37, .85);
}
.pop__line-scale-pulse-out > div:nth-child(2), .pop__line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}
.pop__line-scale-pulse-out > div:nth-child(1), .pop__line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

.pop__panel .pop__flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* switch */
.pop__form-switch {
    position: relative;
    height: 22px;
    line-height: 22px;
    min-width: 35px;
    padding: 0 5px;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    user-select: none;
}

.pop__form-switch i {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #d2d2d2;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.pop__form-switch em {
    position: relative;
    width: 25px;
    margin-left: 16px;
    padding: 0!important;
    text-align: center!important;
    color: #999!important;
    font-style: normal!important;
    font-size: 13px
}

.pop__form-onswitch {
    border-color: #5FB878;
    background-color: #5FB878
}

.pop__checkbox-disbaled,.pop__checkbox-disbaled i {
    border-color: #e2e2e2!important
}

.pop__form-onswitch i {
    left: 100%;
    margin-left: -19px;
    background-color: #fff;
}

.pop__form-onswitch em {
    margin-left: 5px;
    margin-right: 21px;
    color: #fff!important
}

.pop__checkbox-disbaled span {
    background-color: #e2e2e2!important
}

.pop__checkbox-disbaled:hover i {
    color: #fff!important
}

.pop__input-block {
    margin-left: 110px;
}

.pop__form-item {
    margin-bottom: 15px;
    width: 163px;
}

.pop__panel input[type="checkbox"], .pop__panel input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}


/** topbar **/
.pop__topbar-box {
    position:fixed;right:10px;top:0;-webkit-app-region:no-drag;display:flex;
}
.pop__topbar-item {
    display: flex;align-items: center;justify-content: center;width:20px;height:20px;
    margin-left:8px;
}

.pop__topbar-item:hover {
    background: #eee;
}

.pop__min {
    border-top:1px solid #666;border-bottom:1px solid #666;width:12px;
}

.pop__topbar-item-min:hover .pop__min, .pop__topbar-item-min:hover .pop__min {
    border-color: red;
}

.pop__close {
    position: relative;
    margin-top: -10px;
    background: white;
    cursor: pointer;
    box-sizing: border-box;
    margin-left: -16px;
}
.pop__topbar-item-close:hover .pop__close::before, .pop__topbar-item-close:hover .pop__close::after {
    background: red;
}
.pop__close:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 15px;
    background: #666666;
    transform: rotate(
            45deg
    );
    top: -3px;
    left: 7px;
}
.pop__close:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #666666;
    transform: rotate(
            -45deg
    );
    top: -3px;
    left: 7px;
}
.pop__switch-lang{
    text-align: center;
    padding-bottom: 15px;
    font-size: 14px;
    color: #0060a0;
    cursor: pointer;
}