﻿#scheduleBlock .highlight {
    font-weight: bold;
    background-color: #FCF7C8 !important;
}
/*足球入球提示*/
#scheduleRemind {
    width: 84%;
    height: auto;
    padding: 5px 10px;
    background-color: #fdf9d3;
    border-radius: 5px;
    font-size: 12px;
    z-index: 6;
    position: fixed;
    bottom: 75px;
    left: 8%;
}

    #scheduleRemind div > img {
        float: left;
        width: 20px;
        height: 20px;
        /*content: url("/images/sport/ic_info.png");*/
        content: url("../../images/Public/ic_info.png");
    }

    #scheduleRemind > div:first-child {
        display: inline-block;
        width: calc(100% - 20px);
    }

    #scheduleRemind > div > span {
        float: left;
        width: 60px;
        height: 100%;
        padding-left: 5px;
    }

    #scheduleRemind > div > div {
        padding-left: 25px;
    }

#goalMsg {
    word-break: break-word;
}

    #goalMsg > embed {
        width: 1px;
        height: 1px;
        position: absolute;
        bottom: -200px;
    }

/*提示關閉按鈕*/
#msgClose {
    /*background-image: url(/images/sport/mobile/btn_outerGame_close.svg);*/
    background-image: url('../../images/Mobile/btn_outerGame_close.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    float: right;
    display: inline-block;
    opacity: 0.5;
}

/*雷達動畫未開賽圖示*/
#scheduleBlock .rollOffBB {
}

#scheduleBlock .rollOffBK {
    display: inline-block;
    width: 25px;
    height: 15px;
    /*background: url(/images/sport/icon_baskGray.svg);*/
    background: url('../../images/Public/icon_baskGray.svg');
    background-repeat: no-repeat;
    background-size: 23px,20px;
    background-position: center top;
}

#scheduleBlock .rollOffSC {
    display: inline-block;
    width: 25px;
    height: 13px;
    /*background: url(/images/sport/icon_soccerGray.svg);*/
    background-image: url('../../images/Public/icon_soccerGray.svg');
    background-repeat: no-repeat;
    background-size: 23px,20px;
    background-position: center top;
}

#scheduleBlock .rollOffIH {
}

#scheduleBlock .rollOffTN {
}

#scheduleBlock .rollOffES {
}

#scheduleBlock .rollOffHB {
}

#scheduleBlock .rollOffBM {
}

#scheduleBlock .rollOffVB {
}
/*雷達動畫已開賽圖示*/
#scheduleBlock .rollOnBB {
}

#scheduleBlock .rollOnBK {
    display: inline-block;
    width: 25px;
    height: 15px;
    /*background: url(/images/sport/icon_bask.svg);*/
    background: url('../../images/Public/icon_bask.svg');
    background-size: 23px,20px;
    background-repeat: no-repeat;
    background-position: center top;
}

#scheduleBlock .rollOnSC {
    display: inline-block;
    width: 25px;
    height: 13px;
    /*background: url(/images/sport/icon_soccer.svg);*/
    background-image: url('../../images/Public/icon_soccer.svg');
    background-size: 23px,20px;
    background-repeat: no-repeat;
    background-position: center top;
}

#scheduleBlock .rollOnIH {
}

#scheduleBlock .rollOnTN {
}

#scheduleBlock .rollOnES {
}

#scheduleBlock .rollOnHB {
}

#scheduleBlock .rollOnBM {
}

#scheduleBlock .rollOnVB {
}
/*賽程表格大小*/
#scheduleBlock {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 2px;
    font-size: 12px;
}

body.VITH_Langue #scheduleBlock {
    margin-bottom: 15px;
}

#scheduleBlock > div > table {
    width: 100%;
    border-spacing: 0;
}

#scheduleBlock > div tr {
    background-color: #fff;
}
/*各球類(除足球 tr顯示兩行高度)*/
#scheduleBlock .mainRow {
    height: 70px;
}
/*足球tr高度*/
#scheduleBlock table[gt="sc"] > tbody > .mainRow {
    height: 36px;
}

#scheduleBlock > div th {
    background-color: #cfe7ff;
    padding: 1px;
    font-weight: bold;
}

#scheduleBlock > div td {
    padding: 0px;
    text-align: center;
    margin: 0;
    min-width: 28px;
    height: 20px;
    font-size: 14px;
}
/*賽程-表格邊框*/
#scheduleBlock .borderTop {
    border-top: 1px solid #dfdfdf;
}

