* {
    padding: 0;
    border: 0;
    margin: 0;
}

.uchat-header {

    height: 40px;
    padding-left: 20px;
    padding-top: 10px;
    background-color:#1e9fff; 
}

.uchat-header p {
    height: 100%;
    line-height: 35px;
    padding: 0 115px 0 0;
    font-weight: 300;
    color: #FFF;
    overflow: hidden;
}

.uchat-header .iconbox {
    display: block;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 15px;
    text-align: center;
    cursor: pointer;
}

.uchat-header .iconbox i {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.uchat-chat-context {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0px;
    bottom: 121px;
    width: 100%;
    height: auto;
    background-color: #F1F1F1;
    overflow: auto;
    padding: 5px 0;
}

.mine {
    margin-left: 20%;
    padding: 5px 0;
    text-align: right;
}

.mineCont {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

.mineText {
    position: relative;
    display: inline-block;
    padding: 8px;
    color: #000;
    background-color: #F5F5F5;
    min-width: 50px;
    min-height: 20px;
    line-height: 20px;
    border-radius: 2px;
    word-break: break-all;
    text-align: left;
    margin-top: 3px;
}
.mineTop{
    margin-bottom: 5px;
    margin-left: 10px;
}
.mineTop span {
    color: #BBB;
    font-weight: 300;
}
.is-tipsdot{
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
}
.is-tipsdot p{
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #EEE;
    color: #AAA;
}
.mineTips {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #1e9fff;
}

.is-read {
    margin-right: 5px;
    color: #FF5722;
    font-size: 12px;
}

.is-read.active {
    color: #DDD;
}

.is-left .mineTips {
    top: 0;
    left: 42px;
    border-color: transparent #FFFFFF transparent transparent;
}

.uchat-chat-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #EEE;
    height: 120px;
    background-color: #FFF;
}

.uchat-chat-footer ul {
    padding-top: 0;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    color: #bdd0d1;
}

.uchat-chat-footer ul li {
    display: inline-block;
    padding-left: 5px;
}

.uchat-chat-footer ul li i {
    font-size: 24px;
}

.chat-text {
    padding: 0 10px;
    margin-top: 5px;
    width: calc(100% - 100px);
    height: 80px;
    line-height: 20px;
    outline: 0;
}

.send-btn {
    position: absolute;
    bottom: 10px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: #e6e6e6;
}

.kefu-head-right {
    position: absolute;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    top: 50%;
    right: 30px;
}

.listmore {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.listmore a {
    color: #54B0E5;
    cursor: pointer;
}

.chat-content .layui-uchat-photos {
    height: 100px;
    width: 100px;
}

.uchat-chat-area-shadeFull {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    line-height: 120px;
}

.uchat-chat-area-shadeFull a {
    color: #56b7c7;
    cursor: pointer;
}

.uchat-chat-system-message {
    padding: 5px 0;
    text-align: center;
}

.uchat-chat-system-message p {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #EEE;
    color: #AAA;
}

.chat-iframe-write {
    position: relative;
    padding: 15px 20px 0;
    text-align: center;
}

.chat-iframe-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.chat-iframe-write h4 {
    line-height: 50px;
    font-size: 16px;
}

.chat-iframe-writeCont {
    height: 320px;
    padding-right: 10px;
    margin-bottom: 30px;
    overflow-y: scroll;
}

.chat-iframe-write p {
    margin-bottom: 10px;
    color: #999;
    line-height: 22px;
    font-size: 12px;
    text-align: left;
    text-indent: 1em;
}

.layui-form-item {
    margin-bottom: 15px;
    clear: both;
    *zoom: 1;
}

.chat-iframe-write .layui-form-label {
    padding: 5px 15px 5px 0;
    width: 80px;
    color: #a1c0c5;
}

.chat-iframe-write .layui-form-label span {
    color: red;
}

.chat-iframe-write [lay-submit] {
    height: 30px;
    padding: 0 25px;
    margin-top: 20px;
    background-color: #56b7c7;
    line-height: 30px;
    margin-bottom: 10px;
}

.message-footer {
    font-size: 12px;
    color: hsla(0, 0%, 80%, .8);
    text-align: center;
    bottom: 0;
    /*position: fixed;*/
    transform: translate(-50%, -50%);
    margin-left: 50%;
    margin-top: 10px;
}

.chat-text-right i {
    font-size: 30px;
}

.chat-item {
    width: 100%;
    padding-bottom: 15px;
}

.chat-item.is-left .msg {
    text-align: left;
}

.chat-item .msg {
    position: relative;
}

.chat-item .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.chat-item.is-left .avatar {
    left: 5px;
}
.chat-item.is-left .avatar img{
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

.chat-item .content {
    position: relative;
    /*display: inline-block;*/
    vertical-align: top;
}

.chat-item.is-left .content {
    padding-right: 20.5px;
}

.chat-item.is-left .avatar ~ .content {
    padding-left: 45px;
}

.chat-item.is-right .msg {
    text-align: right;
}

.chat-item.is-right .content {
    padding-left: 20.5px;
}

.chat-item.is-right .bubble {
    background: #fff;
    margin-right: 12px;
    color: #000;
}
.chat-item.is-right .mineTop {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
}
.chat-item .bubble {
    position: relative;
    display: inline-block;
    background: #fff;
    word-wrap: break-word;
    word-break: break-all;
    border-radius: 4px;
    text-align: left;
    max-width: 85%;    box-shadow: 3px 3px 4px rgb(120 120 120 / 20%);
}

.chat-item.is-left .bubble {
    margin-left: 10px;
}

.chat-item .bubble .chat-content {
    padding: 8px;
    text-align: justify;
    font-size: 13px;

}
.chat-item .bubble pre {
    padding: 10.5px 0px;


}
.chat-item .is-right .bubble:before {
    left: 100%;
    border-left-color: #4979ff;
    border-left-width: 8px;
}
.chat-item .bubble:before {
    position: absolute;
    top: 8px;
    border: 6px solid transparent;
    content: " ";
}

.chat-issues {
    border-top: 1px solid #e6e6e6;

}
.chat-issues ul {

}

.uchat-chat-footer .tool-view {
    position: absolute;
    bottom: 50px;
    z-index: 999;
    width: 100%;
    height: 180px;
    background-color: #ffffff;
    opacity: 0.85;

}
.uchat-chat-footer .tool-view ul::-webkit-scrollbar {display:none}
.chat-issues .item {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.chat-issues .item:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -2.5px;
    left: 5px;
    border-radius: 50%;
    background: #4979ff;
}

.chat-issues .item:after {
    content: "";
    display: block;
    right: 5px;
    position: absolute;
    top: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}
.chat-issues .item.select:after {
    content: "";
    display: block;
    right: 5px;
    position: absolute;
    top: 15px;
    border-top: 1px solid #1e9fff;
    border-right: 1px solid #1e9fff;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}
.chat-item .tips {
    font-size: 12px;
    color: #999;
    text-align: center;
    padding: 10px 0 15px;
}

.chat-issues .more-help {
    margin-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}
.on {
    display: none;
}

@media (max-height: 600px), (max-width: 1000px) {
    .uchat-chat-footer {
        height: 120px;
        min-height: 120px;
        background-color: #FCFCFC;;
    }

    .uchat-chat-footer .chat-text {
        height: 0;
        width: calc(100% - 85px);
        padding: 2px 10px;
    }

    .uchat-chat-context {
        bottom: 52px;
    }

    .chat-item .bubble {
        border-radius: 1px;
    }
    .send-btn{
        position: static;
    }
}

@media (max-height: 500px), (max-width: 1000px) {
    .uchat-chat-footer {
        height: 51px;
        min-height: 51px;
        background-color: #FCFCFC;;
    }

    .uchat-chat-footer .chat-text {

        width: calc(100% - 177px);
        padding: 2px 10px;

    }

    .uchat-chat-context {
        bottom: 52px;
    }

    .chat-item .bubble {
        border-radius: 1px;
    }
    .send-btn{
        position: static;
    }
}
.voiceplay {
    width: 60%;
    height: 40px;
    margin-left: 3%;
    margin-top: 1%;
    position: relative;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.voiceplay img {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
 .voiceplay p {
    color: #4d4d4d;
    font-size: 12px;
    margin-left: 10px;
}

    .onsendpay{ background-color: #ccc!important;}
          /*商品*/
 .product-single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 0.053333rem;
    width: 90%;
    margin: 0 auto;
    padding: 0 0.8rem;
}
.single-temp {
    border-bottom: 0.013333rem solid #f2f2f2;
}
.product-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 4.4rem;
    padding: 0.8rem 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-item--pic {
     width: 4rem;
    height: 4rem;
}
.product-item--info-wrap {
    font-size: 13px;
    width: 100%;
    padding-left: 0.266667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 2.6rem;
}
.product-item--title > p {
    color: #595959;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-item--info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 0.533333rem;
    margin-top: 0.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-item--info-box {
    color: #999999;
    display: inline-block;
    line-height: 0.533333rem;
    height: 100%;
    font-size: 14px;
}
.send-url {
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    color: #F23030;
}
.emoticon-panel{border-radius:5px;background:#FFF;z-index:9;border:1px solid #dfe0e0;padding:10px;box-sizing:border-box;display:flex;justify-content:center;-ms-flex-order:3;order:3;-webkit-box-flex:1;-ms-flex:1;flex:1;height:180px;position:absolute;bottom:0px;left:0;z-index:5;overflow-y:scroll;}.emoticon-panel .row-panel{width:100%;height:30px;display:flex;align-items:center;flex-flow:row wrap;}.emoticon-panel .row-panel .item-panel{width:25px;height:25px;margin-right:6px;margin-bottom:7px;position:relative;}.emoticon-panel
		.row-panel .item-panel img{width:100%;height:100%;}.emoticon-panel::-webkit-scrollbar{width:4px;height:1px;}.emoticon-panel::-webkit-scrollbar-thumb{border-radius:5px;}.emoticon-panel::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:#ededed;border-radius:4px;}
		.attachment .media {
    margin-right: 1.5rem;
}
.attachment{cursor:pointer;}
.attachment .avatar {    left: 0 !important;
    border: 0 !important;
    position: relative;
    height: 40px;
    width: 40px;
} 
.me-2 {
    margin-right: .5rem !important;
}
.avatar .no-image.cyan {
    background-color: rgba(19,19,19,0.2);
    color: #fff;
    margin-right: 4px;
    left: 0;
}
 .attachment .avatar {
    border: 0 !important;
}
.avatar .no-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
 .media-body {
    width: 100%;
}
.attachment .media {
    margin-right: 1.5rem;
}
.media {
    display: flex;
} 
.media .media-body {
    width: 100%;
}
.overflow-hidden {
    overflow: hidden !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .attachment .file-size {
    color: #000;
    font-size: 12px;
}
.blackBoxSpeak { overflow:hidden;   text-align: center;z-index:99; width: 176px; height: 176px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto;display: none; border-radius: 12px; background: rgba(0, 0, 0, .7);}
.blackBoxSpeak i.zmdi-mic{font-size:76px;color:#FFF;margin-top:20px;} 
.blackBoxSpeak div.col-6{height:30px;line-height:30px; }
.voiceplay {
    width: 60%;
    height: 40px;
    margin-left: 3%;
    margin-top: 1%;
    position: relative;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.voiceplay img {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
 .voiceplay p {
    color: #4d4d4d;
    font-size: 12px;
    margin-left: 10px;
}
 .green{background: #e6e6e6;
    border-radius: 4px;}
      .wave {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
}
.wave .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: #ccc;
    animation: wave 1.3s linear infinite;
}
.wave .dot:nth-child(2) {
    animation-delay:-1.1s
}
.wave .dot:nth-child(3) {
    animation-delay:-0.9s
}
@keyframes wave {
    0%,60%,100% {
    transform:initial
}
30% {
    transform:translateY(-5px)
}
}
.buttonftn {
  --background: #275efe;
  --text: #fff;
  --font-size: 12px;
  --duration: .5s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgb(176 176 176 / 32%);
  --shadow-hover: 0 2px 10px -1px rgb(145 145 145 / 50%);
    padding: 8px 16px;

  line-height: var(--font-size);
  border-radius: 20px;
  margin-right: 4px;
     display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--font-size);
  letter-spacing: .5px;
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  -webkit-transform: translateY(var(--y));
          transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.buttonftn span {
  display: flex;
}
.buttonftn span i {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
}
.buttonftn span i:nth-child(1) {
  --d: 0.05s;
}
.buttonftn span i:nth-child(2) {
  --d: 0.1s;
}
.buttonftn span i:nth-child(3) {
  --d: 0.15s;
}
.buttonftn span i:nth-child(4) {
  --d: 0.2s;
}
.buttonftn span i:nth-child(5) {
  --d: 0.25s;
}
.buttonftn span i:nth-child(6) {
  --d: 0.3s;
}
.buttonftn span i:nth-child(7) {
  --d: 0.35s;
}
.buttonftn span i:nth-child(8) {
  --d: 0.4s;
}
.buttonftn span i:nth-child(9) {
  --d: 0.45s;
}
.buttonftn span i:nth-child(10) {
  --d: 0.5s;
}
.buttonftn span i:nth-child(11) {
  --d: 0.55s;
}
.buttonftn:hover {
  --y: var(--move-hover);
  --shadow: var(--shadow-hover);
  --move: -4px;
  --shadow-active: 0 3px 1px rgba(0, 0, 0, .2);
}
.buttonftn:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
          animation: move var(--duration) linear var(--d);
}
.suspension{ position: absolute;
    bottom: 48px;
    left: 0;
    overflow: scroll;
    white-space: nowrap;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-left:4px;
}}