.wxkiting {
  .user-info {
    font-size: 0;
    padding: 0.4rem 0;
    border-bottom: 2px solid #EEEEEE;
    .avatar {
      display: inline-block;
      vertical-align: top;
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 50%;
      margin: 0 0.4rem;
    }
    .info {
      display: inline-block;
      vertical-align: top;
    }
    .name {
      font-size: 0.5rem;
      color: #333;
      padding: 0.1rem 0.05rem 0 0;
    }
    .uid {
      font-size: 0.38rem;
      color: #666;
    }
  }
  .earnings {
    width: 100%;
    height: 1.35rem;
    text-align: center;
    color: #333;
    border-bottom: 2px solid #eee;
    padding: 0.7rem 0;
    .left {
      width: 50%;
      float: left;
      border-right: 2px solid #eee;
      box-sizing: border-box;
    }
    .right {
      width: 50%;
      float: right;
    }
    .line1 {
      font-size: 0.4rem;
      padding: 0.05rem 0;
    }
    .line2 {
      font-size: 0.5rem;
    }
    .dw {
      font-size: 0.4rem;
      font-style: oblique;
    }
  }
  .form-box {
    height: 1.15rem;
    line-height: 1.15rem;
    font-size: 0.5rem;
    margin: 0 0.4rem;
    color: #000;
    border-bottom: 2px solid #eee;
    .label {
      float: left;
    }
    .dot {
      float: left;
      padding-left: 0.5rem;
    }
    .input {
      width: 5rem;
      float: left;
      height: 1.15rem;
      line-height: 1.2rem;
      font-size: 0.5rem;
      font-size: 0.6rem;
    }
  }
  .note {
    color: #999;
    text-align: center;
    padding: 0.5rem 0 0.3rem 0;
    font-size: 0.3rem;
  }
  .sub {
    width: 8rem;
    height: 1.15rem;
    line-height: 1.15rem;
    background: #05BE01;
    color: #fff;
    text-align: center;
    font-size: 0.5rem;
    margin: 0.4rem auto;
    border-radius: 0.2rem;
  }
  .por {
    font-size: 0.5rem;
    text-align: center;
    color: #999;
  }
}

.wxkitingSuccess {
  .wxkitingSuccess-img {
    display: block;
    width: 6rem;
    margin: 0 auto;
    margin-top: 1rem;
  }
}

.black-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  .alert_info {
    font-size: 0.4rem;
    display: inline-block;
    min-width: 3rem;
    max-width: 8rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    text-align: center;
    border-radius: 0.15rem;
    padding: 0.05rem 0.2rem;
  }
}
.alert {
  font-size: 0.4rem;
    display: none;
    min-width: 3rem;
    max-width: 8rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #000;
    text-align: center;
    border-radius: 0.2rem;
    padding: 0.05rem;
    color: #fff;
}


.gatheringInfo {
  padding-top: 1rem;
  .item {
    margin-top: 0.5rem;
    .left {
      float: left;
      width: 2rem;
      font-size: 0.4rem;
      color: #333;
      height: 0.8rem;
      line-height: 0.8rem;
      margin-left: 0.5rem;
    }
    .input {
      left: left;
      width: 5rem;
      height: 0.8rem;
      line-height: 0.8rem;
      font-size: 0.4rem;
      border: 1px solid #999;
      padding: 0 0.2rem;
    }
  }
  .sub {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #ff6600;
    color: #fff;
    font-size: 0.4rem;
    text-align: center;
    border-radius: 0.2rem;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .note {
    font-size: 0.4rem;
    color: red;
    margin-top: 3rem;
    text-indent: 0.5rem;
  }
  .full {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    font-size: 0.5rem;
    display: none;
    .text {
      display: inline-block;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
    }
  }
}