#scheduleBlock .borderBottom {
    border-bottom: 1px solid #dfdfdf;
}

#scheduleBlock .borderLeft {
    border-left: 1px solid #dfdfdf;
}

#scheduleBlock .borderRight {
    border-right: 1px solid #dfdfdf;
    max-width: 22px;
}

#scheduleBlock div.alliance {
    font-weight: bold;
    font-size: 10px;
    width: 100%;
    display: table-cell;
    padding: 3px;
}

    #scheduleBlock div.alliance a {
        color: #000;
        text-decoration: none;
    }

#scheduleNoData {
    display: none;
}

    #scheduleNoData .noScore {
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
    }

/*背景色 放這邊是因為無資料的空白會被背景色填滿*/
#scheduleTop .table,
#scheduleMiddle .table,
#scheduleBottom .table,
.noScore {
    background-color: #e5e5e5;
}

/*雷達圖示*/
#scheduleBlock .radar {
    display: inline-block;
    background-position: center top;
    /*background: url(/images/sport/mobile/icon_information.svg);*/
    background-image: url('../../images/Mobile/icon_Information.svg');
    background-repeat: no-repeat;
    width: 21px;
    height: 17px;
    background-size: 19px,16px;
}

#scheduleBlock .radarSC {
    display: inline-block;
    background-position: center top;
    /*background: url(/images/sport/mobile/icon_information.svg);*/
    background-image: url('../../images/Mobile/icon_Information.svg');
    background-repeat: no-repeat;
    width: 21px;
    height: 16px;
    background-size: 19px,16px;
}


/*棒球bso欄位大小*/
#scheduleBlock .bso {
    height: auto;
    width: 35px;
    min-width: 40px;
}

    #scheduleBlock .bso > div {
        float: left;
        display: block;
        width: 40px;
        height: 15px;
    }

        #scheduleBlock .bso > div > .bsoSize {
            display: inline-block;
            background-position: center top;
            width: 25px;
            height: 15px;
            background-size: 25px,20px;
        }

        #scheduleBlock .bso > div > span {
            float: left;
            min-width: 10px;
        }

        #scheduleBlock .bso > div > div {
            margin-top: 3px;
            float: left;
            height: 9px;
            width: 29px;
        }
/*棒球壘包欄位大小*/
#scheduleBlock .base {
    text-align: center;
}

    #scheduleBlock .base > div {
        margin: 0,3px,0,0px;
        width: 32px;
        height: 32px;
    }

/*棒球-壞球*/
#scheduleBlock .b3 {
    /*background: url(/images/sport/mobile/phone_green3.png);*/
    background: url('../../images/Mobile/phone_green3.png');
    background-repeat: no-repeat;
}

#scheduleBlock .b2 {
    /*background: url(/images/sport/mobile/phone_green2.png);*/
    background: url('../../images/Mobile/phone_green2.png');
    background-repeat: no-repeat;
}

#scheduleBlock .b1 {
    /*background: url(/images/sport/mobile/phone_green1.png);*/
    background: url('../../images/Mobile/phone_green1.png');
    background-repeat: no-repeat;
}

#scheduleBlock .b0 {
    /*background: url(/images/sport/mobile/phone_green0.png);*/
    background: url('../../images/Mobile/phone_green0.png');
    background-repeat: no-repeat;
}
/*棒球-好球*/
#scheduleBlock .s2 {
    /*background: url(/images/sport/mobile/phone_yellow2.png);*/
    background: url('../../images/Mobile/phone_yellow2.png');
    background-repeat: no-repeat;
}

#scheduleBlock .s1 {
    /*background: url(/images/sport/mobile/phone_yellow1.png);*/
    background-image: url('../../images/Mobile/phone_yellow1.png');
    background-repeat: no-repeat;
}

#scheduleBlock .s0,
#scheduleBlock .o0 {
    /*background: url(/images/sport/mobile/phone_red0.png);*/
    background: url('../../images/Mobile/phone_red0.png');
    background-repeat: no-repeat;
}
/*棒球-出局*/
#scheduleBlock .o2 {
    /*background: url(/images/sport/mobile/phone_red2.png);*/
    background: url('../../images/Mobile/phone_red2.png');
    background-repeat: no-repeat;
}

