﻿
@charset "UTF-8";

.pp-container, .pp-location {
    z-index: 2147483647;
}

    .pp-container p, .pp-p-no-margin {
        -webkit-margin-before: 0 !important;
        -webkit-margin-after: 0 !important;
        -webkit-margin-start: 0 !important;
        -webkit-margin-end: 0 !important;
    }

.pp-container, .pp-launcher-icon, .pp-location {
    bottom: 0;
    position: absolute;
    right: 0;
}

    .pp-container a, .pp-container b, .pp-container div, .pp-container p, .pp-container span, .pp-container textarea, .pp-container u {
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
        font: normal normal 100% 'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-style: normal;
        letter-spacing: normal;
        font-stretch: normal;
        font-variant: normal;
        -webkit-text-emphasis: none;
        text-shadow: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        word-wrap: break-word;
    }

    .pp-container *, .pp-container :after, .pp-container :before {
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

.pp-conversation-container {
    display: none;
}

.pp-text-link-user {
    color: #fff !important;
}

.pp-text-link-admin {
    color: #455A64 !important;
}

.pp-container .pp-box-sizing {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.pp-container .pp-box-sizing-borderbox {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.pp-fixme {
    clear: both;
}

.pp-selectable {
    -o-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}

.pp-unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pp-launcher-icon {
    width: 50px;
    height: 50px;
    max-width: 50px;
    border-radius: 25px;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
}

    .pp-launcher-icon:hover {
        cursor: pointer;
    }

.pp-sheet-header {
    z-index: 2147483002;
    background: #fff;
    top: 0;
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 0 0;
}

.pp-sheet-header-title-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

.pp-container .pp-sheet-header-title {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -60px;
    font-size: 14px;
    width: 120px;
    height: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    background-color: #ff6d00;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
}

.pp-sheet-header-button {
    position: relative;
    height: 30px;
    width: 30px;
    float: right;
    margin: -10px -10px 0 0;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
}

.pp-sheet-header-button-minimize-container {
    position: relative;
    margin: 0;
    height: 48px;
    width: 48px;
    float: right;
    cursor: pointer;
}

.pp-sheet-header-button:hover {
    cursor: pointer;
}

.pp-sheet-header-minimize-button-icon {
    background-position: center center;
    width: 16px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    height: 48px;
    position: relative;
    margin: auto;
}

.pp-sheet-header .title-container {
    position: relative;
    height: 90px;
    width: 120px;
    display: inline-block;
    background: url(../images/customer_ico.png) center 27px no-repeat;
    z-index: 999999;
    float: left;
    margin-left: 28px;
}

.pp-sheet-header .title-text-img {
    float: left;
    margin-top: 34px;
}

.pp-sheet-header .clickable {
    cursor: pointer;
}

.pp-sheet-header .down-icon {
    cursor: pointer;
    display: none;
    height: 10px;
    margin-left: 5px;
    width: 10px;
}

.pp-container .pp-group-content-container {
    box-sizing: border-box;
    display: none;
    position: relative;
    height: 82%;
    padding-bottom: 48px;
    overflow-y: auto;
    top: 5px;
    margin: 30px 0 0 22px;
    width: 326px;
    background: url(../images/remark_icon.png) center bottom no-repeat #fff;
    border-radius: 6px;
}

.pp-group-item {
    float: left;
    width: 80px;
    margin: 20px 14px 0;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    padding-top: 10px;
}

    .pp-group-item * {
        cursor: pointer;
    }

    .pp-group-item img {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 4px;
        background: url(../images/cus_head.png) center -37px no-repeat #ededed;
        border: 0;
    }

    .pp-group-item .pp-body .pp-summary {
        display: none;
    }

    .pp-group-item .pp-header {
        margin-bottom: 5px;
    }

    .pp-group-item .pp-timestamp {
        float: right;
        font-size: 12px;
        line-height: 20px;
        color: #aaa;
        width: 50px;
        text-align: right;
    }

    .pp-group-item .pp-title {
        color: #4c4c4c;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pp-group-item .pp-summary {
        color: rgba(96,104,110,.8);
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        height: 40px;
        overflow: hidden;
        position: relative;
        padding-right: 17px;
        word-break: break-word;
    }

    .pp-group-item .pp-content {
        line-height: 19px;
    }

    .pp-group-item .pp-unread {
        color: #3d4347;
        font-weight: 500;
    }

    .pp-group-item .readstate, .pp-sheet-header .pp-unread-count {
        border-radius: 50%;
        color: #fff;
        display: none;
        text-align: center;
    }

    .pp-group-item .readstate {
        background-color: red;
        bottom: 27px;
        font-size: 12px;
        height: 16px;
        width: 16px;
        position: absolute;
        right: 0;
        top: 6px;
    }

.pp-group-item-hover {
    background-color: #f5f5f6;
}

    .pp-group-item-hover img {
        background-color: #ff6d00;
        background-position: center 10px;
    }

.pp-sheet-header .pp-sheet-conversations-button {
    float: left;
    cursor: pointer;
    display: none;
    position: relative;
    margin: 0 20px;
    height: 100%;
}

.pp-sheet-header .pp-sheet-header-button-icon {
    background-size: 15px 12px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 0 5px;
    width: 18px;
    height: 100%;
    opacity: .4;
    float: left;
}

.pp-sheet-header .pp-unread-count {
    border: 2px solid #fff;
    font-size: 11px;
    line-height: 16px;
    background-color: #0074b0;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.pp-relative-time {
    cursor: pointer;
}

.pp-emoji-selector {
    background-color: #fff;
    width: 246px;
    height: 180px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 160px;
    left: 11px;
    z-index: 10;
    overflow: hidden;
}

.pp-emoji-selector-triangle {
    right: 25px;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    border-color: rgba(170,170,170,0);
    border-top-color: #aaa;
    border-width: 8px;
    z-index: 2147483646;
}

.pp-emoji-selector-triangle-mask {
    right: 25px;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    border-color: rgba(170,170,170,0);
    border-top-color: #FFF;
    margin-top: -1px;
    border-width: 8px;
    z-index: 2147483646;
}

.pp-container .pp-emoji-selector-panel-header {
    background-color: #fff;
    height: 35px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    font-size: 24px;
    display: none;
}

.pp-emoji-selector-panel-header span {
    line-height: 30px;
    width: 45px;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    margin-right: 5px;
}

    .pp-emoji-selector-panel-header span.active {
        box-shadow: 0 -1px 3px 0 rgba(0,0,0,.1);
        background-color: #FFF;
    }

.pp-emoji-selector-content {
    box-shadow: 0 -1px 3px 0 rgba(0,0,0,.1);
    background-color: #fff;
    height: 176px;
    width: 250px;
    overflow-y: auto;
    display: block;
    border-radius: 0 0 3px 3px;
    position: relative;
    left: 0;
    top: 0;
    padding: 5px;
}

.pp-container .pp-emoji-selector-content span {
    margin: 6px;
    width: 46px;
    height: 40px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 21px;
    text-indent: 9999px;
    overflow: hidden;
}

.pp-emoji-selector-content span[title=angry] {
    background: url(../images/angry.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=anthomaniac] {
    background: url(../images/anthomaniac.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=excite] {
    background: url(../images/excite.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=fear] {
    background: url(../images/fear.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=grief] {
    background: url(../images/grief.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=grievance] {
    background: url(../images/grievance.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=happy] {
    background: url(../images/happy.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=haughty] {
    background: url(../images/haughty.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=hugging] {
    background: url(../images/hugging.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=sad] {
    background: url(../images/sad.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=serious] {
    background: url(../images/serious.png) center center no-repeat;
}

.pp-emoji-selector-content span[title=smile] {
    background: url(../images/smile.png) center center no-repeat;
}

.pp-launcher-button, .www-qr-code-container {
    line-height: 18px;
    background-repeat: no-repeat;
}

.pp-emoji-selector-sibling {
    background-color: transparent;
    overflow: hidden;
    height: 259px;
}

.pp-messenger-panel {
    position: fixed;
    width: 720px;
    height: 600px;
    right: 50%;
    top: 50%;
    bottom: 0;
    border-left: 1px solid #e7e7e7;
    z-index: 2147483646;
    box-shadow: 0 0 4px 4px rgba(0,0,0,.18);
    border-radius: 10px;
    margin: -300px -360px auto auto;
}

.pp-container .pp-launcher-badge {
    position: absolute;
    right: -7px;
    top: 0;
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    background-color: #0075e2;
    text-align: center;
    color: #fff;
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 1;
    display: none;
    visibility: visible;
}

.pp-launcher-button, .www-qr-code-container, .www-scroll-top-button-container {
    padding: 8px 11px 0;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.pp-launcher-button {
    width: 28px;
    height: 42px;
    border-style: solid;
    border-width: 0;
    position: absolute;
    background-position: 9px 11px;
    border-color: #0075e2;
    background-color: #0075e2;
    text-indent: -9999px;
}

    .pp-launcher-button:hover {
        text-indent: 0;
        background-position: 0 -300px;
        background-color: #0075e2;
    }

.pp-launcher-button-container {
    width: 48px;
    height: 48px;
}

.pp-launcher-button-container-inactive {
    transition: opacity,.1s;
    opacity: 0;
    visibility: hidden;
}

.pp-launcher-button-container-active {
    opacity: 1;
    visibility: visible;
}

.pp-launcher-button-minimized {
    -webkit-animation: pp-launcher-minimize .1s linear 0s both;
    animation: pp-launcher-minimize .1s linear 0s both;
    transition: background-image 0s linear .1s;
}

.pp-launcher-button-maximize {
    -webkit-animation: pp-launcher-maximize .1s linear 0s both;
    animation: pp-launcher-maximize .1s linear 0s both;
}

.pp-launcher-button-inactive {
    visibility: hidden;
}

.pp-launcher-container {
    position: fixed;
    height: 48px;
    z-index: 2147483646;
}

.www-qr-code-container {
    z-index: 2147483646;
    width: 28px;
    height: 42px;
    background-position: 12px -40px;
    background-color: #ccc;
    position: relative;
    margin-top: 5px;
}

    .www-qr-code-container:hover {
        background-color: #0075e2;
    }

    .www-qr-code-container .www-wx-code {
        width: 134px;
        height: 134px;
        line-height: 134px;
        text-align: center;
        border: 1px solid #ccc;
        position: absolute;
        right: 50px;
        bottom: -52px;
        display: none;
    }

.www-wx-code .www-wx-i {
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -13px;
    z-index: 3;
}

.www-wx-code .www-wx-img {
    width: 134px;
    height: 134px;
}

.www-qr-code-container:hover .www-wx-code {
    display: block;
}

.www-scroll-top-button-container {
    width: 28px;
    height: 42px;
    background: url(../images/indicate.png) 13px -94px no-repeat #ccc;
    line-height: 18px;
    text-indent: -9999px;
    display: none;
}

    .www-scroll-top-button-container:hover {
        text-indent: 0;
        background-position: 0 -300px;
        background-color: #0075e2;
    }

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%,100% {
        -moz-transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -moz-transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 1s;
    -moz--name: shake;
    -moz-animation-duration: 1s;
}

.pp-loading {
    box-sizing: border-box;
    display: none;
    height: 100%;
    margin: 0 auto;
    top: 48px;
}

.pp-loading-spinner {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    animation: loading 1s linear 0s infinite both;
    -o-animation: loading 1s linear 0s infinite both;
    -moz-animation: loading 1s linear 0s infinite both;
    -webkit-animation: loading 1s linear 0s infinite both;
}

.pp-loading-text {
    color: gray;
    font-size: 14px !important;
    width: 100%;
    position: absolute;
    text-align: center;
    top: calc(50% + 35px);
}

@-webkit-keyframes loading {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loading {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loading {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes pp-launcher-minimize {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-keyframes pp-launcher-minimize {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes pp-launcher-maximize {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-keyframes pp-launcher-maximize {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pp-conversation-content-maximize {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    transition: opacity .1s linear .15s,-webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out,opacity .1s linear .15s;
    transition: transform .25s ease-in-out,opacity .1s linear .15s,-webkit-transform .25s ease-in-out;
}

.pp-conversation-sheet-minimized {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    transition: opacity .2s linear,visibility 0s linear .25s,-webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out,opacity .2s linear,visibility 0s linear .25s;
    transition: transform .25s ease-in-out,opacity .2s linear,visibility 0s linear .25s,-webkit-transform .25s ease-in-out;
    right: 0;
    margin-right: 0;
    top: 65%;
}

.pp-composer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.pp-composer-container-action-btn {
    background-position: center;
    height: 15px;
    width: 15px;
    position: relative;
    float: left;
    cursor: pointer;
    top: 5px;
    margin: 0 2px 0 0;
    padding: 5px;
    opacity: .4;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.pp-composer-container-emoji-btn {
    display: inline;
    margin-right: 2px;
}

.pp-composer-container-tools-container {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.pp-composer-container-warning {
    bottom: 60px;
    background: 0 0;
    width: 100%;
    text-align: center;
}

.pp-composer-container-form {
    margin-bottom: 0 !important;
    padding: 0 !important;
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.pp-container .pp-composer-container-warning-span {
    font-size: 14px;
    color: red;
}

.pp-container .pp-composer-container-textarea {
    line-height: 20px;
    border: 0 solid #cfd8dc;
    height: 100%;
    width: 100%;
    outline: 0 !important;
    color: #455A64;
    resize: none;
    font-size: 14px;
    padding: 10px 70px 5px 14px;
    word-break: break-all;
    overflow: hidden;
    max-height: 210px;
    min-height: 115px;
    margin-bottom: 25px;
}

.pp-composer-container-powered-by-container {
    padding: 2px;
}

.pp-container .pp-conversation-part-pulltorefreshbutton {
    font-size: 14px;
    color: gray;
    cursor: pointer;
}

.pp-composer-container-input {
    display: none !important;
}

.pp-container .pp-powered-by {
    width: 100%;
    color: #b0bec5;
    text-align: center;
    clear: both;
    font-weight: 500;
    line-height: 22px;
    padding: 7px;
    font-size: 13px;
    display: none;
}

.pp-powered-by a {
    text-align: center;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.pp-powered-by u {
    text-decoration: underline !important;
}

.pp-container .pp-powered-by-span {
    color: #b6c2c9;
    float: none;
    font-size: 13px;
    margin-left: 0;
}

.pp-conversation-part {
    margin-bottom: 16px;
}

.pp-conversation-part-welcome-outer-1 {
    display: block;
    margin-bottom: 16px;
}

.pp-conversation-part-welcome-outer-2 {
    border-top: 0;
    border-bottom: 1px solid #e4e5e7;
    padding: 0 20px 20px;
}

.pp-conversation-part-welcome-icon {
    bacground-size: 28px 28px;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin: 0 auto 15px;
}

.pp-container .pp-conversation-part-welcome-body {
    font-weight: 400;
    font-size: 14px;
    color: #90A4AE;
    line-height: 18px;
    text-align: center;
    display: block;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}

.pp-conversation-content {
    overflow-y: auto;
    position: absolute;
    top: 70px;
    bottom: 142px;
    right: 0;
    width: 100%;
    padding: 14px 0 8px;
    box-sizing: border-box;
    transition-timing-function: cubic-bezier(.1,.57,.1,1);
    -webkit-transition-timing-function: cubic-bezier(.1,.57,.1,1);
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transform: translate(0,0) translateZ(0);
}

.pp-conversation-part-text-by-admin-outer {
    text-align: left;
    margin-bottom: 16px;
    clear: both;
}

.pp-conversation-part-text-by-admin-outer-2 {
    position: relative;
    width: 100%;
}

.pp-conversation-part-text-by-admin-avatar {
    margin-right: 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    overflow: hidden;
}

.pp-conversation-part-text-by-admin-outer-3 {
    position: relative;
}

.pp-conversation-part-text-by-admin-body-container {
    border-radius: 13px;
    position: relative;
    max-width: 80%;
    display: inline-block;
    background-color: #fff;
    color: #666;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    top: 2px;
}

.pp-container .pp-conversation-part-serve-name {
    font-size: 12px;
    color: #455A64;
    text-align: left;
    display: none;
}

.pp-container .pp-conversation-part-text-by-admin-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 17px;
    text-align: left;
    word-break: break-all;
    white-space: pre-wrap;
}

.pp-conversation-part-text-by-admin-triangle {
    width: 41px;
    height: 32px;
    position: absolute;
    float: left;
    background: url(../images/dia_bg.png) no-repeat;
    left: 6px;
    bottom: 14px;
}

.pp-container .pp-conversation-part-text-by-admin-timestamp-container {
    font-size: 12px;
    line-height: 20px;
    color: #c9cbcf;
    position: relative;
    top: 0;
    display: inline-block;
}

.pp-conversation-part-emoji-by-admin-outer {
    text-align: right;
    margin-bottom: 16px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pp-conversation-part-emoji-by-admin-avatar {
    margin-right: 7px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
}

.pp-conversation-part-emoji-by-admin-body-container {
    float: left;
    position: relative;
}

.pp-container .pp-conversation-part-emoji-by-admin-body {
    font-size: 96px;
    line-height: 1.1;
    float: left;
    position: relative;
    margin-top: 5px;
}

.pp-container .pp-conversation-part-emoji-by-admin-timestamp {
    font-size: 12px;
    line-height: 20px;
    color: #c9cbcf;
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
}

.pp-conversation-part-image-by-user {
    text-align: right;
    margin-bottom: 16px;
}

.pp-conversation-part-image-by-user-o {
    text-align: right;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.pp-conversation-part-image-by-user-img {
    cursor: pointer;
    border-radius: 4px;
    margin: 0 0 5px;
    padding: 0;
    right: 0;
    max-width: 242px;
    float: right;
}

.pp-container .pp-conversation-part-image-by-user-timestamp {
    position: relative;
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #c9cbcf;
    clear: both;
}

.pp-conversation-part-image-by-admin-o {
    text-align: right;
    margin-bottom: 16px;
    clear: both;
}

.pp-conversation-part-image-by-admin-o1 {
    position: relative;
    width: 100%;
}

.pp-conversation-part-image-by-admin-avatar {
    margin-right: 7px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    overflow: hidden;
}

.pp-conversation-part-image-by-admin-o2 {
    overflow: hidden;
    position: relative;
}

.pp-conversation-part-image-by-admin-o3 {
    overflow: hidden;
}

.pp-conversation-part-image-by-admin-o4 {
    max-width: 242px;
    float: left;
    position: relative;
}

.pp-conversation-part-image-by-admin-img {
    cursor: pointer;
    border-radius: 10px;
    margin: 3px 0 0;
    padding: 0;
    width: 100%;
}

.pp-container .pp-conversation-part-image-by-admin-timestamp-container {
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #c9cbcf;
}

.pp-conversation-part-file-by-admin-outer {
    text-align: right;
    margin-bottom: 16px;
    clear: both;
}

.pp-conversation-part-file-by-admin-outer-2 {
    position: relative;
    width: 100%;
}

.pp-conversation-part-file-by-admin-avatar {
    margin-right: 7px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    overflow: hidden;
}

.pp-conversation-part-file-by-admin-outer-3 {
    overflow: hidden;
    position: relative;
}

.pp-conversation-part-file-by-admin-outer-4 {
    width: 60%;
    float: left;
    position: relative;
    margin-top: 3px;
}

.pp-conversation-part-file-by-admin-outer-5 {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    min-height: 50px;
}

.pp-conversation-part-file-by-admin-upload-icon {
    position: relative;
    float: left;
    width: 42px;
    height: 45px;
}

.pp-conversation-part-file-by-admin-outer-6 {
    vertical-align: middle;
    margin: 5px 10px 0;
    overflow: hidden;
    text-align: left;
}

.pp-container .pp-conversation-part-file-by-admin-file-link {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    word-break: break-all;
    padding: 5px;
}

.pp-container .pp-conversation-part-file-by-admin-timestamp-container {
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #c9cbcf;
}

.pp-conversation-part-file-by-user-o {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pp-conversation-part-file-by-user-o2 {
    float: right;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 5px;
    width: 248px;
    border: 1px solid #ccc;
    min-height: 80px;
    overflow: hidden;
    position: relative;
}

.pp-conversation-part-file-by-user-upload-icon {
    float: left;
    width: 42px;
    height: 45px;
    background: url(../images/pk_icon.png) 10px -80px no-repeat;
}

    .pp-conversation-part-file-by-user-upload-icon.doc, .pp-conversation-part-file-by-user-upload-icon.docm, .pp-conversation-part-file-by-user-upload-icon.docx, .pp-conversation-part-file-by-user-upload-icon.dot, .pp-conversation-part-file-by-user-upload-icon.dotm, .pp-conversation-part-file-by-user-upload-icon.dotx {
        background-position: 10px 10px;
    }

    .pp-conversation-part-file-by-user-upload-icon.zip {
        background-position: 10px -37px;
    }

    .pp-conversation-part-file-by-user-upload-icon.xls, .pp-conversation-part-file-by-user-upload-icon.xlsb, .pp-conversation-part-file-by-user-upload-icon.xlsm, .pp-conversation-part-file-by-user-upload-icon.xlsx, .pp-conversation-part-file-by-user-upload-icon.xlt, .pp-conversation-part-file-by-user-upload-icon.xltm, .pp-conversation-part-file-by-user-upload-icon.xltx {
        background-position: 10px -183px;
    }

    .pp-conversation-part-file-by-user-upload-icon.pot, .pp-conversation-part-file-by-user-upload-icon.potm, .pp-conversation-part-file-by-user-upload-icon.potx, .pp-conversation-part-file-by-user-upload-icon.ppt, .pp-conversation-part-file-by-user-upload-icon.pptm, .pp-conversation-part-file-by-user-upload-icon.pptx {
        background-position: 10px -245px;
    }

    .pp-conversation-part-file-by-user-upload-icon.bak, .pp-conversation-part-file-by-user-upload-icon.dwg, .pp-conversation-part-file-by-user-upload-icon.dwt {
        background-position: 10px -297px;
    }

    .pp-conversation-part-file-by-user-upload-icon.bmp, .pp-conversation-part-file-by-user-upload-icon.gif, .pp-conversation-part-file-by-user-upload-icon.jpeg, .pp-conversation-part-file-by-user-upload-icon.jpg, .pp-conversation-part-file-by-user-upload-icon.png {
        background-position: 10px -352px;
    }

    .pp-conversation-part-file-by-user-upload-icon.pdf {
        background-position: 10px -134px;
    }

.pp-conversation-part-file-by-user-link-container {
    max-height: 20px;
    float: right;
    width: 204px;
}

.pp-container .pp-conversation-part-file-by-user a {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    word-break: break-all;
    padding: 10px 5px 0;
    display: inline-block;
}

.pp-container .part-file-download {
    color: #ff6c32 !important;
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.pp-container .pp-conversation-part-file-by-user-timestamp {
    height: 30px;
    background: url(../images/fail.png) 103px center no-repeat #e6e6e6;
    font-size: 12px;
    line-height: 30px;
    color: #ff6c32;
    text-align: left;
    padding-left: 126px;
    clear: both;
}

.pp-conversation-part-center {
    display: table;
    margin: 0 auto 10px;
}

.pp-container .pp-conversation-part-timestamp-time {
    background-color: #bfbfbf;
    padding: 0 14px;
    border-radius: 6px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    color: #fff;
}

.pp-container .pp-fixme {
    width: 71.5%;
    height: 19px;
    padding-top: 7px;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.pp-uploading-bar {
    border-radius: 3px;
    position: relative;
    width: 110px;
    height: 6px;
    background-color: #e6e6e6;
    margin: 0 5px;
}

.pp-uploading-bar-state {
    transition: width 2s;
    border-radius: 3px;
    background-color: #ff6d00;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.pp-uploading-bar-remove {
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: .8;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 14px;
    height: 14px;
    right: -22px;
    top: 2px;
}

.pp-container .pp-uploading-bar-outer {
    color: #999;
    font-size: 12px;
    display: block;
    padding: 0 10px;
}

.pp-launcher-preview-outer {
    height: 100px;
    max-width: 274px;
    float: right;
    margin-right: 52px;
    width: 100%;
    position: absolute;
    margin-top: -60px;
    left: -47px;
}

.pp-launcher-preview-outer-2 {
    padding: 10px;
    position: relative;
    float: right;
    cursor: pointer;
}

.pp-launcher-preview-outer-3 {
    border-radius: 10px;
    background: #ff6c00;
    padding: 13px;
    position: relative;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
    width: 60px;
}

.pp-launcher-preview-close {
    background-size: 18px 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: -20px;
    margin-left: -20px;
    display: none;
}

.pp-launcher-preview {
    position: relative;
}

.pp-launcher-preview-p-outer {
    overflow: hidden;
    max-height: 37px;
    min-height: 18px;
}

.pp-launcher-preview-p {
    word-break: break-all;
    line-height: 19px;
    color: #fff;
}

.pp-launcher-preview-triangle-container {
    float: right;
    margin-right: -15px;
    position: relative;
}

.pp-launcher-preview-triangle {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ff6c00;
    margin-left: calc(100% - 12px);
    margin-top: 18px;
}

.pp-no-conversations-icon {
    background-size: 79px 59px;
    background-repeat: no-repeat;
    display: block;
    width: 79px;
    height: 59px;
    margin: 0 auto 10px;
}

.pp-container .pp-no-conversations-p {
    color: #CDCFD2;
    width: 96px;
    margin: auto;
    font-size: 16px;
    text-align: center;
}

.pp-no-conversations {
    margin-top: 200px;
}

.pp-composer-container {
    width: 100%;
    background: 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
}

.pp-composer-send-button {
    border-radius: 4px;
    margin-left: 8px;
    height: 40px;
    float: right;
    text-decoration: none;
    padding: 0 9px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background: #CCC;
}

    .pp-composer-send-button p {
        font-size: 14px;
        line-height: 25px;
    }

.pp-app-profile-container {
    padding: 16px 16px 0;
}

.pp-app-profile {
    padding: 20px 12px 26px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border-radius: 5px;
}

.pp-admin-avatar, .pp-admin-avatar img {
    margin: 0 auto;
    border-radius: 50%;
}

.pp-active-admins {
    text-align: center;
    color: #364850;
    padding-top: 24px;
}

.pp-container .pp-app-profile-text {
    padding: 14px 30px 0;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #78909C;
    line-height: 19px;
}

.pp-container .pp-app-profile-team {
    text-align: center;
    color: #455a64;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
}

.pp-active-admin {
    display: inline-block;
}

.pp-admin-avatar img {
    width: 48px;
    height: 48px;
}

.pp-active-admin .state {
    margin-top: 10px;
    font-size: 12px;
}

.pp-active-admin .online {
    color: #A6D84F;
}

.pp-active-admin .offline {
    color: #F90;
}

.pp-container .pp-active-admin-name {
    font-size: 12px;
    color: #90A4AE;
    text-align: center;
    padding-top: 7px;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp-launcher-hovercard {
    background-color: #fafafb;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 7.04px .96px rgba(0,0,0,.16);
    width: 340px;
    position: absolute;
    bottom: 64px;
    right: 31px;
}

.pp-launcher-hovercard-welcome {
    background-color: #f5f5f5;
    border-radius: 10px 10px 0 0;
    height: 50px;
    cursor: pointer;
}

.pp-launcher-hovercard-close {
    opacity: 1;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -1px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,.12);
    padding: 6px 10px 5px 22px;
    font-size: 12px;
    color: #fff;
    background-position: 10px center;
    line-height: 12px;
    background-size: 8px 8px;
    background-repeat: no-repeat;
}

.pp-launcher-hovercard-textarea {
    padding: 40px 20px 30px;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    height: 30px;
    cursor: pointer;
    background-color: #fff;
}

.pp-container .pp-launcher-hovercard-textarea-textarea {
    width: 100%;
    height: 28px;
    background-color: #fff;
    color: #455a64;
    resize: none;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 28px;
    padding: 0 0 0 10px;
    outline: 0;
}

.pp-launcher-hovercard-admins {
    width: 107px;
    position: relative;
    float: left;
    height: 50px;
    padding-bottom: 35px;
    cursor: pointer;
    text-align: center;
}

.pp-launcher-hovercard-text {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    cursor: pointer;
    position: absolute;
    top: 25px;
    left: 85px;
}

.pp-container .pp-launcher-hovercard-app-name {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.pp-container .pp-launcher-hovercard-welcome-text {
    font-size: 12px;
    color: #78909c;
    line-height: 1.5;
    cursor: pointer;
}

.pp-launcher-hovercard:after, .pp-launcher-hovercard:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pp-launcher-hovercard:before {
    border-color: transparent transparent transparent #fff;
    border-width: 10px;
    right: -20px;
    top: 50%;
    margin-top: -24px;
}

.pp-launcher-hovercard .groups-header {
    margin: 30 auto 20;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.pp-launcher-hovercard .groups-footer {
    margin: 30 auto;
    text-align: center;
    clear: both;
    color: #989494;
}

.pp-launcher-hovercard .groups-body {
    width: 290px;
    margin: 10 auto;
}

    .pp-launcher-hovercard .groups-body .item {
        background-color: #F3F3F3;
        border: 1px solid #FBF0F0;
        border-radius: 5px;
        box-shadow: 2px 2px 1px #E6E3E3;
        clear: both;
        cursor: pointer;
        height: 50px;
        margin-bottom: 20px;
        padding: 5 5 5 15px;
    }

    .pp-launcher-hovercard .groups-body .left {
        float: left;
        width: 50px;
    }

.pp-launcher-admin-avatar img, .pp-launcher-hovercard img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.pp-launcher-hovercard .groups-body .img-container {
    display: inline-block;
    margin-left: -22px;
    position: relative;
}

    .pp-launcher-hovercard .groups-body .img-container:first-child {
        margin-left: 0;
    }

.pp-launcher-hovercard .groups-body .right {
    float: left;
    margin-left: 10px;
}

.pp-launcher-hovercard .group-name {
    margin-top: 5px;
    font-size: 16px;
    color: #3E3C3C;
}

.pp-launcher-hovercard .online-time {
    font-size: 14px;
    margin-top: 5px;
    color: gray;
}

.pp-launcher-hovercard img {
    margin: 8px 0 0 18px;
    background-color: #ff6c00;
    overflow: hidden;
}

.pp-launcher-admin-avatar {
    position: relative;
    display: inline-block;
    top: 0;
    cursor: pointer;
    margin-left: -22px;
}

    .pp-launcher-admin-avatar:first-child {
        margin-left: 0;
    }

.pp-container img.grayscale {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

#pp-container .pp-image-viewable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

#pp-container .pp-image-viewer-overlay {
    z-index: 2147483647;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    opacity: 0;
}

#pp-container .pp-zoomed-image {
    z-index: 2147483648;
    position: fixed;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    transition: all .3s ease;
}

.pp-container .group-member-hovercard {
    background-color: #fafafb;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
    left: 42px;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    position: absolute;
    width: 260px;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}

    .pp-container .group-member-hovercard .body {
        background-color: #fff;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #dfe0e1;
        box-shadow: 0 1px 1px #f0f0f1;
        padding: 13px 10px 1px;
        overflow: hidden;
        cursor: pointer;
    }

    .pp-container .group-member-hovercard .img-container {
        display: inline-block;
        top: 0;
        width: 60px;
        position: relative;
        float: left;
        height: 50px;
        padding-bottom: 35px;
        cursor: pointer;
        text-align: center;
    }

    .pp-container .group-member-hovercard img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .pp-container .group-member-hovercard .info {
        float: right;
        width: 164px;
        cursor: pointer;
    }

    .pp-container .group-member-hovercard .name {
        font-weight: 700;
        font-size: 14px;
        color: #37474f;
        margin-bottom: 7px;
        cursor: pointer;
    }

    .pp-container .group-member-hovercard .signature {
        font-size: 12px;
        color: #78909c;
        line-height: 1.5;
        cursor: pointer;
    }

    .pp-container .group-member-hovercard .textarea-container {
        padding: 9px 8px;
        font-size: 16px;
        border-radius: 0 0 5px 5px;
        height: 36px;
        cursor: pointer;
    }

    .pp-container .group-member-hovercard textarea {
        width: 100%;
        height: 36px;
        background-color: #fff;
        font-weight: 400;
        color: #455a64;
        resize: none;
        border: 1px solid #cfd8dc;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 35px 5px 10px;
        border-radius: 4px;
        outline: 0;
    }

        .pp-container .group-member-hovercard textarea:focus {
            border-color: #74BEFF;
            box-shadow: 0 0 4px 0 rgba(75,171,255,.38);
        }

    .pp-container .group-member-hovercard .arrow-down {
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 8px solid #000;
        display: inline-block;
        right: 10px;
    }

    .pp-container .group-member-hovercard .arrow-up {
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 8px solid #000;
    }

    .pp-container .group-member-hovercard *, .pp-container .group-member-hovercard:after, .pp-container .group-member-hovercard:before {
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

    .pp-container .group-member-hovercard textarea {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

.pp-container .group-members {
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    display: none;
    max-height: -moz-calc(100% - 48px);
    max-height: -webkit-calc(100% - 48px);
    max-height: calc(100% - 48px);
    opacity: 0;
    overflow-y: auto;
    padding-bottom: 10px;
    position: relative;
    right: 0;
    width: 100%;
}

.pp-container .group-members-container {
    max-height: 100%;
    width: 320px;
    margin: 0 auto;
}

.pp-container .group-members .member {
    float: left;
    height: 101px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
}

.pp-container .group-members .pp-wrapper {
    position: relative;
}

.pp-container .group-members img.pp-avatar {
    border-radius: 50%;
    border: 2px solid #3F65D6;
    cursor: pointer;
    height: 60px;
    width: 60px;
}

.pp-container .group-members img.pp-state {
    bottom: 5px;
    display: none;
    position: absolute;
    right: 5px;
}

    .pp-container .group-members img.pp-state.pp-active {
        display: block;
    }

.pp-container .group-members .member .name {
    color: #888;
    font-size: 14px;
    max-height: 19px;
    max-width: 60px;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
    text-overflow: ellipsis;
}

.pp-container .pp-conversation-part-error {
    color: red;
    display: block;
}

.pp-container .pp-conversation-part-emoji-by-user {
    position: relative;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #c9cbcf;
    margin-right: 6px;
}

    .pp-container .pp-conversation-part-emoji-by-user .pp-emoji-container {
        text-align: right;
        margin-bottom: 16px;
    }

    .pp-container .pp-conversation-part-emoji-by-user .pp-emoji {
        display: block;
        font-size: 96px;
        line-height: 1.1;
        text-align: right;
        height: 50px;
        text-indent: 99999px;
        overflow: hidden;
    }

.pp-conversation-part-emoji-by-user .happy {
    background: url(../images/happy.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .angry {
    background: url(../images/angry.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .anthomaniac {
    background: url(../images/anthomaniac.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .excite {
    background: url(../images/excite.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .fear {
    background: url(../images/fear.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .grief {
    background: url(../images/grief.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .grievance {
    background: url(../images/grievance.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .haughty {
    background: url(../images/haughty.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .hugging {
    background: url(../images/hugging.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .sad {
    background: url(../images/sad.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .serious {
    background: url(../images/serious.png) center right no-repeat;
}

.pp-conversation-part-emoji-by-user .smile {
    background: url(../images/smile.png) center right no-repeat;
}

.pp-conversation-part-text-by-user-outer {
    text-align: right;
    margin-bottom: 16px;
}

    .pp-conversation-part-text-by-user-outer .pp-wrapper {
        text-align: right;
        position: relative;
        right: 30px;
    }

.pp-container .pp-conversation-part-text-by-user-timestamp-outer {
    position: relative;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #c9cbcf;
    margin-right: 6px;
}

.pp-conversation-part-text-by-user-triangle {
    width: 42px;
    height: 35px;
    background: url(../images/dia_bg1.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: -28px;
}

.pp-conversation-part-text-by-user-body-outer {
    position: relative;
    max-width: 80%;
    display: inline-block;
    background-color: #ff6c32;
    border-radius: 13px;
    color: #fff;
    min-height: 45px;
    line-height: 18px;
}

.pp-container .pp-conversation-part-text-by-user-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 17px;
    text-align: left;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    white-space: pre-wrap;
}

.pp-container .msg-audio-admin .pp-avatar {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    overflow: hidden;
    clear: both;
}

.pp-container .msg-audio-admin .pp-content {
    float: left;
    width: 80%;
    margin-left: 5px;
    margin-bottom: 16px;
}

.pp-container .msg-audio-admin .pp-name {
    color: #455A64;
    display: block;
    font-size: 12px;
    text-align: left;
}

.pp-container .msg-audio-admin .pp-voice {
    position: relative;
}

.pp-container .msg-audio-admin .pp-body {
    border-color: #dadee2;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    position: relative;
    padding: 10px;
    max-width: 80%;
    display: inline-block;
    background-color: #fff;
    color: #455A64;
    top: 3px;
}

.pp-container .msg-audio-admin .pp-triangle {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #dadee2;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-right: -1px;
    top: 3px;
}

.pp-container .msg-audio-admin i {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    display: inline-block;
}

.pp-container .msg-audio-admin .pp-dura {
    font-size: 14px;
    margin-left: 10px;
}

.pp-container .msg-audio-admin .pp-unread {
    border-radius: 50%;
    background-color: red;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    margin-bottom: 2px;
}

.pp-container .msg-audio-admin .pp-desc {
    font-size: 12px;
    margin-left: 5px;
    display: block;
    margin-top: 5px;
}

@media (max-width:736px) {
    .pp-messenger-panel, .pp-sheet-header {
        top: 0;
        width: 100%;
        border-left: 1px solid #e7e7e7;
        right: 0;
    }

    .pp-messenger-panel {
        bottom: 0;
        background-color: #fff;
        z-index: 2147483646;
    }

    .pp-sheet-header {
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.08);
        background: #fff;
        position: fixed;
        border-bottom: 1px solid #e7e7e7;
        z-index: 2147483647;
    }

    .pp-sheet-header-button {
        position: relative;
        margin: 0;
        height: 48px;
        width: 48px;
        float: right;
    }

    .pp-sheet-header-button-icon {
        background-size: 13px 13px;
        background-repeat: no-repeat;
        width: 16px;
        height: 100%;
        background-position: center center;
        margin: auto;
    }

    .pp-conversation-part-welcome-outer-2 {
        border-top: 0;
        padding: 0 20px 20px;
        border-image: initial;
    }

    .pp-emoji-icon {
        font-family: AppleColorEmoji;
        margin: 6px;
        width: 30px;
        line-height: 30px;
        display: inline-table;
        cursor: pointer;
        text-align: center;
        font-size: 21px;
    }

    .pp-composer-container {
        width: 100%;
        background: 0 0;
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 5px;
    }

    .pp-no-conversations-icon {
        background-color: #fff;
    }

    .pp-powered-by {
        display: none;
    }

    .pp-conversation-content {
        bottom: 49px;
    }

    .pp-composer {
        max-width: 100%;
        margin: 0 10px;
    }
}

@media (max-width:480px) {
    .pp-emoji-selector {
        max-width: 280px;
        width: 100%;
        height: 175px;
    }

    .pp-emoji-selector-content {
        max-width: 270px;
        width: 100%;
        height: 130px;
    }

    .pp-emoji-selector-panel-header {
        max-width: 280px;
        width: 100%;
    }

    .pp-emoji-selector-sibling {
        height: 177px;
    }
}
