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


/* 底部 开始 */
	.login_footer{
			    color: #000;
			    position: absolute;
			    left: 0;
			    right: 0;
			    margin: 0 auto;
			    bottom: 0;
			    width: auto;
			    text-align: center;
			    font-size: 15px;				
			    line-height: 50px;
			}
	.login_footer p{margin: 0px;}
	.login_footer span{margin-right: 10px;}
	.login_footer span a{color: #000;margin-right: 10px;}
		
/* 底部 结束 */


.login_content_bg{
	    filter:Alpha(opacity=45);
	    background:#999999;
	    border-radius: 8px;
	    width: 900px;
	    height: auto;
	    position: absolute;
	    left: 50%;
	    top:50%;
	    margin-left: -460px;
	    margin-top: -265px;
	}
	.bo{
	    position: relative;
	    display: flex;
	}
	.login_bt{
	    color: #fff;
	    width: 50%;
	    float: left;
	    text-align: center;
	 
	}
	.welcome{
	    font-size: 40px;
	    font-weight: normal;
		margin-top: 120px;
	}
	.login_logo{
	    color: #fff;
	    margin-top: 40px;
	    margin-left: -10px;
	    margin-bottom: 0;
	    padding: 0;
	}
	
	.login_box{
	    float: right;
	    width: 50%;
	    padding: 40px;
	    background: #fff;
	    border-radius: 0 8px 8px 0;
	    box-sizing: border-box;
	    height: auto;
	}
	.box_bt{text-align: center;}
	.bt_h2{
	    font-size: 25px;
	    color: #333;
	    text-align: center;
	}
	.mar_b20{
	    margin-bottom: 20px;
	}
	.name{
	    position: relative;
	}
	.password{
	    position: relative;
	}
	.input-box input{
	    border-top:0px;
	    border-left:0px;
	    border-right:0px;
	    border-bottom: 1px solid #DCDCDC;
	    height: 60px;
	    line-height: 42px;
	    width: 100%;
	    outline: none;
	    color: #333333;
	    margin-right: 5px;
	    text-align: left;
	    font-size: 15px;
	}
	.col_gray{
	    margin-top: 11px;
	    font-size: 14px;
	    color: #8c8c92;
	    float: left;
	}
	.nr{
	    font-size: 14px;
	    color: #333333;
	   /* margin-top: 10px; */
	    float: right;
	   /* margin-bottom: 15px; */
	}
	.nr a{
	    color: #1169ac;
	}
	.login_btn_a{
	    width: 100%;
	    border-radius: 22px;
	    height: 44px;
	    text-align: center;
	    color: #fff;
	    display: block;
	    background-color: #1169ac;
	    margin-top: 100px;
	}