#scheduleBlock .o1 {
    /*background: url(/images/sport/mobile/phone_red1.png);*/
    background: url('../../images/Mobile/phone_red1.png');
    background-repeat: no-repeat;
}
/*棒球-壘包*/
#scheduleBlock .base7 {
    /*background: url(/images/sport/mobile/phone_sp_all.png);*/
    background: url('../../images/Mobile/phone_sp_all.png');
    background-repeat: no-repeat;
}

#scheduleBlock .base6 {
    /*background: url(/images/sport/mobile/phone_sp2_3.png);*/
    background: url('../../images/Mobile/phone_sp2_3.png');
    background-repeat: no-repeat;
}

#scheduleBlock .base5 {
    /*background: url(/images/sport/mobile/phone_sp1_3.png);*/
    background: url('../../images/Mobile/phone_sp1_3.png');
    background-repeat: no-repeat;
}

#scheduleBlock .base4 {
    /*background: url(/images/sport/mobile/phone_sp3.png);*/
    background: url('../../images/Mobile/phone_sp3.png');
    background-repeat: no-repeat;
}

#scheduleBlock .base3 {
    /*background: url(/images/sport/mobile/phone_sp1_2.png);*/
    background: url('../../images/Mobile/phone_sp1_2.png');
    background-repeat: no-repeat;
}

#scheduleBlock .base2 {
    /*background: url(/images/sport/mobile/phone_sp2.png);*/
    background-image: url('../../images/Mobile/phone_sp2.png');
    background-repeat: no-repeat;
}

#scheduleBlock .base1 {
    /*background: url(/images/sport/mobile/phone_sp1.png);*/
    background: url('../../images/Mobile/phone_sp1.png');
    background-repeat: no-repeat;
}

#scheduleBlock .base0 {
    /*background: url(/images/sport/mobile/phone_sp0.png);*/
    background-image: url('../../images/Mobile/phone_sp0.png');
    background-repeat: no-repeat;
}
/*賽程勾選欄位大小*/
#scheduleBlock .check {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    width: 30px;
    min-width: 30px;
}
    /*賽程勾選方框*/
    #scheduleBlock .check > .ckb {
        display: inline-block;
        background-color: #fff;
        border: 1px solid #bccedc;
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }
/*賽程勾選圖示*/
#scheduleBlock .ckbOK {
    /*background: url(/images/sport/mobile/btn_Check_gray.svg);*/
    background: url('../../images/Mobile/btn_Check_gray.svg');
    background-repeat: no-repeat;
    background-size: 20px,20px;
}

/*足球欄位置靠左*/
#scheduleBlock .floatLeftSC {
    margin-left: 2.5px;
    vertical-align: middle;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

    #scheduleBlock .floatLeftSC > span {
        vertical-align: middle;
        height: 35px;
        display: table-cell;
        line-height: 18px;
    }
        /*時間與狀態之間的間隔*/
        #scheduleBlock .floatLeftSC > span.rightSpace {
            padding-right: 5px;
        }

        #scheduleBlock .floatLeftSC > span > img {
            width: 10px;
            height: 10px;
            margin-left: 5px;
            vertical-align: middle;
        }
/*足球排名欄位(排名)*/
#scheduleBlock .rankingSC {
    min-width: 0px;
    float: right;
    margin-left: 3px;
}

#scheduleBlock .ranking {
    color: #777777;
}

/*足球比分列的最小大小*/
#scheduleBlock .other {
    min-width: 28px;
}

/*雷達動畫 上下間格*/
#scheduleBlock .zd {
    display: block;
    padding-bottom: 4.5px;
    padding-top: 4.5px;
    padding-right: 2px;
}

/*時間、狀態欄位大小*/
#scheduleBlock .gametimeBox {
    width: 60px;
    min-width: 60px;
}

    #scheduleBlock .gametimeBox .status {
        display: block;
    }

.win {
    text-align: left !important;
}

/*字體粗體綠色*/
.green {
    color: green;
}
/*字體粗體紅色*/
.red {
    color: red;
}
/*字體粗體橘色*/
.orange {
    color: orange;
}
/*字體粗體藍色*/
.blue {
    color: blue;
}
/*字體粗體黑色*/
.black {
    color: black;
}
/*背景灰色*/
.gray {
    background-color: #f3f3f3;
}

/*字體粗體*/
.bold {
    font-weight: bolder;
}

