/*个人中心*/
.jktheme-author {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin-top: -16px;
}
.mask-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.jktheme-author-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
}
.jktheme-user-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}
#jktheme-user-avatar:hover .jktheme-editor-avatar{
    opacity: 1;
        z-index: 2;
    visibility: visible
}
#jktheme-user-avatar .jktheme-editor-avatar {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 100px;
    height: 100px;
    position: absolute;
    justify-content: center;
    background: rgba(41, 44, 47, .4);
    color: #fff;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    border-radius: 50%;
        z-index: 2;
}
#jktheme-user-avatar{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--b2lightcolor);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 2;
}
.jktheme-avatar-vip {
    animation: light 4s ease-in-out infinite;
    transition: 0.5s;
    display: flex ;
    justify-content: center;
    align-items: center;
}
@keyframes light {
    0% {box-shadow: 0 0 4px #ff0000;}
    25% {box-shadow: 0 0 16px #00ff00;}
    50% {box-shadow: 0 0 4px #0000ff;}
    75% {box-shadow: 0 0 16px #00ff00;}
    100% {box-shadow: 0 0 4px #ff0000;}
}
.jktheme-user-panel-info {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.jktheme-user-panel-info > div:first-child span {
    position: relative;
    color: #fff;
    z-index: 1;
}
.jktheme-user-panel-info p {
    font-size: 17px;
    font-weight: 100;
    color: #fff;
    opacity: 0.8;
    margin-top: 5px;
}
.jktheme-user-panel-info .user-page-lv {
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-panel-editor-button {
    padding-top: 10px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}
.user-panel-editor-button .user-follow {
    width: 220px;
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.jktheme-user-follow button {
    display: flex;
    margin-left: 10px;
}
.author-table {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.author-page-right {
    margin-right: auto;
}
.author-page-right-in {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    flex-direction: unset;
    background-color: #ffffffe6;
    padding: 0 10px;
    margin: 10px 0 10px 0;
}
.user-info,.user-sidebar-gold,.user-sidebar-gold,.user-sidebar-count,.author-edit-page,.collections-menu,.user-inv-page,.author-links,.author-page-left .post-list-item .item-in{
    background-color: #ffffffe6;
}
.user-sidebar-info {
    padding: 0 5px 0 5px;
    height: 45px;
    line-height: 45px;
}
.user-sidebar {
    padding: 0 20px;
}
.user-sidebar-info.active:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--b2color);
}
#author-index {
    padding-bottom: 50px;
    display: flex;
}
.jktheme-author-index-left {
    padding-right: 10px;
    min-width: 430px;
}
.jktheme-author-index-right {
    min-width: 1070px;
}
.load-more-container {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
}
.jktheme-author-post-list {
    background-color: #ffffffe6;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.jktheme-author-post-list .sah-avatar img{
    margin-right: 0;
}
.sah-l > span {
    margin-right: 10px;
}
.sah-catlist a::before {
  content: "#"; 
  margin-right: 4px;
  color: #333; 
}
.sah-type {
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f6f7;
    color: inherit;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 30px;
}
.sah-type:before {
    content: "@";
    margin-right: 4px;
    color: #333;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jktheme-author-content img {
    max-width: 400px;
}
.jktheme-author-no-post {
    background: #ffffffe6;
    border-radius: 5px;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jktheme-author-no-post p {
    color: #000;
}
.jktheme-author-content a:has(img) {
    display: flex;
    white-space: nowrap;
}
.jktheme-author-content p:has(a) {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jktheme-author-content p:has(img){
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-sidebar-count li {
    width: 15%;
    background-color: #ff00;
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.user-sidebar-count {
    justify-content: center;
}
.user-social-box > div {
    padding: 5px 5px;
    justify-content: center;
}
.author-page-nav,.collections-post-list,.author-edit-page,.user-inv-page,.author-follow{
    margin-bottom: 50px;
}
.jktheme-author-verify .b2-renzheng3 {
    font-size: 24px;
    position: relative;
    top: 106px;
    left: 30px;
    z-index: 3;
}
#author-index .user-info p span {
    margin-right: 0;
    color: #000;
    font-size: 19px;
    line-height: 24px;
}
.sah-views,.sah-comment,.sah-like,.sah-date,.sah-favorites,.sah-baidu{
    display: flex;
    align-items: center;
}
.author-links li,.collections-menu ul li {
    background: #cfcfcf;
    border-radius: 5px;
}
.order-list li {
    background: #ffffffe6;
    padding: 10px;
    border-radius: 5px;
}
.author-comment-list li {
    background: #ffffffe6;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}
.author-follow ul li {
    background: #ffffffe6;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
.following-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
}
#author-index .user-info p {
    display: flex;
    align-items: center;
}
#author-index .user-info .user_xunzhang .user-info-title {
    white-space: nowrap;
}
.jktheme-author-content .gzhhide {
    padding: 15px;
    border-radius: 5px;
}
.jktheme-author-content .gzhhide img {
    max-width: 70px;
}
.jktheme-author-index-left > div,.jktheme-author-index-left ul{
    margin-bottom: 10px;
}
.jktheme-author-post-list .post-categories {
    display: flex;
}
.sah-catlist a:hover ,.sah-catlist a:hover::before{
    color: #fff;
    background: var(--b2color);
}

/*上传封面图片按钮button动态按钮开始*/
.user-cover-button label.empty:hover {
    border-color: #fff;
    color: #fff;
}
.user-cover-button label.empty:hover:before {
    width: 100%;
}
.user-cover-button label.empty:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    z-index: -1;
    transition: all 500ms ease;
}
.user-cover-button label.empty:before {
    background: #ff5d8f;
}
.user-cover-button label.empty {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 1;
}
.user-cover-button label.empty:after {
    background: var(--b2color);
}
.user-cover-button label.empty:after {
    position: absolute;
    content: '';
    height: 26px;
    width: 26px;
    top: 3px;
    right: 3px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.7;
    z-index: -2;
}
.jktheme-author-post-list .jkvip-icon {
    top: -1px;
}








/*我的财富边框背景，字体颜色*/.custom-page-row.gold-row {
    background-color: transparent!important;
}
.custom-page-row.gold-row + .custom-page-row.gold-row {
    border-left: 0px solid #fff!important;
	 left: 6px;
    position: relative;
}
.gold-page-list li:nth-child(odd) {
    background: transparent!important;
}
.user-money, .user-credit {
    text-shadow: 10000px 100px 0px #fff!important;
}
/*字体大小颜色*/
.user-sidebar-info.active p {
    color: #00c18e;
    font-size: 20px!important;
}
.user-sidebar-info p {
    color: #000000!important;
    font-size: 20px!important;
}
/*菜单右侧小图标隐藏*/.b2-arrow-right-s-line:before {
    content:none!important;
}
/*设置h2标题调整*/.author-edit-page h2 {
    color: #00c18e!important;
    font-size: 24px!important;
}
/*用户财富*/.user-money, .user-credit {
    background: transparent!important;
}
/*头像边框背景*/.user-panel .avatar {
    border: 0px solid #fff!important;
}
.user-open-avatar {
    background: transparent!important;
}
/*认证信息，认证名字*/
#author-index .user-info .user-renzwenz{
	left: 108px;
   position: absolute;
}
/*用户名字*/
.user-mingzi{
	position: absolute;
   left: 88px;
}
/*个人中心发布的评论背景颜色*/
.author-comment-content .author-comment-content-text {
    background: #f5f6f700!important;
}
/*个人中心认证V图标icon和认证名字*/
.jkrenz-name{
	position: relative;
    left: 20px;
}
/*个人中心用户名字*/
.jkuser-name{
	position: relative;
    left: 4px;
}
/*个人中心头像右侧用户昵称*/
.user-panel-info h1 span {
    margin-right: 0px!important;
}
.user-panel-info h1{
    position: relative;
    top: 12px;
}
/*财富管理积分购买点开弹窗里兑换额度文字背景颜色*/
.cg-info {
    text-shadow: white 0px 0px 0px!important;
}
/*--------------------------------------------------个人中心手机端----------------------------------------*/
@media screen and (max-width: 768px){
/*个人中心用户名字*/
.user-panel-info h1{
	 position: relative;
    top: 8px;
}
/*个人中心资料文字间距*/
#author-index .user-info p span {
    margin-right: 0px!important;
}
/*手机端财富中心，积分余额中间的白线*/
.custom-page-row.gold-row+.custom-page-row.gold-row {
    border-top: 0px solid #fff!important;
}
/*我的任务模块上下模块间距*/
.b2-widget-box {
    margin-top: 10px;
}
/*个人中心订单白色表格线*/
.order-id, .tracking-number, .order-status {
    align-items: inherit!important;
}
.order-state{
    border-right: 1px solid #fff;		
	}
.order-total{
    border-right: 1px solid #fff;		
	}
.order-money.tracking-number {
    border-right: 1px solid #fff;
}
/*订单框框白线*/.order-money > div, .order-status > div {
    border-top: 0px solid #fff!important;
}
/*--------------------------------------------------个人中心手机端----------------------------------------*/
}
/*--------------------------------------------------个人中心手机端----------------------------------------*/