.bind-bg {
  background-color: #f0f0f0;
  position: relative;
}
.bind {
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin: 10vh auto;
  background-color: #ffffff;
  width: 94%;
  max-width: 900px;
  text-align: center;
}
.bind h1 {
  padding: 0 30px;
  font-size: 18px !important;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  margin: 0 !important;
}
.bind h1 a {
  text-decoration: none;
  color: inherit;
}
.bind .bind-content {
  padding: 30px 30px 40px;
  margin: auto;
}
.bind h2 {
  font-size: 16px;
  line-height: 1.6em;
  margin: 30px 0;
  font-weight: normal;
}
.bind p {
  font-size: 16px;
  color: #222 !important;
}
.bind .btn-bind {
  width: 100px;
  text-align: center;
  display: block;
  height: 36px;
  padding: 0 20px;
  line-height: 34px;
  text-decoration: none;
  color: #ffffff;
  background-color: #fe4066;
  border: 0;
  cursor: pointer;
  margin: 60px auto 0;
}
.bind .btn-bind:hover {
  background-color: #ff5476;
}
.bind .btn-bind:active {
  background-color: #ff365e;
}
.bind .form {
  text-align: left;
  display: inline-block;
  margin: auto;
}
.bind .form .error {
  font-size: 12px;
  color: #ec284d;
  margin-top: 10px;
  opacity: 0;
  display: block;
}
.bind .form input {
  width: 300px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 0 10px;
  outline: none;
}
.bind .form input::-moz-placeholder {
  font-style: italic;
}
.bind .form input::placeholder {
  font-style: italic;
}
.bind .form .inputError {
  border-color: #ec284d;
}
.bind .form .error-message {
  text-align: center;
  color: #fe4066 !important;
  opacity: 0;
  font-size: 12px;
  max-width: 300px;
}
.bind .version {
  width: 100px;
  height: 36px;
  outline: none;
  padding-left: 10px;
}
.bind .date {
  width: 220px !important;
}
.bind .payment {
  width: 60px;
  margin-left: 20px;
  height: 36px;
  outline: none;
  padding-left: 4px;
}
.bind .info-content {
  text-align: left;
}
.bind .info-content div {
  margin: 10px 0;
}
.bind .info-content div span:first-of-type {
  font-weight: bold;
  margin-right: 10px;
}
.bind-error-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
}
.bind-error-pup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -90px 0 0 -250px;
  z-index: 3;
  width: 500px;
  padding: 35px 40px 30px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
}
.bind-error-pup h5 {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  color: #222;
}
.bind-error-pup p {
  max-width: 365px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.bind-error-pup p a {
  text-decoration: none;
  color: #fe4066;
}
.bind-error-pup button {
  display: block;
  float: right;
  border: none;
  background-color: transparent;
  color: #fe4066;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  .content .idoc-content {
    width: 98%;
  }
  .bind h1 {
    padding: 0 16px;
  }
  .bind .bind-content {
    padding: 20px 16px 30px;
  }
  .bind .form {
    display: block;
  }
  .bind .form input {
    width: 100%;
  }
}
