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;
}
@media (max-width: 991px) {
  .sidenav {
    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;
  }
  .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;
  }
}
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";
}
/*# sourceMappingURL=user.css.map */
.navbar-inverse {
  background-color: #0087cb;
  border-color: #080808;
  color:#FFF;
}
.navbar-inverse .navbar-brand {
  color: #FFF;
}
.navbar-brand {
  float: left;
  padding: 25px 15px;
  font-size: 16px;
  line-height: 17px;
  height: 70px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #FFF;
  font-size: 16px;
}
.w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.k5 {
  height: 190px;
  background: #f6f8f9 url(/mls/cms_web/images/18.png) no-repeat center bottom/1231px 111px;
}
.navbar-nav > li > a {line-height: 36px;}
.footer{background: #2f2f2f;}
.footer ul{margin: 0;padding: 0;}
.fot1{overflow: hidden;padding: 30px 0 20px;border-bottom: 1px solid #545454;}
.fot1>div{float: left;width: 200px;}
.fot1>div:last-child{float: right;width: auto;text-align: center;}
.txt21{font-size: 16px;color: #fff;}
.ul06{margin-top: 20px;}
.ul06>li>a{font-size: 14px;color: #b8b8b8;line-height: 24px;}
.ul06>li>a:hover{color: #fff;font-weight: bold;}
.txt22{font-size: 14px;color: #b8b8b8;line-height: 24px;margin-top: 10px;}
.fot2{padding: 15px 0;text-align: center;}
.fot2 p{font-size: 14px;color: #b8b8b8;}
main.content {
  width: 100%;
  overflow: auto;
  padding: 15px;
  padding-top: 20px;
  min-height: calc(100vh - 450px);
}