<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('reset.css');

html,
body {
    font-family: Arial, Helvetica, "Î¢Ü›ÕýºÚów", sans-serif;
    color: #fff;
    background-color: #040B29;
    box-sizing: border-box;
    -webkit-text-size-adjust:none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    float: left;
}

a {
    text-decoration: none;
    color: #9de9ff;
    font-weight: bolder;
}

h2{
	color: #19bafa;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 20px;
}

h3{
    font-size: .8em;
    color: #ffdc1d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h4{
    font-size: 18px;
    padding-top: 15%;
    color: #1effff;
}

h5{
    font-size: 12px;
    padding-top: 8%;
    color: #5fd1ff;
}

header{
    display: flex;
    background-image: url(../images/BN_top.jpg);
    background-size: cover;
    height: 350px;
    background-position: top center;
    
    flex-direction: column;
    align-items: center;
}


.wrapper {
    max-width: 100%;
    height: auto;
    position: relative;
}

/*link-container*/
.link-container{
    width: 50%;
    position: absolute;
    right: 10px;
    top: 16px;
}

.link-container .link_list{
    width: 22%;
}

.link-container .link_list img{
    width: 36px;
}

.content{
    padding: 5%;
    margin-left: 
}

.content .intro{
    padding-bottom: 5%;
}

.content .tit{
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 3%;
}

.content .tit .tit02{
    color: #fdf387;
}

.content .tit .tit03{
    color: #ffa3b2;
}

.content .intro p{
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 1px;
    padding-left: 5%;
    text-indent: -5%;
}

.content .intro .select{
    width: 100%;
    margin-bottom: 5%; 
}

.content .intro .select .image{
    padding-left: 1%;
}

.content .intro .select span{
    color: #a0ffff;
}


.content .intro .select table{
    font-size: .8em;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    border: 1px solid #fff;
    color: #fff4c3;
}

.content .intro .select table.table01{
    width: 90%;
}

.content .intro .select table span{
    font-size: .8em;
    color: #3c3d41;
}

.content .intro .select td{
    padding: 10px;
    border: 1px solid #abe2ff;
    line-height: 1.6em;
    vertical-align: middle;
}

.content .intro .select tr:first-child{
    font-weight: 600;
    line-height: 30px;
    color: #04519a;
    background-color: #7bcdff;
}

.content .intro .select tr:nth-child(2){
    font-weight: 600;
    color: #7bcdff;  
}

.content .intro .select .img_explain{
    font-size: 12px;
    color: #ded2b2;
    padding-left: 4%;
}

.top_ranking{
    background-image: url(../images/ranking_01.png);
    width: 100%;
    height: 0;
    padding-bottom:88%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}

.top_ranking .list{
    float: left;
    text-align: center;
}

.top_ranking .list .photo{
    width: 100%;
    display: block;
    position: relative;
}

.top_ranking .list .photo:before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.top_ranking .list .photo .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.top_ranking .list001{    
    margin-left: 5.7%;
    width: 23%;    
}

.top_ranking .list001 .photo01{
    margin-top: 177%;
    margin-bottom: 12%;
}

.top_ranking .list002{
    margin-left: 15.7%;
    width: 18%;
}

.top_ranking .list002 h3{
    padding-right: 2%;
}

.top_ranking .list002 .photo02{
    margin-top: 307%;
    margin-bottom: 10%;
}


.top_ranking .list003{
    margin-left: 5.7%;
    width: 18%;
}

.top_ranking .list003 h3{
    padding-left: 5%;
}

.top_ranking .list003 .photo03{
    margin-top: 323%;
    margin-bottom: 8%;
}

.bot_ranking{
    width: 100%;
    margin-top: 5%;
    margin-bottom: 10%;
    position: relative;
}

.bot_ranking .ranking-list{
    width: 100%;
    height: 30px;
    padding-top: 5%;
}

.bot_ranking .ranking-list .item{    
    font-size: 13px;
    font-weight: 500;
    color: #ffdc1b;
    width: 15%;
    margin-left: 5%;
    padding-top: 3%;
}

.bot_ranking .ranking-list .photo{
    width: 30px;
    height: 30px;
    overflow: hidden;
    border: 2px solid #ffdc1b;
    border-radius: 6px;
}

.photo img{
    display: block;
    width: 100%;
}

