@charset "UTF-8";
.user-info {
    position: relative;
    height: 100%;
    background-color: #eaedf1;
}
.user-info-side-active {
    background-color: #fff;
}

/* 侧边栏 */
.user-info-side {
    position: absolute;
    width: 160px;
    height: 100%;
}
/* 显示隐藏 */
.user-info-side-toggle {
    position: absolute;
    top: 45%;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 50px;
    background-color: #0b80b5;
    z-index: 1;
    display: none;
}
.user-info-side > dl > dt {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
   /* background-color: #D9DEE4;*/
}
.user-info-side > dl > dd {
    min-height: 40px;
}
.user-info-side > dl > dd > a {
    display: block;
    height: inherit;
    line-height: 40px;
    text-indent: 40px;
    font-size: 12px;
}
.user-info-side > dl > dd >a:hover {
    background-color: #fff;
    text-decoration: none;
}

/* 账户管理内容区域 */
.user-info-body {
    position: absolute;
    top: 0;
    left: 160px;
    right: 0;
    bottom: 0;
    width: auto;
    background-color: #fff;
}
/* 安全设置 */
.user-set {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
}
.user-set > h1 {
    line-height: 70px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #096cb5;
}
.user-set > h1:before {
    content: '';
    padding-right: 5px;
    border-left:3px solid #096cb5 ;
}
/* 设置内容区 */
.user-set-bd,.basic-data-warp {
    padding-left: 10px;
    padding-right: 10px;
}
/* 用户信息 */
.user-safe-set {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.user-safe-set-photo {
    width: 130px;
    padding: 5px;
}
.user-safe-set-photo > img {
    width: 120px;
    height: 120px;
}
.user-safe-set-photo > a {
    display: inline-block;
    width: 100%;
    padding-top: 4px;
    text-align: center;
}
.user-safe-set-account {
    position: relative;
/*    left: 20px;*/
    padding:45px;
}
.user-safe-set-account > p {
    margin-bottom: 10px;
}
/* 安全级别 */
.user-safe-level,.user-safe-progressBar {
    float: left;
}
.user-safe-level {
    height: 20px;
    line-height: 20px;
}
.user-safe-level:nth-child(3){
    padding-left: 20px;
}
.user-safe-level > em,.user-safe-level > i {
    font-style: normal;
}
.user-safe-level > i {
    padding-left: 20px;
}
.user-safe-progressBar {
    width: 200px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 6px;
    background-color: #ddd;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.user-safe-progressBar-bd {
    display: inline-block;
    width: 50%;
    height: 100%;
    border-radius: 6px;
}
/* 用户安全设置列表 */
.pull-mid {
    overflow: hidden;
}
.user-safe-set-list {}
.user-safe-set-list > li {
    padding: 33px;
    border-top: 1px dashed #e1e6eb;
}
.set-list-name,.set-list-status,.set-list-bd {
    height: 100%;
    font-size: 12px;
}
.set-list-name {
    width: 66px;
}
.set-list-name > h3 {
    font-size: 14px;
    font-weight: bold;
}
.set-list-status,.set-list-bd {
    padding: 0 10px;
}
.set-list-bd > p {
    width: 75%;
}
.set-already > span, .set-already > span > i {
    color: #090 !important;
}
.set-not > span, .set-not > span > i {
    color: #f90 !important;
}