.md-form-1 {
  padding: 1.7rem 0;
}
.md-form-1 .layout {
  width: 13.2rem;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.md-form-1 .le {
  width: 39.3939393939%;
  padding-top: 0.6rem;
}
.md-form-1 .logo {
  font-size: 0;
}
.md-form-1 .logo img {
  height: 1em;
}
.md-form-1 .title {
  color: #000;
  margin-top: 0.45rem;
}
.md-form-1 .d2 {
  color: #000;
}
.md-form-1 .line {
  margin-top: 0.2rem;
  margin-bottom: 0.45rem;
  height: 1px;
  border: solid 1px #0177ff;
}
.md-form-1 .list {
  margin-top: 0.25rem;
}
.md-form-1 .li {
  position: relative;
  padding-left: 0.4rem;
  line-height: 2;
  margin-bottom: 0.24rem;
  color: #000;
}
.md-form-1 .li::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-image: url(/pc/images/a31.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 1em;
  left: 0;
  transform: translateY(-50%);
}
.md-form-1 .form {
  width: 40.9090909091%;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.7rem 0.58rem;
}
.md-form-1 .fbox {
  margin-top: 0.5rem;
}
.md-form-1 .d12 {
  color: #1281fe;
  margin-top: 0.2rem;
}
.md-form-1 .fitem {
  margin-bottom: 0.3rem;
}
.md-form-1 .fitem-ph .ip {
  border-radius: 0 0.05rem 0.05rem 0;
}
.md-form-1 .f_ph {
  width: 3em;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #bfbfbf;
  border-right: none;
  border-radius: 0.05rem 0 0 0.05rem;
}
.md-form-1 .get-code {
  width: 1.75rem;
  height: 2.5em;
  background-color: #f2f2f2;
  border-radius: 0.05rem;
  border: solid 1px #bfbfbf;
  flex-shrink: 0;
  margin-left: 0.24rem;
}
.md-form-1 .inp {
  flex-grow: 1;
  font-size: 0;
  position: relative;
}
.md-form-1 .fi-active .placehold {
  opacity: 0;
}
.md-form-1 .placehold {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.12rem;
  pointer-events: none;
  color: #999;
}
.md-form-1 .placehold span {
  color: #ff0000;
}
.md-form-1 .ip {
  width: 100%;
  height: 2.5em;
  border: solid 1px #bfbfbf;
  padding: 0 0.12rem;
  border-radius: 0.05rem;
}
.md-form-1 .ta {
  width: 100%;
  height: 0.96rem;
  border-radius: 0.05rem;
  border: solid 1px #bfbfbf;
  padding: 0.1rem 0.12rem 0.3rem;
}
.md-form-1 .code {
  position: absolute;
  right: 0.1rem;
  top: 10%;
  height: 80%;
}
.md-form-1 .submit {
  width: 100%;
  height: 2.3529411765em;
  background-color: #0177ff;
  color: #fff;
  border-radius: 0.05rem;
  border: none;
}
.md-form-1 .ta_length {
  position: absolute;
  right: 0.13rem;
  bottom: 0.25em;
  color: #a6a6a6;
}
@media (max-width: 768px) {
  .md-form-1 {
    padding: 1rem 0;
  }
  .md-form-1 .le {
    width: 100%;
  }
  .md-form-1 .form {
    width: 100%;
    margin-top: 0.5rem;
  }
}