* {
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(to right bottom, #0864e9 0%, #3cdcc8 60%);
}

.main {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.head {
    margin: 5px;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fh {
    height: 36px;
    width: 36px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fh img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.bm {
    height: 36px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm_botton {
    height: 30px;
    width: 80px;
    line-height: 30px;
    font-size: 0.9rem;
    color: #e65d19;
    letter-spacing: 1px;
    padding-left: 27px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url('../../img/bm.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 3px center;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

.ssname {
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ss_title {
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 15px #000,
        0 0 5px rgba(255, 17, 0, 0.2);
}

.ynend {
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    background: linear-gradient(to right, #0a0c37, #1c295e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.ynendbm {
    margin-top: 10px;
    height: 30px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #1c295e;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bmbnt,
.bmbtme {
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.5);
}

.bmbnt_dw {
    height: 30px;
    line-height: 30px;
    width: 150px;
    border-radius: 8px;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
}

.bg_fg {
    margin-top: 30px;
    height: 20px;
    width: 100%;
    background-image: url('../../img/ssxq_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}



.container {
    width: 100%;
    flex: 1;
    background-color: #ffffff;
    padding: 10px 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.showtext {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.show_text {
    height: 25px;
    line-height: 25px;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    color: #ff7901;
}

.showts{
    margin-top: 20px;
    height: 30px;
    width: 95%;
    display: flex;
    gap: 10px;
    background-color: #fc8b28;
    border-radius: 5px 5px 0 0;
}
.ts_item{
    height: 100%;
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.dw_wz_div{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #ff0000;

}
.showtitle{
    height:30px;
    line-height: 30px;
    display: inline-block; 
    color:#ffffff;
}

.dw-position{
    width: 95%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid #fc8b28;
}

.showmap{
    width: 100%;
    height: 150px;
}

.jp_title {
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 30px;
    border-radius: 8px 8px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(135deg, #ff8916 0%, #ff6b00 100%);
    box-shadow: 0 2px 8px rgba(255, 137, 22, 0.4);
}

.title-icon {
    font-size: 1.3rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.showjp {
    width: 95%;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right bottom, #fd7a03 0%, #e8a65b 60%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    opacity: 0.95;
}

.winner-list {
    padding: 8px;
}

.show_title {
    height: 35px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border-bottom: 1px dashed #ffffff;
}

.title_mc {
    height: 35px;
    line-height: 35px;
    width: 50px;
    font-size: 0.95rem;
    font-weight: bold;
}

.title_pz {
    height: 35px;
    line-height: 35px;
    flex: 1;
    font-size: 0.95rem;
    font-weight: bold;
}

.title_jz {
    height: 35px;
    line-height: 35px;
    width: 60px;
    font-size: 0.95rem;
    font-weight: bold;
}

.show_title_text {
    height: 30px;
    width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title_mc_text {
    height: 30px;
    line-height: 30px;
    width: 50px;
    font-size: 0.95rem;
    font-weight: bold;
}

.title_pz_text {
    height: 30px;
    line-height: 30px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    font-weight: bold;
}

.title_jz_text {
    height: 30px;
    line-height: 30px;
    width: 60px;
    font-size: 0.95rem;
    font-weight: bold;
}

.mc-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    margin-top: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mc-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.mc-item:nth-child(1) {
    margin-top: 0;
}

.mc-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #ff6b00, #ff8916);
}

.rank-gold::before {
    background: linear-gradient(to bottom, #ffd700, #ffed4e);
}

.rank-silver::before {
    background: linear-gradient(to bottom, #c0c0c0, #e8e8e8);
}

.rank-bronze::before {
    background: linear-gradient(to bottom, #cd7f32, #e8a87c);
}

.mc-rank {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 65px;
    min-width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rank-gold .mc-rank {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border-color: #ffd700;
}

.rank-silver .mc-rank {
    background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
    border-color: #c0c0c0;
}

.rank-bronze .mc-rank {
    background: linear-gradient(135deg, #cd7f32, #e8a87c);
    border-color: #cd7f32;
}

.rank-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff0000;
    line-height: 1;
}

.rank-gold .rank-number {
    color: #b8860b;
}

.rank-silver .rank-number {
    color: #696969;
}

.rank-bronze .rank-number {
    color: #8b4513;
}

.rank-label {
    font-size: 0.7rem;
    color: #666;
    margin-top: 2px;
}

.mc-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-width: 0;
}

.user-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.user-avatar {
    position: relative;
    width: 45px;
    height: 45px;
    min-width: 45px;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-badge {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.user-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.show-name {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jp-info {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.85rem;
    color: #ffffff;
    background: rgba(255, 107, 0, 0.6);
    padding: 2px 8px;
    border-radius: 10px;
    width: fit-content;
    max-width: 100%;
}

.prize-icon {
    font-size: 0.9rem;
    flex-shrink: 0;
}

.jp-info span:last-child {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.3;
}

.mc-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    min-width: 70px;
    height: 65px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.score-label {
    font-size: 0.7rem;
    color: #999;
    margin-bottom: 2px;
}

.score-value {
    font-size: 1.3rem;
    font-weight: bold;
    color: #e65d19;
    line-height: 1;
}

.score-unit {
    font-size: 0.75rem;
    color: #e65d19;
    margin-top: 2px;
}





.pjfs {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.95rem;
    color: #ffffff;
    border-top: 2px dashed rgba(255, 255, 255, 0.5);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    transition: all 0.3s ease;
}

.pjfs:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
}

.pjfs:active {
    transform: translateY(0);
}

.pjfs-icon {
    font-size: 1.1rem;
}

.show-bm {
    width: 95%;
    margin-top: 20px;
    display: flex;
    padding-top: 5px;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    justify-content: flex-start;
    border: 2px solid #ff8916;
    position: relative;
}

.bm-title {
    height: 30px;
    line-height: 30px;
    width: auto;
    display: inline-block;
    padding: 0 5px;
    font-weight: bold;
    background-color: #ffffff;
    color: #c66705;
    position: absolute;
    left: 30px;
    top: -15px;
}

.bm-content {
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.user-list {
    height: 40px;
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.user-img {
    height: 30px;
    width: 30px;
    border-radius: 8px;
}

.user-img1 {
    height: 30px;
    width: 30px;
    border: 2px solid #4ddb6b;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.user-img img,
.user-img1 img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.user-name {
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dashed #aaaaaa;
}

.userlist {
    height: 50px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(to right bottom, #fd7a03 0%, #e8a65b 60%);
    gap: 10px;
}

.dwnum {
    height: 40px;
    line-height: 40px;
    width: 60px;
    font-size: 0.95rem;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #ffffff;
    background-color: #ff8916;
    color: #ffffff;
}

.headimg {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headimg img {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    object-fit: cover;
}

.username {
    height: 40px;
    line-height: 40px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    font-weight: bold;
    text-align: left;
}







.bm-num {
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 0.95rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff8916;
    border-radius: 0 0 5px 5px;
}

.tab-sm {
    margin-top: 20px;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.tab-title {
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 35px;
    text-align: left;
    background-image: url('../../img/sm.png');
    background-repeat: no-repeat;
    background-size: 27px 27px;
    background-position: 5px center;
    background-color: #ff8916;
    border-radius: 5px 5px 0 0;
}

.tab-body {
    width: 100%;
    padding: 5px;
    font-size: 0.95rem;
    font-weight: bold;
    white-space: pre-wrap;
    text-align: left;
    color: #ff7a01;
    background-color: #ffffff;
    border: 1px solid #ff8916;
    border-radius: 0 0 5px 5px;
}

.show-sm {
    width: 95%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.sm_title {
    height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sm_title_text {
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    border-radius: 5px 5px 0 0;
    background-color: #ff7a01;
    width: fit-content;
    font-size: 1rem;
    font-weight: bold;
    color: #292a25;
}

.sm_title_more {
    height: 31px;
    line-height: 31px;
    margin-top: 3px;
    border-radius: 0 5px 0 0;
    flex: 1;
    text-align: right;
    padding-right: 15px;
    font-size: 0.9rem;
    color: #ffffff;
    background: linear-gradient(to right, #ff7a01 0%, #e8a65b 100%);
    opacity: 0.9;
}

.sm_content {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ff7a01;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.sm_content_text {
    line-height: 25px;
    padding: 5px;
    font-size: 0.8rem;
    color: #ff7a01;
    font-weight: bold;
    background-color: #fcf2e8;
    border-radius: 0 0 5px 5px;
    white-space: pre-wrap;
    text-align: left;
}















































.bottom-nav {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: 60px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 100;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.nav-item.active {
    color: var(--primary);
}

.nav-item.active .nav-icon {
    color: var(--primary);
    transform: translateY(-5px);
}

.nav-icon {
    font-size: 1.3rem;
    margin-bottom: 3px;
    color: var(--gray);
    transition: all 0.3s ease;
    /* 为图片添加样式支持 */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.nav-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 初始为灰色调 */
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.nav-item.active .nav-icon img {
    /* 激活状态为彩色 */
    filter: grayscale(0%);
    opacity: 1;
}

.nav-text {
    font-size: 0.7rem;
    color: var(--gray);
    transition: all 0.3s ease;
}

.nav-item.active .nav-text {
    color: var(--primary);
    font-weight: 600;
}

.nav-indicator {
    position: absolute;
    top: -5px;
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-item.active .nav-indicator {
    opacity: 1;
}