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: 767px) {
    .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;
    }
}

/*登录注册页面样式 修改 s*/

.login-header{
    width:1200px;height:46px;
    margin:0 auto;
}

.user-section{
    border: 0px solid #e4ecf3;
    box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.05);
}

.login-section{
    margin-left:280px;
}
.btn-primary{
    padding:0; outline:0;
    height: 54px; line-height: 54px;
    background: #2E6EC2 !important;
    border-radius: 10px !important;
}
.btn-primary:hover{
    /*height: 54px;line-height: 54px;*/
    border: 0px !important; outline:0 !important;
}

.login-section .logon-tab{
     border-bottom: 1px solid #DFDFDF;
 }

.login-section .logon-tab > a{
    padding:10px; font-size:20px !important;
}

/*登录注册页面样式 修改 e*/

/*用户中心页面样式*/
.user-wrap{
  overflow: hidden;
}
.left-wrap{
    width: 203px; float:left;
}

.right-wrap{
    width: 978px;float:right;

}
.sidenav{
    border:0;
}

.right-wrap .panel{
    padding:0;
    border:0;
    background-color: #F9F9F9;
    box-shadow:none;

}
.panel-body{
    padding: 0px;
}
.page-header{
    height:70px; line-height: 70px;
    padding:0 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom:0;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}


.user-baseinfo{
    width:100%; overflow: hidden;
    padding:50px 45px;
    background-color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.ui-content h4{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.ui-content h4 a{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF5730;
}

/*左侧菜单样式修改*/

.sidenav .list-group .list-group-item.active > a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2E6EC2;
}
.sidenav .list-group .list-group-item > a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.sidenav .list-group .list-group-item.active{
    border-left: 2px solid #2E6EC2;
}

/*个人资料页面样式修改*/

#profile-form{
    background:#fff;
    padding:40px 0 93px 0;
}

.form-group .control-label{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.btn-success{
    /*width: 125px;*/
    /*height: 40px;*/
    background-color: #2E6EC2 !important;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.reset-btn{
    width: 125px;
    height: 40px;
    font-size: 18px;
}

.form-wrap {
    background-color: #fff;
}














