@media (min-width: 630px) {
    body {
        max-width: 630px;
        margin: 0 auto;
    }
}
.page{
    background: linear-gradient(180deg, #8F00FF 0%, #FF6B6B 100%);
}
/*  */
.page-paihang {
    --primary-gradient: linear-gradient(135deg, #8A2BE2, #4B0082);
    --text-primary: #2c3e50;
    --text-secondary: #6b7280;
    --border-color: rgba(138,43,226,0.1);
}
.navbar-inner i{
    color: #333;
}
.navbar a{
    color: #fff;
}
.header{
    display: flex;
    align-items: center;
    height: 64px;
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%);
    color: white;
    font-size: 1.3rem;
    box-shadow: 0 2px 10px rgba(142, 45, 226, 0.2);
}
/*  */
.navbar {
    background: #F5F4F1 !important; /*  */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/*  */
.page-paihang .bgg{
  margin-top: 84px;
}

/*  */
.tab-buttons {
    display: flex;
    gap: 15px;
    padding-right: 15px;
}

.tab-button {
    padding: 8px 20px;
    border-radius: 20px;
    background: #FFFFFF; /*  */
    color: #888888;
    font-weight: 500;
    transition: all 0.3s;
    border: 1px solid #E0E0E0;
}

/*  */
.tab-button.active {
    background: #8A50F2 !important; /*  */
    color: white !important;
    border-color: transparent;
}
/*  */
.ti {
    font-size: 2.2rem !important;
    color: var(--text-primary);
    text-align: center;
    margin: 2rem 0;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(138,43,226,0.1);
}

/*  */
.hty {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c2c0c0;
}

.hty div {
    padding: 12px 32px;
    border-radius: 50px;
    background: white;
    border: 2px solid var(--border-color);
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
}

.hty .activeL {
    background: var(--primary-gradient);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(138,43,226,0.3);
}

/*  */
.table {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(138,43,226,0.08);
    margin: 0 1.5rem;
    overflow: hidden;
}

.tr {
    display: grid;
    grid-template-columns: 40px 1fr 2fr 1.5fr;
    align-items: center;
    padding: 1.5rem 0.5rem;
    border-bottom: 1px solid var(--border-color);
    transition: background 0.3s ease;
}
.tr .pre{
    text-align: center;
}
.tr:nth-of-type(1)>.pre>div,.tr:nth-of-type(2)>.pre>div,.tr:nth-of-type(3)>.pre>div{
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 30px;
    display: inline-block;
}

/*.tr:hover {*/
/*    background: rgba(138,43,226,0.03);*/
/*}*/

/*  */
.iimg {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

/*  */
.th {
    font-size: 0.74rem;
    color: var(--text-primary);
    font-weight: 500;
}

.mm {
    color: #10B981;
    font-weight: 700;
    text-align: right;
}

/*  */
.bgg::-webkit-scrollbar {
    width: 8px;
    background: rgba(138,43,226,0.05);
}

.bgg::-webkit-scrollbar-thumb {
    background: rgba(138,43,226,0.2);
    border-radius: 4px;
}
.contaninner{
    overflow: auto;
    height: 76vh;
}