#ResultsList h1{
    font-weight: bold;
    text-align: center;
    font-size: 1.9375rem;
}
#ResultsList h4.w-name{
    font-size: 18px;
}
#ResultsList h5.w-name{
    font-size: 15px;
}
#ResultsList .results-table{
    overflow-y: hidden;
    overflow-x: auto;
}
#ResultsList .results-table.pr-90{
    padding-right: 90px;
}
    
#ResultsList .results-table table{
    width: auto;
    /*min-width: 100%;*/
    margin: auto;
}

#ResultsList .results-box{
    margin: 30px 0;
}
#ResultsList .r-b-line-white{
    border-bottom: 1px solid #FFF;
}
#ResultsList .results-box.scrollbar-line{
    padding-bottom: 5px;
    /*border-bottom: 1px solid #BCBCBC;*/
}
#ResultsList .results-box.scrollbar-line .results-table table{
    /*border-bottom: 1px solid #BCBCBC;*/
    margin-bottom: 5px;
}
#ResultsList .results-table table thead .left-label{
    width: 106px;   
    min-width: 106px;
}
#ResultsList .results-table table thead th.r-title{
    width: auto;   
    padding: 30px 0;
    min-width: 275px;
}
/*#ResultsList .results-table table thead th.r-title.list-1{*/
/*    width: 412px;*/
/*}*/
/*#ResultsList .results-table table thead th.r-title.list-2{*/
/*    width: 412px;*/
/*}*/
/*#ResultsList .results-table table thead th.r-title.list-auto{*/
/*    width: 412px;*/
/*}*/
#ResultsList .results-table table thead th.r-title h3{
    font-size: 20px;
    font-weight: bold;
}
#ResultsList .results-table table thead th.r-title h4{
    font-size: 20px;
}
#ResultsList .results-table table thead th.r-line{
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

#ResultsList .results-table table thead th.r-img{
    padding:0 15px;
    height:350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#ResultsList .results-table table thead th.r-img img{
    width:auto;
    max-width:100%;
}

#ResultsList .results-table table thead th.r-img a.img-fancybox{
    width: 100%;
    height: 100%;
    display: block;
}

#ResultsList .results-table table tbody td.r-basic-information{
    font-size: 24px;
    padding: 15px 0 5px 0;
}

#ResultsList .results-table table tbody td.r-basic-information h3{
    font-size: 24px;
    display: inline;
}

#ResultsList .results-table table tbody td.r-basic-information i.fa-play{
    margin-left:10px;
    transform: rotate(90deg);
    font-size: 20px;
}

#ResultsList .results-table table tbody td.r-basic-information h3::before{
    content: '';
    height: 10px;
    width: 48px;
    display: flex;
    border-top: 5px solid #720D12;
}

#ResultsList .results-table table tbody .r-line{
    border-top: 1px solid #949494;
}
#ResultsList .results-table table tbody .r-line-2{
    border-top: 1px solid #DDDDDD;
}
#ResultsList .results-table table tbody .bg-c-s1{background-color: #DDDDDD;}
#ResultsList .results-table table tbody .bg-c-s2{background-color: #EFEFEF;}
#ResultsList .results-table table tbody .r-tb-s1{
    font-size: 19px;
    padding: 10px 15px;
    color: #888;
    text-align: center;
}
#ResultsList .results-table table tbody td.r-tb-s3{
    font-size: 19px;
    padding: 10px 15px;
    color: #000;
    text-align: center;
}
#ResultsList .results-table table tbody .r-tb-s2{
    font-size: 19px;
    padding: 10px 15px;
    color: #000;
    text-align: center;
}

/* 警語 */
#ResultsList .results-table table tbody .r-remind{
    color: #949494;
    padding: 20px 0;
}
#ResultsList .r-details{
    padding: 40px 0;
    text-align: center;
}
#ResultsList .r-details a{
    font-size: 18px;
    border: 1px solid;
    padding: 5px 15px;
}

/* 滾動條 */
#ResultsList .results-table::-webkit-scrollbar{
    background-color: #FFF;
    height: 15px;
}
#ResultsList .results-table::-webkit-scrollbar-track{
    border-radius: 20px;
    /*background-color: #f1f2f7;*/
}
#ResultsList .results-table::-webkit-scrollbar-thumb{
    border-radius: 20px;
    background-color: #BCBCBC;
}

#ResultsList .results-table .del-result{
    
}
@media screen and (max-width: 998px) {
    #ResultsList h1 {
        font-weight: bold;
        text-align: center;
        font-size: 1.5rem;
    }
    #ResultsList .results-box {
        margin: 15px 0;
    }
    #ResultsList .results-table table thead th.r-title h3 {
        font-size: 16px;
        font-weight: bold;
    }
    #ResultsList .results-table table thead th.r-title h4 {
        font-size: 16px;
    }
    #ResultsList .results-table table thead th.r-title h5 {
        font-size: 16px;
    }
    #ResultsList .results-table table thead th.r-title {
        width:auto;
        min-width: 190px;
        padding: 15px 0;
    }
    #ResultsList .results-table table thead th.r-img {
        padding: 0 10px;
        height: 265px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    #ResultsList .results-table table tbody td.r-basic-information h3 {
        font-size: 20px;
        display: inline;
    }
    #ResultsList .results-table table tbody td.r-basic-information i.fa-play {
        margin-left: 10px;
        transform: rotate(90deg);
        font-size: 18px;
    }
    #ResultsList .results-table table tbody td.r-basic-information h3::before {
        content: '';
        height: 5px;
        width: 38px;
        display: flex;
        border-top: 3px solid #720D12;
    }
    #ResultsList .results-table table tbody td.r-basic-information {
        font-size: 24px;
        padding: 5px 0 5px 0;
    }
    #ResultsList .results-table table tbody .r-tb-s1 {
        font-size: 16px;
        padding: 5px 10px;
        color: #888;
        text-align: center;
    }
    #ResultsList .results-table table tbody td.r-tb-s3{
        font-size: 19px;
        padding: 10px 15px;
        color: #000;
        text-align: center;
    }
    #ResultsList .results-table table thead .left-label {
        width: 90px;
        min-width: 90px;
    }
    #ResultsList .results-table table tbody .r-tb-s2 {
        font-size: 16px;
        padding: 5px 10px;
        color: #000;
        text-align: center;
    }

    #ResultsList .r-details {
        padding: 20px 0;
        text-align: center;
    }
    #ResultsList .r-details a {
        font-size: 15px;
        border: 1px solid;
        padding: 5px 10px;
    }
    #ResultsList .results-table::-webkit-scrollbar {
        background-color: #FFF;
        height: 6px;
    }
    #ResultsList .results-box.scrollbar-line .results-table table {
        border-bottom: 1px solid #BCBCBC;
        margin-bottom: 3px;
    }
    #ResultsList .results-box.scrollbar-line {
        padding-bottom: 3px;
        border-bottom: 1px solid #BCBCBC;
    }
}