body {
    position: relative;
    width: 100%;
}

.color-theme {
    color : #5a60a5;
}


.color-light {
    color : #00B0B0;
}

.color-warn {
    color : #F0A000;
}

.color-error {

    color : #FF3629;
}

.color-success {
    color : #52C41A;
}

.color-disable {
    color : #BACBDB;
}

.font-normal {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.font-major {
    color: #5a60a5;
    font-size: 16px;
    line-height: 24px;
}

.font-minor {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

.font-hint {
    color: #999aaa;
    font-size: 12px;
    line-height: 20px;
}

.font-bold {
    font-weight: bold;
}

.link:hover{
    color: red;
}

.hidden {
    display: none;
}

/* 附加样式 */
.of-xa {
    overflow-x: auto;
}
.of-xh {
    overflow-x: hidden;
}
.of-ya {
    overflow-y: auto;
}
.of-yh {
    overflow-y: hidden;
}

.border-bottom {
    border-bottom: 1px solid #e8e8ed;
}

.top-header {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border-top: #e9eaf5;
    display: flex;
    flex-direction: row;
    padding: 0 24px 0 0;
    align-items: center;
    justify-content:space-between;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.top-header>span{
    margin-left: 24px;
}

.top-header span.top-logo{
    font-size: 18px;
    font-weight: bold;
}
.top-header span.top-logo a {
    color: #5a60a5;
}

.top-header>.top-nav{
    margin-left: 40px;
    height:100%;
}

.top-header>.top-nav ul li{
    display: inline-block;
    height: 100%;
    line-height: 48px;
    padding: 0 8px;
    
}
.top-header>.top-nav ul li.active{
    border-bottom: 2px solid #5a60a5;
}
.top-header>.top-nav ul li.active a{
    color: #5a60a5;
}

.top-header>.top-nav ul li:hover a{
    color: #7077cc;
    /* font-weight: bold; */
}

.top-header>.top-search {
    flex:1;
    margin-left: 40px;
    height: 32px;
    box-sizing: border-box;
    text-align: right;
}
.top-header>.top-search input{
    padding-block: 0px;
    padding-inline: 0px;
    display: inline-block;
    background-color: #f2f4f6;
    height: 100%;
    border: 1px solid #b1b4d6;
    border-right: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 12px 0 0 12px;
    width: min(calc(100% - 66px), 360px);
    text-indent: 20px;
}
.top-header>.top-search input:focus{
    border: 1px solid #fc5531;
}
.top-header>.top-search button{
    background-color: #5a60a5;
    height: 100%;
    line-height: 32px;
    width: 66px;
    color: #ffffff;
    border: 0 none;
    border-radius: 0 12px 12px 0;
    font-size: 14px;
}

.top-header>.top-user span.user-avatar {
    display: block;
}

.top-header>.top-user .user-avatar .user-avatar-img{
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.top-header>.top-quick-entry {
    margin-left: 12px;
}
.top-header>.top-quick-entry li {
    line-height: 48px;
    padding: 0 8px;
}
.top-header>.top-quick-entry ul li:hover a{
    color: #7077cc;
    /* font-weight: bold; */
}

.top-header>.top-quick-entry .major-button {
    background-color: #5a60a5;
    color: white;
    line-height: 32px;
    border-radius: 16px;
    width: 88px;
    text-align: center;
}

.page {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    background-color: #f5f6f7;
    align-items: center;
    width: 100%;
}

.main{
    margin-top: 16px;
    min-width: 1320px;
    width: 1320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main .content-panel {
    /* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); */
    background-color: white;
}

.layout-lr{
    display: flex;
    justify-content: space-between;
}

.layout-flow>*{
    display: inline-block;
}

.link-minor {
    font-size: 14px;
    color: #999aaa;
}

.section-panel {
    margin-bottom: 8px;
    display: block;
    background-color: white;
    border: 1px solid #e8e8ed;
}

.section-panel .section-title {
    height: 54px;
    line-height: 48px;
    padding: 6px 16px 0 16px;
    border-bottom: 1px solid #e8e8ed;
}

.section-panel .section-content{
    padding: 12px 16px 16px 16px;
    
}

.section-panel .section-content li{
    margin-top: 8px;
    word-break: break-word;
}

.section-panel .content-link .link-text{
    display: inline-block;

}

.section-panel .content-link .link-time{
    display: inline-block;
    font-size: 12px;
    color: #999aaa;

}

.content-link {
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    
}

.user-summary .user-avatar img{
    display: block;
    height: 48px;
    border-radius: 50%;
}
.user-summary .user-info{
    margin-left : 16px;
    flex: 1;
    text-align: left;
    display: block;
    border-radius: 50%;
    line-height: 24px;
}

.user-summary .individual-statistics ul{
    display: flex;
    justify-content: space-between;
}

.user-summary .individual-statistics li{
    text-align: center;
    width: 50px;
}

.user-summary .individual-statistics .statistics-title {
    font-size: 12px;
}

.user-summary .individual-content {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8e8ed;
}

.user-summary .individual-content>div{
    display: inline-block;
    width: 130px;
}

.user-summary .individual-content>div .count{
    padding-left: 16px;
}


.user-summary .individual-skill {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8e8ed;
}

#individual-skill-chart {
    width: 260px;
    height: 200px;
}

.user-summary .individual-wealth {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8e8ed;
}

/* .user-summary .individual-wealth>div{
    display: inline-block;
    width: 130px;
} */

.user-summary .individual-wealth>div .count{
    padding-left: 16px;
}