.tm[data-v-7ba5bd90],.tm[data-v-9fffd4f8],.tm[data-v-f973e8bc] {
    position: relative
}

#jljw_IM_GdImBox,#jljw_IM_GdImBox * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#jljw_IM_GdImBox .GdImBox {
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    width: 380px;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.15);
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    background: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    opacity: 0;
    visibility: hidden
}

#jljw_IM_GdImBox .GdImBox.is_act {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: inherit
}

#jljw_IM_GdImBox .back {
    width: 34px;
    height: 34px;
    position: relative;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/close.png) no-repeat 50%
}

#jljw_IM_GdImBox .back em {
    color: #fff;
    font-size: 26px
}

#jljw_IM_GdImBox .gimicf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1
}

#jljw_IM_GdImBox .gimicf>.serhead {
    -webkit-mask: none;
    mask: none;
    border: none;
    -o-object-fit: cover;
    object-fit: cover
}

#jljw_IM_GdImBox .gimicf>.serhead,.serhead-wrap {
    width: 40px!important;
    height: 40px!important;
    background: #fff!important
}

.serhead-wrap {
    margin-right: 10px!important;
    border-radius: 50%!important
}

.serhead {
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    -webkit-mask: url(../img/gic-fuwu.png) no-repeat center;
    mask: url(../img/gic-fuwu.png) no-repeat center;
    background-color: var(--color,#01bf8b);
    -webkit-mask-size: 35px;
    mask-size: 35px;
    border: 1px solid #fff;
    border-radius: 50%
}

#jljw_IM_GdImBox .gimicf>div p:first-child {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 4px
}

#jljw_IM_GdImBox .gimicf>div p:nth-child(2) {
    font-size: 14px;
    padding: 0;
    text-transform: capitalize
}

#jljw_IM_GdImBox .gimicfgreen i {
    margin-right: 10px
}

#jljw_IM_GdImBox .gimicf>div p:nth-child(2) {
    font-size: 12px;
    margin-top: 0;
    position: relative;
    padding-right: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

#jljw_IM_GdImBox .gimicfgreen:after {
    content: " ";
    position: absolute;
    top: 3px;
    left: 30px;
    width: 8px;
    height: 8px;
    background-color: #01b34c;
    border-radius: 50%
}

#jljw_IM_GdImBox .GdImBox .bubbleList {
    height: auto;
    overflow: auto;
    padding-top: 10px;
    z-index: -1
}

#jljw_IM_GdImBox .GdImBox .bubbleList:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color,#75bbee);
    opacity: .1;
    z-index: -1
}

#jljw_IM_GdImBox .GdImBox .bubbleList table {
    border-collapse: collapse
}

#jljw_IM_GdImBox .GdImBox .bubbleList table td,#jljw_IM_GdImBox .GdImBox .bubbleList table th {
    border: 1px solid #333;
    padding: 2px
}

#jljw_IM_GdImBox .GdImBox .bubbleList .topload {
    color: var(--color,#01bf8b);
    font-weight: 600;
    font-size: 12px;
    padding: 6px 0;
    cursor: pointer
}

#jljw_IM_GdImBox .GdImBox .bubbleList>p {
    display: block;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: right;
    font-size: 12px;
    color: #1b1b1b;
    margin: 0 10px 0 10px;
    position: relative;
    width: 340px
}

#jljw_IM_GdImBox .GdImBox .bubbleList>p.sys {
    float: none;
    margin: 10px auto
}

#jljw_IM_GdImBox .GdImBox .bubbleList .topload {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .ts {
    text-align: right;
    margin-right: 0;
    margin-top: 4px;
    margin-bottom: 6px;
    float: right;
    width: 100%;
    color: #a3a8bf;
    opacity: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

#jljw_IM_GdImBox .GdImBox .bubbleList p:hover .ts {
    opacity: 1
}

#jljw_IM_GdImBox .other .username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    -webkit-mask: url(../img/gic-fuwu.png) no-repeat center;
    mask: url(../img/gic-fuwu.png) no-repeat center;
    background-color: var(--color,#01bf8b);
    -webkit-mask-size: 30px;
    mask-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -2px
}

#jljw_IM_GdImBox .self .usernames {
    display: none!important
}

#jljw_IM_GdImBox .other .usernames {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden
}

#jljw_IM_GdImBox .other .usernames img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm {
    border-radius: 8px 0 8px 8px;
    padding: 6px 10px;
    max-width: calc(100% - 20px);
    display: block;
    word-wrap: break-word;
    float: right;
    font-size: 14px;
    position: relative;
    z-index: 1
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm>div {
    z-index: 1;
    position: relative
}

