        .RankListWrap{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 999;
            display: none;
        }
        .RankList{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 92%;
            height: 70%;
            min-height: 650px;
            max-width: 1000px;
            background: #fff;
            overflow: hidden;
            border-radius: 15px;
        }
        .RankListTitle{
            position: relative;
            width: 100%;
            height: 10%;
            background: #295d80;
            color: #ffba47;
            border-bottom: 1px solid #ccc;
        }
        .RankListTitleText{
            position: absolute;
            top: 50%;
            left: 0%;
            transform: translate(27px,-50%);
            font-size: 30px;
            font-weight: bold;
        }
        .RankListTitleClose{
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(-20px,-50%);
            font-size: 1.5rem;
            font-weight: bold;
            cursor: pointer;
        }
        @media(max-width:767px){
            .RankList{
                background: #295d80;
            }
            .RankListTitle{
                height: 7%;
                border-bottom: 0;
            }
            .RankListTitleText{
                font-size: 31px;
                left: 50%;
                transform: translate(-50%,-50%);
                line-height: 1em;
            }
            .RankListTitleClose{
                font-size: 24px;
            }
        }
        .RankListBody{
            padding: 25px;;
            position: relative;
            /* width: 100%; */
            height: 90%;
            display: flex;
            justify-content: space-between;
        }
        @media(max-width:767px){
            .RankListBody{

                font-size: 20px;
                text-align: center;
                padding: 0 20px 20px;
                background: #295d80;
                height: calc(93% - 20px );
            }
        }
        .RankListBodyLeft{
            position: relative;
            width: 60%;
            height: 100%;
            border: 1px solid #ccc;
            border-radius: 10px;
            overflow: hidden;
        }
        .RankListBodyRight{
            border: 1px solid #ccc;
            padding: 0;
            border-radius: 10px;
            position: relative;
            width: 38%;
            margin: auto;
            height: 100%;
        }
        @media(max-width:767px){
            .RankList{
                height: 90%;
            }
            .RankListBody{
                flex-direction: column-reverse;
            }
            .RankListBodyLeft{
                height: 50%;
                width:100%;
                border-radius: 0px;
                background: #fff;
                border: 0;
            }
            .RankListBodyRight{
                height: 50%;
                width:100%;
                padding: 0;
                border-radius: 0px;
                background: #fff;
                border: 0px solid #ccc;
            }
        }
        .RankListBodyLeftTitle{
            position: relative;
            width: 100%;
            height: 10%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #ccc;
        }
        .RankListBodyLeftTitleText{
            /* position: absolute; */
            /* top: 50%; */
            /* left: 50%; */
            /* transform: translate(-50%,-50%); */
            width: 50%;
            height: 100%;
            background-color: #295d80;
            font-size: 20px;
            font-weight: bold;
            font-weight: bolder;
            color: #ffba47;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        .RankListBodyLeftTitleText:nth-child(1){
            background-color: #ffba47;
            color: #295d80;
        }
        .RankListBodyLeftTitleText.action{
            /* background-color: #295d80; */
            color: #fff;
        }
        .RankListBodyLeftTitle2{
            position: relative;
            width: 100%;
            height: 8%;
            display: flex;
            border-bottom: 1px solid #ccc;
        }
        .RankRuleTitle{
            padding-bottom: 20px;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
        }
        .RankRuleWrap{
            font-size: 18px;
            line-height: 1.4em;
            color: #333;
            height: 100%;
        }
        .RankRuleWrap.rule{
            display: block;
            padding: 15px;
        }
        .RankRuleWrap.lastMStage{
            background-image: url("/static_pc/img/prizepcBg.jpg");
            background-position: center;
            background-size: cover;
            display: none;
            position: relative;
            padding: 15px;
            color: #fff;
            font-weight: bolder;
            border-radius: 10px;
        }

        .RankRuleWrap.lastMStage{
            /* display: flex;  */
        }
        .lastMPrizeWrap{
            width: 33%;
            font-size: 14px;
        }
        .lastMText{
            text-align: center;
            height: 39px;
            font-size: 17px;
            font-weight: bolder;
            margin: 10px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 1.2em;
            -webkit-text-stroke: 0.7px #000;
        }
        .lastMPrizeWrap img:nth-child(1){
            width: 90px;
            height: 90px;
            border-radius: 50%;
            object-fit: cover;
            margin: auto;
        }
        .lastMPrizeWrap img:nth-child(2){
            object-fit: cover;
            margin: 15px auto;
            width:80%;
        }
        @media(max-width:767px){
            .lastMPrizeWrap{
                width:70px;
            }
            .lastMPrizeWrap img:nth-child(1){
                width: 40px;
                height: 40px;
            }
            .lastMPrizeWrap img:nth-child(2){
                width: 60px;
                margin: 10px auto;
            }
            .lastMText{
                display: none;
            }
            .RankRuleWrap.lastMStage{
                padding: 0;
                background-image: url("/static_pc/img/prizembbg.jpg");
                border-radius: 0px;
            }
            .RankRuleWrap.rule{
                padding: 10px;
            }
            .RankRuleTitle{
                padding-bottom: 10px;
                font-size: 16px;
            }
        }
        .lastM1stWrap{
            position: absolute;
            left: 33%;
            bottom: 0;
        }
        .lastM2ndWrap{
            position: absolute;
            left: 0;
            bottom:0%;
        }
        .lastM3rdWrap{
            position: absolute;
            right: 0;
            bottom: 0;
        }
        @media(max-width:767px){
            .lastM1stWrap{
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
            }
            .lastM2ndWrap{
                left: 50%;
                transform: translateX(-150%);
                bottom:0%;
            }
            .lastM3rdWrap{
                left: 50%;
                transform: translateX(50%);
                bottom: 0;
            }
        }

        .RankRuleContent{
            text-align: center;
            font-size: 16px;
            line-height: 1.8em;
            overflow-y: auto;
            height: calc(100% - 48px);
        }
        /* 美化左側表格 */
        .RankLabel-25{
            width: 25%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 2px;
        }
        .RankLabel-25:nth-child(1){
            justify-content: left;
            padding-left: 15px;
        }
        .RankLabel-25l{
            width: 25%;
            display: flex;
            justify-content: left;
            align-items: center;
            font-size: 20px;
            font-weight: bold;
        }
        .RankLabel-50{
            letter-spacing: 2px;
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: bold;
        }
        .RankLabel2-25{
            width: 25%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .RankLabel2-25l{
            width: 25%;
            display: flex;
            justify-content: left;
            align-items: center;
            padding-left: 15px;
        }
        .RankLabel2-50{
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        @media(max-width:991px){
            .RankLabel-25{
                font-size: 16px;
                width:33%
            }
            .RankLabel-25:nth-child(1){
                justify-content: left;
                padding-left: 15px;
            }
            .RankLabel-25l{
                font-size: 16px;
                width:33%
            }
            .RankLabel-50{
                font-size: 16px;
                width:33%
            }
            .RankLabel2-25{
                font-size: 16px;
                width:33%
            }
            .RankLabel2-25l{
                font-size: 16px;
                width:33%
            }
            .RankLabel2-50{
                font-size: 16px;
                width:33%
            }
        }
        .RankListBodyLeftTitle3Big{
            height: 82%;
            overflow-y: auto;
        }
        .RankListBodyLeftTitle3{
            display: flex;
            align-items: center;
            padding:6px 0 ;
            border-bottom: 1px solid #ccc;
            font-size: 20px;
            font-weight: bolder;
        }
        @media(max-width:991px){
            .RankListBodyLeftTitle3{
                font-size: 18px;
            }
        }
        @media(max-width:575px){
            .RankListBodyLeftTitle3{
                font-size: 16px;
                padding: 4px 0;
            }
        }
        .prizeText{
            width: 40px;
            text-align: center;
            font-size: 17px;
        }
        .prizeMemberAvatar{
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid #ccc;
            margin-left: 15px;
        }
        @media(max-width:991px){
            .prizeText{
                width: 32px;
                font-size: 15px;
            }
            .prizeMemberAvatar{
                width: 32px;
                height: 32px;
            }
        }
        .RankListBodyLeftTitle3Big{
            /* position: relative; */
        }
        .RankListBodyLeftTitle3Big .RankListBodyLeftTitle3:nth-child(2){
            /* background-color: #ffba47; */
        }
        .RankListBodyLeftTitle3Big .RankListBodyLeftTitle3:nth-child(3){
            /* background-color: #ccc; */
        }
        .RankListBodyLeftTitle3Big .RankListBodyLeftTitle3:nth-child(4){
            /* background-color: #cd7f32; */
        }
        /* 最後一個 */
        .RankListBodyLeftTitle3Big .RankListBodyLeftTitle3:last-child{
            margin-bottom: 71px;
        }
        @media(max-width:575px){
            .RankListBodyLeftTitle3Big .RankListBodyLeftTitle3:last-child{
                margin-bottom: 45px;
            }
        }
        .RankListBodyLeftTitle3.self{
            background-color: #eee;
            border-top: 1px solid #ccc;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
        }
        .RankListBodyLeftTitle3Big.month{
            display: block;
        }
        .RankListBodyLeftTitle3Big.lastmonth{
            display: none;
        }