@charset "UTF-8";
/*
  样式规范表
*/
/* template:allow_loading_more start */
.allow_loading_more {
  height: 40px;
}
.allow_loading_more .allow_loading_icon {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  color: #1C1C1C;
}
.allow_loading_more .tip {
  color: #bbb;
  font-size: 12px;
}
.allow_loading_more .loading_more_icon {
  width: 23px;
  height: 23px;
}

/* template:allow_loading_more end */
/* template:loading start */
.common_loading {
  flex: 1;
}
.common_loading .loading_icon {
  width: 105px;
  height: 105px;
}

/* template:loading end */
/* template:no_more_data start */
.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;
  /* width: 375px; */
}

/* template:no_more_data end */
@charset "UTF-8";
/*
  样式规范表
*/
.sld_chatStoreList {
  width: 234px;
  background-color: #fff;
  border-right: 2px solid #f7f7f7;
  height: 100%;
}
.sld_chatStoreList .search {
  height: 50px;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
}
.sld_chatStoreList .search .search_wrap {
  width: 213px;
  height: 28px;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  border: 1px solid #f3f3f3;
  border-right: none;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.sld_chatStoreList .search:hover .el-icon-close {
  display: block;
}
.sld_chatStoreList .search i {
  margin-left: 5px;
  font-size: 15px;
  color: #999999;
}
.sld_chatStoreList .search i.el-icon-close {
  font-size: 17px;
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -9px;
  display: none;
}
.sld_chatStoreList .search input {
  width: 146px;
  height: 26px;
  outline: none;
  border: none;
  margin-left: 5px;
}
.sld_chatStoreList .search input::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.sld_chatStoreList .search input::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.sld_chatStoreList .search ::-webkit-input-placeholder {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.sld_chatStoreList .search {
  /* 使用webkit内核的浏览器 */
}
.sld_chatStoreList .search :-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.sld_chatStoreList .search {
  /* Firefox版本19+ */
}
.sld_chatStoreList .search :-ms-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.sld_chatStoreList .search {
  /* IE浏览器 */
}
.sld_chatStoreList .search button {
  width: 40px;
  height: 26px;
  background: #ff0000;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  border: none;
  color: #fff;
  font-size: 12px;
}
.sld_chatStoreList .chat_list {
  height: 100%;
}
.sld_chatStoreList .chat_list .chat_item {
  display: flex;
  align-items: center;
  /* width: 97%; */
  height: 50px;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  cursor: pointer;
}
.sld_chatStoreList .chat_list .chat_item img {
  margin-left: 12px;
  width: 30px;
  height: 30px;
}
.sld_chatStoreList .chat_list .chat_item .chat_item_name {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.sld_chatStoreList .chat_list .chat_item .delete_icon {
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
}
.sld_chatStoreList .chat_list .chat_item .close {
  display: none;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.sld_chatStoreList .chat_list .chat_item .close i {
  font-size: 16px;
  /* position: absolute;
                left: 2px;
                top: 2px; */
}
.sld_chatStoreList .chat_list .chat_item .nonBrowseMessgeCount {
  background-color: #1C1C1C;
  padding: 0 4px;
  border-radius: 12px;
  height: 16px;
  display: flex;
  align-items: center;
}
.sld_chatStoreList .chat_list .chat_item .nonBrowseMessgeCount span {
  display: block;
  color: #fff;
  transform: scale(0.9);
}
.sld_chatStoreList .chat_list .chat_item:hover {
  background: #f7f7f7;
}
.sld_chatStoreList .chat_list .chat_item:hover .close {
  display: flex;
  margin-left: 5px;
}
.sld_chatStoreList .chat_list .chosen {
  background-color: #f7f7f7;
}
.sld_chatStoreList .chat_list .chosen .chat_item_name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.sld_chatStoreList .chat_list .chosen {
  border-left: 2px solid #fc1c1c;
}
.empty_data_left {
  height: 300px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.empty_data_left img {
  width: 80px;
}
.empty_data_left p {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #d5d5d5;
}
.el-button--text,
.el-button--text:hover {
  color: #e2231a;
}
.el-button--primary,
.el-button--primary:hover {
  color: #fff;
  background-color: #e2231a;
  border-color: #e2231a;
}
@charset "UTF-8";
/*
  样式规范表
*/
.sld_chatRightList {
  height: 889px;
  width: 335px;
  border-left: 2px solid #f7f7f7;
}
.sld_chatRightList .header {
  width: 334px;
  height: 54px;
  background: #ffffff;
  display: flex;
  justify-content: space-around;
}
.sld_chatRightList .header .header_item {
  margin-top: 25px;
  width: 64px;
  height: 30px;
}
.sld_chatRightList .header .header_item p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.sld_chatRightList .header .header_item .bottom_line {
  margin-top: 6px;
  background: #fc1c1c;
  border-radius: 2px;
}
.sld_chatRightList .header .header_item .on {
  font-size: 16px;
  font-weight: bold;
  color: #1C1C1C;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item {
  padding: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .sld_hide:not(:nth-child(1)) {
  display: none;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .sld_show:not(:nth-child(1)) {
  display: flex;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .order_header {
  height: 37px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .order_header .order_info .orderSn {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .order_header .order_info .orderDate {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .order_con {
  margin-top: 20px;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .openMore {
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .openMore span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .openMore i {
  margin-left: 10px;
  font-size: 9px;
}
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .openMore:hover span,
.sld_chatRightList .list_wrap .orderOwn .orderOwn_item .openMore:hover i {
  color: #1C1C1C;
}
.sld_chatRightList .list_wrap .footPrint {
  padding-left: 20px;
}
.sld_chatRightList .list_wrap .footPrint .footPrint_item {
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #f5f5f5;
}
.sld_chatRightList .list_wrap .footPrint .footPrint_item .footPrint_con .price {
  color: #1C1C1C;
}
.sld_chatRightList .list_wrap .storeRecom .store_info {
  padding: 20px 20px 10px 20px;
}
.sld_chatRightList .list_wrap .storeRecom .store_info .store_name,
.sld_chatRightList .list_wrap .storeRecom .store_info .store_level,
.sld_chatRightList .list_wrap .storeRecom .store_info .store_contact {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 9px;
}
.sld_chatRightList .list_wrap .storeRecom .store_info .store_level {
  display: flex;
}
.sld_chatRightList .list_wrap .storeRecom .store_info span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.sld_chatRightList .list_wrap .storeRecom .div_line {
  width: 295px;
  height: 1px;
  background: #f3f3f3;
  margin: 0 auto;
}
.sld_chatRightList .list_wrap .storeRecom .store_score {
  padding: 20px;
}
.sld_chatRightList .list_wrap .storeRecom .store_score p:first-child {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
.sld_chatRightList .list_wrap .storeRecom .store_score p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 10px;
}
.sld_chatRightList .list_wrap .storeRecom .store_score p span {
  font-size: 14px;
  color: #333333;
}
.sld_chatRightList .list_wrap .storeRecom .store_score .highScore span {
  color: #1C1C1C;
}
.sld_chatRightList .list_wrap .storeRecom .recomList .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.sld_chatRightList .list_wrap .storeRecom .recomList .div_line_full {
  margin-top: 9px;
  height: 1px;
  background: #000000;
  opacity: 0.05;
}
.sld_chatRightList .list_wrap .storeRecom .recomList .recom_con {
  padding: 20px;
}
.sld_chatRightList .brief {
  display: flex;
}
.sld_chatRightList .brief img {
  width: 69px;
  height: 66px;
  border-radius: 6px;
}
.sld_chatRightList .brief .text_con {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.sld_chatRightList .brief .text_con p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sld_chatRightList .brief .text_con .bottom_con {
  display: flex;
  justify-content: space-between;
}
.sld_chatRightList .brief .text_con .bottom_con p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.sld_chatRightList .brief .text_con .bottom_con a {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: #1C1C1C;
}
.empty_data {
  height: 300px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty_data img {
  width: 80px;
}
.empty_data p {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #d5d5d5;
}
@charset "UTF-8";
/*
  样式规范表
*/
.empty_quick {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.empty_quick img {
  width: 123px;
  height: 77px;
}
.emoji_s {
  height: 200px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}
.emoji_s .emoji_item {
  padding: 0 5px;
}
.send-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 73px;
  padding: 0px 19px 0px 19px;
  background-color: #fff;
  color: #252525;
  font-size: 13px;
  word-break: break-all;
  white-space: normal;
  overflow-y: auto;
  outline: none;
}
.main_goods_item {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: 0px 2px 9px 1px rgba(86, 86, 86, 0.07);
  width: 420px;
  margin: 10px auto;
}
.main_goods_item .main_goods_con .price {
  color: #1C1C1C;
}
.main_goods_item .main_goods_con {
  display: flex;
}
.main_goods_item .main_goods_con img {
  width: 84px;
  height: 84px;
  border-radius: 6px;
}
.main_goods_item .main_goods_con .text_con {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.main_goods_item .main_goods_con .text_con p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main_goods_item .main_goods_con .text_con .bottom_con {
  display: flex;
  justify-content: space-between;
}
.main_goods_item .main_goods_con .text_con .bottom_con p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.main_goods_item .main_goods_con .text_con .bottom_con a {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: #1C1C1C;
}
.sld_chat {
  background: #565656;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.sld_chat .chat_wrap {
  width: 1210px;
  background: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
}
.sld_chat .chat_wrap .chat_top {
  display: flex;
}
.sld_chat .chat_wrap .chat_top .head_user {
  display: flex;
  width: 233px;
  height: 74px;
  background: linear-gradient(135deg, #fc1c1c 0%, #ff560b 100%);
  box-shadow: 0px 2px 24px 3px rgba(255, 80, 52, 0.1);
  border-top-left-radius: 6px;
  z-index: 0;
}
.sld_chat .chat_wrap .chat_top .head_user .user_avatar {
  display: flex;
  align-items: center;
  z-index: 99;
  margin-left: 10px;
  margin-right: 11px;
}
.sld_chat .chat_wrap .chat_top .head_user .user_avatar .img_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fffffd;
  border-radius: 50%;
}
.sld_chat .chat_wrap .chat_top .head_user .user_avatar img {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
}
.sld_chat .chat_wrap .chat_top .head_user .user_info {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sld_chat .chat_wrap .chat_top .head_user .user_info .user_name {
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.sld_chat .chat_wrap .chat_top .head_user .user_info .on_offLine {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}
.sld_chat .chat_wrap .chat_top .head_store {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  width: 977px;
}
.sld_chat .chat_wrap .chat_top .head_store img {
  margin-left: 21px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.sld_chat .chat_wrap .chat_top .head_store .store_title {
  margin-left: 9px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.sld_chat .chat_wrap .chat_below {
  display: flex;
}
.sld_chat .chat_wrap .chat_below .chat_zone {
  width: 640px;
  height: 100%;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window {
  height: 530px;
  background: #f7f7f7;
  padding-left: 15px;
  overflow: auto;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .time_line {
  margin: 12px auto;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  width: 149px;
  height: 22px;
  background: #eeeeee;
  border-radius: 11px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder > img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder > img.user_avatar {
  margin-left: 10px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right {
  margin-left: 10px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 5px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .content_text {
  display: inline-block;
  padding: 11px;
  box-shadow: 0px 2px 9px 1px rgba(86, 86, 86, 0.07);
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .order_type {
  max-width: 450px;
  background: #fff;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .order_type .goods_info {
  min-width: 300px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .order_type .goods_info .goods_info_title {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .order_type .order_title {
  display: flex;
  height: 20px;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 8px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .order_type .order_title .order_sn {
  font-size: 12px;
  color: #999999;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .order_type .order_title .order_sn i {
  font-style: normal;
  color: #666666;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .order_type .order_title .order_time {
  color: #999999;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .goods_type {
  min-width: 300px;
  background: #fff;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .image_type img {
  max-width: 200px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .image_type {
  min-height: 130px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .chat_ladder .content_right .text_type {
  max-width: 360px;
  word-break: break-all;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .merchant {
  justify-content: flex-start;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .merchant .content_text {
  background: #ffffff;
  border-bottom-left-radius: 7px;
  border-top-right-radius: 7px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .user {
  justify-content: flex-end;
  margin-right: 15px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .user p {
  text-align: right;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .user .text_type {
  color: #fff;
  background: linear-gradient(128deg, #ff3d31 0%, #fe5234 100%);
  border-bottom-right-radius: 7px;
  border-top-left-radius: 7px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_window .user .content_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sld_chat .chat_wrap .chat_below .chat_zone .empty_data_s {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F7F7F7;
}
.sld_chat .chat_wrap .chat_below .chat_zone .empty_data_s img {
  width: 80px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .empty_data_s p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #bbb;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_input .bar {
  padding: 16px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_input .bar a,
.sld_chat .chat_wrap .chat_below .chat_zone .chat_input .bar label {
  margin-right: 13px;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_input .bar #image {
  display: none;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_input .input_area textarea {
  max-height: 73px;
  outline: none;
  border: none;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_input .send {
  margin-top: 3px;
  display: flex;
  justify-content: flex-end;
}
.sld_chat .chat_wrap .chat_below .chat_zone .chat_input .send button {
  margin-right: 21px;
  width: 80px;
  height: 30px;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  transition: 0.2s all;
  color: #fff;
  background: linear-gradient(128deg, #ff3d31 0%, #fe5234 100%);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods_model {
  display: flex;
}
.goods_model > img {
  width: 84px;
  height: 84px;
  background: #707070;
  border-radius: 6px;
}
.goods_model .goods_info {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 300px;
}
.goods_model .goods_info .goods_info_title {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 10px;
  word-break: break-all;
}
.goods_model .goods_info .goods_info_bottom {
  display: flex;
  justify-content: space-between;
}
.goods_model .goods_info .goods_info_bottom span:first-child {
  font-size: 16px;
  font-weight: 400;
  color: #e2231a;
}
.goods_model .goods_info .goods_info_bottom span:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  color: #e2231a;
}
.pop_header {
  height: 38px;
  background: #f3f3f4;
  display: flex;
  justify-content: space-between;
}
.pop_header p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
}
.pop_header i {
  font-size: 16px;
  margin-right: 10px;
}
.pop_list {
  margin-top: 5px;
  height: 300px;
}
.pop_list .pop_item {
  margin-left: 10px;
  padding: 12px 0px;
  border-bottom: 1px solid #e7e7e7;
  width: 97%;
}
.pop_list .pop_item:hover {
  background: #f8f8f8;
}