#jljw_IM_GdImBox .GdImBox .bubbleList p.self .tm:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color,#01bf8b);
    opacity: .08;
    border-radius: 8px 0 8px 8px;
    z-index: 0
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm.contactr {
    background: none;
    position: static;
    padding-bottom: 55px
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm.contactr+.ts {
    margin-top: -50px
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm.contactr:after {
    display: none
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm.contactr * {
    color: #666!important
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm.contactr label em {
    color: #e00!important
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm.contactr input,#jljw_IM_GdImBox .GdImBox .bubbleList p .tm.contactr textarea {
    border: none;
    color: #666!important
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm.contactr .contactr-hint {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm * {
    line-height: 1.6
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm ol,#jljw_IM_GdImBox .GdImBox .bubbleList p .tm ul {
    padding-left: 15px
}

#jljw_IM_GdImBox .GdImBox .bubbleList .other {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    float: left
}

#jljw_IM_GdImBox .GdImBox .bubbleList .other .tm {
    border-radius: 0 8px 8px 8px;
    margin-right: 0;
    margin-left: 40px;
    float: left;
    z-index: 1;
    background-color: #f9f9f9;
    color: #1b1b1b
}

#jljw_IM_GdImBox .GdImBox .bubbleList .other .ts {
    text-align: left;
    margin-left: 0;
    padding-left: 45px
}

#jljw_IM_GdImBox .GdImBox .bubbleList .sys .tm {
    border-radius: 8px;
    float: none;
    color: #999;
    background-color: #deeafb;
    max-width: 100%;
    word-break: break-word
}

#jljw_IM_GdImBox .ifInput {
    background-color: #fff;
    padding: 10px 10px 14px 10px
}

#jljw_IM_GdImBox .ifInput .ifinput-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    min-height: 50px;
    position: relative
}

#jljw_IM_GdImBox .ifInput .text-e {
    color: #1b1b1b;
    width: 100%;
    font-size: 14px;
    padding: 15px 7px 5px;
    overflow: auto;
    outline: none;
    border: none;
    background: #fff;
    resize: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: inherit;
    max-height: 80px;
    height: 45px;
    min-height: 50px;
    line-height: 20px;
    padding-right: 100px;
    border-radius: 10px
}

#jljw_IM_GdImBox .ifInput .text-e::-webkit-input-placeholder {
    color: #777;
    font-size: 14px
}

#jljw_IM_GdImBox .ifInput .text-e::-moz-placeholder {
    color: #777;
    font-size: 14px
}

#jljw_IM_GdImBox .ifInput .text-e:-ms-input-placeholder {
    color: #777;
    font-size: 14px
}

#jljw_IM_GdImBox .ifInput .text-e::-ms-input-placeholder {
    color: #777;
    font-size: 14px
}

#jljw_IM_GdImBox .ifInput .text-e::placeholder {
    color: #777;
    font-size: 14px
}

#jljw_IM_GdImBox .sendBox {
    height: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 8px
}

#jljw_IM_GdImBox .sendBox,#jljw_IM_GdImBox i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#jljw_IM_GdImBox i {
    font-style: normal;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px
}

#jljw_IM_GdImBox .sendBox-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#jljw_IM_GdImBox .sendBox-left i {
    padding: 0;
    cursor: pointer;
    position: relative;
    background-size: 18px;
    display: inline-block;
    width: 25px;
    height: 20px
}

#jljw_IM_GdImBox .sendBox .sendBox-right {
    cursor: pointer;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    -webkit-mask: url(../img/send.png) center no-repeat;
    mask: url(../img/send.png) center no-repeat;
    background-color: #bfbebe;
    font-size: 14px;
    margin-left: 5px;
    margin-left: auto;
    -webkit-transition: background-size .1s linear;
    transition: background-size .1s linear
}

#jljw_IM_GdImBox .sendBox .sendBox-right.success {
    -webkit-mask: none;
    mask: none;
    background: var(--color,#01b34c) url(../img/send1.png) 50% no-repeat;
    background-size: 18px
}

#jljw_IM_GdImBox .sendBox .sendBox-right.disabled {
    background-color: #bfbebe
}

#jljw_IM_GdImBox .sendBox .sendBox-right img {
    margin-right: 4px
}

#jljw_IM_GdImBox .sendBox .sendBox-right:hover {
    opacity: .9
}

#jljw_IM_GdImBox .GdImMiniBox {
    width: 60px;
    height: 60px;
    background-color: var(--color,#01bf8b);
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.15);
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#jljw_IM_GdImBox .GdImMiniBox .imbtn-icon {
    -webkit-mask: url(../img/gic-fuwu.png) no-repeat center;
    mask: url(../img/gic-fuwu.png) no-repeat center;
    -webkit-mask-size: 40px;
    mask-size: 40px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: block
}

#jljw_IM_GdImBox .GdImMiniBox:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: #fff!important
}

#jljw_IM_GdImBox .GdImMiniBox:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    -webkit-box-shadow: var(--color,#01bf8b) 0 0 10px 4px;
    box-shadow: var(--color,#01bf8b) 0 0 10px 4px;
    opacity: .5;
    border-radius: 50%
}

