
.md17650.md-product-page {
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.md17650.md-product-page .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md17650.md-product-page .box-left {
  width: calc( 310 / 1400 * 100%);
}
.md17650.md-product-page .box-right {
  width: calc( 1050 / 1400 * 100%);
}
.md17650.md-product-page .category {
  position: relative;
  z-index: 101;
}
.md17650.md-product-page .category .tit {
  background-color: #222434;
  color: #ffc000;
  padding: 0.27rem 0.3rem 0.2rem;
}
.md17650.md-product-page .category .li1 {
  margin-bottom: 1px;
}
.md17650.md-product-page .category .dt {
  position: relative;
}
.md17650.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;
}
.md17650.md-product-page .category .dt .ic1 {
  right: 0.3rem;
}
.md17650.md-product-page .category .show i {
  transform: rotate(180deg);
}
.md17650.md-product-page .category .dt1 {
  background-color: #f4f4f5;
  padding: 0 0.3rem;
}
.md17650.md-product-page .category .a1 {
  display: inline-block;
  padding: 0.12rem 0;
}
.md17650.md-product-page .category .ul2 {
  display: none;
  padding: 0 0.3rem;
}
.md17650.md-product-page .category .li2 {
  border-bottom: 1px solid #efeff5;
}
.md17650.md-product-page .category .a2 {
  display: inline-block;
  padding: 0.12rem 0;
}
.md17650.md-product-page .category .ul3 {
  display: none;
}
.md17650.md-product-page .category .a3 {
  display: block;
  padding: 0.2em 0;
  opacity: 0.5;
}
.md17650.md-product-page .category .a3:hover {
  opacity: 1;
}
.md17650.md-product-page .Inquiry {
  margin-top: 0.54rem;
}
.md17650.md-product-page .Inquiry .fbox {
  margin-top: 0.1rem;
}
.md17650.md-product-page .Inquiry .fitem {
  margin-bottom: 0.1rem;
}
.md17650.md-product-page .Inquiry .ip {
  width: 100%;
  height: calc( 42em / 14);
  border: solid 1px #dcdce2;
  padding: 0 0.1rem;
}
.md17650.md-product-page .Inquiry .ta {
  display: block;
  width: 100%;
  height: 1rem;
  border: solid 1px #dcdce2;
  padding: 0.1rem;
}
.md17650.md-product-page .Inquiry .yzm {
  height: calc( 42em / 14);
  border: solid 1px #dcdce2;
  flex-shrink: 0;
  margin-left: 0.5em;
}
.md17650.md-product-page .Inquiry .submit {
  display: block;
  width: 100%;
  height: calc( 42em / 14);
  color: #222434;
  background-color: #ffc000;
  border: none;
  cursor: pointer;
}
.md17650.md-product-page .cate-mbtn {
  background-color: #222434;
  color: #ffc000;
  padding: 0.27rem 0.3rem 0.2rem;
  cursor: pointer;
}
.md17650.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) {
  .md17650.md-product-page .cate-mbtn {
    display: none;
  }
  .md17650.md-product-page .cate-mask {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .md17650.md-product-page .box-left {
    width: 100%;
  }
  .md17650.md-product-page .box-right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .md17650.md-product-page .Inquiry {
    display: none;
  }
  .md17650.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;
  }
  .md17650.md-product-page .category.m_show {
    left: 0;
  }
  .md17650.md-product-page .category .ul1 {
    max-height: calc(100vh - 1.2rem);
    overflow-y: auto;
  }
}

.md17650.md-product-1 .search {
  gap: 0.05rem;
  margin-top: 0.27rem;
}
.md17650.md-product-1 .fitem {
  flex-grow: 1;
}
.md17650.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;
}
.md17650.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;
}
.md17650.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;
}
.md17650.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);
}
.md17650.md-product-1 .submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffc000;
  border: none;
  padding: 0 0.4rem;
  cursor: pointer;
}
.md17650.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) {
  .md17650.md-product-1 .search {
    flex-wrap: wrap;
  }
  .md17650.md-product-1 .fitem {
    width: 100%;
  }
  .md17650.md-product-1 .submit {
    width: 100%;
    height: 3em;
  }
}
.md17650.md-product-1 .list {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.md17650.md-product-1 .li {
  width: calc( 335 / 1045 * 100%);
  margin-right: calc( 20 / 1045 * 100%);
  margin-bottom: 0.2rem;
}
.md17650.md-product-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md17650.md-product-1 .dd {
  display: block;
  outline: 1px solid #e8e8f4;
  transition: 0.5s;
}
.md17650.md-product-1 .dd:hover {
  box-shadow: 8px 6px 0.3rem 0px rgba(216, 216, 232, 0.4);
}
.md17650.md-product-1 .dd:hover .img {
  transform: scale(1.1);
}
.md17650.md-product-1 .dd:hover .title {
  color: #ffc000;
}
.md17650.md-product-1 .dd .top {
  display: block;
  padding: 0.2rem 0.45rem;
}
.md17650.md-product-1 .dd .img {
  padding-top: calc( 140 / 260 * 100%);
}
.md17650.md-product-1 .dd .title {
  transition: 0.5s;
}
.md17650.md-product-1 .dd .intro {
  color: #81838e;
  line-height: calc( 20 / 14);
  height: calc( 20em / 14 * 2);
}
.md17650.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;
}
.md17650.md-product-1 .dd .bot {
  background-color: #f4f4f5;
  position: relative;
  border-top: 1px solid #e8e8f4;
}
.md17650.md-product-1 .dd .bot img {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.md17650.md-product-1 .dd .bte {
  line-height: 3;
  display: block;
}
.md17650.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;
}
.md17650.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) {
  .md17650.md-product-1 .list {
    justify-content: space-between;
  }
  .md17650.md-product-1 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md17650.md-product-1 .li {
    width: 100%;
  }
}

.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.42rem;
  height: 0.42rem;
  margin: 0 0.02rem;
  line-height: 1;
  color: #000;
  background-color: #f4f4f5;
}
.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: #ffc000;
}
.com-pag .cp_btn {
  width: 0.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc( 5 / 60 * 100%) 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: #ffc000;
}
.com-pag .cp_btn:hover svg {
  fill: #fff;
}
.com-pag .cp_prev {
  background-image: url(../images/a1.png);
}
.com-pag .cp_next {
  background-image: url(../images/a2.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;
}
