#stage{
  background-image: url('../images/member/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  padding-top: 40px;
  font-weight: normal;
  z-index: -1;
}
#stage a{
  color: black;
}
#stage .icon_btn{
  background-image: url('../images/member/btn.png');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
#stage .icon_btn:hover{
  cursor: pointer;
}
#infoContainer{
  margin-left: 100px;
/*  width: 640px;*/
  width: 750px;
}
#photoContainer{
  width: 285px;
}
#photoContainer + hr{
  display: none;
}
#photo{
  width: 155px;
  text-align: center;
  margin: auto;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
#photo img#myPhoto{
  max-width: 150px;
  margin-bottom: 10px;
  border-radius: 9em;
}
#myProfileBtn{
  text-align: center;
  display: inline-block;
  border: 2px solid;
  width: 150px;
  background-color: white;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 6px;
}
#photo label{
  cursor: pointer;
}
#memberName{
  display: inline-block;
  margin-bottom: 25px;
  float: left;
}
#memberName h1{
  font-weight: 900;
}
#memberInfo .btnContainer{
  display: inline-block;
  position: relative;
}
#memberInfo .black_btn{
  width: 130px;
  background-color: black;
  padding: 7px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 6px;
  color: white;
  display:inline-block;
  margin-right: 10px;
  text-align: center;
}
#memberInfo .black_btn:hover{
  cursor: pointer;
}
#memberInfo .icon_org_circle{
  background-color: #ff4243;
  width: 20px;
  height: 20px;
  border-radius: 10em; 
  display: inline-block;
  position: absolute;
  left: 118px;
  top: 0px;
  color: white;
  text-align: center;
}
#goldenMember{
  background-image: url('../images/member/goldenMember.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 170px;
  height: 45px;
  float: right;
}
#goldenMember:hover{
  cursor: pointer;
}
#bindShopMember{
  border: 2px solid;
  width: 130px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: white;
  margin-bottom: 25px;
}
#bindShopMember:hover{
  cursor: pointer;
  background-color: #cccccc;
}
#editBanner{
  float: right;
  position: relative;
  top: -20px;
  left: -20px;
}
#memberInfo p{
  margin-bottom: 10px;
  font-weight: 500;
}
#mask{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#mask #container{
  text-align: center;
  position: relative;
  padding: 40px;
  top: 15%;
  background-color: white;
  border-radius: 5px;
  width: 530px;
  margin: auto;
}
#mask #container .close{
  position: absolute;
  top: 0px;
  right: 12px;
  cursor: pointer;
  font-size: 40px;
}
#mask #container button{
  display: block;
  margin: auto;
  margin-top: 35px;
}
#mask #container img{
  max-width: 300px;
  max-height: 300px;
  margin: 20px 0px 20px 0px;
}
#mask #spMember{
  display: none;
}
#mask #spMember .errSpan{
  color: red;
}
.jcrop-holder{
  margin: auto;
}
@media(min-width: 760px){
  #photoContainer{
    display: inline-block;
    float: left;
  }
  #memberInfo{
    display: inline-block;
/*    width: 285px;*/
    width: 450px;
    position: relative;
    right: 110px;
    top: 107px;
  }
  #memberName h1{
    width: 115px;
  }
}
@media (max-width: 760px){
  #stage{
/*    height: 500px;*/
    height: 550px;
  }
  #photoContainer{
    width: 350px;
    margin: auto;
  }
  #photoContainer + hr {
    display: block;
    border-color: gray;
    position: relative;
    width: 100%;
  }
  #infoContainer{
    width: 100%;
    margin-left: 0px;
  }
  #memberName{
    font-size: 26px;
  }
  #memberName h1{
    font-size: 50px;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #memberInfo{
    margin: auto;
    width: 280px;
  }
  #memberInfo .black_btn{
    width: 280px;
    padding: 5px;
  }
  #mask #container{
    width: 100%;
  }
}