#jljw_IM_GdImBox .GdImMiniBox:hover .imbtn-icon {
    background-color: var(--color,#01bf8b)
}

#jljw_IM_GdImBox .GdImMiniBox .mobmessagehint {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 20px;
    height: 20px;
    background: url(../img/newmessage.png) no-repeat 50%;
    background-size: cover
}

#jljw_IM_GdImBox .GdImMiniBox.isAct .imbtn-icon {
    -webkit-mask-image: url(../img/close.png);
    mask-image: url(../img/close.png);
    -webkit-mask-size: 18px;
    mask-size: 18px
}

#jljw_IM_GdImBox .GdImMiniBox.isAct:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: var(--color,#01bf8b)
}

#jljw_IM_GdImBox .GdImMiniBox.isAct:hover:before {
    content: none
}

#jljw_IM_GdImBox .GdImMiniBox.isAct:hover .imbtn-icon {
    background-color: #fff
}

#jljw_IM_GdImBox .GdImMiniBox:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    border: 1px solid var(--color,#01bf8b);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    opacity: .1;
    -webkit-animation: boxscale 2s linear 1s infinite;
    animation: boxscale 2s linear 1s infinite;
    z-index: -1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@-webkit-keyframes boxscale {
    0% {
        border-width: 0;
        opacity: .5
    }

    to {
        border-width: 10px;
        opacity: 0
    }
}

@keyframes boxscale {
    0% {
        border-width: 0;
        opacity: .5
    }

    to {
        border-width: 10px;
        opacity: 0
    }
}

#jljw_IM_GdImBox {
    font-family: var(--fontfamily,arial);
    bottom: 70px;
    right: 40px;
    position: fixed;
    z-index: 2147483647!important;
    display: none
}

#jljw_IM_GdImBox.forminput .ifInput {
    display: none!important
}

#jljw_IM_GdImBox.forminput .GdImBox .bubbleList {
    height: 425px!important
}

.bubbleList::-webkit-scrollbar {
    width: 6px
}

.bubbleList::-webkit-scrollbar-track {
    background-color: #f9f9f9
}

.bubbleList::-webkit-scrollbar-button {
    background-color: #f9f9f9;
    height: 1px
}

.bubbleList::-webkit-scrollbar-thumb {
    background-color: #e4e3e3;
    border-radius: 10px
}

#jljw_IM_GdImBox .nsiosbox {
    z-index: 999;
    display: none;
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 25%;
    font-size: 12px;
    text-align: center;
    opacity: .85;
    border-radius: 10px;
    color: #fff;
    word-wrap: break-word;
    background-color: #222;
    padding: 15px
}

#jljw_IM_GdImBox .other img,#jljw_IM_GdImBox .self img {
    max-width: 100%;
    max-height: 150px
}

#tinymask {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .8
}

#tinymask,.tinybox {
    position: fixed;
    z-index: 99997
}

.tinybox {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 10px solid #ddd;
    top: 50%;
    left: 50%
}

.tinybox img {
    max-width: 800px;
    max-height: 600px;
    display: block
}

#jljw_IM_GdImBox .GdImBox .bubbleList p .tm audio,#jljw_IM_GdImBox .GdImBox .bubbleList p .tm video {
    max-width: 100%
}

#jljw_IM_GdImBox .GdImBox .bubbleList p i {
    height: auto;
    top: 102%;
    font-size: 12px;
    right: 5px;
    color: #ce0404;
    display: block;
    width: 100%;
    float: right;
    text-align: right
}

#jljw_IM_GdImBox .GdImBox .bubbleList p i.over {
    color: #b7b6b6;
    position: absolute;
    bottom: 2px;
    left: -24px;
    top: auto;
    width: 20px;
    display: none
}

#jljw_IM_GdImBox .GdImBox .bubbleList .self i.over {
    display: block
}

#jljw_IM_GdImBox .GdImBox .bubbleList p i.over .unread {
    background: url(../img/unread.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    display: block
}

#jljw_IM_GdImBox .GdImBox .bubbleList p i.over .read {
    background: url(../img/read.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    display: block
}

#jljw_IM_GdImBox .GdImBox .bubbleList .other i {
    left: 30px;
    right: auto
}

.sendBox-left>span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    cursor: pointer
}

.sendBox-left>span.hover,.sendBox-left>span:hover {
    background: #eee
}

.sendBox-left .menudialog {
    position: absolute;
    bottom: 54px;
    right: 0;
    min-width: 140px;
    min-height: 50px;
    white-space: nowrap;
    background: #fff;
    -webkit-box-shadow: 0 1px 7px 0 rgba(40,40,40,.2);
    box-shadow: 0 1px 7px 0 rgba(40,40,40,.2);
    border-radius: 10px;
    padding: 6px!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sendBox-left .menudialog>span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 36px;
    padding: 0 5px!important;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    border-radius: 5px
}

