.cate {
  width: 15%;
  min-height: 200px;
  background-color: #fff;
}
.cate-item {
  display: flex;
  flex-wrap: wrap;
}
.cate-item p {
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  color: #333;
  text-indent: 40px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.cate-item ul {
  width: 100%;
}
.cate-item ul li {
  width: 100%;
  height: 34px;
  display: block;
  line-height: 34px;
  text-indent: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
}
.cate-item ul .active {
  color: #ef3664;
}

.muzzle {
  width: 84%;
  min-height: 200px;
  min-width: 1260px;
  background-color: #fff;
  padding: 10px;
}
.muzzle-header {
  margin: 10px 0 10px 0;
}
.muzzle-table {
  width: 100%;
}
.muzzle-table th {
  height: 30px;
  color: #6c6c6c;
  background: #f5f5f5;
  text-align: center;
}
.muzzle-table .rank-tab-num {
  height: 30px;
  width: 120px;
}
.muzzle-table .rank-tab-stall {
  height: 30px;
  width: 380px;
}
.muzzle-table .rank-tab-pic {
  height: 30px;
  width: 350px;
}
.muzzle-table-num {
  width: 100%;
  font-size: 32px;
  line-height: 150px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.muzzle-table-shop {
  margin: 10px 0 0 0;
  position: relative;
}
.muzzle-table-shop_name {
  font-size: 20px;
  color: #333;
}
.muzzle-table-address {
  font-size: 15px;
  color: #999;
  margin: 12px 0 8px;
}
.muzzle-table-order_num {
  font-size: 12px;
  margin-right: 20px;
  color: #333;
}
.muzzle-table-btn {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
  width: 200px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.muzzle-table-btn{
    display: none;
}
.muzzle-table-pic {
  width: 100%;
  padding: 10px 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.muzzle-table-pic div {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
.muzzle-table-pic div:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.muzzle-table-pic img {
  max-width: 110px;
  max-height: 110px;
}

@media screen and (max-width: 1200px) {
    .cate {
        display: none;
    }
    .muzzle{
        min-width: 100%;
        overflow: hidden;
    }
    .muzzle-table thead tr th:nth-child(3) {
        display: none;
    }
    .muzzle-table tbody tr td:nth-child(3) {
        display: none;
    }
}
