﻿body {
    margin: 0px auto;
    width: 100%;
    background-color: #1F3292;
    background-image: url('/activity2025/lhw/img/bg.png');
    /*background-size: 100% ;*/
    background-repeat: no-repeat;
    background-position: top;
    font-family:'Microsoft YaHei',Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
p {
    margin: 0;
    padding: 0;
}

.date {
    width: 566px;
    height: 50px;
    margin: 334px auto 0 auto;
    background-image: url('/activity2025/lhw/img/date_bg.png');
    text-align: center; /* 水平居中 */
    line-height: 50px; /* 行高 = 容器高度（垂直居中） */
    /*background-color: #f0f0f0;*/
}

    .date p {
        margin: 0; /* 移除默认 p 标签的外边距 */
        color: white;
        font-size: 24px;
    }

.box1 {
    width: 1084px;
    height: 836px;
    background-image: linear-gradient(to right, #6667E1, #4E2FA5);
    margin: 31px auto 0 auto;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #FEDDFF;
}

.box2 {
    width: 1084px;
    height: 777px;
    background-image: linear-gradient(to right, #6667E1, #4E2FA5);
    margin: 36px auto 0 auto;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #FEDDFF;
}

.bottom {
    height: 77px;
}

.banner {
    display: flex;
    margin-top: -30px;
    margin: -30px auto 0px auto;
    height: 62px;
    width: 820px;
}

    .banner .item {
        flex: 1;
        width: 263px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .banner .day {
        background-image: url('/activity2025/lhw/img/rb.png');
    }

    .banner .week {
        background-image: url('/activity2025/lhw/img/zb.png');
    }

    .banner .month {
        background-image: url('/activity2025/lhw/img/yb.png');
    }

    .banner .daySel {
        background-image: url('/activity2025/lhw/img/rb_sel.png');
    }

    .banner .weekSel {
        background-image: url('/activity2025/lhw/img/zb_sel.png');
    }

    .banner .monthSel {
        background-image: url('/activity2025/lhw/img/yb_sel.png');
    }

.myinfobg {
    width: 1028px;
    height: 87px;
    background-image: linear-gradient(to right, #FFD3AE, #FFF4D8);
    margin: 15px auto 0px auto;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #F9D294;
}

.myinfo {
    width: 810px;
    height: 87px;
    display: flex;
    align-items: center;
    margin: 0px auto;
}
    .myinfo .item {
        flex: 1;
        text-align: center;
        color: #554070;
        font-size: 16px;
    }

        .myinfo .item:first-child {
            display: flex;
            justify-content:flex-start;
            align-items: center;
        }
        .myinfo .item:nth-last-child(-n+3) {
            font-weight: bold;
            font-size: 18px;
        }

        .myinfo .item:nth-last-child(-n+3) span {
            color: #FF3000
        }

        .myinfo .item img {
            /*flex: 1;*/
            width: 50px;
            height: 50px;
            overflow: hidden;
           
            border: 2px solid #e9e9e9;
            border-radius: 100px;
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
            margin-right: 10px;
        }

.rank {
    display: flex;
}

.rankawardinfo {
    width: 420px;
    height: 655px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin: 14px 0px 0px 32px;
}


.ranklist {
    width: 580px;
    height: 655px;
    border-radius: 8px 8px 8px 8px;
    margin: 14px 0px 0px 20px;
}

    .ranklist .title {
        width: 580px;
        height: 60px;
        display: flex;
        cursor: pointer;
        align-items: center;
        color: #45227B;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

        .ranklist .title .item {
            flex: 1;
            border-radius: 8px 8px 0px 0px;
            height: 60px;
            line-height:60px;
        }

        .ranklist .title .default {
            background-color: #EAE3FF;
        }

        .ranklist .title .select {
            background: #FFFFFF;
        }

    .ranklist .content {
        background: #FFFFFF;
        height: 595px;
       
    }

        .ranklist .content .list {
            display: grid;
            grid-template-columns: 15% 35% 20% 20%;
            gap: 15px;
            row-gap: 18px;
        }
            .ranklist .content .list .h{
                margin-top:32px;
                margin-bottom:10px;
                font-weight:bold;
            }



            .flex-container {
                margin-top: 41px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

.grid-container {
    display: grid;
    gap: 20px;
    grid-template-columns: 30% 70%;
    width: 80%;
    justify-items: stretch;
}


.grid-item {
    color: #45227B;
    font-size: 16px;
    justify-self: center;
    height: 26px;
    display: flex;
    align-items: center;
}
.grid-item1 {
    justify-self: start;
}


.l {
    justify-self: self-start;
}

.r {
    justify-self: self-end;
}

.grid-item span {
    color: #FF3000;
    font-size: 16px;
}


.rankawardinfo .header {
    width: 420px;
    font-weight: bolder;
    font-size: 18px;
    color: #554070;
    /*line-height: 43px;*/
    text-align: center;
    margin-top: 20px;
}

.dashed-line {
    height: 1px;
    background: linear-gradient(to right, #A7BDEC 50%, transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    text-align: center;
    width: 356px;
    margin: 29px auto;
}

.rank .info {
}

    .rank .info p {
        font-size: 15px;
        margin: 6px 20px;
        color: #251541;
        line-height: 21px;
    }


.grid-item img {
    width: 28.2px;
    height: 28.2px;
    border-radius: 100px;
}


.banner2 {
    display: flex;
    margin-top: -30px;
    margin: -30px auto 0px auto;
    height: 62px;
    width: 263px;
    background-image: url('/activity2025/lhw/img/tjyx.png');
}

.box2_content {
    width: 1020px;
    height: 674px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 15px 0px 0px 32px;

}
.adlist {
    width: 960px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 33px;
    margin-left:30px;
}
    .adlist .ad {
        margin-top: 36px;
        width: 216px;
        height: 232px;
    }

.cbjl {
   /* width: 54px;
    height: 14px;*/
/*    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #8D30EA;
    width: 64px;
    height: 24px;*/

      display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 24px;
  font-family: "Microsoft YaHei", system-ui, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  background-color: #8D30EA;
  border-radius: 4px;
  padding: 0 8px;
  box-sizing: border-box;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;

}

.more {
    width: 210px;
    height: 50px;
    margin: 35px auto;
    border: 2px solid #8F2DDE;
    border-radius: 25px;
    color: #8F2DDE;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.grid-item p {
    margin: 0;
    white-space: nowrap; /* 防止文字换行 */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出显示省略号 */
}

.last_page {
    margin-right: auto;
}

.next_page {
    margin-left: auto;
}


