.md-contact-4 {
  padding-top: 0.92rem;
  padding-bottom: 0.3rem;
  background-color: #fafafa;
}
.md-contact-4 .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.md-contact-4 .li {
  width: calc( 660 / 1360 * 100%);
  margin-bottom: 0.4rem;
}
.md-contact-4 .dd {
  padding: 0.5rem;
  box-shadow: 0 0 0 1px inset #d4d4d4;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.md-contact-4 .tlist {
  margin-top: 0.34rem;
}
.md-contact-4 .ti {
  line-height: 1.8;
  cursor: pointer;
  transition: 0.5s;
}
.md-contact-4 .ti:hover {
  color: #ffcf06;
}
.md-contact-4 .on {
  color: #ffcf06;
}
.md-contact-4 .d-bot {
  margin-top: 0.4rem;
  display: none;
}
.md-contact-4 .bi {
  margin-bottom: 0.2rem;
}
.md-contact-4 .bi:last-child {
  margin-top: 0;
}
.md-contact-4 svg {
  width: 1em;
  height: 1.2em;
  color: #ffcf06;
  flex-shrink: 0;
  margin-right: 0.75em;
}
@media (max-width: 500px) {
  .md-contact-4 .li {
    width: 100%;
  }
}

.md-contact-5 {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #fafafa;
}
.md-contact-5 .form .inp {
  width: 6.55rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.md-contact-5 .form .ip {
  width: 100%;
  height: 2.7em;
  padding: 0 1em;
  padding-right: 3em;
  background-color: #f7f7f7;
  border: solid 1px #d4d4d4;
}
.md-contact-5 .form .submit {
  width: 1em;
  height: 1em;
  background-color: #f7f7f7;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.md-contact-5 .tab {
  margin-top: 0.3rem;
}
.md-contact-5 .tab table,
.md-contact-5 .tab th,
.md-contact-5 .tab td {
  border: none;
}
.md-contact-5 .tab table {
  width: 100%;
  text-align: center;
}
.md-contact-5 .tab thead {
  font-size: 1.6em;
}
.md-contact-5 .tab thead td {
  padding: 0.32rem 0.1rem;
}
.md-contact-5 .tab tr {
  border-bottom: 1px solid #ededed;
}
.md-contact-5 .tab td {
  padding: 0.24rem 0.1rem;
  width: 50%;
}
.md-contact-5 .empty {
  text-align: center;
  padding-top: 0.72rem;
  padding-bottom: 0.32rem;
  line-height: 1.5;
  color: #999;
}