
.md-contact-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.md-contact-1 .com-tit {
  position: relative;
  line-height: 1.2;
}
.md-contact-1 .com-tit.text-center .ct2 {
  margin-left: auto;
  margin-right: auto;
}
.md-contact-1 .com-tit .ct2 {
  width: 1em;
  height: 0.1em;
  background-color: #008a83;
  margin-top: 0.2rem;
}
.md-contact-1 .com-tit .ct3 {
  margin-top: 0.36rem;
}
.md-contact-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.6rem;
  max-width: 92%;
}
.md-contact-1 .le {
  width: calc( 600 / 1560 * 100%);
}
.md-contact-1 .ri {
  width: calc( 900 / 1560 * 100%);
}
.md-contact-1 .list {
  margin-top: 0.5rem;
}
.md-contact-1 .li {
  padding-left: 0.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.md-contact-1 .li:last-child {
  margin-bottom: 0;
}
.md-contact-1 .active svg {
  color: #008a83;
}
.md-contact-1 .active .title {
  color: #008a83;
}
.md-contact-1 .active .num {
  color: #008a83;
}
.md-contact-1 .line {
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
  margin-top: 0.25rem;
  margin-bottom: 0.2rem;
}
.md-contact-1 svg {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.md-contact-1 .citem {
  display: none;
}
.md-contact-1 .citem.show {
  display: block;
}
.md-contact-1 .img {
  display: block;
  padding-top: calc( 657 / 900 * 100%);
}
@media screen and (max-width: 900px) {
  .md-contact-1 .le {
    width: 100%;
  }
  .md-contact-1 .ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}


.md-contact-2 {
  position: relative;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.md-contact-2 .com-tit {
  position: relative;
  line-height: 1.2;
}
.md-contact-2 .com-tit.text-center .ct2 {
  margin-left: auto;
  margin-right: auto;
}
.md-contact-2 .com-tit .ct2 {
  width: 1em;
  height: 0.1em;
  background-color: #008a83;
  margin-top: 0.2rem;
}
.md-contact-2 .com-tit .ct3 {
  margin-top: 0.36rem;
}
.md-contact-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.6rem;
  max-width: 92%;
}
.md-contact-2 .box {
  margin-top: 0.8rem;
  padding: 0.6rem 0.6rem 0;
  position: relative;
}
.md-contact-2 .box::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.md-contact-2 .form {
  position: relative;
}
.md-contact-2 .fitem {
  width: calc( 685 / 1400 * 100%);
  margin-bottom: 0.4rem;
}
.md-contact-2 .ww100 {
  width: 100%;
}
.md-contact-2 .fi-active .placehold {
  display: none;
}
.md-contact-2 .inp {
  position: relative;
}
.md-contact-2 .placehold {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  color: #666;
}
.md-contact-2 .placehold span {
  color: #ff0000;
}
.md-contact-2 .ip {
  width: 100%;
  height: 3.5em;
  background-color: #fff;
  border: none;
  border-bottom: solid 2px rgba(0, 0, 0, 0.08);
}
.md-contact-2 .btns {
  margin-top: 0.45rem;
}
.md-contact-2 .submit {
  display: inline-flex;
  align-items: center;
  height: 3.125em;
  border: none;
  background-color: #008a83;
  color: #fff;
  padding: 0 1.5em;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.md-contact-2 .submit .sic {
  width: 1em;
  height: 1em;
  margin-left: 0.47rem;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .md-contact-2 .box {
    padding: 0.3rem 0.3rem 0;
  }
  .md-contact-2 .fitem {
    width: 100%;
  }
}
