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: 120px;
    width: 120px;
    border-radius: 150px;
    line-height: 120px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 120px;
    width: 120px;
    border-radius: 120px;
  }
}
.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";
}

.top-box {
    height: 108px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin: 0 14px 14px 14px;
    background-image: linear-gradient(0deg, #964943, #953C42);
}
.top-box a{
    color: #ffffff;
}
.box-left {
    position: absolute;
    top: 17px;
    left:25px;
    display: flex;
}
.box-left img {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 16px;
}
.box-left .box-gr {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
}
.gr-name {
    margin-bottom: 5px;
}
.box-left .box-gr .gr-center {
    background-color: rgb(255 255 255 / 20%);
    border-radius: 25px;
    padding: 6px 9px;
    line-height: 1;
    font-size: 13px;
    margin-top: 8px;
    display: inline-block;
}
.login_go {
    padding: 3px 12px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #ffffff;
    color: #ffffff;
    position: absolute;
    top: 27px;
    right: 25px;
    font-size: 14px;
}
.flex{
    display: flex;
}
.hy_nav_t {
    background-color: #ffffff;
    padding: 15px;
    margin: 14px;
    border-radius: 10px;
}
.hy_nav_t .nav_fs {
    width: 25%;
    text-align: center;
    font-size: 13px;
    color: #333333;
    position: relative;
}
.hy_nav_t .nav_fs img {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.main-box {
    margin: 14px;
    background-color: #FFF;
    font-size: 16px;
    border-radius: 10px;
}
.main-box .item {
    height: 50px;
    padding: 7px 22px;
    color: #666666;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}
.main-box .item .item_list {
    display: flex;
    align-items: center;
}
.main-box .item .mylistimg {
    width: 27px;
    height: 27px;
    margin-right:12px;
}
.main-box .item a{
    color: #666666;
    display: block;
}
.main-box .item .fabu {
    color: #666666;
    font-size:15px;
    line-height: 35px;
}
.lookgo {
    margin-right: 19px;
}
.main-box .item .fabu span {
    font-size: 18px;
    margin-right: 0;
    margin-left: 4px;
    color: #666666;
}
.pop_consult{
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.pop_consult .consult_ent{
  background-color: #ffffff;
  width: 75%;
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0 ,-50%);
}
.consult_tit{
  text-align: center;
  font-size: 18px;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.consult_tit .kf_colse{
  line-height: 1;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.consult_tup{
  margin-bottom: 10px;
  text-align: center;
}
.consult_tup img{
  width: 200px;
  height: 200px;
}
.consult_tup div{
  font-size: 16px;
  color: #666666;
}
.consult_tel{
  font-size: 16px;
  color: #666666;
  text-align: center;
  display: block;
  width: 100%;
}
/*# sourceMappingURL=user.css.map */