
.md-product-1.md25115 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f4f8fb;
}
.md-product-1.md25115 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-product-1.md25115 .box-left {
  width: 21.25%;
}
.md-product-1.md25115 .box-right {
  width: 75%;
}
@media screen and (max-width: 900px) {
  .md-product-1.md25115 .box-left {
    width: 100%;
  }
  .md-product-1.md25115 .box-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.md-product-1.md25115 .list {
  margin-bottom: 0.3rem;
}
.md-product-1.md25115 .list .li {
  width: calc(380 / 1200 * 100%);
  margin-right: calc(30 / 1200 * 100%);
}
.md-product-1.md25115 .list .li:nth-child(3n) {
  margin-right: 0;
}
.md-product-1.md25115 .list .li {
  margin-bottom: 0.3rem;
}
.md-product-1.md25115 .list .dd {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 0.2rem 0.5rem 0.5rem;
}
.md-product-1.md25115 .list .dd:hover .img {
  transform: scale(1.1);
}
.md-product-1.md25115 .list .dd:hover .bor-1::before {
  transform: scale(1);
}
.md-product-1.md25115 .list .dd:hover .bor-1::after {
  transform: scale(1);
}
.md-product-1.md25115 .list .dd:hover .bor-2::before {
  transform: scale(1);
}
.md-product-1.md25115 .list .dd:hover .bor-2::after {
  transform: scale(1);
}
.md-product-1.md25115 .list .dd:hover .title {
  color: var(--active);
}
.md-product-1.md25115 .list .bor {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.md-product-1.md25115 .list .bor::before, .md-product-1.md25115 .list .bor::after {
  transition: 0.5s linear;
}
.md-product-1.md25115 .list .bor-1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--active);
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left top;
}
.md-product-1.md25115 .list .bor-1::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--active);
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: left top;
}
.md-product-1.md25115 .list .bor-2::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--active);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.md-product-1.md25115 .list .bor-2::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--active);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom right;
}
.md-product-1.md25115 .list .c-pic {
  padding: 0.4rem;
}
.md-product-1.md25115 .list .img {
  padding-top: 100%;
}
.md-product-1.md25115 .list .text {
  padding-top: 0.3rem;
}
.md-product-1.md25115 .list .title {
  transition: 0.5s;
}
.md-product-1.md25115 .list .intro {
  line-height: 1.5;
  margin-top: 0.12rem;
}
@media screen and (max-width: 900px) {
  .md-product-1.md25115 .list {
    justify-content: space-between;
  }
  .md-product-1.md25115 .list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md-product-1.md25115 .list .dd {
    padding: 0.2rem;
  }
}

.pro-nav {
  position: sticky;
  top: 1.8rem;
}
.pro-nav .li1 {
  margin-bottom: 2px;
  background-color: #fff;
}
.pro-nav .li1.show .nt1 {
  background-color: var(--active);
}
.pro-nav .li1.show .a1 {
  color: #fff;
}
.pro-nav .li1.show .ic {
  filter: brightness(0) invert(1);
}
.pro-nav .li1.show .ic::after {
  opacity: 0;
}
.pro-nav .dt {
  position: relative;
  padding: 0.21rem 0.3rem;
  cursor: pointer;
}
.pro-nav .ic {
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.3rem;
  transition: all 0.3s;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.pro-nav .a1 {
  display: inline-block;
}
.pro-nav .active .dt {
  color: #fff;
  background-color: var(--active);
}
.pro-nav .active .dt .ic {
  filter: brightness(0) invert(1);
}
.pro-nav .active .dt .ic::before {
  display: none;
}
.pro-nav .bd {
  display: none;
}
.pro-nav .ul2 {
  padding: 0.25rem 0.3rem;
}
.pro-nav .li2 {
  margin-bottom: 0.22rem;
}
.pro-nav .li2:last-child {
  margin-bottom: 0;
}
.pro-nav .a2 {
  display: block;
  color: #666;
  transition: all 0.3s;
  position: relative;
}
.pro-nav .a2:hover, .pro-nav .a2.on {
  color: var(--active);
}
@media screen and (max-width: 500px) {
  .pro-nav .ul1 .ul2 {
    display: flex;
    flex-wrap: wrap;
  }
  .pro-nav .ul1 .li2 {
    width: 50%;
  }
}

.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(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_a {
  width: 0.54rem;
  height: 0.54rem;
  margin: 0 0.1rem;
  line-height: 1;
  border-radius: 50%;
  background-color: #fff;
  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: var(--active);
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #fff;
  color: var(--theme);
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
}
.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.6666666667%;
  height: 29.1666666667%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: var(--theme);
}
.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(../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;
  }
}
