
.md-product-1.md18173 {
  padding-top: 0.74rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
  position: relative;
}

.md-product-1.md18173 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}

.md-product-1.md18173 .com-tit {
  position: relative;
  line-height: 1.25;
}

.md-product-1.md18173 .ct2 {
  color: #1260c1;
  margin-top: 0.07rem;
}

.md-product-1.md18173 .pro-list {
  margin-top: 0.54rem;
}

.pro-list.md18173 .li {
  width: calc(700 / 1440 * 100%);
  margin-bottom: 0.5rem;
}

.pro-list.md18173 .dd {
  background-color: #fff;
  position: relative;
  transition: 0.5s;
}

.pro-list.md18173 .dd::before {
  content: "";
  width: 100%;
  height: 0.05rem;
  background-color: #1260c1;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
  z-index: 3;
}

.pro-list.md18173 .dd:hover {
  box-shadow: 0 0 0.32rem 0 rgba(18, 96, 193, 0.19);
}

.pro-list.md18173 .dd:hover::before {
  transform: scaleX(1);
}

.pro-list.md18173 .dd:hover .img {
  transform: scale(1.1);
}

.pro-list.md18173 .dd:hover .btn {
  color: #fff;
  background-color: #1260c1;
  box-shadow: 0 0 0 1px inset #1260c1;
}

.pro-list.md18173 .text {
  width: calc(370 / 700 * 100%);
  padding: 0.53rem 0.55rem 0.4rem;
}

.pro-list.md18173 .c-pic {
  width: calc(330 / 700 * 100%);
}

.pro-list.md18173 .img {
  padding-top: calc(320 / 330 * 100%);
}

.pro-list.md18173 .number {
  color: #1260c1;
}

.pro-list.md18173 .title {
  margin-top: 0.05rem;
}

.pro-list.md18173 .intro {
  margin-top: 0.2rem;
}

.pro-list.md18173 .btn {
  line-height: 2.8125;
  display: inline-flex;
  padding: 0 0.38rem;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px inset #888;
  margin-top: 0.45rem;
  transition: 0.5s;
}

@media screen and (max-width: 900px) {
  .pro-list.md18173 .li {
    width: 48%;
    margin-bottom: 4%;
  }

  .pro-list.md18173 .c-pic {
    width: 100%;
    order: 1;
  }

  .pro-list.md18173 .text {
    width: 100%;
    order: 2;
    padding: 0.2rem;
  }
}

.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.46rem;
  height: 0.46rem;
  margin: 0 0.1rem;
  line-height: 1;
  color: #666;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px inset #e7eef1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.com-pag .cp_a:hover,
.com-pag .cp_a.on {
  color: #fff;
  background-color: #1260c1;
}

.com-pag .cp_num {
  transition: 0.3s;
}

.com-pag .cp_num:hover,
.com-pag .cp_num.on {
  background-color: #1260c1;
  color: #fff;
}

.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
  transition: all 0.5s;
}

.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}

.com-pag .cp_btn svg {
  width: 16%;
  height: 28%;
}

.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}

.com-pag .cp_btn:hover {
  background-color: #1260c1;
}

.com-pag .cp_btn:hover svg {
  fill: #fff;
}

.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 .cp_te {
  min-width: 6.25em;
}

.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 svg {
  width: 1em;
  height: 1em;
}

.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;
}

@media screen and (max-width: 900px) {
  .com-pag .cp_a {
    margin: 0.05rem;
  }

  .com-pag .cp_te {
    min-width: 4em;
  }
}
