/*  */
.page-content {
    background: #f5f7fa;
}

/*  */
.me-content .navigationBar {
    position: relative;
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%);
    color: white;
    height: 60px;
    font-size: 1.3rem;
    justify-content: left;
    padding: 0 2.6rem;
    box-shadow: 0 2px 10px rgba(142,45,226,0.2);
}
.me-content .home-head{
    background: none;
    margin-bottom:0;
    height: auto;
}

/*  */
.me-content .new-top {
    background: white;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    position: relative;
    margin-top: 1rem;
}
.me-content .new-top2{
    height: auto;
    margin-top: 1rem;

}
.me-content .new-top2,.me-content .new-top{
    padding: 1rem;
    width: 90%;
    height: auto;
    box-sizing: border-box;
}
.me-content .header_right{
    top: 6.2rem;
    bottom: auto;
}

.me-content .newbox {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-bottom: 1rem;
}

.avator {
    width: 64px !important;
    height: 64px !important;
    border: 2px solid white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.me-content .top-line{
    color: #333;
}
.me-content .new-right span{
    color:#333;
}
.userid {
    /*background: #f8f9ff;*/
    /*color: #4A00E0;*/
    /*padding: 6px 15px;*/
    /*border-radius: 20px;*/
    /*display: inline-block;*/
    /*margin-top: 10px;*/
}
.svip {
    position: absolute;
    bottom: 0;
    left: 2.1rem;
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%);
    color: #FFD700;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0.2rem;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    white-space: nowrap;
    z-index: 2;
}

.tixian {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.num {
    font-size: 2rem !important;
    color: #4A00E0 !important;
    font-weight: 700;
}

.me-content .tixian .new-wri {
    background: linear-gradient(
        135deg, /*  */
        #8E2DE2 0%, 
        #FF69B4 25%,
        #00FFD1 50%,
        #FF69B4 75%,
        #8E2DE2 100% /*  */
    );
    background-size: 200% 100%; /*  */
    color: white !important;
    padding: 0.3rem 1rem;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /*  */
    animation: seamless-flow 4s linear infinite;
    -webkit-animation: seamless-flow 4s linear infinite;
}
/*  */
@keyframes seamless-flow {
    0% {
        background-position: 0% 50%; /*  */
    }
    100% {
        background-position: -200% 50%; /* ， */
    }
}

/*  */
.me-content .ft-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 0 auto;
    background: transparent;
}

.me-content .ft-item {
    background: white;
    width: 48%;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: none !important;
    margin-bottom: 1rem;
    height: auto;
}

.dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.left-ii {
    color: #4A00E0 !important;
    font-size: 28px !important;
    margin: 0 0 8px 0 !important;
}

.you {
    display: none;
}

/*  */
/*.end-it {*/
/*    grid-column: span 2;*/
/*    background: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);*/
/*    color: white !important;*/
/*}*/

/*  */
.bottom-box {
    background: white !important;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
}

.six-tabbar-item.active .f7-icons {
    color: #4A00E0 !important;
}