/* 顶部图部分 */
.author-header {
    overflow: hidden;
}
.mask-wrapper {
    width: 100%;
    height: 0;
    padding-top: 20%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mask-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #ccc;
}
/* 上传按钮 */
.user-cover-button {
    position: absolute;
    top: 20px;
    right: 20px;
}
.user-cover-button label.empty {
    background: none;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 7px 10px;
}
.sh-hidden-always {
    display: none;
}
/* 个人头像简介 */
.user-panel {
    position: relative;
    width: 100%;
    margin-top: -73px;
    padding: 0 20px 20px 20px;
    display: flex;
    box-sizing: border-box;
}
.user-panel .avatar {
    border: 4px solid #fff;
    background: #ccc;
    width: 152px;
    height: 152px;
    flex-grow: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 152px;
    min-width: 152px;
    border-radius: 4px;
}
/* 修改头像 */
.user-panel .avatar:hover .editor-avatar {
    opacity: 1;
    visibility: visible;
}
.editor-avatar {
    display: flex;
    align-items: center;
    flex-flow: column;
    height: 100%;
    position: absolute;
    width: 100%;
    justify-content: center;
    background: rgba(41,44,47,.4);
    color: #fff;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
/* 介绍关注部分 */
.user-panel-info {
    font-size: 24px;
    font-weight: 600;
    padding-top: 45px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    align-items: flex-end;
}
.user-panel-info p {
    align-items: center;
    font-size: 13px;
    color: #797C80;
	width: 100%;
    font-weight: 400;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin-right: 300px;
}
.user-panel-editor-button {
    text-align: center;
    position: absolute;
    right: 24px;
    top: 115px;
}
.user-follow {
    margin-top: 10px;
    display: flex;
}
.user-follow button {
    display: flex;
    margin-left: 10px;
}
/* 详细信息部分 */
.mg-t {
    margin-top: 16px;
}
.author-table {
    display: flex;
}
/* 左侧选项 */
.author-page-right {
    margin-right: 16px;
}
.author-page-right {
    width: 240px;
}
.author-page-right-in {
    padding: 16px;
}
.user-sidebar {
    font-size: 14px;
}
.user-sidebar-info.active {
    border-radius: 5px;
    background: rgba(255, 157, 0, 0.04);
}
.user-sidebar-info {
    padding: 14px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.user-sidebar-info.active p {
    color: #ff9d00;
}

.user-sidebar-info p {
    display: flex;
    align-items: center;
    color: #8590A6;
}
.user-sidebar-info p i {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    font-size: 24px;
}
/* 右侧部分 */
.author-page-left {
    flex: 1;
    width: 100%;
}
#author-index {
    overflow: hidden;
}
#author-index .user-info {
    padding: 6px 20px;
}
.mg-b {
    margin-bottom: 16px;
}
#author-index .user-info p {
    position: relative;
    padding: 14px 0;
}
#author-index .user-info p span {
    display: inline-block;
    margin-right: 24px;
}

.user-info-title {
    color: #8590A6;
    font-size: 15px;
    line-height: 22px;
}
/* 统计部分 */
.user-sidebar-count {
    display: flex;
    flex-flow: wrap;
    padding: 15px;
}
.user-sidebar-count li {
    width: 25%;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    background-color: #F7F9FA;
    border: 5px solid #fff;
}
.user-sidebar-count li i {
    position: absolute;
    font-size: 81px;
    color: rgba(209, 233, 255, 0.28);
    right: 0;
    top: -13px;
}
.user-sidebar-count li > div {
    position: relative;
}
.user-sidebar-count li p {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}
.user-item-desc {
    font-size: 12px;
    color: #AAAEB3;
}
/* 小屏显示 */
@media screen and (max-width: 768px) {
.mask-wrapper {
    padding-top: 30%;
}
.user-panel {
    padding: 0 12px 12px;
    margin-top: -24px;
}
.user-panel .avatar {
    width: 80px;
    height: 80px;
    max-width: 80px;
    min-width: 80px;
    cursor: pointer;
    border: 5px solid #ffffff;
    position: relative;
    z-index: 4;
}
.user-panel-info {
    padding-left: 12px;
    padding-top: 29px;
    align-items: initial;
}
.user-panel-info h1 {
    display: flex;
    flex-flow: column;
    font-size: 18px;
}
.user-panel-editor-button {
    margin-top: 0;
    top: -15px;
    right: 12px;
}
.user-panel-editor-button .user-follow {
    width: auto;
    justify-content: center;
    margin: 0;
}
.user-panel-editor-button button, .user-panel-editor-button .button {
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 400;
}
/* 下面部分 */
.author-table {
    flex-flow: column;
}
.mg-t {
    margin-top: 12px;
}
.author-page-right {
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
}
.author-page-right-in {
    display: flex;
    flex-flow: wrap;
}
.user-sidebar {
    width: 20%;
}
.user-sidebar-info {
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 12px 10px;
}
.user-sidebar-info p {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.user-sidebar-info p i {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
}
.mg-b {
    margin-bottom: 12px;
}
#author-index .user-info p {
    padding: 16px;
    font-size: 14px;
}
#author-index .user-info p span {
    display: inline-block;
    margin-right: 24px;
}
.user-sidebar-count li {
    width: 50%;
    padding: 20px;
}
.user-sidebar-count li p {
    font-size: 20px;
    margin: 5px 0;
}
}