h2.page-header {
    margin: 10px 0 25px 0;
    padding-bottom: 15px;
}

.user-baseinfo {
    margin-bottom: 25px;
}

.user-baseinfo table tr td {
    font-size: 14px;
    color: #333;
}

@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 */

.member-choice {
    text-align: center;
    margin-bottom: 50px;
}

.member-type-item {
    display: block;
    padding: 30px 80px;
    margin-bottom: 20px;
    background: #ecf5ff;
    border: 1px solid #007bff;
    color: #fff;
    border-radius: 5px;
    color: #007bff;
    font-size: large;
}

@media (min-width: 1200px) {
    /*注册样式更改 start */
    .reg-section {
        width: 75%;
    }

    .member-type-item {
        display: inline-block;
        margin-right: 40px;
        margin-bottom: 0;
    }
}

.member-type-item:hover {
    background-color: #007bff;
    color: #fff;
}

.member-type-item:last-child {
    margin-right: 0px;
}

.register-title {
    text-align: center;
    font-size: large;
    color: #333;
    font-weight: bold;
    margin-bottom: 40px;
}

.reg-login {
    background-color: unset;
    color: #007bff;
}

.reg-login:hover {
    color: #007bff;
    background-color: #f4f4f4;
}

.member-type-item-yellow {
    background-color: #007bff;
    color: #fff
}

.member-type-item-yellow:hover {
    color: #ff0;

}

.reg-section .required::after {
    content: '*';
    color: red;
    vertical-align: middle;
    margin-left: 5px;
}

.btn-reg-item {
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff;
}

.btn-reg-item:hover,
.btn-reg-item:active,
.btn-reg-item:active:hover,
.btn-reg-item:focus {
    border: 1px solid #0064cf;
    background-color: #0064cf;
    color: #fff;
}

.reg-s3-info {
    margin-bottom: 60px;
}

.reg-row-flex {
    display: flex;
    align-items: center;
}

.reg-row-flex-input {
    flex: 1;
}

.reg-row-flex-group {
    display: flex;
    padding: 0;
    border: 0;
}

.reg-row-flex-span {
    padding: 0 8px;
}

.reg-row-select {
    flex-basis: calc(30% - 0px);
    margin-right: 10px;
}

.reg-row-select:first-child {
    flex-basis: calc(40% - 0px);
}

.reg-row-select:disabled {
    background-color: #eee;
}

.reg-row-select:last-child {
    margin-right: 0px;
}

#msg_readstatement {
    position: static !important;
    width: auto;
    vertical-align: middle;
}

.btn-reg-no-member {
    border: 1px solid #494949;
    background-color: #494949;
    color: #fff;
}


.btn-reg-no-member:hover,
.btn-reg-no-member:active,
.btn-reg-no-member:active:hover,
.btn-reg-no-member:focus {
    border: 1px solid #363636;
    background-color: #363636;
    color: #fff;
}

.form-group.has-error .form-control[disabled] {
    border-color: #ccc;
}

.mobile-code-group{
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    display:flex;
    overflow: hidden;
}

.mobile-code-group .form-control{
    border: none;
    flex:1;
}

.mobile-code-group button{
    border: none;
    background-color:#2d8cff;
    color: #fff;
    width:150px
}
.mobile-code-group button:disabled{
    background-color:#83b8f8;
    color: #333;
}

.mobile-code-group:hover{
    border: 1px solid #8ec4ff;
}

/*注册样式更改 end */

/*app-member 用户中心更改 start*/
table.table-nowrap tbody > tr > td, table.table-nowrap thead > tr > th {
    white-space: nowrap;
}

.fixed-table-container {
    border: none;
    margin-top: 25px;
}


/*app-member 用户中心更改 end*/

/*头部*/
.navbar-header {
    position: relative;
}

.navbar-brand-logo {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 5px;
    display: none;
}
@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
    .navbar-brand-logo {
        display: block;
    }
    .navbar-header .navbar-brand {
        padding-left: 270px;
    }
}

.navbar-brand {
    font-size: 28px;
    font-weight: bold;
    line-height: 150% !important;
}

.content {
    max-width: 1400px;
    margin: auto;
}