/*底線*/
.underLine {
    text-decoration: underline;
}

/*AB隊球權div 各一半高度*/
#scheduleBlock .prHeight {
    height: 50%;
    min-height: 30px;
}

    /*球權 置中對齊用*/
    #scheduleBlock .prHeight::before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }

/*權球-div大小*/
#scheduleBlock .prBall {
    width: 100%;
    margin-right: 5px;
}
    /*權球的小黃球*/
    #scheduleBlock .prBall > .serving {
        border-radius: 50%;
        background-color: #ffb81f;
    }

        #scheduleBlock .prBall > .serving ::before {
            width: 0;
            height: 100%;
            display: inline-block;
            position: relative;
            vertical-align: middle;
        }

    #scheduleBlock .prBall > div {
        width: 8px;
        height: 8px;
        line-height: 34px;
        display: inline-block;
        vertical-align: middle;
    }

/*剩餘時間欄位大小*/
#scheduleBlock .timeLeft {
    min-width: 72px;
    padding: 0px 2px;
    line-height: 20px
}

/*隊伍名稱欄位大小*/
#scheduleBlock .teamName {
    width: 100%;
    font-size: 14px;
    text-align: left !important;
    word-break: break-all;
}

    #scheduleBlock .teamName > div {
        padding: 2.5px !important;
    }

        #scheduleBlock .teamName > div > span {
            display: inline-block;
            min-width: 80px;
        }

/*足球隊伍名稱欄位大小*/
#scheduleBlock .teamNameTdSC {
    width: 100%;
    min-width: 100px;
    padding: 0 2.5px !important;
    font-size: 14px;
    text-align: left !important;
}
/*棒球隊伍名稱欄位大小*/
#scheduleBlock .teamNameBB {
    min-width: 80px !important;
}
/*足球隊伍名稱欄位大小*/
#scheduleBlock .teamNameSC {
    min-width: 80px !important;
    float: left;
    width: 55%;
}
/*英文版的足球隊伍名稱樣式*/
#scheduleBlock .teamNameSCen {
    min-width: 80px !important;
    float: left;
    width: 100%;
}

#scheduleBlock .statusSC {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
}

    #scheduleBlock .statusSC a {
        vertical-align: middle;
        margin-left: 5px;
        padding: 3px 0px;
    }
/*足球時間置左*/
#scheduleBlock .timeCenterSC {
    text-align: left;
}
/*紅牌*/
#scheduleBlock .redCards {
    color: #fff;
    background-color: #ff0000;
    padding: 0px 2px;
    margin-left: 5px;
    font-weight: normal;
}
/*黃牌*/
#scheduleBlock .yellowCards {
    background-color: #ffde00;
    padding: 0px 2px;
    margin-left: 5px;
    font-weight: normal;
}
/*總分欄位大小*/
#scheduleBlock .scoreFinal {
    width: 28px;
    min-width: 15%;
}

#scheduleBlock .scoreItem {
    width: 28px !important;
    min-height: 35px;
    height: 50%;
}

    #scheduleBlock .scoreItem > span {
        display: inline-block;
        vertical-align: middle;
    }

#scheduleBlock div .scoreItem::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
/*顯示得分箭頭圖示的欄位大小*/
#scheduleBlock .arrow {
    width: 25px;
    min-width: 25px;
}
    /*得分顯示-箭頭向上*/
    #scheduleBlock .arrow .scoreOn {
        width: 11px;
        height: 6px;
        /*background-image: url(/images/sport/mobile/icon_arrow.svg);*/
        background-image: url('../../images/Mobile/icon_arrow.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: center top;
    }
    /*得分隱藏-箭頭向下*/
    #scheduleBlock .arrow .scoreOff {
        width: 11px;
        height: 6px;
        margin: 0 auto;
        /*background-image: url(/images/sport/mobile/icon_arrow.svg);*/
        background-image: url('../../images/Mobile/icon_arrow.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

/*訊息欄位大小*/
#scheduleBlock .notice {
    min-height: 20px;
    color: red;
}
/*分數列邊框大小*/
#scheduleBlock .noBorder {
    border: 0;
}
/*分數列-表格大小*/
#scheduleBlock .tableFormContent {
    background-color: #e5e5e5;
    display: block;
    position: relative;
    text-align: center;
    border-spacing: 0;
}
    /*分數列-title欄位的最小寬度*/
    #scheduleBlock .tableFormContent th {
        min-width: 20px;
        background-color: #f3f3f3;
    }

    #scheduleBlock .tableFormContent td {
        width: 1000px;
        background-color: #f3f3f3;
    }

        #scheduleBlock .tableFormContent td > div {
            text-align: center;
        }
    /*分數列-分數欄位大小*/
    #scheduleBlock .tableFormContent .score {
        min-width: 8px;
    }
    /*分數列-分數的其它欄位預設最小寬度*/
    #scheduleBlock .tableFormContent .other {
        min-width: 20px;
        font-size: 12px;
    }

