﻿@charset "utf-8";
/* CSS Document */

.flex {
    display: flex;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

/*主体部分*/
.person-center {
    padding: 30px 0px;
    overflow: hidden;
}

/*侧边栏*/
.person-aside {
    display: block;
    width: 220px;
    margin-right: 20px;
    border-radius: 10px;
    background: #fff;
    padding-bottom: 30px;
}

.person-aside h2 {
    padding: 10px 20px 0px 20px;
    font-size: 18px;
    font-weight: 500;
}

.person-aside h2:first-child {
    padding-top: 20px;
}

.person-aside ul {
    font-size: 16px;
}

.person-aside ul li {
    text-align: left;
    margin: 8px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.person-aside ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #545454;
    font-size: 14px;
    line-height: 2;
    padding: 5px 15px;
    margin: 0px 15px;
    border-radius: 5px;
}

.person-aside ul li a i {
    margin-right: 10px;
    font-size: 14px;
}

.person-aside ul li.active a {
    color: var(--core-color);
    background: #1eaec43b;
    font-weight: 700;
    overflow: hidden;
    border-radius: 5px;
}

.person-aside ul li a:hover {
    color: var(--core-color);
    background: #1eaec43b;
}


/*主体*/
.person-main {
    background: none;
    padding-bottom: 0px;
    flex: 1;
}

.person-main .user-info {
    background: #fff;
    border-radius: 10px;
    min-height: 800px;
}

.person-main .user-info .m-title {
    padding-left: 30px;
    padding-top: 20px;
}

.person-main .user-info .m-title h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
}