.container {
    max-width: 1240px;
}

/*导航条样式*/
.navbar-inverse {
    /*background: #1890FF;*/
    box-shadow: 0px 1px 3px rgba(0, 77, 193, 0.44);
    /*background: url("__CDN__/assets/img/navbg.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar {
    padding: 4.5px 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .navbar-brand {
    color: white;
}

/*导航条下拉框*/

.dropdown-menu > li > a:hover {
    color: #1890ff;
}

.sidenav .list-group .list-group-item.active {
    background: #f5fcff;
    border-left-color: #1890ff;
}

.sidenav .list-group .list-group-item.active > a {
    color: #1890ff;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 3px;
}


/*头像选中背景色*/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}

/*提醒*/
.badge {
    background-color: red;
    padding: 3px 6px;
    position: relative;
    bottom: 10px;
    left: -12px;
}

/*用户名*/
span.username {
    line-height: 28px;
    margin-left: 8px;
    padding-right: 6px;
}



/*    信息内容*/
.list-group-item-heading {
    font-size: 14px;
}

.list-group-item-text {
    font-size: 12px;
}


  /*信息下拉框*/
.dropdown_news {
    width: 360px;
    max-height: 295px;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .tab-content {
    margin-top: 10px;
  }
  
  .list-group-item {
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }
  
  .panel:hover {
    box-shadow: 0px 0px 3px #e3e3e3;
  }
  
  .sidenav:hover {
    box-shadow: 0px 0px 3px #e3e3e3;
  }
  
  .navbar-brand {
    font-size: 24px;
    font-weight: bold;
  }
  
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #1890ff;
    border: 1px solid #fff0;
    border-bottom-color: #1980ff;
  
  }
  
  .tab-content {
    margin: 15px;
  }
  
  /*下拉框导航*/
  .nav-tabs {
    padding-left: 10px;
    border-bottom-color: #f1f1f1;
  }
  
  .nav-tabs > li a:hover {
    background-color: #ffffff;
    border: 1px solid #fff0;
    border-bottom-color: #1980ff;
  }
  
  .nav-tabs > li a {
    color: #5a5a5a;
  }
  
  .list-group-item {
    border-bottom-color: #f1f1f1;
  }
  /*导航条兼容性*/
  @media(max-width: 767px){
    #header-navbar li.dropdown ul.dropdown-menu{
      width: 100%;
      border-radius: 0px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #ffffff;
    }
    .dropdown_news {
      width: 100%;
      max-height: 100px;
      border-radius: 0px;
      background-color: white;
    }
    .city-picker-dropdown{
      left: 50% !important;
      transform: translateX(-50%)!important;
    }
  }
  @media(max-width: 400px){
    .nav-tabs > li > a{
      padding-left: 5px;
    }
  }
  
  
  #tz .content_box ul,
  #dt .content_box ul{
      list-style: none;
      margin: 0;
      padding: 0;
      width:100%;
  }
  
  #tz .content_box ul li,
  #dt .content_box ul li{
      text-align: left;
      font-size: 14px;
      line-height: 26px;
  }
  
  #tz .content_box ul li:before,
  #dt .content_box ul li:before{
      content: "";
      width:3px;
      height:3px;
      display: inline-block;
      /* border: 1px solid #999; */
      background-color: #989898;
      border-radius: 10px;
      vertical-align: text-top;
      margin-right: 8px;
  }
  
  #tz .content_box ul li a,
  #dt .content_box ul li a{
      display: inline-block;
      color:rgb(51, 51, 51);
      width:calc(100% - 56px - 20px);
      white-space: normal;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  #tz .content_box ul li a:hover,
  #dt .content_box ul li a:hover{
      color:#690;
      text-decoration: none;
  }
  
  #tz .content_box ul li span,
  #dt .content_box ul li span{
      float: right;
      color:#999;
      font-size: 12px;
  }

  .getMessage{
    cursor: pointer;
  }

  .tips {
      color: #f00;
  }

  .m_status_not {color: #f00; font-weight: bold;}
  .m_status_gr {color: #280; font-weight: bold;}
  .m_status_tt {color: #00f; font-weight: bold;}