.sendBox-left .menudialog>span i {
    margin-right: 5px!important
}

.sendBox-left .menudialog>span:hover {
    background: var(--color,#01b34c);
    color: #fff
}

.sendBox-left .menudialog>span:hover i {
    background-color: #fff
}

.sendBox-left i.bq {
    -webkit-mask: url(../img/bq.png) no-repeat center;
    mask: url(../img/bq.png) no-repeat center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    background-color: #333
}

.sendBox-left i.bq.is-active {
    -webkit-mask: url(../img/bq1.png) no-repeat center;
    mask: url(../img/bq1.png) no-repeat center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    background-color: var(--color,#01b34c)
}

.sendBox-left i.gd {
    -webkit-mask: url(../img/menu.png) no-repeat center;
    mask: url(../img/menu.png) no-repeat center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    background-color: #333
}

.sendBox-left i.gd.is-active {
    -webkit-mask: url(../img/menu1.png) no-repeat center;
    mask: url(../img/menu1.png) no-repeat center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    background-color: var(--color,#01b34c)
}

.sendBox-left i.img {
    -webkit-mask: url(../img/img.png) no-repeat center;
    mask: url(../img/img.png) no-repeat center;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    background-color: #000
}

.sendBox-left i.file {
    -webkit-mask: url(../img/fj.png) no-repeat center;
    mask: url(../img/fj.png) no-repeat center;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    background-color: #000
}

.sendBox-left i.form {
    -webkit-mask: url(../img/form.png) no-repeat center;
    mask: url(../img/form.png) no-repeat center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    background-color: #333
}

.sendBox-left i.audio {
    -webkit-mask: url(../img/audio.png) no-repeat center;
    mask: url(../img/audio.png) no-repeat center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    background-color: #333
}

.sendBox-left i.video {
    -webkit-mask: url(../img/video.png) no-repeat center;
    mask: url(../img/video.png) no-repeat center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    background-color: #333
}

.jljw_im_visitor_loading {
    position: absolute!important;
    bottom: 10px;
    left: -24px;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0,0,0,.8);
    border-radius: 23px;
    clip: rect(0 23px 46px 0);
    -webkit-mask-image: -webkit-gradient(linear,0 0,0 100%,from(#000),to(transparent));
    mask-image: gradient(linear,0 0,0 100%,from(#000),to(transparent));
    -webkit-animation: jljw_im_visitor_loading 1.2s linear infinite;
    animation: jljw_im_visitor_loading 1.2s linear infinite
}

@-webkit-keyframes jljw_im_visitor_loading {
    0% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes jljw_im_visitor_loading {
    0% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@media screen and (max-width: 768px) {
    #jljw_IM_GdImBox {
        width:auto;
        bottom: 75px;
        bottom: calc(75px + constant(safe-area-inset-bottom));
        bottom: calc(75px + env(safe-area-inset-bottom))
    }

    #jljw_IM_GdImBox .GdImMiniBox {
        width: 45px;
        height: 45px;
        background-size: 30px
    }

    #jljw_IM_GdImBox .GdImMiniBox .imbtn-icon {
        -webkit-mask-size: 30px;
        mask-size: 30px
    }

    #jljw_IM_GdImBox .GdImBox {
        bottom: constant(safe-area-inset-bottom);
        bottom: env(safe-area-inset-bottom)
    }
}

.jljw_IM_inquiry {
    padding: 15px 15px!important;
    display: none;
    min-height: 200px;
    position: relative
}

.jljw_IM_inquiry .jljw_IM_item {
    margin-bottom: 10px!important
}

.jljw_IM_inquiry .jljw_IM_item .jljw_IM_label {
    display: block;
    color: #1a1d26;
    font-size: 12px;
    margin-bottom: 4px!important
}

.jljw_IM_inquiry .jljw_IM_item .jljw_IM_label em {
    color: red;
    font-style: normal
}

.jljw_IM_inquiry .jljw_IM_item input,.jljw_IM_inquiry .jljw_IM_item textarea {
    background: #f8f9fb;
    outline: 0;
    border: 1px solid #dcdcdc;
    resize: none;
    width: 100%;
    display: block;
    padding: 6px 4px!important;
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 14px
}

.jljw_IM_inquiry .jljw_IM_item input:focus,.jljw_IM_inquiry .jljw_IM_item textarea:focus {
    background: #e1e2e3
}

.jljw_IM_inquiry .jljw_IM_item textarea {
    min-height: 100px
}

.jljw_IM_inquiry .jljw_IM_item .jljw_IM_btn {
    margin-top: 10px!important;
    outline: 0;
    border: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color,#01bf8b);
    color: #fff;
    height: 36px;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.jljw_IM_inquiry .jljw_IM_item .jljw_IM_btn:hover {
    opacity: .9
}

.jljw_IM_inquiry .jljw_IM_hint {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

.jljw_IM_inquiry .jljw_IM_hint p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px!important;
    white-space: nowrap;
    color: red;
    background-color: hsla(0,0%,100%,.6);
    border: 1px solid #fff;
    text-align: center;
    margin-bottom: 10px!important;
    border-radius: 4px;
    height: 30px
}

.jljw_IM_success {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.jljw_IM_success .success {
    height: 40px
}

#jljw_IM_GdImBox * {
    line-height: 1.3
}

.tm[data-v-2c150afd],.tm[data-v-410c5261] {
    position: relative
}

#jljw_IM_GdImBox .cbTitle {
    background: var(--color,#01bf8b);
    width: 100%;
    height: 66px;
    padding: 17px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px 20px 0 0
}

#jljw_IM_GdImBox .cbTitle,#jljw_IM_GdImBox .gimicfgreen {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#jljw_IM_GdImBox .gimicfgreen {
    color: #fff;
    z-index: 1
}

#jljw_IM_GdImBox .GdImBox-body {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0
}

#jljw_IM_GdImBox .form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#jljw_IM_GdImBox .form-item {
    width: 100%;
    margin-bottom: 10px
}

#jljw_IM_GdImBox .form-item sup {
    color: #e60012;
    line-height: 1;
    font-size: 12px;
    position: relative;
    top: 4px;
    left: -2px
}

#jljw_IM_GdImBox .form-item label {
    color: #333;
    font-size: 12px;
    display: block
}

