.store_live_page .mall_header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.store_live_header_box {
  width: 100%;
  height: 100px;
  background: white;
}

.store_live_header_box .store_msg_box {
  height: 100px;
  position: relative;
}

.store_live_header_box .store_msg_box .inner_box {
  width: 100%;
}

.store_live_header_box .img_box {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;

  float: left;
  margin-right: 28px;
}

.store_live_header_box .img_box img {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.store_live_header_box .store_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 100px;
}

.store_live_header_box .contact_box {
  right: 0;
  text-align: right;
}

.store_live_header_box .contact_box a {
  border: none;
  background: #128ee9;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 6px;
}

/******************store_tab_box*************/
.store_header_fluid {
  background: #128ee9;
  -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.store_tab_box {
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.product_list {
  cursor: pointer;
}

.store_tab_box .tab_list,
.store_tab_box .tab_item {
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: -1px;
}

.store_tab_box .tab_list .tab_item a {
  display: block;
}

.store_tab_box .tab_list .tab_item .active {
  background: #046cc2;
}

.store_tab_box .tab_list .tab_item a:hover {
  color: white;
  background: #046cc2;
}

.store_tab_box .tab_list .search_box {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  line-height: 30px;
}

.store_tab_box .tab_list .search_box button {
  width: 41px;
  height: 25px;
  border: none;
  background: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.store_tab_box .tab_list .search_box input {
  border: none;
  outline: none;
  border-radius: 15px;
  color: #333;
  text-align: left;
  text-indent: 1em;
  font-size: 12px;
  width: 100%;
  background: #fff url(/public/images/mall/icon/search_icon.svg) 90% 50%/8%
    no-repeat;
}

.store_tab_box .store_categore_box {
  display: none;
  position: absolute;
  padding: 20px 5px;
  background: white;
  width: 250%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  z-index: 999;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  border-radius: 8px;
}

.store_tab_box .tab_item:hover .store_categore_box {
  display: block;
}

.store_tab_box .store_categore_box .store_categore_item {
  line-height: 30px;
}

.store_tab_box .store_categore_box .store_categore_item a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  color: #666;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
  font-weight: normal;
}

.store_tab_box .store_categore_box .store_categore_item a:hover {
  background: rgba(16, 142, 233, 0.1);
  color: #128ee9;
}

/* 小点样式 */
.store_cat_dot {
  width: 4px;
  height: 4px;
  background: #d1d5db;
  border-radius: 50%;
  flex-shrink: 0;
}

.store_tab_box .store_categore_box .store_categore_item a:hover .store_cat_dot {
  background: #128ee9;
}

.store_inbox_col {
  text-align: right;
  padding-top: 10px;
}

.store_inbox_box {
  display: inline-block;
  position: relative;
}

.store_inbox_btn {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-weight: bold;
  position: relative;
}

.store_inbox_dot {
  width: 8px;
  height: 8px;
  background: #ff3b30;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 6px;
}

.store_inbox_dropdown {
  width: 360px;
  position: absolute;
  top: 42px;
  right: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.store_inbox_dropdown_header {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
}

.store_inbox_list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 360px;
  overflow: auto;
}

.store_inbox_list li {
  padding: 10px 12px;
  border-bottom: 1px solid #f8f8f8;
  cursor: pointer;
}

.store_inbox_list li.unread {
  background: #eef6ff;
}

.store_inbox_list li .name {
  font-weight: bold;
  margin-bottom: 4px;
}

.store_inbox_list li .preview {
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

.store_inbox_dropdown_footer {
  padding: 10px 12px;
  text-align: center;
}

.store_message_history {
  margin-top: 18px;
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
}

.store_message_history_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.store_message_history_header .title {
  font-weight: bold;
}

.store_message_history_body {
  margin-top: 10px;
  background: #fafafa;
  border-radius: 8px;
  padding: 12px;
}

.store_message_history_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.store_message_history_list li {
  margin-bottom: 10px;
  overflow: hidden;
}

.store_message_history_list .msg {
  display: inline-block;
  max-width: 80%;
  padding: 10px 12px;
  border-radius: 8px;
  line-height: 18px;
  font-size: 12px;
  white-space: pre-wrap;
  word-break: break-word;
}

.store_message_history_list li.client {
  text-align: right;
}

.store_message_history_list li.client .msg {
  background: #128ee9;
  color: #fff;
}

.store_message_history_list li.supplier .msg {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
}

.store_message_history_more {
  text-align: center;
  margin-top: 10px;
}

.store_message_history_more button {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 6px 12px;
  border-radius: 6px;
}
