
.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-addr-list {
  margin-top: 70px;
  margin-bottom: 40px;
}
.com-addr-list .li {
  width: calc( 560 / 1170 * 100%);
  margin-bottom: 30px;
  box-shadow: 0 -1px 0 0 inset #f0f0f0;
}
.com-addr-list .dd {
  padding-bottom: 30px;
}
.com-addr-list .num {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #777473;
  color: #fff;
  flex-shrink: 0;
  margin-right: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.com-addr-list .intro {
  padding-left: 30px;
  margin-top: 12px;
  line-height: calc(36 / 16);
}
.com-addr-list .copy {
  color: var(--active);
  cursor: pointer;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .com-addr-list .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(/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;
}
