.frameshape {
    overflow: hidden;
}

.frameshape .linkBar {
    overflow-y: hidden;
}

.frameshape .chat-bottom-radius {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.frameshape .chat-top-radius {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

/*
.frameshape .paddingB100{
    padding-bottom: 100px;
}

.frameshape .paddingB20{
    padding-bottom: 20px;
}*/

/** 输入联想弹框 **/
.PromptBox {
    bottom: 0;
}

.PromptBox .suggestQue {
    border-bottom: none;
    color: #212634;
}

.PromptBox .suggestQue .imagine-highlight-color {
    color: #1F6AFF;
}

.viewport2 .hot-question-paddingB {
    padding-bottom: 30px;
}

.viewport2 .copyright-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 12px;
    background-color: #fff;
    line-height: 12px;
}

.viewport2 .copyright-text .border-ipv6 {
    border: 1px #999 solid;
    border-radius: 12px;
    line-height: 12px;
    padding: 0 2px;
    margin-left: 3px;
    display: inline-block;
}

.layer-submit-toast {
    position: absolute;
    top: 30%;
    left: calc(50% - 200px);
    z-index: 1000;
    width: 400px;
    display: none;
    border-radius: 8px;
    background: #fff;
    height: auto;
}

.layer-submit-toast-mask {
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.layer-submit-toast .waring-title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    margin-left: 20px;
    font-weight: 550;
}

.layer-submit-toast .submit-success-tips {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    text-align: justify;
    margin: 15px 20px 30px;
    word-break: break-all;
    font-weight: 400;
    max-height: 200px;
    overflow-y: scroll;
}

.layer-submit-toast .submit-success-tips::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.layer-submit-toast .submit-success-tips::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    border: solid 1px #e3e3e3;
    border-radius: 5px;
}

.layer-submit-toast .submit-button {
    float: right;
    width: 80px;
    height: 32px;
    background: #0D72F0;
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 30px;
}


.layer-img-upload-failed-toast {
    position: absolute;
    top: 30%;
    left: calc(50% - 210px);
    z-index: 1002;
    width: 420px;
    display: none;
    border-radius: 8px;
    background: #fff;
    height: auto;
}

.layer-img-upload-failed-toast-mask {
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
}

.layer-img-upload-failed-toast .waring-title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    margin-left: 20px;
    font-weight: 500;
}

.layer-img-upload-failed-toast .upload-failed-tips {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    text-align: justify;
    margin: 15px 20px 30px;
    word-break: break-all;
    font-weight: 400;
    max-height: 200px;
}

.layer-img-upload-failed-toast .cancel-button {
    float: right;
    width: 80px;
    height: 32px;
    background: #fff;
    border-radius: 4px;
    border: #f1f1f1 1px solid;
    color: #666;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 30px;
}

.layer-img-upload-failed-toast .submit-button {
    float: right;
    width: 80px;
    height: 32px;
    background: #0D72F0;
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 30px;
}

/** 消息引用相关 */
.customer .more-btn-wrapper {
    float: right;
}

.customer-service .more-btn-wrapper {
    float: left;
    margin-left: 8px;
}

.msg-popup-mask {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    background: transparent;
    display: none;
    top: 0;
    left: 0;
}

.msg-popup-mask .menu-popup .func-area {
    display: flex;
    flex-direction: row;
    background: rgba(0, 0, 0, 0.8);
    height: 45px;
    border-radius: 2px;
    padding: 0 3px;
}

.msg-popup-mask .menu-popup .func-area .item-parent {
    display: none;
    flex-direction: column;
    padding: 8px 8px 6px 8px;
    align-items: center;
}

.msg-popup-mask.enabled-copy .menu-popup .func-area .item-parent.menu-item-copy {
    display: flex;
}

.msg-popup-mask.enabled-quote .menu-popup .func-area .item-parent.menu-item-quote {
    display: flex;
}

.msg-popup-mask .menu-popup .func-area .item-parent img {
    width: 16px;
    height: 16px;
}

.msg-popup-mask .menu-popup .func-area .item-parent .title {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 2px;
}

.msg-popup-mask .menu-popup {
    height: 51px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

/** 向上箭头 */
.msg-popup-mask .menu-popup .triangle-top {
    position: relative;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.8);
}

/** 向下箭头*/
.msg-popup-mask .menu-popup .triangle-bottom {
    position: relative;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.8);
}

.msg-popup-mask.show-bottom .menu-popup .triangle-bottom {
    display: none;
}

.msg-popup-mask.show-top .menu-popup .triangle-top {
    display: none;
}

.msg-popup-mask.show-top .menu-popup .triangle {
    /*left: 30px;*/
}

.more-btn-wrapper {
    display: none;
}

.more-btn {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    background-size: 100% 100%;
    background-image: url(../img/more-menu.png);
}

.more-btn:hover {
    background-image: url(../img/more-menu-hover.png);
}

.chat-shape.agent-mode .more-btn-wrapper {
    display: inherit;
}

.quoteMsgBox {
    background-color: #F8F9FA;
    border: 1px solid rgba(46, 120, 250, 0.1);
    border-radius: 4px;
    max-width: none;
}

.quoteMsg {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #9AA4B6;
    font-weight: 400;
    border-left: none;
    padding-right: 29px;
}

.quoteMsgBox .close {
    right: 5px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.quoteMsgBox .close:hover {
    content: url(../img/close-hover.png)
}

.quote-msg-container {
    overflow: hidden;
    opacity: 0.5;
}

.customer-service .quote-msg-container {
    color: #333;
}

.customer .quote-msg-container {
    color: white;
}

.quote-msg-container img {
    max-height: 120px;
    max-width: 120px;
    height: auto;
    width: auto;
}

.quoteMsgBox .quoteMsg {
    -webkit-line-clamp: 2 !important;
    max-height: 68px;
}

.viewport1 .quote-msg-holder {
    width: 100%;
    background: transparent;
    z-index: 9999;
    height: 48px;
}

/*
.frameshape .position-center .linkBar .track {
    height: 5px;
    width: 100%;
    position: relative;
    padding: 1px 0;
    background: #E9E9E9;
    background: rgba(233, 233, 233, 0.1);
    filter: "alpha(opacity=10)";
    -ms-filter: "alpha(opacity=10)";
}

.frameshape .position-center .linkBar .track:hover {
    background: rgba(233, 233, 233, 1);
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.frameshape .position-center .linkBar .track:hover .thumb {
    background: rgba(208, 208, 208, 0.6);
    filter: "alpha(opacity=60)";
    -ms-filter: "alpha(opacity=60)";
}

.frameshape .position-center .linkBar .thumb {
    height: 5px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}*/


/* WebKit 浏览器（Chrome, Safari） */
.frameshape .position-center .linkBar{
    overflow-x: hidden;
}

.frameshape .position-center .linkBar:hover{
    overflow-x: auto;
}

.frameshape .position-center .linkBar::-webkit-scrollbar {
    height: 6px;
    padding: 1px 6px;
    background-color: transparent;
}

.frameshape .position-center .linkBar::-webkit-scrollbar-thumb {
    background-color: rgba(188, 188, 188, 0.5);
    border-radius: 3px;
    cursor: pointer;
}

.frameshape .position-center .linkBar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(188, 188, 188, 1);
}

.frameshape .position-center .linkBar::-webkit-scrollbar-thumb:active {
    background-color: rgba(188, 188, 188, 1);
}

.frameshape .position-center .linkBar::-webkit-scrollbar-corner {
    background-color: transparent;
}

.y-z-mask .loadig-text{
    font-size: 14px !important;
}



