h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}

.sidebar-toggle {
  display: none;
}

/*选择收件人开始*/
.sideconsignee{
  position: fixed;
  top: 50px;
  z-index: 1029;
  height: calc(100vh - 50px);
  padding: 20px 0 20px 0;
  min-width: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 250px;
  left: -250px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color:#fff;
}

.sideconsignee .row{
  font-size:12px;
  border-bottom:1px #ccc solid;
  margin:0px 5px;
  border-bottom:1px #F1EFEF solid;
  padding:5px 0px;
}

.sideconsignee .row .info-logo{
  float:left;
  width:16%;
}

.sideconsignee .row .info-person{
  float:left;
  width:70%;
  padding-left:5px;
  border-left:1px #FDDFD5 solid;
}

.sideconsignee .row .info-op{
  float:left;
  width:14%;
  border-left:1px #FDDFD5 solid;
  text-align:center;
  padding-top:6px;
  color:red;
}

.sideconsignee .row .first{
  height:30px;
  width:30px;
  padding:2px 5px;
  margin:30% 0px 0px 10%;
  font-size:17px;
  font-family:黑体;
  border:1px #ccc solid;
  border-radius:50%;
  background-color:#FFE2DA;
  color:#DD4F12;
  margin-right:5px;
}
.sideconsignee .row p{
  margin:0px 0px 3px 0px;
  padding:1px;
}
.sideconsignee .row span{
  color:#000;
  margin-right:10px;
  font-size:14px;
}

/*选择收件人结束*/

@media (max-width: 991px) {
  .sidenav,.sideconsignee{
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color:#fff;
  }
  
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }

  /*
  .sideconsignee{
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color:#fff;
  }
*/
}
body.sidebar-open .sidenav{
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}

body.sideconsignee-open .sideconsignee{
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
/*# sourceMappingURL=user.css.map */