#jljw_IM_GdImBox .form-item input {
    width: 100%;
    height: 32px;
    background-color: #f8f9fb;
    border: 1px solid #dddcdc;
    border-radius: 5px;
    outline: none;
    margin-top: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 6px
}

#jljw_IM_GdImBox .form-item input:focus {
    border-color: #2671ff
}

#jljw_IM_GdImBox .form-item textarea {
    width: 100%;
    background-color: #f8f9fb;
    border: 1px solid #dddcdc;
    height: 120px;
    border-radius: 5px;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 6px;
    margin-top: 4px;
    outline: none
}

#jljw_IM_GdImBox .form-item textarea:focus {
    border-color: #2671ff
}

#jljw_IM_GdImBox .form-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px!important
}

#jljw_IM_GdImBox .GdImBox-footer {
    width: 100%
}

#jljw_IM_GdImBox .GdImBox-footer .subbtn {
    height: 38px;
    background: linear-gradient(265deg,#2671ff,#40bdf7);
    border-radius: 5px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px
}

#jljw_IM_GdImBox .GdImBox-footer .subbtn,#jljw_IM_GdImBox .GdImBox-hit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#jljw_IM_GdImBox .GdImBox-hit {
    color: #e60012;
    font-size: 12px
}

#jljw_IM_GdImBox .GdImBox-hit span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/hit.png) no-repeat;
    background-position: 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 14px
}

#jljw_IM_GdImBox .GdImBox-hit img {
    margin-right: 4px
}

#jljw_IM_GdImBox .GdImBox .bubbleList {
    height: 350px;
    padding-bottom: 40px;
    background-color: #fff
}

#jljw_IM_GdImBox .GdImBox .bubbleList.active {
    padding-bottom: 0
}

#jljw_IM_GdImBox .humanservice-wrap {
    width: 100%;
    float: right;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#jljw_IM_GdImBox .humanservice-wrap .offtip {
    font-size: 12px;
    color: #b2b2b2;
    display: block;
    text-align: center
}

#jljw_IM_GdImBox .humanservice-wrap .humanservice {
    height: 20px;
    background: #fff;
    color: #333;
    border: 1px solid var(--color,#299696);
    opacity: .6;
    border-radius: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    margin-top: 4px;
    display: none
}

#jljw_IM_GdImBox .humanservice-wrap .humanservice:hover {
    opacity: .9
}

#jljw_IM_GdImBox .ifInput .text-e::-webkit-scrollbar {
    width: 6px
}

#jljw_IM_GdImBox .ifInput .text-e::-webkit-scrollbar-track {
    background-color: #f9f9f9
}

#jljw_IM_GdImBox .ifInput .text-e::-webkit-scrollbar-button {
    background-color: #f9f9f9;
    height: 1px
}

#jljw_IM_GdImBox .ifInput .text-e::-webkit-scrollbar-thumb {
    background-color: #e4e3e3;
    border-radius: 10px
}

#jljw_IM_GdImBox #EmojiPicker {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 52px
}

#jljw_IM_GdImBox #EmojiPicker .category {
    padding: 5px
}

#jljw_IM_GdImBox #EmojiPicker .container-emoji {
    height: 220px
}

#jljw_IM_GdImBox #EmojiPicker .emoji {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

#jljw_IM_GdImBox {
    color: #292c31
}

#jljw_IM_GdImBox .form-preview {
    border: 1px solid #ecedf1;
    border-top: 3px solid var(--color,#01bf8b);
    padding: 10px;
    background-color: #fff;
    font-size: 12px;
    width: 280px
}

