#mainView {
  background: url(../images/mine/bg.jpg);
  font-size: 22px;
  color: #000000;
}
#me {
  position: absolute;
  left: 82px;
  top: 220px;
  width: 30px;
  height: 491px;
}
  #myImage {
      position: absolute;
      left: 118px;
      top: 1px;
      width: 150px;
      height: 150px;
      border-radius: 94px;
  }
  #myName {
      position:absolute;
      top:168px;
      left:0px;
      width:390px;
      height:30px;
      line-height:30px;
      font-size:24px;
      text-align: center;
      color: #fff
  }
  #myId {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 390px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
  }
#code {
  position: absolute;
  top: 236px;
  left: 112px;
  width: 165px;
  height: 165px;
}
.bindTitle {
  position: absolute;
  top: 139px;
  left: 645px;
  width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
}
#noBindUser {
  position: absolute;
  top: 250px;
  left: 650px;
  width: 480px;
  height: 60px;
  line-height: 60px;
  display: none;
  color: #ffffff
}
.user-main {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 37px;
  height: 36px;
}
.user-name {
  position: absolute;
  top: 0px;
  left: 80px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #ffffff
}
.user-unbind {
  position: absolute;
  top: 3px;
  left: 290px;
  width: 134px;
  height: 54px;
}
.user-setmain {
  position: absolute;
  top: 3px;
  left: 472px;
  width: 134px;
  height: 54px;
}
