.md-contact-3 {
  padding: 1rem 0;
}
.md-contact-3 table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.md-contact-3 table,
.md-contact-3 th,
.md-contact-3 td {
  border: none;
}
.md-contact-3 .tab {
  margin-top: 0.4rem;
  overflow-x: auto;
}
.md-contact-3 table {
  min-width: 800px;
}
.md-contact-3 tr {
  border-bottom: 1px solid #eee;
}
.md-contact-3 tr:first-child {
  font-weight: bold;
}
.md-contact-3 td {
  padding: 1em 0.5em;
}
.md-contact-3 .form {
  display: flex;
  justify-content: center;
  margin: 0.4rem 0;
}
.md-contact-3 .fitem {
  width: 4rem;
  margin: 0 0.1rem;
}
.md-contact-3 .my-select {
  width: 100%;
  position: relative;
  padding: 0 0.2rem;
  color: #333;
  background-color: #f7f7f7;
  box-shadow: 0 0 0 1px #ddd inset;
}
.md-contact-3 .my-select::before {
  content: "";
  width: 1em;
  height: 0.6em;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(../images/icon-p21.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.md-contact-3 .my-select .cs_cur {
  line-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md-contact-3 .my-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);
}
.md-contact-3 .inp {
  position: relative;
}
.md-contact-3 .ip {
  width: 100%;
  height: 3em;
  background-color: #f7f7f7;
  padding: 0 0.2rem;
  border: 1px solid #ddd;
}
.md-contact-3 .submit {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-color: #f7f7f7;
  border: none;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}