.bot_ranking .ranking-list .name{    
    font-size: .8em;
    font-weight: 500;
    color: #00d6fd;
    width: 36%;    
    padding: 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bot_ranking .ranking-list .info{
    font-size: .8em;
    font-weight: 500;
    color: #ffdc1b;
    width: 10%;
    margin-left: 3%;
    padding-top: 3%;
    letter-spacing: 2px;
}

.bot_ranking .ranking_down{
    background-image: url(../images/ranking_02.png);
    width: 100%;
    height: 0;
    padding-bottom:19%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    color: #898989;
    text-align: center;
    font-size: 14px;
    padding-top: 10%;
}

.intro span{
    color: #a0ffff;
}

.footer-bottom{
    width: 100%;
    height: 40px;
}

.footer-bottom p{
    font-size: 12px;
    text-align: center;
    line-height: 40px;   
    color: #3f9cdd;
}

.top_ranking .list img{
        width: 14px;
        height: 14px;
    }

.bot_ranking .ranking-list .diamond_icon{
        width: 15px;
        height: 15px;
    }



/*---平板版型區---*/
@media screen and (min-width:768px) and (max-width:1024px){

    h1{
        font-size: 30px;
    }

    h2{
        font-size: 20px;
    }

    h3{
        font-size: 20px;
        line-height: 30px;    
    }

    h4{
        font-size: 28px;
    }

    h5{
        font-size: 24px;
        padding-top: 4px;
    }

    header{
        height: 700px;
    }

    /*link-container*/
    .link-container{
        position: absolute;
        right: 10px;
        top: 16px;
    }

    .link-container .link_list img{
        width: 70px;
    }

    .content .intro p{
        font-size: 14px;
        text-indent: -3%;
    }

    .content .intro .select table{
         font-size: 16px;         
    }
    
    .bot_ranking .ranking-list{
        padding-bottom: 3%;
    }

    .bot_ranking .ranking-list .item{
        font-size: 24px;
        width: 15%;
        margin-left: 12%;
        padding-top: 2%;
    }

    .bot_ranking .ranking-list .photo{
        width: 50px;
        height: 50px;
        border: 3px solid #ffdc1b;
    }

    .bot_ranking .ranking-list .name{
        font-size: 20px;
        width: 34%;
        padding-top: 2%;
    }

    .bot_ranking .ranking-list .info{
        font-size: 24px;
        width: 10%;
        padding-top: 2%;  
    }

    .bot_ranking .ranking-list.personal{
        padding-bottom: 5%;
    }

    .bot_ranking .ranking-list.personal .per_front{
        top: -66%;
    }

    .bot_ranking .ranking-list.personal .info{
        font-size: 20px;
    }

    .bot_ranking .ranking-list.personal .info span{
        font-size: 14px;
        color: #fff;
    }

    .bot_ranking .ranking-list.personal .sign p{
        font-size: 1.4em;
        line-height: 2.2;
    }

    .bot_ranking .ranking-list.personal .sign a{
        font-size: 1em;
    }

    .bot_ranking .ranking_down{
        font-size: 18px;
    }

    .top_ranking .list img{
        width: 22px;
        height: 22px;
    }

    .bot_ranking .ranking-list .diamond_icon{
        width: 24px;
        height: 24px;
    }

    .footer-bottom p{
        font-size: 14px;
    }

}

/*---桌機版型區---*/
@media screen and (min-width:1025px){

    .wrapper{
        width: 1200px;
        height: 100%;
        margin:0 auto;
    }

    h1{
        font-size: 30px;
    }

    h2{
        font-size: 20px;
    }

    h3{
        font-size: 24px;
        line-height: 50px;    
    }

    h4{
        font-size: 30px;
    }

    h5{
        font-size: 26px;
        padding-top: 2px;
    }

    header{
        height: 900px;
    }

    .link-container{
        position: absolute;
        right: 50px;
        top: 50px;
    }

    .link-container .link_list img{
        width: 120px;
    }

    .link-container .link_list:hover img{
        transition: 0.3s;
        transform-origin: 50% 50%;
        transform: perspective(1000px) translate3d(0px, 0px, 100px);
    }

    .content .intro p{
        font-size: 16px;
        padding-left: 3%;
        text-indent: -2%;
    }

    .content .intro .select table{
         font-size: 16px;         
    }

    .top_ranking .list001:before{
        width: 180px;
        height: 180px;
        position: absolute;
        top: 22%;
        right: -36%;
    }

    .bot_ranking .ranking-list{
        padding-bottom: 36px;
    }

    .bot_ranking .ranking-list .item{
        font-size: 30px;
        width: 12%;
        margin-left: 15%;
        padding-top: 2%;
    }

    .bot_ranking .ranking-list .photo{
        width: 60px;
        height: 60px;
        border: 4px solid #ffdc1b;
    }

    .bot_ranking .ranking-list .name{
        font-size: 28px;
        width: 36%;
        padding-top: 2%;
    }

    .bot_ranking .ranking-list .info{
        font-size: 30px;
        width: 15%;
        padding-top: 2%;  
    }

    .bot_ranking .ranking-list.personal{
        padding-bottom: 5%;
    }

    .bot_ranking .ranking-list.personal .per_front{
        top: -66%;
    }

    .bot_ranking .ranking-list.personal .info{
        font-size: 26px;
    }

    .bot_ranking .ranking-list.personal .info span{
        font-size: 16px;
        color: #fff;
    }

    .bot_ranking .ranking-list.personal .sign p{
        font-size: 1.3em;
        line-height: 2.6;
    }

    .bot_ranking .ranking-list.personal .sign a{
        font-size: 1.5em;
    }


    .bot_ranking .ranking_down{
        font-size: 20px;
    }

    .top_ranking .list img{
        width: 27px;
        height: 27px;
    }

    .bot_ranking .ranking-list .diamond_icon{
        width: 27px;
        height: 27px;
    }

    .footer-bottom p{
        font-size: 16px;
    }

}</pre></body></html>