#MANTIS-CHAT-DIV {
    z-index: 999999999;
}

/*PC消息提醒*/
#pcMsgTip {
    position: fixed;
    right: 20px;
    bottom: 80px;
    box-shadow: 1px 1px 8px 0 rgba(233, 233, 233, 1);
    width: 300px;
    min-height: 80px;
    z-index: 9999999999;
    border-radius: 5px;
}

#pcMsgTip .pcMsgTipAfter {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    z-index: 10;
    bottom: -5px;
    left: 140px;
    transform: rotate(45deg);
}

.pcMsgTipBox {
    padding: 28px 10px 19px 10px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    min-height: 33px;
}

#pcMsgTipGB {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
}


#pcMsgTipMsgList {
    word-break: break-all;
    color: #888;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    cursor: pointer;
}

#pcMsgTipMsgList .emojiImg {
    width: 30px;
    vertical-align: middle;
}

#pcMsgTipMsgList img {
    max-width: 200px;
    max-height: 200px;
}

/*
*   invite  邀请框 样式
*/

.mantisPcInvite_center {
    position: fixed;
    margin: auto;
    z-index: 999999999;
    top: 50%;
    transform: translateY(-50%);
}

.mantisPcInvite_right {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
}

.mantisPcInvite_right img,
.mantisPcInvite_center img {
    cursor: pointer;
}

.mantisPcInvite_center .closeInviteIcon,
.mantisPcInvite_right .closeInviteIcon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
}

/*-------退出挽留------*/
.mantisRetainMainPC {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 999999999999;
}

.mantisRetainMain {
    width: 740px;
    height: 380px;
    position: fixed;
    margin-top: -190px;
    margin-left: -370px;
    top: 50%;
    left: 50%;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e3e3e3 \9;
}

.mantisRetainMain .mantisCloseIcon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mantisRetainMain .mantisRetainL {
    background: #fff;
    border-radius: 8px 0 0 8px;
    float: left;
    overflow: hidden;
}

.mantisRetainMain .mantisRetainL img {
    width: 310px;
    height: 380px;
    vertical-align: middle;
}

.mantisRetainR {
    background: #fff;
    padding: 0 60px;
    padding: 0 54px \9;
    border-radius: 0 8px 8px 0;
    flex: 1;
    text-align: center;
    margin-left: 310px;
    height: 100%;
}

.mantisRetainR .mantisTitle {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    padding-top: 60px;
}

.mantisRetainR .mantisContentDesc {
    margin-top: 8px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.mantisRetainR .mantisTel {
    margin-top: 24px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    width: 288px;
    padding: 0 10px;
    outline: none;
    line-height: 38px;
    font-size: 14px;
}

.mantisRetainR .mantisTelCode {
    margin-top: 20px;
    overflow: hidden;
}

.mantisRetainR .mantisTelCode .mantisTel {
    margin: 0;
    width: 160px;
    float: left;
}

.mantisRetainR .mantisTelCode .mantisGetCode {
    width: 120px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #06cb94;
    border-radius: 4px;
    font-size: 14px;
    color: #06CB94;
    margin-left: 5px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    float: left;
}

.mantisRetainR .mantisTelCode .mantisGetCodeDisable {
    color: #c1c1c1;
    cursor: no-drop;
}

.mantisRetainR .mantisBtn {
    background: #06CB94;
    height: 38px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
    line-height: 38px;
}

.mantisRetainR .mantisSubmitComplete {
    text-align: center;
    padding: 0 60px;
    box-sizing: border-box;
}

.mantisRetainR .mantisSubmitComplete .completeIcon {
    width: 49px;
    height: 49px;
    margin: 102px 0 20px 0;
}

.mantisRetainR .mantisSubmitComplete .mantisTitle {
    font-size: 18px;
    color: #323233;
    line-height: 26px;
    margin-bottom: 4px;
    padding-top: 0;
}

.mantisRetainR .mantisSubmitComplete .mantisContentDesc {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-bottom: 20px;
}

.mantisRetainR .mantisSubmitComplete .mantisBtn {
    width: 132px;
    height: 38px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    font-size: 14px;
    color: #323233;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/*--------------会话提醒-------*/
#mantisChatGuidance {
    position: fixed;
    display: flex;
    align-items: center;
    top: 50%;
    margin-top: -31px;
    cursor: pointer;
    z-index: 999999999;
}

#mantisChatGuidance #guidanceBg_A {
    height: 38px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

#mantisChatGuidance .guidanceBg_A_left {
    border-radius: 19px 0 0 19px;
    padding: 0 14px 0 16px;
}

#mantisChatGuidance .guidanceBg_A_right {
    border-radius: 0 19px 19px 0;
    padding: 0 16px 0 14px;
}

#mantisChatGuidance #guidanceBg_B {
    border-radius: 50%;
    position: relative;
}

#mantisChatGuidance #guidanceBg_B #guidanceImg {
    width: 62px;
    height: 62px;
    display: block;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

#mantisChatGuidance #guidanceBg_B #guidanceBg_B_bg {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    animation: round2 1s ease 0.6s 1 normal;
    animation-iteration-count: infinite;
}

#mantisChatGuidance .guidanceBg_B_left {
    margin-left: -6px;
}

#mantisChatGuidance .guidanceBg_B_right {
    margin-right: -6px;
}

.mantisChatGuidance_left {
    flex-direction: row;
    left: 20px;
}

.mantisChatGuidance_right {
    flex-direction: row-reverse;
    right: 20px;
}

@-webkit-keyframes round2 {
    0% {
        transform: scale(0);
        opacity: 0.2;
    }
    10% {
        transform: scale(0.2);
        opacity: 0.18;
    }
    20% {
        transform: scale(0.4);
        opacity: 0.16;
    }
    30% {
        transform: scale(0.6);
        opacity: 0.14;
    }
    40% {
        transform: scale(0.8);
        opacity: 0.12;
    }
    50% {
        transform: scale(1);
        opacity: 0.1;
    }
    60% {
        transform: scale(1.2);
        opacity: 0.08;
    }
    70% {
        transform: scale(1.4);
        opacity: 0.06;
    }
    80% {
        transform: scale(1.6);
        opacity: 0.04;
    }
    90% {
        transform: scale(1.8);
        opacity: 0.02;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/*----图片预览----*/

#mantisImgViewBg {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2147483647;
    display: none;
}

#mantisImgViewBg #mantisImgView_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 2147483647;
    background: rgba(0, 0, 0, .3);
}

#mantisImgViewBg #mantisImgView_header img {
    cursor: pointer;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

#mantisImgViewBg #mantisImgView_header img#rightTurn {
    transform: scaleX(-1)
}

#mantisImgViewBg #imgBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#mantisImgViewBg #imgBox #viewImg {
    transition: all .3s;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}