.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: #FFA800;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 6px;
}

/******************store_tab_box*************/
.store_header_fluid {
  background: #FFA800;
  -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: rgb(235, 148, 0);
}

.store_tab_box .tab_list .tab_item a:hover {
  color: white;
  background: rgb(235, 148, 0);
}

.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: 200%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  z-index: 999;
}

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

.store_tab_box .store_categore_box .store_categore_item a:hover {
  background: #FFA800;
  color: white;
}