body {
  background-color: #fcfcfc;
}

.avatar-view {
  display: block;
  margin: 5% auto 1%;
  width: 220px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  cursor: pointer;
  overflow: hidden;
}

.avatar-view img {
  width: 100%;
}



.avatar-upload {
  overflow: hidden;
  text-align: center;
}

.avatar-upload label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
}

.avatar-upload input {
  display: block;
}

.avatar-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}

.avatar-wrapper {
  height: 420px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.25);
  background-color: #fcfcfc;
  overflow: hidden;
  clear: both;
}

.avatar-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}


.avatar-preview:hover {
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.avatar-preview img {
  width: 100%;
}
.yulan_img{
  height: 139px;
  width: 113px;
}
.yulan {
  margin: 15px 0 13px 22px;
}




.avatar-btns {
  margin-top: 15px;
  background: #f3f3f3;
}

.avatar-btns .btn-group {
  margin-right: 5px;
}

.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("../img/loading.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}
