
.md-pro-11 {
  padding-bottom: 1rem;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.md-pro-11 .zone_nav {
  padding: 0.05rem 0;
}
.md-pro-11 .box {
  padding: 0.35rem 0;
}
.md-pro-11 .text {
  width: 50%;
}
.md-pro-11 .intro {
  line-height: calc(27 / 18 * 100%);
  padding-right: 0.4rem;
  margin-top: 0.11rem;
}
.md-pro-11 .btns {
  margin-top: 0.97rem;
}
.md-pro-11 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #e60012;
  padding: 0.22rem;
  margin-right: 0.2rem;
  box-shadow: 0 0 0 1px inset #e60012;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-pro-11 .aa:hover {
  background-color: #e60012;
  color: #fff;
}
.md-pro-11 .aa:hover .aic {
  filter: brightness(0) invert(1);
}
.md-pro-11 .aa .aic {
  margin-left: 0.2rem;
  height: 1em;
}
.md-pro-11 .aa1 {
  padding-left: 0.5rem;
  padding-right: 0.4rem;
}
.md-pro-11 .aa2 {
  padding-left: 0.33rem;
  padding-right: 0.33rem;
}
.md-pro-11 .imgs {
  width: 33.75%;
}
.md-pro-11 .img {
  position: relative;
  padding-top: 100%;
}
.md-pro-11 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .md-pro-11 {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
  }
  .md-pro-11 .imgs {
    width: 50%;
    margin: 0 auto;
  }
  .md-pro-11 .text {
    margin-top: 0.5rem;
  }
  .md-pro-11 .btns {
    margin-top: 0.5rem;
  }
  .md-pro-11 .text {
    width: 100%;
    order: 2;
  }
}

.md-pro-12 {
  padding-top: 0.85rem;
  padding-bottom: 1.06rem;
}
.md-pro-12 .pitem {
  margin-bottom: 0.74rem;
}
.md-pro-12 .pitem:last-child {
  margin-bottom: 0;
}
.md-pro-12 .intro {
  line-height: calc(38 / 18  );
  margin-top: 0.18rem;
}
.md-pro-12 .tab {
  margin-top: 0.35rem;
}
.md-pro-12 .tab table {
  width: 100%;
}
.md-pro-12 .tab table,
.md-pro-12 .tab th,
.md-pro-12 .tab td {
  border: none;
}
.md-pro-12 .tab tr:first-child {
  background-color: #e60012;
}
.md-pro-12 .tab tr:first-child td {
  color: #fff;
}
.md-pro-12 .tab tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.md-pro-12 .tab td {
  padding: 0.18rem 0.75rem;
  color: #666;
}
.md-pro-12 .tab td:nth-child(1) {
  width: 40%;
}
.md-pro-12 .tab td:nth-child(2) {
  width: 60%;
  color: #222;
}

.md-pro-13 {
  background-color: #f7f7f7;
  padding-top: 0.85rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.md-pro-13 .swiper {
  position: relative;
  width: calc(100% + 0.6rem);
  margin-left: -0.3rem;
  padding: 0.3rem;
  margin-top: 0.23rem;
  overflow: hidden;
}
.md-pro-13 .swiper-container {
  overflow: visible;
}
.md-pro-13 .sw {
  height: auto;
  min-height: 5.2rem;
  background-color: #fff;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.3s;
}
.md-pro-13 .sw::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  border: 1px solid #e60012;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.md-pro-13 .sw:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.md-pro-13 .sw:hover::before {
  opacity: 1;
}
.md-pro-13 .sw:hover .img img {
  transform: scale(1.05);
}
.md-pro-13 .sw:hover .name {
  opacity: 0;
}
.md-pro-13 .sw:hover .btn {
  top: 0.05rem;
  opacity: 1;
}
.md-pro-13 .img {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
}
.md-pro-13 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-pro-13 .text {
  margin-top: 0.42rem;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.md-pro-13 .name {
  font-weight: 400;
  line-height: calc(33 / 24 );
  height: 2.75em;
  transition: all 0.3s;
}
.md-pro-13 .btn {
  position: absolute;
  left: 50%;
  top: 0.05rem;
  top: 0.3rem;
  transform: translate(-50%);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #e60012;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.22rem;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  opacity: 0;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-pro-13 .bic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.16rem;
  filter: brightness(0) invert(1);
}
.md-pro-13 .sbtns {
  margin-top: 0.4rem;
}
.md-pro-13 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 2px inset #e60012;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13.3333333333% auto;
  cursor: pointer;
  margin: 0 0.1rem;
  z-index: 30;
  transition: all 0.3s;
}
.md-pro-13 .sbtn:hover {
  background-color: #e60012;
}
.md-pro-13 .prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.md-pro-13 .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.md-pro-13 .next {
  background-image: url(/static/home/images/icon-p21.png);
}
.md-pro-13 .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
@media screen and (min-width: 901px) {
  .md-pro-13 .sbtns {
    display: none !important;
  }
}