#jljw_IM_GdImBox .form-preview .form-preview-item {
    margin-bottom: 8px
}

#jljw_IM_GdImBox .form-preview .form-preview-item:last-child {
    margin-bottom: 0
}

#jljw_IM_GdImBox .form-preview label {
    color: #777;
    display: inline-block;
    text-transform: capitalize
}

#jljw_IM_GdImBox .form-preview label em {
    color: #e00;
    font-style: inherit;
    margin-left: 3px
}

#jljw_IM_GdImBox .form-preview input,#jljw_IM_GdImBox .form-preview textarea {
    width: 100%;
    height: 26px;
    background: #f8f9fb;
    border-radius: 3px;
    border: 1px solid #dddcdc;
    outline: none;
    padding: 0 6px;
    font-size: 14px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

#jljw_IM_GdImBox .form-preview input:focus,#jljw_IM_GdImBox .form-preview textarea:focus {
    border-color: #999
}

#jljw_IM_GdImBox .form-preview input::-webkit-input-placeholder,#jljw_IM_GdImBox .form-preview textarea::-webkit-input-placeholder {
    font-size: 12px
}

#jljw_IM_GdImBox .form-preview input::-moz-placeholder,#jljw_IM_GdImBox .form-preview textarea::-moz-placeholder {
    font-size: 12px
}

#jljw_IM_GdImBox .form-preview input:-ms-input-placeholder,#jljw_IM_GdImBox .form-preview textarea:-ms-input-placeholder {
    font-size: 12px
}

#jljw_IM_GdImBox .form-preview input::-ms-input-placeholder,#jljw_IM_GdImBox .form-preview textarea::-ms-input-placeholder {
    font-size: 12px
}

#jljw_IM_GdImBox .form-preview input::placeholder,#jljw_IM_GdImBox .form-preview textarea::placeholder {
    font-size: 12px
}

#jljw_IM_GdImBox .form-preview textarea {
    font-family: inherit;
    height: 60px;
    resize: none
}

#jljw_IM_GdImBox .form-preview .submit-button {
    outline: none;
    border: none;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    background: var(--color,#2cc99f);
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

#jljw_IM_GdImBox .form-preview .submit-button:hover {
    opacity: .9
}

#jljw_IM_GdImBox .form-preview .form-preview-tip {
    color: #999;
    margin: 5px 0 0;
    text-align: center;
    line-height: 1.2!important;
    height: 25px
}

#jljw_IM_GdImBox .form-preview textarea::-webkit-scrollbar {
    width: 6px
}

#jljw_IM_GdImBox .form-preview textarea::-webkit-scrollbar-track {
    background-color: #f9f9f9
}

#jljw_IM_GdImBox .form-preview textarea::-webkit-scrollbar-button {
    background-color: #f9f9f9;
    height: 1px
}

#jljw_IM_GdImBox .form-preview textarea::-webkit-scrollbar-thumb {
    background-color: #e4e3e3;
    border-radius: 10px
}

@media screen and (max-width: 500px) {
    #jljw_IM_GdImBox .GdImBox {
        border-radius:0;
        left: 0;
        bottom: 0;
        width: 100%
    }

    #jljw_IM_GdImBox .cbTitle,#jljw_IM_GdImBox .ifInput {
        border-radius: 0
    }

    #jljw_IM_GdImBox #EmojiPicker {
        width: calc(100vw - 20px)
    }
}

#jljw_IM_GdImBox.color1 .GdImMiniBox {
    background: -webkit-gradient(linear,left top,right top,from(#2d71fb),to(#65d1fe));
    background: linear-gradient(90deg,#2d71fb,#65d1fe)
}

#jljw_IM_GdImBox.color1 .GdImMiniBox:after {
    border-color: #2d71fb
}

#jljw_IM_GdImBox.color1 .GdImMiniBox:hover:before {
    -webkit-box-shadow: #2d71fb 0 0 10px 4px;
    box-shadow: 0 0 10px 4px #2d71fb
}

#jljw_IM_GdImBox.color1 .cbTitle,#jljw_IM_GdImBox.color1 .GdImMiniBox:hover .imbtn-icon {
    background: -webkit-gradient(linear,left top,right top,from(#2d71fb),to(#65d1fe));
    background: linear-gradient(90deg,#2d71fb,#65d1fe)
}

#jljw_IM_GdImBox.color1 .GdImBox .bubbleList .other .tm {
    background-color: rgba(100,146,254,.1)
}

#jljw_IM_GdImBox.color1 .GdImBox .bubbleList p.self .tm,#jljw_IM_GdImBox.color1 .GdImBox .bubbleList p.self .tm * {
    color: #fff
}

