.muzzle {
}

.muzzle-tz {
  width: 100%;
  height: 20px;
  background: #fff;
}

.muzzle-bk {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 250px);
}
.muzzle-bk-item {
  background: #fff;
  /* width: 19%; */
  width: 238px !important;
  margin-top: 8px;
  border: 1px solid #f7f7f7;
  margin-right: 15px;
  cursor: pointer;
}
.muzzle-bk-item-hover {
  border: 1px solid #fb658a;
}
.muzzle-bk-img-item {
  width: 100%;
  height: 230px;
  background: #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.muzzle-bk-img-item-button {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(251, 101, 138, 0.95);
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
  z-index: 99999999999;
}
.muzzle-bk-img-item img {
  height: 100%;
  object-fit: cover;
}

.muzzle-bk-info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.muzzle-bk-info-item-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
.muzzle-bk-info-item-price-p {
  color: #ef3664;
  font-size: 2rem;
}
.muzzle-bk-info-item-price-c {
  color: #6c6c6c;
  font-size: 1.2rem;
}
.muzzle-bk-info-item-title {
  font-size: 1.2rem;
  cursor: pointer;
}
.muzzle-bk-info-item-title:hover {
  font-size: 1.2rem;
  color: #ef3664;
}
.muzzle-bk-info-item-sco {
  width: 100%;
  display: flex;
  font-size: 1.2rem;
  justify-content: space-between;
  align-items: center;
  color: #6c6c6c;
}

.aggregation {
  min-height: 600px;
  overflow: auto;
}

.muzzle-left {
  width: 250px;
}

.shop-info {
  padding-top: 54px;
  position: relative;
  border: 1px solid #fdd897;
  width: 218px;
}

.factory-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 218px;
  height: 338px;
  background: url("../images/factory-shop-bg.png") no-repeat 50%;
  background-size: 219px 342px;
  z-index: -1;
}

.shop-content {
  padding: 0 10px;
}

.shop-content h2.shop-name {
  line-height: 16px;
  color: #333;
  font-size: 20px;
  padding-right: 15px;
  margin-bottom: 10px;
}

.shop-content-item {
  display: flex;
  margin-bottom: 5px;
  color: #6c6c6c;
}

.shop-content-item > div {
  font-size: 16px;
}

.shop-content-item .shop-content-left {
  width: 60px;
}

.shop-content-item .shop-content-right {
  width: calc(100% - 40px);
}

.shop-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  margin: 0 0 0 5px;
  color: #fff !important;
  font-size: 16px;
  border: 1px #e22c08 solid;
  background: #e22c08;
  vertical-align: middle;
  border-radius: 5px;
}

.shop-btn:hover {
  color: #fff !important;
}

.tuijian-list-item {
  margin-bottom: 10px;
  width: 218px;
  border: 1px solid #f5f5f5;
  background: #fff;
}

.tuijian h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tuijian-img {
  width: 100%;
  height: 221px;
}

.tuijian-content {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}

.tuijian-price {
  font-weight: 800;
  color: #e22c08;
}

.muzzle-bk-item {
  height: 350px;
}

.search-map {
  width: 100%;
  background: #fff;
  padding: 10px 0;
}
.search-map-item {
  display: flex;
}
.search-map-item-left {
  width: 150px;
  font-weight: bold;
  text-align: center !important;
  line-height: 3.6rem !important;
}
.search-map-item-right {
  width: calc(100% - 150px);
}

.search-map-item-right ul {
  flex-wrap: wrap;
}

.search-map-item-right ul > li {
  text-align: center;
  line-height: 3.6rem;
  height: 3.6rem;
  width: 12.4rem;
  white-space: nowrap;
  overflow: hidden;
}
/*.search-map-item-right ul > li > a{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: block;*/
/*}*/

.search-map-item-right ul .active {
  font-weight: bold !important;
  border: 1px solid #e22c08 !important;
}
.search-map-item-right ul .active a {
  color: #e22c08 !important;
}

.riqi {
  width: auto !important;
  align-items: center;
  overflow: visible !important;
}

.Wdate {
  border-width: 0.1rem;
  width: 200px !important;
}

.btn {
  background: #e22c08;
  border: 1px solid #e22c08;
  color: #fff;
  padding: 0 10px;
  height: 24px;
}
.search-input {
  overflow: hidden;
  border: 1px solid #ddd;
  padding-left: 10px;
  height: 24px;
  background-color: #fff;
}

.search-nav {
  margin-top: 1rem;
}

.sort-nav {
  height: 40px;
  display: flex;
}
.sort-nav li {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.sort-nav li.active a {
  color: #e22c08;
}

.muzzle-bk-img-item-button span {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .muzzle-left {
    display: none;
  }

  .muzzle-bk {
    width: 100%;
  }

  .muzzle-bk-item {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .riqi {
    flex-wrap: wrap;
  }
  .search-map {
    padding: 42px 0;
  }

  .search-map-item {
  }
  .search-map-item-left {
    width: 80px;
  }
  .search-map-item-right {
    width: calc(100% - 50px);
  }
}
