
.md-pro-1 {
  padding-top: 0.7rem;
  padding-bottom: 0.35rem;
}
.md-pro-1 .form {
  border-radius: 0.2rem;
}
.md-pro-1 .fbox2 {
  display: none;
}
.md-pro-1 .fitem {
  align-items: center;
  padding: 0.1rem 0;
  box-shadow: 0px 1px 0px 0px #eef2f7;
}
.md-pro-1 .fle {
  width: 22.9166666667%;
  padding-left: 0.27rem;
  padding-right: 0.4rem;
}
.md-pro-1 .fri {
  width: 77.0833333333%;
}
.md-pro-1 .type {
  font-weight: bold;
}
.md-pro-1 .li {
  padding: 0.07rem 0;
  margin-right: 0.6rem;
  font-size: 0;
}
.md-pro-1 .li:last-child {
  margin-right: 0;
}
.md-pro-1 .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #666;
  cursor: pointer;
}
.md-pro-1 .lab.selected .ic {
  box-shadow: 0 0 0 1px inset #004ab5;
}
.md-pro-1 .lab.selected .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #004ab5;
  border-radius: 50%;
  transform: scale(0.5);
  transform-origin: center;
}
.md-pro-1 .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #bbb;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 0.1rem;
  position: relative;
}
.md-pro-1 .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.md-pro-1 .more {
  min-width: 1.7rem;
  background-color: #fff;
  padding: 0.14rem 0.23rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0.2rem 0.2rem;
  cursor: pointer;
  line-height: 1;
  color: #333;
}
.md-pro-1 .more.on .mic {
  transform: rotate(180deg);
}
.md-pro-1 .more .mic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(/static/home/images/a9.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.1rem;
  transition: all 0.3s;
}

.md-pro-1 .btns {
  margin-top: 0.3rem;
}
.md-pro-1 .reset {
  min-width: 1.6rem;
  height: 0.5rem;
  background-color: #eee;
  color: #004ab5;
  border: none;
  cursor: pointer;
  padding: 0 0.2rem;
}

@media screen and (max-width: 900px) {
  .md-pro-1 .fitem {
    flex-wrap: wrap;
  }
  .md-pro-1 .fle {
    width: 100%;
  }
  .md-pro-1 .fri {
    width: 100%;
    padding: 0.2rem 0.27rem;
  }
}

.md-pro-2 {
  padding-bottom: 1.2rem;
}

.pro-list {
  margin-bottom: 0.2rem;
}
.pro-list .li {
  width: calc(330 / 1440 * 100%);
  margin-right: calc(40 / 1440 * 100%);
  margin-bottom: 0.53rem;
  position: relative;
}
.pro-list .li:nth-child(4n) {
  margin-right: 0;
}
.pro-list .dd {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.pro-list .dd:hover .img img {
  transform: scale(1.05);
}
.pro-list .dd:hover .img::before {
  opacity: 1;
  transform: scale(1);
}
.pro-list .dd:hover .name {
  color: #004ab5;
}
.pro-list .img {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0.2rem;
}
.pro-list .img::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  border: 1px solid #004ab5;
  z-index: 3;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s;
}
.pro-list .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-list .text {
  width: 100%;
  padding-top: 0.26rem;
  position: relative;
  transition: all 0.3s;
}
.pro-list .name {
  font-weight: 400;
  color: #222;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .pro-list {
    justify-content: space-between;
  }
  .pro-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .cp_a {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.1rem;
  line-height: 1;
  border-radius: 50%;
  color: #333;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #c9dbe6;
}
.com-pag .cp_a:hover {
  box-shadow: 0 0 0 1px inset #004ab5;
}
.com-pag .cp_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #004ab5;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-size: 16.6666666667% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 26%;
  height: 26%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.com-pag .cp_btn:hover {
  background-color: #004ab5;
}
.com-pag .cp_prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