#jljw_IM_GdImBox.color1 .GdImBox .bubbleList p.self .tm:after {
    background: -webkit-gradient(linear,left top,right top,from(#2d71fb),to(#2cbffc));
    background: linear-gradient(90deg,#2d71fb,#2cbffc);
    opacity: 1;
    z-index: -1
}

#jljw_IM_GdImBox.color1 .sendBox-left i.bq.is-active,#jljw_IM_GdImBox.color1 .sendBox-left i.gd.is-active {
    background: -webkit-gradient(linear,left top,right top,from(#2d71fb),to(#2cbffc))!important;
    background: linear-gradient(90deg,#2d71fb,#2cbffc)!important
}

#jljw_IM_GdImBox.color1 .form-preview {
    border-top-color: #2d71fb
}

#jljw_IM_GdImBox.color1 .sendBox-left .menudialog>span:hover {
    background: -webkit-gradient(linear,left top,right top,from(#2d71fb),to(#2cbffc));
    background: linear-gradient(90deg,#2d71fb,#2cbffc)
}

#jljw_IM_GdImBox.color1 .other .username,#jljw_IM_GdImBox.color1 .serhead {
    background: #2e73fb
}

#jljw_IM_GdImBox.color1 .form-preview .submit-button {
    background: -webkit-gradient(linear,left top,right top,from(#2d71fb),to(#2cbffc));
    background: linear-gradient(90deg,#2d71fb,#2cbffc)
}

#jljw_IM_GdImBox.color1 .sendBox .sendBox-right.success {
    background-color: #2e73fb
}

#jljw_IM_GdImBox.color2 .GdImMiniBox {
    background: -webkit-gradient(linear,left top,right top,from(#f28e26),to(#fd644f));
    background: linear-gradient(90deg,#f28e26,#fd644f)
}

#jljw_IM_GdImBox.color2 .GdImMiniBox:after {
    border-color: #fd644f
}

#jljw_IM_GdImBox.color2 .GdImMiniBox:hover:before {
    -webkit-box-shadow: #fd644f 0 0 10px 4px;
    box-shadow: 0 0 10px 4px #fd644f
}

#jljw_IM_GdImBox.color2 .cbTitle,#jljw_IM_GdImBox.color2 .GdImMiniBox:hover .imbtn-icon {
    background: -webkit-gradient(linear,left top,right top,from(#f28e26),to(#fd644f));
    background: linear-gradient(90deg,#f28e26,#fd644f)
}

#jljw_IM_GdImBox.color2 .GdImBox .bubbleList .other .tm {
    background-color: #fef1e9
}

#jljw_IM_GdImBox.color2 .GdImBox .bubbleList p.self .tm,#jljw_IM_GdImBox.color2 .GdImBox .bubbleList p.self .tm * {
    color: #fff
}

#jljw_IM_GdImBox.color2 .GdImBox .bubbleList p.self .tm:after {
    background: -webkit-gradient(linear,left top,right top,from(#f28e26),to(#fd644f));
    background: linear-gradient(90deg,#f28e26,#fd644f);
    opacity: 1;
    z-index: -1
}

#jljw_IM_GdImBox.color2 .sendBox-left i.bq.is-active,#jljw_IM_GdImBox.color2 .sendBox-left i.gd.is-active {
    background: -webkit-gradient(linear,left top,right top,from(#f28e26),to(#fd644f))!important;
    background: linear-gradient(90deg,#f28e26,#fd644f)!important
}

#jljw_IM_GdImBox.color2 .form-preview {
    border-top-color: #fd644f
}

#jljw_IM_GdImBox.color2 .sendBox-left .menudialog>span:hover {
    background: -webkit-gradient(linear,left top,right top,from(#f28e26),to(#fd644f));
    background: linear-gradient(90deg,#f28e26,#fd644f)
}

#jljw_IM_GdImBox.color2 .other .username,#jljw_IM_GdImBox.color2 .serhead {
    background: #fd644f
}

#jljw_IM_GdImBox.color2 .form-preview .submit-button {
    background: -webkit-gradient(linear,left top,right top,from(#f28e26),to(#fd644f));
    background: linear-gradient(90deg,#f28e26,#fd644f)
}

#jljw_IM_GdImBox.color2 .sendBox .sendBox-right.success {
    background-color: #fd644f
}

#jljw_IM_GdImBox.color3 .GdImMiniBox {
    background: -webkit-gradient(linear,left top,right top,from(#4e6cff),to(#6593fe));
    background: linear-gradient(90deg,#4e6cff,#6593fe)
}

#jljw_IM_GdImBox.color3 .GdImMiniBox:after {
    border-color: #4e6cff
}

#jljw_IM_GdImBox.color3 .GdImMiniBox:hover:before {
    -webkit-box-shadow: #4e6cff 0 0 10px 4px;
    box-shadow: 0 0 10px 4px #4e6cff
}

#jljw_IM_GdImBox.color3 .cbTitle,#jljw_IM_GdImBox.color3 .GdImMiniBox:hover .imbtn-icon {
    background: -webkit-gradient(linear,left top,right top,from(#4e6cff),to(#6593fe));
    background: linear-gradient(90deg,#4e6cff,#6593fe)
}

#jljw_IM_GdImBox.color3 .GdImBox .bubbleList .other .tm {
    background-color: rgba(100,146,254,.1)
}

#jljw_IM_GdImBox.color3 .GdImBox .bubbleList p.self .tm,#jljw_IM_GdImBox.color3 .GdImBox .bubbleList p.self .tm * {
    color: #fff
}

#jljw_IM_GdImBox.color3 .GdImBox .bubbleList p.self .tm:after {
    background: -webkit-gradient(linear,left top,right top,from(#4e6dff),to(#6592fe));
    background: linear-gradient(90deg,#4e6dff,#6592fe);
    opacity: 1;
    z-index: -1
}

#jljw_IM_GdImBox.color3 .sendBox-left i.bq.is-active,#jljw_IM_GdImBox.color3 .sendBox-left i.gd.is-active {
    background: -webkit-gradient(linear,left top,right top,from(#4e6cff),to(#6593fe))!important;
    background: linear-gradient(90deg,#4e6cff,#6593fe)!important
}

#jljw_IM_GdImBox.color3 .form-preview {
    border-top-color: #4e6cff
}

#jljw_IM_GdImBox.color3 .sendBox-left .menudialog>span:hover {
    background: -webkit-gradient(linear,left top,right top,from(#4e6cff),to(#6593fe));
    background: linear-gradient(90deg,#4e6cff,#6593fe)
}

#jljw_IM_GdImBox.color3 .other .username,#jljw_IM_GdImBox.color3 .serhead {
    background: #4e6cff
}

#jljw_IM_GdImBox.color3 .form-preview .submit-button {
    background: -webkit-gradient(linear,left top,right top,from(#4e6cff),to(#6593fe));
    background: linear-gradient(90deg,#4e6cff,#6593fe)
}

#jljw_IM_GdImBox.color3 .sendBox .sendBox-right.success {
    background-color: #4e6cff
}

#jljw_IM_GdImBox.color4 .GdImMiniBox {
    background: -webkit-gradient(linear,left top,right top,from(#5091f6),to(#04cbbf));
    background: linear-gradient(90deg,#5091f6,#04cbbf)
}

#jljw_IM_GdImBox.color4 .GdImMiniBox:after {
    border-color: #2b7df5
}

#jljw_IM_GdImBox.color4 .GdImMiniBox:hover:before {
    -webkit-box-shadow: #2b7df5 0 0 10px 4px;
    box-shadow: 0 0 10px 4px #2b7df5
}

#jljw_IM_GdImBox.color4 .cbTitle,#jljw_IM_GdImBox.color4 .GdImMiniBox:hover .imbtn-icon {
    background: -webkit-gradient(linear,left top,right top,from(#5091f6),to(#04cbbf));
    background: linear-gradient(90deg,#5091f6,#04cbbf)
}

#jljw_IM_GdImBox.color4 .GdImBox .bubbleList .other .tm {
    background-color: #ebf3fd
}

#jljw_IM_GdImBox.color4 .GdImBox .bubbleList p.self .tm,#jljw_IM_GdImBox.color4 .GdImBox .bubbleList p.self .tm * {
    color: #fff
}

#jljw_IM_GdImBox.color4 .GdImBox .bubbleList p.self .tm:after {
    background: -webkit-gradient(linear,left top,right top,from(#5091f6),to(#04cbbf));
    background: linear-gradient(90deg,#5091f6,#04cbbf);
    opacity: 1;
    z-index: -1
}

#jljw_IM_GdImBox.color4 .sendBox-left i.bq.is-active,#jljw_IM_GdImBox.color4 .sendBox-left i.gd.is-active {
    background: -webkit-gradient(linear,left top,right top,from(#5091f6),to(#04cbbf))!important;
    background: linear-gradient(90deg,#5091f6,#04cbbf)!important
}

#jljw_IM_GdImBox.color4 .form-preview {
    border-top-color: #2b7df5
}

#jljw_IM_GdImBox.color4 .sendBox-left .menudialog>span:hover {
    background: -webkit-gradient(linear,left top,right top,from(#5091f6),to(#04cbbf));
    background: linear-gradient(90deg,#5091f6,#04cbbf)
}

#jljw_IM_GdImBox.color4 .other .username,#jljw_IM_GdImBox.color4 .serhead {
    background: #2b7df5
}

#jljw_IM_GdImBox.color4 .form-preview .submit-button {
    background: -webkit-gradient(linear,left top,right top,from(#5091f6),to(#04cbbf));
    background: linear-gradient(90deg,#5091f6,#04cbbf)
}

#jljw_IM_GdImBox.color4 .sendBox .sendBox-right.success {
    background-color: #04cbbf
}
