body,
#app,
.bind-page {
  height: 100%;
}
.bind-page {
  background: #fafafa;
}
.bind-page .bind-page-top {
  padding: 0 0.32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
}
.bind-page .bind-page-top .banner {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-top: 0.64rem;
}
.bind-page .bind-page-top .inst-name {
  margin-top: 0.24rem;
  font-size: 0.34rem;
  color: #333;
}
.bind-page .bind-page-top .bind-tips {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.48rem;
}
.bind-page .bind-page-top .bind-tips .bind-title {
  color: #333;
  font-weight: 600;
  margin-right: 0.16rem;
}
.bind-page .bind-page-top .bind-tips .bind-subtitle {
  color: #666;
}
.bind-page .bind-page-top .wechat-page-content {
  width: 100%;
  height: 110px;
  background: #10be63;
  border-radius: 10px;
  position: relative;
  padding: 16px 20px;
  margin-top: 0.24rem;
  margin-bottom: 0.8rem;
}
.bind-page .bind-page-top .wechat-page-content .water-mark {
  width: 99px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bind-page .bind-page-top .wechat-page-content .title {
  color: #fff;
  margin-bottom: 13px;
}
.bind-page .bind-page-top .wechat-page-content .info-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.bind-page .bind-page-top .wechat-page-content .info-content .info-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.bind-page .bind-page-top .wechat-page-content .info-content .info-name {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.bind-page .bind-page-top .verify-content {
  padding-bottom: 0.32rem;
}
.bind-page .bind-page-top .verify-content .verify-tips {
  font-size: 0.26rem;
  color: #999;
  margin-bottom: 0.24rem;
}
.bind-page .bind-page-top .verify-content .formBox {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0.3rem 0;
  line-height: 0.4rem;
  font-size: 0.3rem;
}
.bind-page .bind-page-top .verify-content .formBox input {
  border: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 0.4rem;
}
.bind-page .bind-page-top .verify-content .formBox.yzm {
  position: relative;
}
.bind-page .bind-page-top .verify-content .formBox.yzm input {
  width: 3.88rem;
}
.bind-page .bind-page-top .verify-content .formBox.yzm .btn {
  position: absolute;
  width: 2.45rem;
  border-left: 1px solid #eee;
  right: 0px;
  text-align: center;
  top: 0.3rem;
  color: #58b7ef;
}
.bind-page .bind-page-top .verify-content .formBox:last-child {
  border-bottom: 0.02rem solid #eee;
}
.bind-page .bind-page-bottom {
  padding: 0 0.32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 0.32rem;
}
.bind-page .bind-page-bottom .bind-btn {
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  border-radius: 0.1rem;
  background: linear-gradient(90deg, #ffab1a 0%, #ff8534 100%);
  color: #fff;
  font-weight: 500;
}
.bind-page .bind-page-bottom .small-tips {
  color: #999;
  font-size: 0.26rem;
  margin-top: 0.14rem;
}

.success {
  background: #fafafa;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.success .content {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.success .content .image {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.92rem;
}
.success .content .title {
  margin-top: 0.3rem;
  color: #333;
  font-size: 0.34rem;
}
.success .content .subtitle {
  margin-top: 0.16rem;
  font-size: 0.26rem;
  color: #999;
  margin-bottom: 0.4rem;
}
.success .success-btn {
  width: 6.86rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  border-radius: 0.1rem;
  background: linear-gradient(90deg, #ffab1a 0%, #ff8534 100%);
  color: #fff;
  font-weight: 500;
  margin: 0.4rem auto 0;
}

.expriy {
  background: #fafafa;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.expriy .content {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0.64rem 0;
  -ms-flex-align: center;
      align-items: center;
}
.expriy .content .title {
  font-size: 0.34rem;
  color: #333;
  margin-bottom: 0.16rem;
}
.expriy .content .subtitle {
  font-size: 0.26rem;
  color: #999;
}
.expriy .content .subtitle .bold {
  color: #333;
  font-size: 0.26rem;
}
.expriy .close-btn {
  width: 6.86rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  border-radius: 0.1rem;
  border: 0.02rem solid #ff8534;
  color: #ff8534;
  margin: 0.32rem auto 0;
}

html {
  font-size: 0.3rem;
  display: block;
  height: 100%;
  width: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  max-width: 750px;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  font-size: 0.3rem;
  margin: 0;
  padding: 0;
}
.toolTips {
  position: absolute;
  top: 30%;
  width: 5.30rem;
  background: #000000;
  border-radius: .10rem;
  opacity: 0.6;
  left: 1.1rem;
  padding: .15rem .3rem;
  font-size: .3rem;
  color: #fff;
  text-align: center;
}


/*# sourceMappingURL=wechat_bind.44ac1772.css.map*/