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";
}





img { border:0;}
div,form,ul,ol,li,span,h1,h2,h3,h4,h5,h6,dl,dt,dd {border: 0;margin: 0;padding: 0;list-style-type:none}
.fz12,font,h2,h1 { font-size:12px}
h3,h4,h5 { font-weight:normal; font-size:14px}

input,textarea,button { outline:none;}

@media all and (max-width:1440px){
body { min-width:inherit;}
}

a { outline:none;-moz-outline:none; color:#343434; -webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;text-decoration:none;}
a:hover {color:#F38305;text-decoration:none}
p { padding:0; margin:0;}
.tar { text-align:right}
.tal { text-align:left}
.tac { text-align:center}
.ft {float:left}
.fr {float:right}
.clear { clear:both}
.bgff { background:#fff}
.w100 { width:1400px; margin:0 auto}


.list { clear:both}
.list ul li { padding:15px 10px; border-bottom:1px #ddd dashed; overflow:hidden}
.list ul li:nth-child(2n) { background:#fafafa}
.list ul li h3 { font-size:16px; padding-bottom:5px; line-height:26px;}
.list ul li h4 { font-size:14px; color:#888; line-height:24px}
.list ul li h5 { height:32px}
.list ul li h5 a { color:#007bff; margin-left:15px; border:1px #007bff solid; padding:3px 10px; border-radius:3px}
.list ul li h5 a.sc { color:#cc0000; border:1px #cc0000 solid}

.list ul li h3 a { color:#007bff;}
.list ul li h4 a { background:#dedede; padding:2px 5px; margin-right:15px; border-radius:3px}
.list ul li h4 a:hover { background:#333; color:#fff}

.list2 ul { overflow:hidden; clear:both}
.list2 ul li { padding-bottom:15px; margin-bottom:15px; border-bottom:1px #ddd dashed; overflow:hidden; float:left; width:50%}
.list2 ul li img { float:left; margin-right:20px; padding-left:15px}
.list2 ul li h3 { font-size:16px; padding-bottom:5px; line-height:26px;}
.list2 ul li h3 font { font-size:14px; padding-left:10px}
.list2 ul li h4 { font-size:14px; color:#888; line-height:24px}
.list2 ul li h5 { height:32px; padding-right:15px}
.list2 ul li h5 a { color:#007bff; margin-left:15px; border:1px #007bff solid; padding:3px 10px; border-radius:3px}
.list2 ul li h5 a.sc { color:#cc0000; border:1px #cc0000 solid}



.list3 { height:50px}
.list3 ul li { float:left; padding:0 10px; position:relative}
.list3 ul li a.on { font-weight:bold; color:red}
.list3 ul li a.on i { position:absolute; bottom:-5px; left:50%; margin-left:-8px; height:2px; width:16px; background:red; border-radius:2px}
.list3.fts { float:left; padding-right:20px}


.list4 { overflow:hidden; margin-bottom:15px; clear:both}
.list4 ul li { float:left; position:relative; line-height:32px; padding-right:2px}
.list4 ul li a { display:block; padding:0 18px; background:#f5f5f5}
.list4 ul li a.on { background:#444c69; color:#fff}
.list4 ul li.li3 { display:none}


.col-sm-2 { width:19%}


.form-group:nth-child(2n) { background:#fafafa}
.form-group .panel-default { padding:0}

.tacse { text-align:center}


@media all and (max-width:750px){
.col-sm-2 { width:100%}
.form-group { border-bottom:1px #ddd dashed; padding-bottom:10px}
.form-group:nth-child(2n) { background:#fff}
.list3 { height:auto; position:relative}
.list3.fts { float:none}
.list3 ul li { float:none; padding:0 0 10px 0}

.list2 ul li img { float:none; margin:0 auto; padding:0 0 10px 0; display:block}
.list2 ul li h3 { text-align:center}

.list3 ul.ul2 { position:absolute; bottom:0; right:0}
.list3 ul.ul2 li { float:left; padding-left:10px}
.list4 ul li.li3 { display:block; padding-left:10px}
.list4 ul li { padding-bottom:2px}
.list4 ul li a { padding:0 10px;}
.tacse { display:none}

.list3.t33 { margin-bottom:10px;}
.list3.t33 ul li { display:inline;}
.list3.t33 ul li .btn { padding:6px 5px}


}














/*# sourceMappingURL=user.css.map */