.user-center {
    margin-top: 50px;
    padding-bottom: 50px;
    flex: 1;
    background-color: #fff;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;

}

.ex-wrap2 {}

.ex-list2 {
    height: 50px;
    display: flex;
    border-right: 1px solid #DBDBDB;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}

.ex-list2-l {
    width: 199px;
    border-right: 1px solid #DBDBDB;
    /* padding-left: 24px;
    box-sizing: border-box; */
    margin-right: 15px;
}

.ex-list-item2-l {
    position: relative;
    line-height: 50px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    border-left: 2px solid transparent;
    cursor: pointer;
    transition: all .1s;
    padding-left: 24px;
    box-sizing: border-box;
}

.ex-list-item2-l>p {
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.ex-list-item-l-active2 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0029E1;
    background: #F0F2FF;
    border-right: 4px solid #0023EA;
}

.ex-list-item-active2 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0029E1;
}

.eex-list-item-active2 {}

/* .ex-list-item-active2::after {
    position: absolute;
    content: '';
    display: block;
    margin-top: -9px;
    width: 100%;
    height: 3px;
    background: #0958D9;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
} */

.ex-content2 {
    flex: 1;
    margin-top: 18px;
    height: 518px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 22px 26px 61px 0px;
    box-sizing: border-box;
    position: relative;
    display: flex;
}

.ex-content-item2 {
    width: 100%;
    display: none;
    flex-direction: column;
    position: relative;
    left: 0;
    top: 0;
}

.ex-content-item2 p {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1D2129;
}


.changebtn {
    width: 100px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #0029E1;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0029E1;
    text-align: center;
    line-height: 32px;
}

.ex-content-item-show2 {
    display: flex;
}

.d-line {
    height: 1px;
    background-color: #DBDBDB;
    margin: 24px 0px;
}

.pagination-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 0px;
}

.pagination-wrap .pre-page,
.pagination-wrap .next-page,
.pagination-wrap .page-item {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: 8px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    transition: all .3s;
}

.page-item-active {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.pre-page:hover {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.page-item:hover {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.page-item-more {
    border: 1px solid transparent !important;
}

.page-item-more:hover {
    cursor: default;
    border: 1px solid transparent !important;
}

.next-page:hover {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.page-items {
    display: flex;
    flex-direction: row;
}

.header-wrap2>#header {
    background-color: #fff;
    border-bottom: none;
}

#nav2 {
    height: 118px;
    width: 1200px;
    margin: 0px auto;
    /* height: 38px; */
    height: 56px;
}

.nav2-wrap {
    background-color: #F6F9FF !important;
}

.nav-item2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 30px;
    height: 100%;
    transition: all .3s;
}

.nav-item2:hover>.nav-item-name2 {
    font-weight: 500;
    color: #333;
}

.nav-item2:hover>.ni-bottom2 {
    /* background: #2E5FBE; */
}

.nav-item-name2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
}

.nav-item-name-active2 {
    font-weight: 500;
    color: #333;
}

.ni-bottom2 {
    width: 100%;
    display: block;
    height: 4px;
    background: transparent;
    border-radius: 2px;
}

.nav2-item-active {
    background-color: #0029E1;
}

.nav2-item-active .nav-item-name2 {
    color: #fff;
}

.p-n-l-con {
    overflow-x: scroll;
    overflow-y: hidden;
}