.muzzle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.muzzle-where {
  width: 100%;
  background: #fff;
  padding: 5px;
}
.muzzle-where-item {
  width: 100%;
  background: #fff;
  display: flex;
  padding: 10px 0;
}
.muzzle-where-item-title {
  width: 8%;
  text-align: center;
}
.muzzle-where-item-li ul {
  display: flex;
  flex-wrap: wrap;
}
.muzzle-where-item-li ul li {
  margin: 0 5px 0 5px;
  cursor: pointer;
}
.muzzle-where-item-li ul li:hover {
  color: #ef3664;
}
.muzzle-where-item-li ul li.active {
  color: #ef3664;
}

.muzzle-item {
  min-height: 200px;
  width: calc(50% - 10px);
  cursor: pointer;
  background: #fff;
  margin-top: 8px;
  border-radius: 3px;
  background-repeat: no-repeat;
}

.muzzle-item-bk1 {
  background-image: url(/static/index/default/images/dkitem.png);
}
.muzzle-item-bk2 {
  background-image: url(/static/index/default/images/dkitem2.png);
}
.muzzle-header {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
}
.muzzle-header:hover {
  color: #ef3664;
}
.muzzle-heder-btn {
  padding: 5px;
  border-radius: 30px;
  background: #f84574;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
.muzzle-heder-btn-dis {
  padding: 5px;
  border-radius: 30px;
  background: #ccc;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
.muzzle-info {
  padding: 10px;
  font-size: 14px;
  color: #999;
}
.muzzle-img-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 3%;
  padding-right: 3%;
}
.muzzle-img-item {
  width: 25%;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.muzzle-img-item img {
  width: 90%;
  height: 80%;
  object-fit: cover;
  border: 1px solid #f5f5f5;
}
.muzzle-img-item:hover {
  border: 1px solid #f84574;
}
.muzzle-img-item p {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  opacity: 0.8;
  height: 20px;
  text-align: center;
  /* background: #f5f5f5; */
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  /* color: #F84574; */
}
.muzzle-img-item span {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  opacity: 0.8;
  height: 20px;
  text-align: center;
  color: #f84574;
}

.aggregation {
  min-height: 600px;
  overflow: auto;
}
.muzzle-info > p {
  width: 376px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.muzzle-where-item-title {
  width: 80px;
  padding-left: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.muzzle-where-item-li {
  width: calc(100% - 80px);
}

.banner {
  margin: 0 auto;
}

.muzzle-img-item {
  height: 163px !important;
  align-items: start;
}
.muzzle-img-item img {
  width: 133px !important;
  height: 133px !important;
}
.muzzle-img-item p {
  bottom: 6px !important;
}
.border-top {
  border-top: 1px solid #ccc;
}
.muzzle-item-bg-left {
  background-image: url("__INDEXIMG__/dkitem.png");
  background-repeat: no-repeat;
}
.muzzle-item-bg-right {
  background-image: url("__INDEXIMG__/dkitem2.png");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1600px) {
  .am-container,
  .footer,
  .nav-table {
    max-width: 117rem;
  }
}

@media only screen and (min-width: 1260px) {
  .am-container,
  .footer,
  .nav-table {
    max-width: 150rem;
  }
}
.muzzle-search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.muzzle-search-group {
  height: 40px;
  border: 0.1rem solid var(--color-main);
  width: 600px;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  border-radius: 5px;
}
#muzzle-search-input {
  padding: 0;
  padding-left: 10px;
  border: 0;
  box-shadow: none;
  width: 80%;
  height: 40px;
}
.muzzle-search-btn {
  width: 21%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-main);
  background: var(--color-main);
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .muzzle-item {
    width: 100% !important;
    min-height: 100px;
  }
  .muzzle-img-item {
    width: 25%;
    height: 144px !important;
    align-items: center;
  }
  .muzzle-img-item img {
    width: 80% !important;
    height: 60% !important;
  }
}