/*電競欄位內圖片置中*/
#scheduleBlock > div th > div {
    display: inline-block;
    vertical-align: middle;
}

/*電競賽事圖片*/
/*殺*/
#scheduleBlock table th .esK {
    /*background-image: url(/images/sport/kill.svg);*/
    background-image: url('../../images/Public/kill.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*LOL 金*/
#scheduleBlock table th .esG {
    /*background-image: url(/images/sport/gold.svg);*/
    background-image: url('../../images/Public/gold.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*Dota2 金*/
#scheduleBlock table th .esXP {
    /*background-image: url(/images/sport/xp.svg);*/
    background-image: url('../../images/Public/xp.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*塔*/
#scheduleBlock table th .esT {
    /*background-image: url(/images/sport/tower.svg);*/
    background-image: url('../../images/Public/tower.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*龍 lol*/
#scheduleBlock table th .esD {
    /*background-image: url(/images/sport/small_dragon.png);*/
    background-image: url('../../images/Public/small_dragon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*大龍 lol*/
#scheduleBlock table th .esBD {
    /*background-image: url(/images/sport/dragon3.png);*/
    background-image: url('../../images/Public/dragon3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*暴君 王者荣耀*/
#scheduleBlock table th .esD_S {
    /*background-image: url(/images/sport/small_dragon.png);*/
    background-image: url('../../images/Public/dragon_s.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*主宰 王者荣耀*/
#scheduleBlock table th .esBD_D {
    /*background-image: url(/images/sport/dragon3.png);*/
    background-image: url('../../images/Public/dragon_b.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*首殺 */
.esFK {
    display: inline-block;
    vertical-align: middle;
    /*background-image: url(/images/sport/first_blood.svg);*/
    background-image: url('../../images/Public/first_blood.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.esFKG {
    /*background-image: url(/images/sport/first_bloodGray.svg);*/
    background-image: url('../../images/Public/first_bloodGray.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*10殺 */
.esTK {
    display: inline-block;
    vertical-align: middle;
    /*background-image: url(/images/sport/first_kill_ten.svg);*/
    background-image: url('../../images/Public/first_kill_ten.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.esTKG {
    /*background-image: url(/images/sport/first_kill_tenGray.svg);*/
    background-image: url('../../images/Public/first_kill_tenGray.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

/*營 dota2*/
#scheduleBlock table th .esB {
    /*background-image: url(/images/sport/barrack.svg);*/
    background-image: url('../../images/Public/barrack.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*盾 dota2*/
#scheduleBlock table th .esA {
    /*background-image: url(/images/sport/aegis.svg);*/
    background-image: url('../../images/Public/aegis.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

/*排名*/
#scheduleBlock table th .esR {
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/medal.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

/*贏得第一回合 csgo*/
.es1WT {
    display: inline-block;
    vertical-align: middle;
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_gun1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.es1WTG {
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_gun1_off.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

/*優先贏得五個回合 csgo*/
.es5WT {
    display: inline-block;
    vertical-align: middle;
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_grenade5.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.es5WTG {
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_grenade5_off.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

/*贏得第十六回合 csgo*/
.es16WT {
    display: inline-block;
    vertical-align: middle;
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_gun16.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.es16WTG {
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_gun16_off.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

/*維護視窗*/
#maintBlock {
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    position: fixed;
    text-align: center;
    background-color: white;
}

    #maintBlock > div {
        top: 25%;
        width: 240px;
        color: #6CA9E5;
        font-size: 25px;
        font-weight: bold;
        position: absolute;
        left: calc(50% - 120px);
    }

    #maintBlock .logoMaint {
        width: 180px;
        height: 200px;
        position: relative;
    }

    #maintBlock .imgMT {
        width: 180px;
        height: 75px;
        bottom: 1%;
        position: absolute;
        left: calc(50% - 90px);
    }

#alertOver {
    text-align: center;
    z-index: 10002;
    padding: 20px 22px;
}

    #alertOver a:link {
        color: #6CA9E5;
    }

    #alertOver a:visited {
        color: #6CA9E5;
    }

    #alertOver > div > div.alertComfirm {
        display: none;
        border-top: 1px solid #f0f0f0;
    }

        #alertOver > div > div.alertComfirm > a {
            display: block;
            padding-top: 10px;
            padding-bottom: 10px;
            color: blue;
        }

    #alertOver > div > div.alertMsg {
        padding: 20px 22px;
    }

@media (min-width: 360px) {
    /*入球提示設定*/
    #scheduleRemind {
        font-size: 14px;
    }

        #scheduleRemind img {
            width: 30px;
            height: 30px;
        }

        #scheduleRemind > div > span {
            width: 75px;
        }

        #scheduleRemind > div > div {
            padding-left: 30px;
        }
    /*賽程表格大小*/
    #scheduleBlock {
        min-width: 360px;
    }

        #scheduleBlock > div th {
            min-width: 30px;
            height: 26px;
        }

        #scheduleBlock > div td {
            min-width: 28px;
            height: 25px;
            font-size: 13px;
        }
        /*賽程聯盟字體設定*/
        #scheduleBlock div.alliance {
            font-size: 14px;
        }
        /*賽程勾選欄位大小*/
        #scheduleBlock .check {
            min-width: 38px;
        }
            /*賽程勾選方框*/
            #scheduleBlock .check > .ckb {
                width: 20px;
                height: 20px;
            }
        /*賽程勾選圖示*/
        #scheduleBlock .ckbOK {
            background-size: 20px,20px;
        }
        /*時間、狀態欄位大小*/
        #scheduleBlock .gametimeBox {
            line-height: 15px;
        }

        /*剩餘時間欄位大小*/
        #scheduleBlock .timeLeft {
            min-width: 83px;
            padding: 0px 2px;
        }
        /*棒球bso欄位大小*/
        #scheduleBlock .bso > div {
            width: 50px;
        }

            #scheduleBlock .bso > div > .bsoSize {
                width: 25px;
                height: 15px;
                background-size: 25px,20px;
            }

            #scheduleBlock .bso > div > span {
                min-width: 11px;
                margin-left: 3px;
            }

            #scheduleBlock .bso > div > div {
                margin-left: 5px;
                margin-top: 2px;
                height: 9px;
                width: 29px;
            }
        /*棒球壘包欄位大小*/
        #scheduleBlock .base {
            min-width: 30px;
        }

            #scheduleBlock .base > div {
                margin: 0,3px,0,0px;
                width: 33px;
                height: 33px;
            }

        /*球權的小黃球*/
        #scheduleBlock .prBall > div {
            width: 10px;
            height: 10px;
        }

        /*隊伍名稱欄位大小*/
        #scheduleBlock .teamName {
            font-size: 13.5px;
        }

            #scheduleBlock .teamName > div {
                max-height: 60px;
                min-height: 38%;
                line-height: 30px;
            }

                #scheduleBlock .teamName > div::before {
                    content: "";
                    display: inline-block;
                    height: 100%;
                    width: 0;
                    vertical-align: middle;
                }

                #scheduleBlock .teamName > div > span {
                    display: inline-block;
                    vertical-align: middle;
                    line-height: 15px;
                }

        /*總分欄位大小*/
        #scheduleBlock .scoreFinal {
            min-width: 30px;
            width: 15%;
        }

        #scheduleBlock .scoreItem {
            width: 30px !important;
        }

        /*顯示得分箭頭圖示的欄位大小*/
        #scheduleBlock .arrow {
            min-width: 30px;
            width: 8%;
        }
            /*得分顯示-箭頭向上*/
            #scheduleBlock .arrow .scoreOn {
                width: 22px;
                height: 12px;
                background-size: 100%;
            }
            /*得分隱藏-箭頭向下*/
            #scheduleBlock .arrow .scoreOff {
                width: 22px;
                height: 12px;
                background-size: 100%;
            }


        /*足球全半場寬度*/
        #scheduleBlock table[gt='sc'] .other {
            min-width: 30.5px;
        }

        /*足球時間tr高度*/
        #scheduleBlock .trheightSC {
            height: 33px;
        }

    /*維護視窗*/
    #maintBlock > div {
        top: 25%;
        font-size: 30px;
    }

    #maintBlock .logoMaint {
        width: 216px;
        height: 240px;
    }

    #maintBlock .imgMT {
        width: 195px;
        height: 90px;
        bottom: 1%;
        left: calc(50% - 100px);
    }

    #scheduleBlock .tableFormContent .other {
        font-size: 12px;
    }

    #scheduleBlock .borderRight {
        max-width: 25px;
    }
}

