.clear{clear: both;height: 0 !important;width: 0 !important;border: none !important;}

.navbar {
  background-color: #000;
  color: #fff;
}

.btn{
  border-radius: 0;
}
.btn-primary{
  background-color: #000;
}
.pull-right a{
  color: #616161;
}
.pull-right a:hover{吧
  color: #007bff;
}

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";
}
.content{
  padding-top: 100px !important;
}
/*# sourceMappingURL=user.css.map */
.login_logo{text-align: center;font-size: 30px;font-weight: 600;color: #323232;margin-top:20px;}
.login_logo img{width: 40px;margin-right:10px;}
.login_other{float: left;}
.login_other img{margin-left: 10px;border-radius: 10px;}
.login_code{float: right;color: #515767;}
.login_code:hover{color: #032EED;}
.login_xieyi{text-align: center;margin-top: 10px;}
.login_xieyi a{color: #032EED;}
.login_captcha{position: relative;}
.login_captcha a{color: #181818;position: absolute;top:5px;right: 10px;};
.yanzheng{}
.resetpwd{text-align: right;}
.resetpwd a{color: #555;font-size: 16px;}
.reset_title{font-size: 18px;text-align: center;color: #000;margin-top: 10px;}
.get_captcha:hover a{
  top:0;
  right: 0;
  color: #181818;   
  border-left: 1px solid #181818;
  padding: 5px 10px;
  background-color: #181818;
  color: #fff;
}
.sms_send input{
  border: 1px solid #181818;
}

.sms_send a{
  top:0;
  right: 0;
  color: #181818;
  padding: 5px 10px;
}
.sidenav .list-group .list-group-item.active > a{
  color:#000 ;font-weight: 600;
}
.sidenav .list-group .list-group-item.active{
  border-left: 2px solid #000;
}

.n-default .msg-wrap{
  z-index: 0;
}
.navbar-white .navbar-nav > li > a{
  font-size: 18px;
  color: #fff;
  height: 80px;
  line-height: 47px;
}

.navbar-white .navbar-nav > li > a:hover{
  background: #000;
  color: #fff;
  opacity: 0.7;
}
.navbar-white .navbar-brand{
  height: 80px;
  padding: 26px 15px;
  line-height: 52px;
}
.navbar-white .navbar-brand img{
  height: 21px;
}
.login-section .logon-tab > a.active{
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.nav li .avatar-img{
  margin-top: 10px;
}
.login-section {
  margin: 0 auto;
}

input[type="checkbox"] {
  accent-color: #000; /* 修改选中颜色为红色 */
  color: #fff;
}

@media screen and (max-width: 900px) {

  .navbar-white .navbar-brand{
    height: 60px;
    padding:17px 25px ;
  }
  .navbar-toggle{
    margin-top: 7px;
  }
  .navbar-white .navbar-collapse.in{border: none;
    box-shadow:none;
  }

  .navbar-white .navbar-nav > li{
        border-bottom: 1px solid #222;
  }
  .navbar-white .navbar-nav > li > a{
    font-size: 16px;
    height: 53px;
    line-height: 30px;
  }
  .navbar-white .navbar-collapse.in{
    height: 100vh;
  }
}