.person-main .user-info .m-title h2 span {
    margin-left: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

/*选项卡*/
.m-commonTab .innerWrap {
    overflow: hidden;
    position: relative;
    display: block;
}

.m-commonTab .innerWrap.theme1 {
    background-color: #f5f5f5;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.m-commonTab .innerWrap.theme1:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.m-commonTab .innerWrap .item {
    position: relative;
    z-index: 2;
    float: left;
    text-align: center;
    cursor: pointer;
}

.m-commonTab .innerWrap.theme1 .item {
    width: 170px;
    border: 1px solid #e8e8e8;
    border-left: none;
    border-bottom: none;
    background-color: #f5f5f5;
    line-height: 42px;
    font-size: 14px;
}

.m-commonTab .innerWrap.theme1 .item.active {
    border-top: 3px solid var(--core-color);
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: var(--core-color);
}

.m-commonTab .innerWrap.theme1 .item.active a {
    color: var(--core-color);
}

.m-commonContent {
    /* border: solid 1px #eaeaea; */
    border-top: none;
}

/*form区域*/
.m-userInfoForm {
    border-top: none;
    display: block;
    padding: 5px 25px;
    font-size: 14px;
}


.m-userInfoForm .w-avator {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.m-userInfoForm .w-avator .modifyAvatar {
    width: 25px;
    height: 22px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 3;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.m-userInfoForm .w-avator .mask {
    background: url(//yanxuan.nosdn.127.net/f9a6f22….png?imageView&&thumbnail=70x70&quality=95) no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}


/*分割线*/
.splitLine {
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 30px;
    padding-top: 30px;
}

.w-link,
.w-link:hover {
    color: #69c;
    cursor: pointer;
}

.mr10 {
    margin-right: 10px;
}

.w-ipt {
    line-height: 2;
    border: 1px solid #C4D2E4;
    padding-left: 9px;
    color: #333;
    width: 300px;
    height: 38px;
    font-size: 14px;
    border-radius: 5px;
}

.w-select {
    line-height: 2;
    border: 1px solid #C4D2E4;
    padding-left: 9px;
    color: #333;
    width: 300px;
    height: 38px;
    font-size: 14px;
    border-radius: 5px;
}

.w-button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    border: none;
    background: var(--core-color);
}

.w-button,
.w-linkicon:hover .txt {
    cursor: pointer;
}

.w-button-ghost {
    color: var(--core-color);
    border: 1px solid var(--core-color);
    background-color: #f5f3ef;
    padding: 5px 10px;
    font-size: 12px;
}

/*table*/
.m-userTable {
    width: 100%;
    border: none;
    display: block;
    border-collapse: collapse;
}
w-button
.m-userTable thead th {
    background: #f8f8f8;
    border: solid 1px #eaeaea;
    padding: 10px;
}

.m-userTable tbody {}

.m-userTable tbody tr td {
    padding: 5px;
}


/*温馨提示*/
.securityTips {
    background-color: #e8f3ff;
    margin: 0;
    padding: 16px 27px 26px 20px;
    /* border: 1px solid #eaeaea; */
    border-top: none;
}

.securityTips .title {
    margin-bottom: 7px;
    margin-left: 0;
    font-size: 14px;
}

.securityTips p {
    font-size: 13px;
    color: #999;
    margin-bottom: 3px;
}


/**通用头部*/
.moduleHead {
    background: #F6F6F6;
    border: 1px solid #EAEAEA;
    padding: 15px 0 12px 30px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.moduleHead .title {
    font-size: 16px;
    margin-right: 18px;
}

.moduleHead .subTitle {
    color: #666;
}

.moduleHead .moduleExt {
    float: right;
}


/*页码*/
.page {
    padding: 3em 0;
    text-align: center;
}

.page em,
.page b,
.page a,
.page strong {
    display: inline-block;
    padding: 0px 10px;
    text-align: center;
    margin: 0 6px;
    background: #f8f8f8;
    line-height: 30px;
    border-radius: 5px;
}

.page .first,
.page .last,
.page .next,
.page .prev {
    background-color: #f8f8f8;
    font-style: normal;
}

.page em {
    color: #888;
}

.page b {
    background-color: var(--core-color);
    color: #fff;
}

.page strong {
    background-color: var(--core-color);
    color: #fff;
}

.page a:hover {
    background-color: var(--core-color);
    color: #fff;
}

.page select {
    border: solid 1px #eaeaea;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    color: #333;
    padding: 0 5px;
}


/* table
        -----------------------------------------------------------------------------*/
.tb {
    table-layout: auto;
    word-wrap: break-word;
    border-spacing: 0;
    /* 替代 border-collapse: collapse */
    border-radius: 5px;
    /* 设置表格整体圆角 */
    overflow: hidden;
    /* 确保内容不会溢出圆角 */
}

.tb th {
    padding: 10px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    line-height: 2;
    color: #545454;
    text-align: left;
    vertical-align: middle;
    background: #f4f5f6;
}

.tb th:first-child {
    border-left: 1px solid #eaeaea;
    border-top-left-radius: 5px;
}

.tb th:last-child {
    border-right: 1px solid #eaeaea;
    border-top-right-radius: 5px;
}

.tb td {
    padding: 10px;
    font-size: 14px;
    line-height: 2;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    word-wrap: break-word;
    word-break: break-all;
    color: #545454;
    vertical-align: middle;
}

.tb td:first-child {
    border-left: 1px solid #eaeaea;
}

.tb td:last-child {
    border-right: 1px solid #eaeaea;
}

.tb tr:last-child td:first-child {
    border-bottom: 1px solid #eaeaea;
    border-bottom-left-radius: 5px;
}

.tb tr:last-child td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-bottom-right-radius: 5px;
}

.tb .hover td {
    background-color: #fafafa;
}



/*空数据展示*/
.empty-warp {
    width: 100%;
    padding-bottom: 150px;
}

.empty-warp .icon-empty {
    background-image: url(/static/images/empty.png);
    background-size: contain;
    width: 300px;
    height: 200px;
    margin: 80px auto 20px;
}

.empty-warp .icon-empty~p {
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 30px;
    color: #999;
}
