
.md17651.md-product-page {
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.md17651.md-product-page .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md17651.md-product-page .box-left {
  width: calc( 310 / 1400 * 100%);
}
.md17651.md-product-page .box-right {
  width: calc( 1050 / 1400 * 100%);
}
.md17651.md-product-page .category {
  position: relative;
  z-index: 101;
}
.md17651.md-product-page .category .tit {
  background-color: #222434;
  color: #ffc000;
  padding: 0.27rem 0.3rem 0.2rem;
}
.md17651.md-product-page .category .li1 {
  margin-bottom: 1px;
}
.md17651.md-product-page .category .dt {
  position: relative;
}
.md17651.md-product-page .category .dt i {
  width: 1em;
  height: 1em;
  background-image: url(../images/a5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  transform-origin: center;
  transition: 0.3s;
}
.md17651.md-product-page .category .dt .ic1 {
  right: 0.3rem;
}
.md17651.md-product-page .category .show i {
  transform: rotate(180deg);
}
.md17651.md-product-page .category .dt1 {
  background-color: #f4f4f5;
  padding: 0 0.3rem;
}
.md17651.md-product-page .category .a1 {
  display: inline-block;
  padding: 0.12rem 0;
}
.md17651.md-product-page .category .ul2 {
  display: none;
  padding: 0 0.3rem;
}
.md17651.md-product-page .category .li2 {
  border-bottom: 1px solid #efeff5;
}
.md17651.md-product-page .category .a2 {
  display: inline-block;
  padding: 0.12rem 0;
}
.md17651.md-product-page .category .ul3 {
  display: none;
}
.md17651.md-product-page .category .a3 {
  display: block;
  padding: 0.2em 0;
  opacity: 0.5;
}
.md17651.md-product-page .category .a3:hover {
  opacity: 1;
}
.md17651.md-product-page .Inquiry {
  margin-top: 0.54rem;
}
.md17651.md-product-page .Inquiry .fbox {
  margin-top: 0.1rem;
}
.md17651.md-product-page .Inquiry .fitem {
  margin-bottom: 0.1rem;
}
.md17651.md-product-page .Inquiry .ip {
  width: 100%;
  height: calc( 42em / 14);
  border: solid 1px #dcdce2;
  padding: 0 0.1rem;
}
.md17651.md-product-page .Inquiry .ta {
  display: block;
  width: 100%;
  height: 1rem;
  border: solid 1px #dcdce2;
  padding: 0.1rem;
}
.md17651.md-product-page .Inquiry .yzm {
  height: calc( 42em / 14);
  border: solid 1px #dcdce2;
  flex-shrink: 0;
  margin-left: 0.5em;
}
.md17651.md-product-page .Inquiry .submit {
  display: block;
  width: 100%;
  height: calc( 42em / 14);
  color: #222434;
  background-color: #ffc000;
  border: none;
  cursor: pointer;
}
.md17651.md-product-page .cate-mbtn {
  background-color: #222434;
  color: #ffc000;
  padding: 0.27rem 0.3rem 0.2rem;
  cursor: pointer;
}
.md17651.md-product-page .cate-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
  display: none;
}
@media screen and (min-width: 901px) {
  .md17651.md-product-page .cate-mbtn {
    display: none;
  }
  .md17651.md-product-page .cate-mask {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .md17651.md-product-page .box-left {
    width: 100%;
  }
  .md17651.md-product-page .box-right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .md17651.md-product-page .Inquiry {
    display: none;
  }
  .md17651.md-product-page .category {
    width: 8rem;
    max-width: 80%;
    height: 100%;
    position: fixed;
    left: -100vw;
    top: 0;
    background-color: #fff;
    padding: 0.3rem;
    transition: 0.5s;
  }
  .md17651.md-product-page .category.m_show {
    left: 0;
  }
  .md17651.md-product-page .category .ul1 {
    max-height: calc(100vh - 1.2rem);
    overflow-y: auto;
  }
}

.md17651.md-product-1 .search {
  gap: 0.05rem;
  margin-top: 0.27rem;
}
.md17651.md-product-1 .fitem {
  flex-grow: 1;
}
.md17651.md-product-1 .my-select {
  width: 100%;
  position: relative;
  padding: 0 0.2rem;
  color: #666;
  box-shadow: 0 0 0 1px inset #d7d7de;
  background-color: #fff;
}
.md17651.md-product-1 .my-select::before {
  content: "";
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 0.27rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.md17651.md-product-1 .my-select .cur {
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md17651.md-product-1 .my-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.md17651.md-product-1 .submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffc000;
  border: none;
  padding: 0 0.4rem;
  cursor: pointer;
}
.md17651.md-product-1 .submit i {
  width: 1em;
  height: 1em;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
@media screen and (max-width: 900px) {
  .md17651.md-product-1 .search {
    flex-wrap: wrap;
  }
  .md17651.md-product-1 .fitem {
    width: 100%;
  }
  .md17651.md-product-1 .submit {
    width: 100%;
    height: 3em;
  }
}
.md17651.md-product-1 .list {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.md17651.md-product-1 .li {
  width: calc( 335 / 1045 * 100%);
  margin-right: calc( 20 / 1045 * 100%);
  margin-bottom: 0.2rem;
}
.md17651.md-product-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md17651.md-product-1 .dd {
  display: block;
  outline: 1px solid #e8e8f4;
  transition: 0.5s;
}
.md17651.md-product-1 .dd:hover {
  box-shadow: 8px 6px 0.3rem 0px rgba(216, 216, 232, 0.4);
}
.md17651.md-product-1 .dd:hover .img {
  transform: scale(1.1);
}
.md17651.md-product-1 .dd:hover .title {
  color: #ffc000;
}
.md17651.md-product-1 .dd .top {
  display: block;
  padding: 0.2rem 0.45rem;
}
.md17651.md-product-1 .dd .img {
  padding-top: calc( 140 / 260 * 100%);
}
.md17651.md-product-1 .dd .title {
  transition: 0.5s;
}
.md17651.md-product-1 .dd .intro {
  color: #81838e;
  line-height: calc( 20 / 14);
  height: calc( 20em / 14 * 2);
}
.md17651.md-product-1 .dd .icon {
  width: 1em;
  height: 1em;
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  margin-top: 0.24rem;
}
.md17651.md-product-1 .dd .bot {
  background-color: #f4f4f5;
  position: relative;
  border-top: 1px solid #e8e8f4;
}
.md17651.md-product-1 .dd .bot img {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.md17651.md-product-1 .dd .bte {
  line-height: 3;
  display: block;
}
.md17651.md-product-1 .dd .icon-email {
  width: 3em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.md17651.md-product-1 .dd .icon-cart {
  width: 3em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 0 0 0 inset #e8e8f4;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .md17651.md-product-1 .list {
    justify-content: space-between;
  }
  .md17651.md-product-1 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md17651.md-product-1 .li {
    width: 100%;
  }
}

.md17651.md-product-11 {
  padding-bottom: 0.4rem;
  position: relative;
}
.md17651.md-product-11 .h1 {
  line-height: 1.25;
}
.md17651.md-product-11 .swipers {
  width: calc( 590 / 1050 * 100%);
}
.md17651.md-product-11 .swiper1 {
  width: calc( 460 / 590 * 100%);
  border: solid 1px #e8e8f4;
}
.md17651.md-product-11 .swiper2 {
  width: calc( 120 / 590 * 100%);
  position: relative;
  padding: 0.35rem 0;
}
.md17651.md-product-11 .swiper2 .swiper-container {
  height: 3.9rem;
}
.md17651.md-product-11 .img {
  padding-top: 100%;
}
.md17651.md-product-11 .sw2 {
  height: auto;
  margin-bottom: 0.15rem;
  cursor: pointer;
}
.md17651.md-product-11 .sw2::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px inset #e8e8f4;
  z-index: 5;
}
.md17651.md-product-11 .thumb-active::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border: 1px solid #ffc000;
  pointer-events: none;
  z-index: 3;
}
.md17651.md-product-11 .text {
  width: calc( 370 / 1050 * 100%);
  padding-top: 0.1rem;
}
.md17651.md-product-11 .intro {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.md17651.md-product-11 .numbers span {
  margin-right: 0.1rem;
}
.md17651.md-product-11 .numbers .nbtn {
  width: 1.875em;
  height: 1.875em;
  box-shadow: 0 0 0 1px inset #e8e8f4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc( 11 / 30 * 100%) auto;
  cursor: pointer;
}
.md17651.md-product-11 .numbers .ip {
  width: 3.125em;
  height: 1.875em;
  text-align: center;
  border: solid 1px #e8e8f4;
  margin: 0 0.25em;
}
.md17651.md-product-11 .numbers .reduce {
  background-image: url(../images/a13.png);
}
.md17651.md-product-11 .numbers .add {
  background-image: url(../images/a14.png);
}
.md17651.md-product-11 .sbtn {
  width: 1em;
  height: 1em;
  position: absolute;
  left: calc(50% - 0.5em);
  box-shadow: 0 0 0 1px inset #e8e8f4;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.md17651.md-product-11 .sbtn:hover {
  background-color: #ffc000;
}
.md17651.md-product-11 .prev {
  top: 0;
  background-image: url(../images/b5.png);
}
.md17651.md-product-11 .prev:hover {
  background-image: url(../images/b7.png);
}
.md17651.md-product-11 .next {
  bottom: 0;
  background-image: url(../images/b6.png);
}
.md17651.md-product-11 .next:hover {
  background-image: url(../images/b8.png);
}
.md17651.md-product-11 .btns {
  gap: 0.12rem;
  margin-top: 0.38rem;
}
.md17651.md-product-11 .btn {
  height: calc( 42em / 14 );
}
.md17651.md-product-11 .btn1 {
  color: #222434;
  background-color: #ffc000;
  padding: 0 0.42rem;
  display: inline-flex;
  align-items: center;
}
.md17651.md-product-11 .btn2 {
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  background-color: #222434;
  color: #ffc000;
}
.md17651.md-product-11 .btn2 i {
  width: calc( 19em / 14  );
  height: calc( 19em / 14  );
  background-image: url(../images/i13.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
.md17651.md-product-11 .box-2 {
  margin-top: 0.3rem;
}
.md17651.md-product-11 .brand {
  background-color: #f4f4f5;
  padding: 0.05rem;
  padding-bottom: 0;
}
.md17651.md-product-11 .brand .sp {
  display: inline-block;
  padding: 0.12rem 0.36rem 0.08rem;
  background-color: #fff;
}
.md17651.md-product-11 .content {
  line-height: 1.75;
  margin-top: 0.2rem;
}
.md17651.md-product-11 .pags {
  margin-top: 0.4rem;
}
.md17651.md-product-11 .pa {
  width: calc( 513 / 1045 * 100%);
  text-align: center;
  padding: 0.12rem;
  background-color: #ffffff;
  border: solid 1px #e8e8f4;
  transition: 0.5s;
}
.md17651.md-product-11 .pa:hover {
  background-color: #ffc000;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .md17651.md-product-11 .text {
    width: 100%;
    order: 2;
    margin-top: 0.4rem;
  }
  .md17651.md-product-11 .swipers {
    width: 100%;
    order: 1;
  }
  .md17651.md-product-11 .box-2 {
    margin-top: 0.5rem;
  }
  .md17651.md-product-11 .pa {
    width: 100%;
    margin: 0.1rem 0;
  }
}

.md17651.md-product-12 {
  padding-top: 0.4rem;
  padding-bottom: 0.9rem;
  position: relative;
}
.md17651.md-product-12 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md17651.md-product-12 .swiper {
  margin-top: 0.2rem;
  position: relative;
}
.md17651.md-product-12 .sw {
  height: auto;
  border: 1px solid #e8e8f4;
  transition: 0.5s;
}
.md17651.md-product-12 .sw:hover {
  box-shadow: 8px 6px 0.3rem 0px rgba(216, 216, 232, 0.4);
}
.md17651.md-product-12 .sw:hover .img {
  transform: scale(1.1);
}
.md17651.md-product-12 .sw:hover .title {
  color: #ffc000;
}
.md17651.md-product-12 .top {
  display: block;
  padding: 0.2rem 0.45rem;
}
.md17651.md-product-12 .img {
  padding-top: calc( 140 / 260 * 100%);
}
.md17651.md-product-12 .title {
  transition: 0.5s;
}
.md17651.md-product-12 .intro {
  color: #81838e;
  line-height: calc( 20 / 14);
  height: calc( 20em / 14 * 2);
}
.md17651.md-product-12 .icon {
  width: 1em;
  height: 1em;
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  margin-top: 0.24rem;
}
.md17651.md-product-12 .bot {
  background-color: #f4f4f5;
  position: relative;
  border-top: 1px solid #e8e8f4;
}
.md17651.md-product-12 .bot img {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.md17651.md-product-12 .bte {
  line-height: 3;
  display: block;
}
.md17651.md-product-12 .icon-email {
  width: 3em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.md17651.md-product-12 .icon-cart {
  width: 3em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 0 0 0 inset #e8e8f4;
  z-index: 3;
}
.md17651.md-product-12 .sbtn {
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #e8e8f4;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  cursor: pointer;
}
.md17651.md-product-12 .sbtn:hover {
  background-color: #ffc000;
}
.md17651.md-product-12 .sbtn i {
  width: 10%;
  height: 16%;
  background-size: contain;
  background-position: center;
}
.md17651.md-product-12 .prev i {
  background-image: url(../images/a1.png);
}
.md17651.md-product-12 .next i {
  background-image: url(../images/a2.png);
}
@media screen and (min-width: 901px) {
  .md17651.md-product-12 .prev {
    right: calc(100% + 0.2rem);
  }
  .md17651.md-product-12 .next {
    left: calc(100% + 0.2rem);
  }
}
@media screen and (max-width: 900px) {
  .md17651.md-product-12 .top {
    padding: 0.2rem;
  }
}
