
.md-product-2 {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-product-2 .list {
  margin-top: 67px;
}

.list-4-column .li {
  width: calc(270 / 1170 * 100%);
  margin-right: calc(30 / 1170 * 100%);
}
.list-4-column .li:nth-child(4n) {
  margin-right: 0;
}
.list-4-column .li {
  margin-bottom: 35px;
}
.list-4-column .dd {
  display: block;
}
.list-4-column .c-pic {
  background-color: #fff;
  border: 1px solid #999;
}
.list-4-column .text {
  margin-top: 16px;
}
.list-4-column .img {
  padding-top: calc( 2 / 3 * 100%);
}
.list-4-column .intro {
  padding-left: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .list-4-column .li {
    width: 100%;
  }
}

.com-forms-1 .fitem {
  width: 220px;
  margin-right: 10px;
}
.com-forms-1 .ip {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #969392;
  padding: 0 16px;
  color: #3e3a39;
}
.com-forms-1 .ip::-moz-placeholder {
  color: #3e3a39;
}
.com-forms-1 .ip::placeholder {
  color: #3e3a39;
}
.com-forms-1 .com-select {
  width: 100%;
  position: relative;
  padding: 0 16px;
  line-height: 44px;
  box-shadow: 0 0 0 1px inset #969392;
}
.com-forms-1 .com-select .cmn-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.com-forms-1 .com-select .cs_cur {
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-forms-1 .com-select select {
  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);
}
.com-forms-1 .submit {
  width: 160px;
  height: 44px;
  background-color: #777473;
  color: #fff;
  border: none;
}
@media screen and (max-width: 767px) {
  .com-forms-1 .fitem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.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: 44px;
  height: 44px;
  margin: 0 5px;
  line-height: 1;
  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: #777473;
}
.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(/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;
  margin: 0 0.3rem;
}
.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: 0.5em;
  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;
}