@media (min-width: 550px) {
    /*入球提示圖示大小*/
    #scheduleRemind {
        font-size: 16px;
    }

        #scheduleRemind img {
            width: 34px;
            height: 34px;
        }

        #scheduleRemind > div > span {
            width: 85px;
        }

    /*足球tr高度*/
    #scheduleBlock table[gt="sc"] > tbody > .mainRow {
        height: 50px;
    }

    /*賽程字體大小*/
    #scheduleBlock > div td {
        min-width: 40px;
        font-size: 16px;
    }

    /*電競圖片大小*/
    #scheduleBlock > div th > div {
        width: 18px;
        height: 18px;
    }

    /*賽程聯盟字體設定*/
    #scheduleBlock div.alliance {
        font-size: 16px;
    }
    /*賽程勾選欄位大小*/
    #scheduleBlock .check {
        min-width: 50px;
    }
        /*賽程勾選方框*/
        #scheduleBlock .check > .ckb {
            width: 22px;
            height: 22px;
        }
    /*賽程勾選圖示*/
    #scheduleBlock .ckbOK {
        background-size: 22px,22px;
    }
    /*時間、狀態欄位大小*/
    #scheduleBlock .gametimeBox {
        min-width: 85px;
        line-height: 20px;
    }

    /*剩餘時間欄位大小*/
    #scheduleBlock .timeLeft {
        min-width: 89px;
        padding: 0px 5px 0px 5px;
        line-height: 25px;
    }
    /*棒球bso欄位大小*/
    #scheduleBlock .bso {
        min-width: 50px;
    }

        #scheduleBlock .bso > div {
            width: 55px;
            height: 18px;
        }

            #scheduleBlock .bso > div > div {
                height: 9px;
                width: 30px;
                background-size: 30px,10px;
            }
    /*棒球壘包欄位大小*/
    #scheduleBlock .base {
        height: auto;
    }

        #scheduleBlock .base > div {
            background-size: 40px,40px;
            margin: 0,3px,0,0px;
            width: 40px;
            height: 40px;
        }
    /*權球-div大小*/
    #scheduleBlock .prBall > div {
        width: 12px;
        height: 12px;
    }
    /*隊伍名稱欄位大小*/
    #scheduleBlock .teamName {
        font-size: 16px;
    }

        #scheduleBlock .teamName > div {
            line-height: 30px;
        }

            #scheduleBlock .teamName > div > span {
                line-height: 20px;
            }

    /*足球隊伍名稱欄位大小*/
    #scheduleBlock .teamNameTdSC {
        font-size: 16px;
    }

    #scheduleBlock .teamNameSC {
        width: 70%;
    }

    /*足球全半場寬度*/
    #scheduleBlock table[gt='sc'] .other {
        min-width: 46px;
    }

    #scheduleBlock .scoreItem {
        width: 40px !important;
    }

    /*顯示得分箭頭圖示的欄位大小*/
    #scheduleBlock .arrow {
        min-width: 50px;
    }
        /*得分顯示-箭頭向上*/
        #scheduleBlock .arrow .scoreOn {
            width: 22px;
            height: 12px;
        }
        /*得分隱藏-箭頭向下*/
        #scheduleBlock .arrow .scoreOff {
            width: 22px;
            height: 12px;
        }

    /*雷達圖示大小*/
    #scheduleBlock .radar {
        width: 23px;
        height: 19px;
        background-size: 21px,16px;
    }

    #scheduleBlock .radarSC {
        width: 23px;
        height: 14px;
        background-size: 21px,16px;
    }

    /*籃球 雷達動畫圖示大小*/
    #scheduleBlock .rollOffBK {
        height: 16px;
        background-size: 25px,20px;
    }

    #scheduleBlock .rollOnBK {
        height: 16px;
        background-size: 25px,20px;
    }
    /*足球 雷達動畫圖示大小*/
    #scheduleBlock .rollOffSC {
        width: 31px;
        background-size: 29px,20px;
        padding-bottom: 2px !important; /*與雷達數據圖示對齊*/
    }

    #scheduleBlock .rollOnSC {
        width: 31px;
        background-size: 29px,20px;
        padding-bottom: 2px !important; /*與雷達數據圖示對齊*/
    }

    /*足球時間tr高度*/
    #scheduleBlock .trheightSC {
        height: 37px;
    }
    /*提示關閉按鈕*/
    #msgClose {
        height: 22.5px;
        width: 22.5px;
    }

    #scheduleRemind > div:first-child {
        width: calc(100% - 22.5px);
    }

    #scheduleBlock .tableFormContent .other {
        font-size: 14px;
    }

    #scheduleBlock .borderRight {
        max-width: 60px;
    }
}

