.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow:after{content:" ";border-width:5px}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow:after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after{border-right-color:#fff}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;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;border-radius:50%;opacity:.8;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-image-viewer__close{top:40px;right:40px}.el-image-viewer__canvas{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image-viewer__actions{left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:282px;height:44px;padding:0 23px;background-color:#606266;border-color:#fff;border-radius:22px}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:23px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.el-image-viewer__close,.el-image-viewer__next,.el-image-viewer__prev{width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff}.el-image-viewer__prev{left:40px}.el-image-viewer__next,.el-image-viewer__prev{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image-viewer__next{right:40px;text-indent:2px}.el-image-viewer__mask,.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image-viewer__mask{position:absolute;top:0;left:0;opacity:.5;background:#000}.el-image__error,.el-image__placeholder{background:#f5f7fa}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes viewer-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-image__error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#c0c4cc;vertical-align:middle}.el-image__preview{cursor:pointer}.allow_loading_more{height:40px}.allow_loading_more .allow_loading_icon{width:15px;height:15px;margin-right:6px;color:#409eff}.allow_loading_more .tip{color:#bbb;font-size:12px}.allow_loading_more .loading_more_icon{width:23px;height:23px}.common_loading{flex:1}.common_loading .loading_icon{width:105px;height:105px}.no_more_data{display:flex;align-items:center;justify-content:center;position:relative;height:40px;text-align:center;line-height:40x;color:#bbb;font-size:12px}.sld_chat_left[data-v-7b12dfd8]{width:300px;flex-shrink:0}.sld_chat_left .top .info[data-v-7b12dfd8]{display:flex;margin-top:11px}.sld_chat_left .top .info>img[data-v-7b12dfd8]{width:44px;height:44px;margin-left:20px;-o-object-fit:contain;object-fit:contain}.sld_chat_left .top .info .text[data-v-7b12dfd8]{margin-left:12px}.sld_chat_left .top .info .text p[data-v-7b12dfd8]{height:23px;display:flex;align-items:center;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sld_chat_left .top .info .text p span[data-v-7b12dfd8]{display:inline-block;height:15px;line-height:15px;margin-right:10px}.sld_chat_left .top .info .text p[data-v-7b12dfd8]:nth-child(2){color:#51a4fd}.sld_chat_left .top .info .text p img[data-v-7b12dfd8]{width:16px;height:16px}.sld_chat_left .list_wrap[data-v-7b12dfd8]{margin-top:10px;width:100%}.sld_chat_left .list_wrap .tab[data-v-7b12dfd8]{height:46px}.sld_chat_left .list_wrap .tab span[data-v-7b12dfd8]{display:inline-block;text-align:center;height:52px;padding:17px 35px;font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#333;border-bottom:1px solid #f7f7f7;cursor:pointer}.sld_chat_left .list_wrap .tab span i[data-v-7b12dfd8]{font-style:normal}.sld_chat_left .list_wrap .tab .tabChosen[data-v-7b12dfd8]{border-bottom:2px solid #0871ff}.sld_chat_left .list_wrap .tab .tabChosen i[data-v-7b12dfd8]{width:95px;height:17px;font-size:16px;font-family:Microsoft YaHei;font-weight:700;color:#0b72f2}.sld_chat_left .list_wrap .list_con[data-v-7b12dfd8]{margin-top:10px}.sld_chat_left .list_wrap .list_con .list_item[data-v-7b12dfd8]{padding:15px 17px;width:97%;display:flex;align-items:center;border-bottom:1px solid #f7f7f7;position:relative}.sld_chat_left .list_wrap .list_con .list_item>img[data-v-7b12dfd8]{width:40px;height:40px}.sld_chat_left .list_wrap .list_con .list_item[data-v-7b12dfd8]:hover{background-color:#f5f5f5}.sld_chat_left .list_wrap .list_con .list_item:hover .delete_icon .del_icon[data-v-7b12dfd8]{display:block}.sld_chat_left .list_wrap .list_con .list_item .list_text[data-v-7b12dfd8]{margin-left:10px}.sld_chat_left .list_wrap .list_con .list_item .list_text .list_item_title[data-v-7b12dfd8]{height:15px;line-height:15px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#333}.sld_chat_left .list_wrap .list_con .list_item .list_text .msg_new[data-v-7b12dfd8]{width:175px;margin-top:9px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sld_chat_left .list_wrap .list_con .list_item .delete_icon[data-v-7b12dfd8]{position:absolute;right:17px;display:flex}.sld_chat_left .list_wrap .list_con .list_item .delete_icon i[data-v-7b12dfd8]{font-style:normal;margin-right:6px;display:inline-block;padding:2px 5px;background-color:#e2231a;color:#fff;font-size:12px;border-radius:9px;transform:scale(.9)}.sld_chat_left .list_wrap .list_con .list_item .delete_icon .del_icon[data-v-7b12dfd8]{display:none;cursor:pointer}.empty_data_left[data-v-7b12dfd8]{height:300px;padding-top:100px;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty_data_left img[data-v-7b12dfd8]{width:80px}.empty_data_left p[data-v-7b12dfd8]{margin-top:15px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#d5d5d5}.sld_chat_right[data-v-03b60d33]{width:380px;margin-left:14px;flex-shrink:0}.sld_chat_right .right_tab[data-v-03b60d33]{display:flex;flex:1;background-color:#f8f8f8}.sld_chat_right .right_tab div[class^=tab][data-v-03b60d33]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#333;padding:17px 35px;cursor:pointer;flex:1;text-align:center}.sld_chat_right .right_tab .on[data-v-03b60d33]{border-top:2px solid #0e6fd7;font-size:14px;font-family:Microsoft YaHei;font-weight:700!important;color:#0e6fd7!important}.sld_chat_right .right_list_con .orderOwn .order_item[data-v-03b60d33]{padding:20px;border-bottom:1px solid #f8f8f8}.sld_chat_right .right_list_con .orderOwn .order_item .sld_hide[data-v-03b60d33]:nth-child(n+4){display:none}.sld_chat_right .right_list_con .orderOwn .order_item .sld_show[data-v-03b60d33]{display:flex}.sld_chat_right .right_list_con .orderOwn .order_item .order_title[data-v-03b60d33]{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid #f8f8f8}.sld_chat_right .right_list_con .orderOwn .order_item .order_title .order_title_info p[data-v-03b60d33]:first-child{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#666;margin-bottom:5px}.sld_chat_right .right_list_con .orderOwn .order_item .order_title .order_title_info p[data-v-03b60d33]:nth-child(2){font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#999}.sld_chat_right .right_list_con .orderOwn .order_item .order_title .order_state[data-v-03b60d33]{padding-left:5px;padding-right:5px;height:20px;background:#eee;border-radius:10px;bottom:0;right:10px;text-align:center;line-height:20px;color:#666!important}.sld_chat_right .right_list_con .orderOwn .order_item .order_type[data-v-03b60d33]{margin-top:17px}.sld_chat_right .right_list_con .orderOwn .order_item .openMore[data-v-03b60d33]{margin-top:20px;text-align:center;cursor:pointer}.sld_chat_right .right_list_con .orderOwn .order_item .openMore span[data-v-03b60d33]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#333}.sld_chat_right .right_list_con .orderOwn .order_item .openMore i[data-v-03b60d33]{margin-left:10px;font-size:9px}.sld_chat_right .right_list_con .orderOwn .order_item .openMore:hover i[data-v-03b60d33],.sld_chat_right .right_list_con .orderOwn .order_item .openMore:hover span[data-v-03b60d33]{color:#409eff}.sld_chat_right .right_list_con .foot_print[data-v-03b60d33],.sld_chat_right .right_list_con .store_recom[data-v-03b60d33]{padding:0 20px}.sld_chat_right .goods_model[data-v-03b60d33]{display:flex;margin-top:22px}.sld_chat_right .goods_model .goods_m_img[data-v-03b60d33]{width:69px;height:66px;border-radius:6px;background:#f5f5f5;display:flex;justify-content:center;overflow:hidden}.sld_chat_right .goods_model .goods_m_img img[data-v-03b60d33]{height:66px}.sld_chat_right .goods_model .goods_info[data-v-03b60d33]{margin-left:10px;display:flex;flex-direction:column;justify-content:space-between;width:81%}.sld_chat_right .goods_model .goods_info .goods_info_title[data-v-03b60d33]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#333;line-height:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sld_chat_right .goods_model .goods_info .goods_info_bottom[data-v-03b60d33]{display:flex;justify-content:space-between}.sld_chat_right .goods_model .goods_info .goods_info_bottom span[data-v-03b60d33]:first-child{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#e2231a}.sld_chat_right .goods_model .goods_info .goods_info_bottom span[data-v-03b60d33]:nth-child(2){font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#e2231a;cursor:pointer}.empty_data[data-v-03b60d33]{height:300px;padding-top:100px;display:flex;justify-content:center;align-items:center}.empty_data img[data-v-03b60d33]{width:80px}.empty_data p[data-v-03b60d33]{margin-left:10px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#d5d5d5}.reply_box[data-v-3e5a7696]{padding:5px 50px;display:flex;width:100%}.reply_content[data-v-3e5a7696]{padding:5px 10px;background:#eee;color:#999;overflow:hidden;max-width:200px}.flex_end_item[data-v-3e5a7696]{justify-content:flex-end!important;padding:5px 70px 5px 50px}.pop_header[data-v-48169273]{height:38px;background:#f3f3f4;display:flex;justify-content:space-between}.pop_header p[data-v-48169273]{margin-left:10px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#333;line-height:38px}.pop_header i[data-v-48169273]{font-size:16px;margin-right:10px}.emoji_s[data-v-48169273]{height:200px;overflow:auto;display:flex;flex-wrap:wrap}.emoji_s .emoji_item[data-v-48169273]{padding:0 5px}.send-textarea[data-v-48169273]{box-sizing:border-box;width:100%;height:94px;padding:0 19px 0 19px;background-color:#fff;color:#252525;font-size:13px;font-family:inherit;word-break:break-all;white-space:normal;overflow-y:auto;outline:none}.pop_list[data-v-48169273]{margin-top:5px;height:300px}.pop_list .pop_item[data-v-48169273]{margin-left:10px;padding:12px 0;border-bottom:1px solid #e7e7e7;width:97%}.pop_list .pop_item[data-v-48169273]:hover{background:#f8f8f8}.goods_info_bottom_detial[data-v-48169273]{position:relative}.goods_info_bottom_detial .goods_info_bottom_ok[data-v-48169273]{position:absolute;padding-left:5px;padding-right:5px;height:20px;background:#eee;border-radius:10px;bottom:0;right:10px;text-align:center;line-height:20px;color:#666!important}#el-textarea[data-v-48169273]{border:none}#el-textarea textarea[data-v-48169273]{outline:none;border:none}.sld_chat_page[data-v-48169273]{width:100%;height:100%;border-radius:6px;background-color:#fff;display:flex;flex-shrink:0}.sld_chat_page .chat_zone[data-v-48169273]{width:1010px;height:100%}.sld_chat_page .chat_zone .empty_data[data-v-48169273]{padding-top:220px;display:flex;flex-direction:column;justify-content:center;align-items:center}.sld_chat_page .chat_zone .empty_data img[data-v-48169273]{width:80px}.sld_chat_page .chat_zone .empty_data p[data-v-48169273]{margin-top:10px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#bbb}.sld_chat_page .chat_zone .top[data-v-48169273]{height:50px;padding:15px 0}.sld_chat_page .chat_zone .top .top_title[data-v-48169273]{height:20px;line-height:20px;border-left:4px solid #0563ff;padding-left:10px;margin-left:20px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#333}.sld_chat_page .chat_zone .chat_wrap[data-v-48169273]{width:100%;border-radius:6px;border:1px solid #eee}.sld_chat_page .chat_zone .chat_wrap .chat_window[data-v-48169273]{height:580px;background-color:#f5f5f5;padding-top:12px;padding-left:15px;padding-right:13px}.sld_chat_page .chat_zone .chat_wrap .chat_window .time_line[data-v-48169273]{margin:12px auto;line-height:22px;text-align:center;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#999;width:149px;height:22px;background:#eee;border-radius:11px}.sld_chat_page .chat_zone .chat_wrap .chat_window #text_center[data-v-48169273]{width:589px;height:104px;background:#fff;border-radius:6px}.sld_chat_page .chat_zone .chat_wrap .chat_window #text_center .goods_model[data-v-48169273]{display:flex;justify-content:center;align-content:center;padding-top:10px;padding-left:10px}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder[data-v-48169273]{display:flex;align-items:flex-end;align-items:flex-start;box-sizing:border-box}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder>img[data-v-48169273]{width:38px;height:38px;border-radius:50%}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right[data-v-48169273],.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder>img.user_avatar[data-v-48169273]{margin-left:10px}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right p[data-v-48169273]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#999;margin-bottom:5px}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .content_text[data-v-48169273]{display:inline-block;padding:11px;position:relative;max-width:589px;background:#fff;border-radius:6px}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .order_type[data-v-48169273]{cursor:pointer}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .order_type .goods_info[data-v-48169273]{min-width:300px}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .order_type .goods_info .goods_info_title[data-v-48169273]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#333}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .order_type .order_title[data-v-48169273]{display:flex;height:20px;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f2f2f2;margin-bottom:8px}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .order_type .order_title .order_sn[data-v-48169273]{font-size:12px;color:#999;font-family:Microsoft YaHei}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .order_type .order_title .order_sn i[data-v-48169273]{font-style:normal;color:#666}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .order_type .order_title .order_time[data-v-48169273]{color:#999}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .goods_type[data-v-48169273]{min-width:300px;cursor:pointer}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .image_type[data-v-48169273]{min-height:100px}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .image_type img[data-v-48169273]{max-width:200px}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .image_type .image-slot[data-v-48169273]{width:200px;height:200px}.sld_chat_page .chat_zone .chat_wrap .chat_window .chat_ladder .content_right .text_type[data-v-48169273]{max-width:360px;word-break:break-word;word-wrap:break-word;white-space:pre-wrap}.sld_chat_page .chat_zone .chat_wrap .chat_window .user[data-v-48169273]{justify-content:flex-start}.sld_chat_page .chat_zone .chat_wrap .chat_window .user .content_text[data-v-48169273]{background:#fff;border-radius:6px}.sld_chat_page .chat_zone .chat_wrap .chat_window .merchant[data-v-48169273]{padding-right:20px;justify-content:flex-end}.sld_chat_page .chat_zone .chat_wrap .chat_window .merchant p[data-v-48169273]{text-align:right}.sld_chat_page .chat_zone .chat_wrap .chat_window .merchant .content_text[data-v-48169273]{background:#fff;border-radius:6px}.sld_chat_page .chat_zone .chat_wrap .chat_window .merchant .content_text .tiny_triangle[data-v-48169273]{position:absolute;right:-9px;width:0;height:0;border-right:14px solid transparent;border-bottom:13px solid #fff}.sld_chat_page .chat_zone .chat_wrap .chat_window .merchant .msg_not_read[data-v-48169273],.sld_chat_page .chat_zone .chat_wrap .chat_window .merchant .msg_read[data-v-48169273]{align-self:flex-end;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#0e6fd7}.sld_chat_page .chat_zone .chat_wrap .chat_window .merchant .msg_not_read[data-v-48169273]{height:100%}.sld_chat_page .chat_zone .chat_wrap .chat_input[data-v-48169273]{padding-bottom:10px}.sld_chat_page .chat_zone .chat_wrap .chat_input .chat_tool[data-v-48169273]{padding:6px}.sld_chat_page .chat_zone .chat_wrap .chat_input .chat_tool img[data-v-48169273]{margin-right:10px}.sld_chat_page .chat_zone .chat_wrap .chat_input .chat_input_area[data-v-48169273]{padding:6px;margin-top:6px}.sld_chat_page .chat_zone .chat_wrap .chat_input .chat_input_area textarea[data-v-48169273]{max-height:94px}.sld_chat_page .chat_zone .chat_wrap .chat_input button[data-v-48169273]{width:80px;height:30px;background:#0e6fd7;border-radius:6px;border:none;color:#fff}.sld_chat_page .chat_zone .chat_wrap .chat_input .input_button[data-v-48169273]{display:flex;justify-content:flex-end;padding-right:23px}.sld_chat_page .chat_zone .chat_wrap .chat_input .input_button button[data-v-48169273]{display:flex;align-items:center;justify-content:center}.goods_model[data-v-48169273]{display:flex}.goods_model>img[data-v-48169273]{width:84px;height:84px;background:#707070;border-radius:6px}.goods_model .goods_info[data-v-48169273]{margin-left:10px;display:flex;flex-direction:column;justify-content:space-between;max-width:450px}.goods_model .goods_info .goods_info_title[data-v-48169273]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#333;line-height:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-right:10px}.goods_model .goods_info .goods_info_bottom[data-v-48169273]{display:flex;justify-content:flex-start}.goods_model .goods_info .goods_info_bottom span[data-v-48169273]:first-child{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#e2231a}.goods_model .goods_info .goods_info_bottom span[data-v-48169273]:nth-child(2){font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#e2231a}.transfer_list[data-v-48169273]{padding:11px 0 11px 11px;height:317px}.transfer_list .transfer_item[data-v-48169273]{display:flex;border-bottom:1px solid #f2f2f2;padding:12px 0;position:relative;height:70px;width:98%}.transfer_list .transfer_item img[data-v-48169273]{width:40px;height:40px}.transfer_list .transfer_item img[data-v-48169273]:nth-of-type(2){position:absolute;right:10px;top:22px;width:23px;height:22px}.transfer_list .transfer_item .text_con[data-v-48169273]{margin-left:10px;display:flex;flex-direction:column;justify-content:space-between}.transfer_list .transfer_item .text_con .service_name[data-v-48169273]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#333}.transfer_list .transfer_item .text_con .service_state[data-v-48169273]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#0e6fd7;margin-bottom:3px}.el-dialog__header[data-v-48169273]{background:#f3f3f4}.el-dialog__title[data-v-48169273]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#333}.empty_quick[data-v-48169273]{height:330px;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty_quick img[data-v-48169273]{width:87px;height:55px}.empty_quick p[data-v-48169273]{margin-top:11px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#999}.empty_trans[data-v-48169273]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:90%}.empty_trans p[data-v-48169273]{margin-top:11px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#999}.chat_item[data-v-48169273]{padding:15px 0}#image[data-v-48169273]{display:none}.copyBtnList[data-v-48169273]{display:flex;padding:0 50px}.copyBtnList .copyBtn[data-v-48169273]{width:20px;height:20px}.copyBtnList .replyBtn[data-v-48169273]{margin-left:5px;width:20px;height:20px}.copyBtnList .replyBtn svg[data-v-48169273]{width:100%;height:100%}.flexEnd[data-v-48169273]{justify-content:flex-end!important;padding:0 80px}.reply_content_box[data-v-48169273]{padding:2px 10px;display:flex;background:#eee;color:#999;align-items:center;justify-content:space-between}.reply_content_box .reply_content[data-v-48169273]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-height:50px}.reply_content_box .reply_delete_svg[data-v-48169273]{margin-right:20px;width:24px;height:24px}.reply_content_box .reply_delete_svg svg[data-v-48169273]{width:100%;height:100%}