/* pages/enterprise/enterprise_allgoods/enterprise_allgoods.wxss */

#enterprise_allgoods #header .header_title {
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 17px;
  box-sizing: border-box;
}

#enterprise_allgoods #header .header_title .title {
  width: 130px;
  height: 27px;
  margin: 0 auto;
  display: block;
}

#enterprise_allgoods #header .header_title .goback {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

#enterprise_allgoods #header .header_title .goback image {
  position: absolute;
  width: 32px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#enterprise_allgoods #header .header_title .share {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

#enterprise_allgoods #header .header_title .share image {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#enterprise_allgoods .tab_merch{
  position: fixed;
  z-index: 99;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  box-shadow:0px 0px 6px #ccc;
}

#enterprise_allgoods .tab_merch view{
  flex: 1;
  -webkit-flex: 1;
  line-height: 40px;
  text-align: center;
  position: relative;
}

#enterprise_allgoods .tab_merch .aft::after{
  position: absolute;
  content: '';
  width: 1px;
  height: 13px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background-color: #C0C0C0;
}

#enterprise_allgoods .tab_merch view text{
  font-size: 15px;
  display: inline-block;
  line-height: 15px;
  color: #585858;
}

#enterprise_allgoods .tab_merch view image{
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-left: 6px;
}

#enterprise_allgoods .tab_merch_select{
  position: fixed;
  top: 100px;
  z-index: 9999;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

#enterprise_allgoods .tab_merch_select .txt{
  line-height: 32px;
  padding: 0 3px;
  border-bottom: 1px solid #C9C9C9;
  font-size: 14px;
  color: #333;
}

#enterprise_allgoods .tab_merch_select .pull_btn{
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 15px 0 12px;
}

#enterprise_allgoods .select_active{
  display: block;
}

#enterprise_allgoods .goods .gd_list{
  padding:5px;
}