@media (min-width: 768px) {
    #scheduleBlock .mainRow {
        height: 80px;
    }
    /*入球提示圖示大小*/
    #scheduleRemind {
        font-size: 18px;
        bottom: 93px;
    }

        #scheduleRemind > div > span {
            width: 95px;
        }

        #scheduleRemind img {
            width: 46px;
            height: 46px;
        }

    /*比分文字*/
    #scheduleBlock > div td {
        font-size: 18px;
    }

    /*電競圖片大小*/
    #scheduleBlock > div th > div {
        width: 20px;
        height: 20px;
    }

    /*賽程聯盟字體設定*/
    #scheduleBlock div.alliance {
        font-size: 18px;
    }
    /*賽程勾選欄位大小*/
    #scheduleBlock .check {
        min-width: 75px;
    }
        /*賽程勾選方框*/
        #scheduleBlock .check > .ckb {
            width: 25px;
            height: 25px;
        }
    /*時間、狀態欄位大小*/
    #scheduleBlock .gametimeBox {
        min-width: 130px;
        line-height: 25px;
    }

    /*剩餘時間 寬度*/
    #scheduleBlock .timeLeft {
        min-width: 129px;
    }

    /*棒球bso欄位大小*/
    #scheduleBlock .bso {
        min-width: 60px;
    }

        #scheduleBlock .bso > div {
            width: 80px;
            height: 20px;
        }

            #scheduleBlock .bso > div > div {
                height: 12px;
                width: 40px;
                background-size: 40px,20px;
            }

    /*棒球壘包欄位大小*/
    #scheduleBlock .base {
        min-width: 55px;
    }

        #scheduleBlock .base > div {
            min-width: 55px;
            height: 55px;
            background-size: 55px,40px;
        }

    /*權球-div大小*/
    #scheduleBlock .prBall > div {
        width: 15px;
        height: 15px;
    }
    /*賽程名稱*/
    #scheduleBlock .teamName {
        font-size: 18px;
    }

        #scheduleBlock .teamName > div {
            min-height: 40%;
            line-height: 30px;
        }

            #scheduleBlock .teamName > div > span {
                line-height: 25px;
            }

    /*足球隊伍名稱欄位大小*/
    #scheduleBlock .teamNameTdSC {
        font-size: 18px;
    }

    #scheduleBlock .teamNameSC {
        width: 80%;
    }

    /*雷達圖示大小*/
    #scheduleBlock .radar {
        width: 27px;
        height: 22px;
        background-size: 25px,20px;
    }

    #scheduleBlock .radarSC {
        width: 27px;
        height: 20px;
        background-size: 25px,20px;
    }
    /*足球時間tr高度*/
    #scheduleBlock .trheightSC {
        height: 43px;
    }
    /*提示關閉按鈕*/
    #msgClose {
        height: 25px;
        width: 25px;
    }

    #scheduleRemind > div:first-child {
        width: calc(100% - 25px);
    }

    /*維護視窗*/
    #maintBlock > div {
        top: 30%;
        width: 400px;
        font-size: 35px;
        left: calc(50% - 200px);
    }

    #maintBlock .logoMaint {
        width: 270px;
        height: 300px;
    }

    #maintBlock .imgMT {
        width: 264px;
        height: 110px;
        bottom: 1%;
        left: calc(50% - 130px);
    }

    #scheduleBlock .tableFormContent .other {
        font-size: 16px;
    }

    #scheduleBlock .borderRight {
        max-width: 100px;
    }
}
