﻿body, html {
    height: 100vh; /*自適應高度*/
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: Arial,"微軟正黑體修正",微軟正黑體;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent !important;
}

/* 修正粗體 */
@font-face {
    font-family: "微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: bold;
    src: local("Yu Gothic");
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
    font-family: "微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: normal;
    src: local("微軟正黑體");
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: white;
}
/* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 9px;
}
/* 滑块颜色 */

::-webkit-scrollbar-button {
    background-color: white;
    display: none;
}
/* 滑轨两头的监听按钮颜色 */

a {
    border: 0;
    /*取消a標籤的虛線*/
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
    text-decoration: none;
}

img {
    border: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input, select, textarea {
    font-family: Arial, "微軟正黑體";
    outline: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
}

    select::-ms-expand {
        display: none; /*IE*/
    }

    input[type="button"] {
        border: 0;
        border-radius: 3px;
        cursor: pointer;
        padding: 0;
    }

.noScroll {
    height: 100vh;
    overflow: hidden !important;
}

.invisible {
    visibility: hidden;
}

#headerMain {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #6da9e5;
    z-index: 10;
    /*預設隱藏*/
    visibility: hidden;
}

#logoBlock {
    display: table;
    width: 100%;
    height: 50px;
    line-height: 33px;
    z-index: 11;
    color: #fff;
    font-size: 0.75em;
    border-bottom: 1px solid #8bbcee;
}

#backPage {
    display: table-cell;
    width: 2%;
    min-width: 20px;
    cursor: pointer;
}

    #backPage > div {
        display: block;
        /*background-image: url(/images/sport/mobile/btn_back.svg);*/
        background-image: url('../../images/Mobile/btn_back.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 55%;
        z-index: 11;
        opacity: 0.4;
        margin-left: 10px;
        width: 18px;
        height: 100%;
    }

#logo {
    display: table-cell;
    min-width: 85px;
    width: 5%;
    height: 100%;
}

    #logo > div {
        display: block;
        background-repeat: no-repeat;
        background-position: left;
        background-size: auto 130%;
        width: 100%;
        height: 100%;
        margin-left: 10px;
    }

    #logo.zhLogo > div {
        /*background-image: url(/images/sport/mobile/icon_LogoTW.svg);*/
        background-image: url('../../images/Mobile/icon_LogoTW.svg');
    }

    #logo.cnLogo > div {
        /*background-image: url(/images/sport/mobile/icon_LogoCN.svg);*/
        background-image: url('../../images/Mobile/icon_LogoCN.svg');
    }

    #logo.enLogo > div {
        /*background-image: url(/images/sport/mobile/icon_LogoEN.svg);*/
        background-image: url('../../images/Mobile/icon_LogoEN.svg');
    }

#chooseDate {
    width: 55%;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 1.2em;
    display: table-cell;
    line-height: 28px;
}

    #chooseDate > div {
    margin: 5px 2.5% 5px 2.5%;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.5);
}

    #chooseDate .logoCell,
    #chooseLang .logoCell {
        display: table-row;
    }

#gameCount {
    display: table-cell;
    text-align: center;
    width: 100%;
    padding: 0;
}

#displayDate {
    display: table-cell;
}

#chooseDate span {
    white-space: nowrap;
    padding-left: 10px;
}

#chooseDate .logoCell > div,
#chooseLang .logoCell > div {
    display: table-cell;
    padding-right: 10px;
}

#chooseDate img,
#chooseLang img {
    vertical-align: middle;
    width: 15px;
}

#dateOption,
#langOption {
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
}

    #dateOption > div,
    #langOption > div {
        text-align: left;
    }

#dateList,
#langList {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

#dateList {
    padding: 0 22px;
    max-height: 305px;
}

    #dateList a {
        color: #000;
        display: block;
        background: #f3f3f3;
        margin-bottom: 7px;
        padding-left: 13px;
        line-height: 36px;
        border-radius: 3px;
    }

        #dateList a:first-child {
            height: 18px;
            background: none;
            margin: 0;
            padding: 0;
        }

    #dateList .btnToday {
        color: #fff;
        background: #8bbcee;
    }

    #dateList .rightDate {
        float: right;
        margin-right: 10px;
        color: red;
    }

#dateOption .arrowBottom {
    /*background-image: url(/images/sport/mobile/icon_arrowBottom.svg);*/
    background-image: url('../../images/Mobile/icon_arrowBottom.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 40%;
    height: 25px;
}
#chooseLang {
    font-size: 1.2em;
    right: 2.5%;
    width: 50px;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 28px;
}

    #chooseLang > div {
        margin: 5px 5% 5px 2.5%;
        border-radius: 5px;
        border: 1px solid rgba(255,255,255,0.5);
    }

    #chooseLang span {
        display: table-cell;
        white-space: nowrap;
        padding-left: 10px;
        width: 100%;
    }

#langList a {
    color: #000;
    display: block;
    background: #f3f3f3;
    margin-bottom: 7px;
    text-align: center;
    line-height: 34px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 0.8em;
}

#langOption .arrowBottom {
    /*background-image: url(/images/sport/mobile/icon_arrowBottom.svg);*/
    background-image: url('../../images/Mobile/icon_arrowBottom.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 10px;
    margin-bottom: 5px;
}

#showStatus {
    margin: 0 3%;
}

    #showStatus > div {
        display: table;
        width: 100%;
    }

        #showStatus > div > div {
            display: table-cell;
            height: 100%;
            width: 25%;
        }

    #showStatus span.sortStatus {
        display: block;
        height: 30px;
        line-height: 30px;
        margin: 6px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        vertical-align: middle;
    }

    #showStatus .onPage .sortStatus {
        background-color: #fff;
        color: #54a4f5;
    }

/*滑動聯盟標題置頂*/
#scheduleBlock stickySpace {
    background: #cfe7ff;
    width: 100%;
    min-height: 32px;
}

#scheduleBlock .stickyHeader,
#scheduleBlock .allianceHeader {
    -webkit-tap-highlight-color: transparent;
    background: #cfe7ff;
    font-size: 16px;
    color: #000;
    text-align: left;
    width: 100%;
    min-height: 32px;
    display: table;
    position: relative;
    z-index: 5;
}

    #scheduleBlock .stickyHeader::after,
    #scheduleBlock .allianceHeader::after {
        display: inline-block;
        content: "";
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

    #scheduleBlock .stickyHeader > div,
    #scheduleBlock .allianceHeader > div {
        display: inline-block;
        vertical-align: middle;
    }

    #scheduleBlock .stickyHeader > .check,
    #scheduleBlock .allianceHeader > .check {
        text-align: center;
        padding: 0 1px 0 2px;
        display: table-cell;
    }

    #scheduleBlock .stickyHeader .icon,
    #scheduleBlock .allianceHeader .icon {
        width: 20px;
        min-width: 20px;
        background-size: 20px 20px !important;
        display: table-cell;
        padding: 0 5px;
    }

    #scheduleBlock .stickyHeader .bbIcon,
    #scheduleBlock .allianceHeader .bbIcon {
        /*background: url(/images/sport/mobile/icon_game_bb.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_bb.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .bkIcon,
    #scheduleBlock .allianceHeader .bkIcon {
        /*background: url(/images/sport/mobile/icon_game_bk.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_bk.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .scIcon,
    #scheduleBlock .allianceHeader .scIcon {
        /*background: url(/images/sport/mobile/icon_game_sc.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_sc.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .afIcon,
    #scheduleBlock .allianceHeader .afIcon {
        /*background: url(/images/sport/mobile/icon_game_af.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_af.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .tnIcon,
    #scheduleBlock .allianceHeader .tnIcon {
        /*background: url(/images/sport/mobile/icon_game_tn.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_tn.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .ihIcon,
    #scheduleBlock .allianceHeader .ihIcon {
        /*background: url(/images/sport/mobile/icon_game_ih.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_ih.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .vlIcon,
    #scheduleBlock .allianceHeader .vlIcon {
        /*background: url(/images/sport/mobile/icon_game_vl.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_vl.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .bmIcon,
    #scheduleBlock .allianceHeader .bmIcon {
        /*background: url(/images/sport/mobile/icon_game_bm.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_bm.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .esIcon,
    #scheduleBlock .allianceHeader .esIcon {
        /*background: url(/images/sport/mobile/icon_game_es.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_es.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .hbIcon,
    #scheduleBlock .allianceHeader .hbIcon {
        /*background: url(/images/sport/mobile/icon_game_hb.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_hb.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .ttIcon,
    #scheduleBlock .allianceHeader .ttIcon {
        /*background: url(/images/sport/mobile/icon_game_tt.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_tt.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .pbIcon,
    #scheduleBlock .allianceHeader .pbIcon {
        /*background: url(/images/sport/mobile/icon_game_pb.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_pb.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .wpIcon,
    #scheduleBlock .allianceHeader .wpIcon {
        /*background: url(/images/sport/mobile/icon_game_wp.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_wp.svg') no-repeat center;
    }

    #scheduleBlock .stickyHeader .boIcon,
    #scheduleBlock .allianceHeader .boIcon {
        /*background: url(/images/sport/mobile/icon_game_wp.svg) no-repeat center;*/
        background: url('../../images/Mobile/icon_game_bo.svg') no-repeat center;
    }

#scheduleBlock .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 92px;
    z-index: 6;
}

#content {
    padding-top: 92px;
    padding-bottom: 48px;
    width: 100%;
    height: 100%;
    /*預設隱藏*/
    visibility: hidden;
}

#settingBar {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #eee;
    border-top: 1px solid #bdbdbd;
    bottom: 0;
    z-index: 10;
    /*預設隱藏*/
    visibility: hidden;
}

    #settingBar::after {
        content: "";
        border-style: solid;
        border-width: 12px 9px 0 9px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        margin-left: -9px;
        margin-top: -20px;
        display: none;
    }

    #settingBar > div {
        float: left;
        width: 20%;
        height: 47px;
        text-align: center;
        color: #989898;
        font-size: 0.8em;
        line-height: 1em;
        cursor: pointer;
        position: relative;
    }
    /*球類是我的最愛的樣式*/
    #settingBar.addFv > div {
        width: 25%;
    }

    #settingBar.addFv > #sortBlock {
        display: none;
    }

/*語系、排序選擇 底色*/
#langList .sortBgColor,
#sortList .sortBgColor {
    background-color: #8bbcee !important;
}

#chooseDate,
#chooseLang,
#menuBlock,
#leagueBlock,
#sortBlock,
#funcBlock,
#routeBlock,
#alertBlock,
#alertOverBlock {
    -webkit-tap-highlight-color: transparent;
}

#menuIcon img,
#leagueIcon img,
#sortIcon div,
#funcIcon img,
#routeIcon img {
    display: block;
    height: 25px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

#menuIcon img {
    height: 21px;
    margin-top: 5px;
    margin-bottom: 2px;
}

#menuIcon.VITH_Langue > span {
    font-size: 0.8em;
}

/*功能列的當前排序圖示*/
#sortIcon .sortLeague {
    /*background: url(/images/sport/mobile/icon_footer_sequence.svg) no-repeat;*/
    background: url('../../images/Mobile/icon_footer_sequence.svg') no-repeat;
    background-size: auto 25px;
    background-position: center;
    width: 100%;
}

#sortIcon .sortTime {
    /*background: url(/images/sport/mobile/icon_footer_sequenceTime.png) no-repeat;*/
    background: url('../../images/Mobile/icon_footer_sequenceTime.png') no-repeat;
    background-size: auto 25px;
    background-position: center;
    width: 100%;
}

#menuOption,
#leagueOption,
#sortOption,
#alertOver {
    color: #000;
    width: 400%;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #fff;
    z-index: 11;
    position: absolute;
    bottom: 65px;
    left: 16%;
    padding-bottom: 12px;
}

/*聯盟選單*/
#leagueList {
    max-height: 251px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*球類選單*/
#menuList {
    position: relative;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}

#sortList {
    position: relative;
    max-height: 230px;
}

    #menuList a,
    #leagueList a,
    #sortList a {
        text-align: left;
        display: block;
        background-color: #f3f3f3;
        margin-bottom: 3px;
        border-radius: 8px;
    }

        #menuList a img,
        #menuList a span,
        #leagueList a span {
            display: inline-block;
            vertical-align: middle;
            font-size: 1.10em;
            font-weight: bold;
        }

        #menuList a img,
        #menuList a span {
            height: inherit !important;
        }

/*球類選單*/
#menuList a {
    height: 30px;
    line-height: 30px;
}

    #menuList a span:last-child {
        float: right;
        color: red;
        font-weight: bolder;
        font-size: 1em;
        margin-right: 15px;
    }
    /*球類選單圖片*/
    #menuList a img {
        margin-left: 15px;
        margin-right: 15px;
        width: 25px;
        height: auto;
    }

#menuOption .arrowBottom,
#leagueOption .arrowBottom {
    /*background-image: url(/images/sport/mobile/icon_arrowBottom.svg);*/
    background-image: url('../../images/Mobile/icon_arrowBottom.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 40%;
    height: 25px;
    margin-bottom: -10px;
}


#leagueOption {
    left: -50%;
}

    #leagueOption .allLeague {
        text-align: left;
        margin: 0 15px;
        border-bottom: 2px solid #6da9e5;
        line-height: 40px;
        height: 40px;
        font-size: 1.15em;
        padding: 0 7px;
    }

#allLeague {
    text-align: left;
    display: block;
}

    #allLeague span {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
    }

#allLeague,
#leagueList a,
#sortList a {
    display: block;
    height: 35px;
    vertical-align: middle;
    cursor: pointer;
}

#allLeague,
#sortList a {
    line-height: 35px;
}

#leagueList a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#leagueList a > span.ckbText {
    padding-top: 4px;
    padding-bottom: 2px;
}

#leagueOption .ckb {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #6da9e5;
    box-sizing: border-box;
    border-radius: 3px;
    margin-left: 15px;
}

#leagueOption .icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px !important;
    margin-left: 10px;
}

#leagueOption .bbIcon {
    /*background: url(/images/sport/mobile/icon_game_bb.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_bb.svg') no-repeat center;
}

#leagueOption .bkIcon {
    /*background: url(/images/sport/mobile/icon_game_bk.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_bk.svg') no-repeat center;
}

#leagueOption .scIcon {
    /*background: url(/images/sport/mobile/icon_game_sc.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_sc.svg') no-repeat center;
}

#leagueOption .afIcon {
    /*background: url(/images/sport/mobile/icon_game_af.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_af.svg') no-repeat center;
}

#leagueOption .tnIcon {
    /*background: url(/images/sport/mobile/icon_game_tn.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_tn.svg') no-repeat center;
}

#leagueOption .ihIcon {
    /*background: url(/images/sport/mobile/icon_game_ih.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_ih.svg') no-repeat center;
}

#leagueOption .vlIcon {
    /*background: url(/images/sport/mobile/icon_game_vl.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_vl.svg') no-repeat center;
}

#leagueOption .bmIcon {
    /*background: url(/images/sport/mobile/icon_game_bm.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_bm.svg') no-repeat center;
}

#leagueOption .esIcon {
    /*background: url(/images/sport/mobile/icon_game_es.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_es.svg') no-repeat center;
}

#leagueOption .hbIcon {
    /*background: url(/images/sport/mobile/icon_game_hb.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_hb.svg') no-repeat center;
}

#leagueOption .ttIcon {
    /*background: url(/images/sport/mobile/icon_game_tt.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_tt.svg') no-repeat center;
}

#leagueOption .pbIcon {
    /*background: url(/images/sport/mobile/icon_game_pb.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_pb.svg') no-repeat center;
}

#leagueOption .wpIcon {
    /*background: url(/images/sport/mobile/icon_game_wp.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_wp.svg') no-repeat center;
}

#leagueOption .boIcon {
    /*background: url(/images/sport/mobile/icon_game_wp.svg) no-repeat center;*/
    background: url('../../images/Mobile/icon_game_bo.svg') no-repeat center;
}

#leagueOption .ckb > span {
    display: none !important;
}

#leagueOption .ckbOK {
    /*background: #fff url(/images/sport/mobile/btn_Check_blue.svg) no-repeat center;*/
    background: #fff url('../../images/Mobile/btn_Check_blue.svg') no-repeat center;
    background-size: 100%;
}

/*球類選單*/
#leagueOption .optionItem .ckbText {
    margin-left: 10px;
    box-sizing: border-box;
    text-align: left;
    white-space: nowrap;
    width: calc(100% - 57px);
    overflow-x: auto;
    overflow-y: hidden;
    vertical-align: middle;
    display: inline-block;
    height: 38px;
    line-height: 31px;
}

#leagueOption .optionItem .fvCkbText {
    width: calc(100% - 90px);
}

#leagueOption .optionItem .ckbText::-webkit-scrollbar {
    height: 0;
    width: 0;
}

#leagueButton {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding-left: 13px;
    padding-right: 13px;
}

    #leagueButton > input {
        color: #fff;
        width: 49%;
        height: 34px;
        font-size: 1em;
    }

#btnLeagueClose {
    float: left;
    background-color: #bebebe;
}

#leagueSubmit {
    float: right;
    background-color: #6da9e5;
}

#sortList a {
    text-align: center;
    font-size: 1.10em;
    font-weight: bold;
}

#dateOption,
#langOption,
#menuOption,
#leagueOption,
#sortOption,
#funcOption,
#routeOption,
#alertOver {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background-color: rgba(0,0,0,0.4);
    overflow-x: hidden;
}

    #dateOption > div,
    #langOption > div,
    #menuOption > div,
    #leagueOption > div,
    #sortOption > div,
    #funcOption > div,
    #routeOption > div,
    #alertOver > div {
        width: 80%;
        min-width: 300px;
        max-width: 605px;
        display: inline-block;
        border-radius: 5px;
        background-color: #fff;
        vertical-align: middle;
        position: relative;
    }

    #langOption > div,
    #menuOption > div,
    #leagueOption > div {
        padding-bottom: 12px;
    }

    #dateOption::before,
    #langOption::before,
    #menuOption::before,
    #leagueOption::before,
    #sortOption::before,
    #funcOption::before,
    #routeOption::before,
    #alertOver::before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    #dateOption .topRegion,
    #langOption .topRegion,
    #menuOption .topRegion,
    #leagueOption .topRegion,
    #sortOption .topRegion,
    #funcOption .topRegion,
    #routeOption .topRegion,
    #alertOver > div > div.alertTitle {
        text-align: center;
        background-color: #eeeeee;
        border-radius: 5px 5px 0 0;
        line-height: 40px;
        box-sizing: border-box;
        text-align: center;
        font-weight: bold;
        font-size: 1.15em;
        color: #000;
    }
    

    #dateOption .topRegion,
    #langOption .topRegion {
        font-size: 0.95em;
    }

.bottomRegion {
    border-top: 1px solid #f0f0f0;
    color: #6CA9E5;
    text-align: center;
}

#dateClose,
#langClose,
#menuClose,
#leagueClose,
#sortClose,
#funcClose,
#routeClose,
#alertOver > div > div.alertTitle > div.alertClose {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    /*background-image: url(/images/sport/mobile/btn_outerGame_close.svg);*/
    background-image: url('../../images/Mobile/btn_outerGame_close.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    cursor: pointer;
}

#langOption .middleRegion,
#menuOption .middleRegion,
#leagueOption .middleRegion {
    padding: 18px 22px 0px;
}

#sortOption .middleRegion,
#funcOption .middleRegion,
#routeOption .middleRegion {
    padding: 18px 22px;
}


#soccerDisplay,
#processGame,
#routeList > div {
    display: block;
    min-width: 260px;
    max-width: 605px;
    margin: auto;
    font-size: 0.95em; /* 因應iphone8和iphone10(375寬度)英文語系"黃牌"會跑版所做的調整 */
    color: #000;
    font-weight: bold;
    text-align: left;
}

    #soccerDisplay .ckbSoccer {
        display: inline-block;
        width: 49%;
        background-color: #f3f3f3;
        border-radius: 3px;
        margin-bottom: 10px;
        line-height: 34px;
        cursor: pointer;
        text-align: center;
    }

    #soccerDisplay.IOSSYS .ckbSoccer {
        width: 100%;
        margin-bottom: 1px;
        text-align:left;
    }
        #soccerDisplay .ckbSoccer:nth-child(even) {
            float: right;
        }

        #soccerDisplay .ckbSoccer > label {
            display: inline-block;
            vertical-align: middle;
            margin-top: 8px;
            margin-left: 8%;
            float: left;
        }
    #soccerDisplay.IOSSYS .ckbSoccer > label {
        margin-left: 15px;
        width: 27px;
        margin-top: 8px;
        margin-bottom: 7px;
    }
    #soccerDisplay.IOSSYS .ckbSoccer .soccerDisplayText {
        display: inline-block;
        position: absolute;
        margin-top: 1px;
        width: 63%;
        text-align: center;
        padding-left: 14px;
    }
    #soccerDisplay.IOSSYS .ckbSoccer:nth-child(even) {
        float: none;
    }
    #soccerDisplay .ckbSoccer > span {
        display: inline-block;
        vertical-align: middle;
    }

        #soccerDisplay .ckbSoccer .ckb {
            width: 20px;
            height: 20px;
            border-radius: 3px;
            background-color: #fff;
            border: 1px solid #6da9e5;
            cursor: pointer;
            display: block;
        }

        #soccerDisplay .ckbSoccer .ckbOK {
            background: #fff url('../../images/Mobile/btn_Check_blue.svg') no-repeat center;
            background-size: 100%;
        }

    #processGame a,
    #routeOption a {
        display: block;
        background-color: #f3f3f3;
        border-radius: 3px;
        margin-bottom: 3px;
        line-height: 34px;
        cursor: pointer;
        border-radius: 8px;
    }

        #processGame a > span {
            display: inline-block;
            position: absolute;
            margin-top: 0;
            width: 63%;
            text-align: center;
            padding-left: 14px;
        }

    #processGame img {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-left: 15px;
    }

    #processGame > a > span.onCheck {
        color: #ff7800;
    }

#routeOption .middleRegion a {
    display: block;
    text-align: center;
    color: #000;
}

    #routeOption .middleRegion a > div {
        display: inline-block;
        border-radius: 50%;
        width: 11px;
        height: 11px;
        background-color: #999;
        border: 2px solid #ccc;
        margin-right: 5px;
        vertical-align: middle;
        margin-bottom: 4px;
    }

    #routeOption .middleRegion a > .routeOn {
        background-color: #4d92ff;
    }
/*平版裝置選擇頁*/
#selectDeviceBlock {
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
    font-size: 26px;
    position: absolute;
    text-align: center;
    background: #EFF2F7;
    font-weight: bold;
}

    #selectDeviceBlock > div {
        position: absolute;
    }

        #selectDeviceBlock > div:first-child {
            width: 200px;
            height: 150px;
            top: calc(20% - 75px);
            left: calc(50% - 100px);
        }

            #selectDeviceBlock > div:first-child > img {
                width: 100%;
                height: 100%;
            }

        #selectDeviceBlock > div:nth-child(2) {
            width: 100%;
            top: calc(37% - 60px);
        }

    #selectDeviceBlock span {
        width: 100%;
        color: #002752;
        display: inline-block;
    }

    #selectDeviceBlock > div:last-child {
        width: 450px;
        height: 200px;
        left: calc(50% - 225px);
        top: calc(60% - 100px);
    }

#devicePC, #deviceMobile {
    background-color: #DDEBF8;
    float: left;
    width: 170px;
    border: 2px solid #85B6EF;
    border-radius: 8px;
    padding: 15px;
    margin: 10px;
}

    #devicePC img, #deviceMobile img {
        width: 150px;
        height: 120px;
        margin: 10px;
    }

    #devicePC span, #deviceMobile span {
        color: #3184DB;
    }

@media (min-width: 360px) {
    body {
        font-size: 1.15em;
    }
    #logoBlock {
        height: 50px;
        line-height: 33px;
    }

    #chooseDate,
    #chooseLang {
        font-size: 1.1em;
    }

        #chooseDate img,
        #chooseLang img {
            width: 20px;
        }

        #chooseDate .logoCell > div::before,
        #chooseLang .logoCell > div::before {
            margin-left: -2.5px;
        }

    #dateOption .arrowBottom {
        height: 28px;
    }

    #langList a {
        height: 40px;
        line-height: 40px;
        font-size: 0.9em;
    }

    #dateList {
        max-height: 310px;
    }

        #dateList a {
            line-height: 37px;
        }

    #showStatus span.sortStatus {
        height: 40px;
        line-height: 40px;
        margin: 4px;
        font-size: 0.8em;
    }

    #scheduleBlock .sticky {
        padding-top: 98px;
    }

    #content {
        padding-top: 98px;
        padding-bottom: 57px;
    }

        #content.iXcontent {
            padding-bottom: 72px !important;
        }

    #settingBar,
    #menuIcon,
    #leagueIcon,
    #sortIcon,
    #funcIcon,
    #routeIcon {
        height: 56px;
    }

        #settingBar.iXsettingBar {
            height: 71px;
        }

            #settingBar.iXsettingBar #menuIcon,
            #settingBar.iXsettingBar #leagueIcon,
            #settingBar.iXsettingBar #sortIcon,
            #settingBar.iXsettingBar #funcIcon,
            #settingBar.iXsettingBar #routeIcon {
                height: 71px;
            }

        #menuIcon .enFontSize {
            font-size: 0.86em;
        }

        #leagueIcon img,
        #sortIcon div,
        #funcIcon img,
        #routeIcon img {
            height: 28px;
            margin-bottom: 3px;
        }

        #sortIcon .sortLeague,
        #sortIcon .sortTime {
            background-size: auto 28px;
        }

        #menuIcon img {
            height: 25px;
            margin-top: 6px;
            margin-bottom: 3px;
        }

    #menuList {
        max-height: 295px;
    }

    #leagueList {
        max-height: 300px;
    }

    #sortList {
        max-height: 250px;
    }

        /*球類選單*/
        #menuList a,
        #sortList a {
            line-height: 39.3px;
            height: 39.3px;
        }

            #menuList a img {
                width: 30px;
            }

    #allLeague,
    #leagueList a {
        height: 40px;
    }

    #allLeague {
        line-height: 40px;
    }

    #menuOption .arrowBottom,
    #leagueOption .arrowBottom {
        height: 28px;
        margin-bottom: -12px;
    }

    #leagueOption .ckb {
        width: 23px;
        height: 23px;
    }

    #leagueOption .icon {
        width: 23px;
        height: 23px;
        background-size: 23px 23px !important;
    }

    #leagueButton {
        margin-top: 12px;
    }

    #soccerDisplay .ckbSoccer,
    #processGame a {
        line-height: 40px;
    }

        #soccerDisplay .ckbSoccer .ckb {
            width: 23px;
            height: 23px;
        }

    #processGame img {
        width: 27px;
        height: 27px;
    }

    #alertOver {
        font-size: 14px;
    }
}

@media (min-width: 550px) {
    body {
        font-size: 1.25em;
    }

    input[type="button"] {
        border-radius: 5px;
    }

    #logoBlock {
        height: 56px;
        line-height: 36px;
    }

    #chooseDate,
    #chooseLang {
        line-height: 36px;
        font-size: 1.15em;
    }

        #chooseDate img,
        #chooseLang img {
            width: 23px;
        }

        #chooseDate .logoCell > div::before,
        #chooseLang .logoCell > div::before {
            margin-top: 43px;
        }

    #dateOption .arrowBottom {
        height: 30px;
    }

    #langList a {
        font-size: 0.9em;
    }

    #dateList {
        padding: 0 29px;
        max-height: 360px;
    }

        #dateList a {
            line-height: 44px;
        }

            #dateList a:first-child {
                height: 29px;
            }

    #showStatus span.sortStatus {
        margin: 5px;
        font-size: 0.85em;
    }

    #scheduleBlock .stickyHeader > .icon,
    #scheduleBlock .allianceHeader > .icon {
        width: 22px;
        min-width: 22px;
        background-size: 22px 22px !important;
    }

    #scheduleBlock .sticky {
        padding-top: 107px;
    }

    #content {
        padding-top: 107px;
        padding-bottom: 62px;
    }

    #settingBar,
    #menuIcon,
    #leagueIcon,
    #sortIcon,
    #funcIcon,
    #routeIcon {
        height: 61px;
    }

        #menuIcon .enFontSize {
            font-size: 1em;
        }

        #leagueIcon img,
        #sortIcon div,
        #funcIcon img,
        #routeIcon img {
            height: 32px;
        }

        #sortIcon .sortLeague,
        #sortIcon .sortTime {
            background-size: auto 32px;
        }

        #menuIcon img {
            height: 28px;
            margin-top: 8px;
            margin-bottom: 6px;
        }

    #menuList,
    #leagueList {
        max-height: 300px;
    }

    #sortList {
        max-height: 415px;
    }

    /*球類選單 聯盟選單*/
    #allLeague {
        line-height: 45px;
        height: 45px;
    }

    #menuList a,
    #sortList a {
        line-height: 40px;
        height: 40px;
    }

    #menuOption .arrowBottom,
    #leagueOption .arrowBottom {
        height: 30px;
        margin-bottom: -13px;
    }

    #leagueOption .optionItem .ckbText {
        width: calc(100% - 60px);
    }

    #leagueOption .optionItem .fvCkbText {
        width: calc(100% - 96px);
    }

    #leagueOption .allLeague {
        padding: 0 14px;
        line-height: 48px;
        height: 48px;
    }

    #leagueOption .ckb {
        width: 26px;
        height: 26px;
    }

    #leagueOption .icon {
        width: 26px;
        height: 26px;
        background-size: 26px 26px !important;
    }

    #leagueOption .arrowBottom {
        height: 30px;
    }

    #leagueButton {
        margin-top: 13px;
    }

    #dateOption .topRegion,
    #langOption .topRegion,
    #menuOption .topRegion,
    #leagueOption .topRegion,
    #sortOption .topRegion,
    #funcOption .topRegion,
    #routeOption .topRegion,
    #alertOver > div > div.alertTitle {
        line-height: 48px;
    }

        #dateClose,
        #langClose,
        #menuClose,
        #leagueClose,
        #sortClose,
        #funcClose,
        #routeClose,
        #alertOver > div > div.alertTitle > div.alertClose {
            width: 48px;
            height: 48px;
        }

    #langOption .middleRegion,
    #menuOption .middleRegion,
    #leagueOption .middleRegion {
        padding: 29px 29px 0px;
    }

    #sortOption .middleRegion,
    #funcOption .middleRegion,
    #routeOption .middleRegion {
        padding: 29px 29px;
    }

    #soccerDisplay .ckbSoccer,
    #processGame a {
        line-height: 44px;
    }

        #soccerDisplay .ckbSoccer .ckb {
            width: 26px;
            height: 26px;
        }

    #processGame img {
        width: 29px;
        height: 29px;
    }

    #routeOption .middleRegion a {
        margin-bottom: 5px;
    }

    #leagueButton > input {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 2em;
    }

    input[type="button"] {
        border-radius: 8px;
    }

    #logoBlock {
        height: 70px;
        line-height: 45px;
        border-bottom-width: 2px;
    }

    #logo {
        background-position: center;
        min-width: 130px;
    }

        #logo > div {
            background-position: center;
        }

    #chooseDate > div,
    #chooseLang > div {
        border-width: 2px;
        border-radius: 11px;
    }

    #chooseDate img,
    #chooseLang img {
        width: 28px;
    }

    #chooseDate span {
        font-size: 0.9em;
    }

    #dateOption .arrowBottom {
        height: 50px;
    }

    #dateList {
        padding: 0 40px;
        max-height: 495px;
    }

        #dateList a {
            line-height: 63px;
            border-radius: 8px;
        }

            #dateList a:first-child {
                height: 30px;
            }

    #showStatus span.sortStatus {
        margin: 5px;
        height: 55px;
        line-height: 55px;
        font-size: 28px;
    }

    #scheduleBlock .stickyHeader > .icon,
    #scheduleBlock .allianceHeader > .icon {
        width: 25px;
        min-width: 25px;
        background-size: 25px 25px !important;
        padding: 0 8px
    }

    #scheduleBlock .sticky {
        padding-top: 137px;
    }

    #content {
        padding-top: 137px;
        padding-bottom: 134px;
    }

    #settingBar {
        height: 80px;
        border-top-width: 2px;
        font-size: 0.8em;
    }

    #menuIcon,
    #leagueIcon,
    #sortIcon,
    #funcIcon,
    #routeIcon {
        height: 80px;
    }

        #leagueIcon img,
        #sortIcon div,
        #funcIcon img,
        #routeIcon img {
            height: 40px;
        }

        #sortIcon .sortLeague,
        #sortIcon .sortTime {
            background-size: auto 40px;
        }

        #menuIcon img {
            margin-top: 10px;
            margin-bottom: 6px;
            height: 35px;
        }

    #dateOption > div,
    #langOption > div,
    #menuOption > div,
    #leagueOption > div,
    #sortOption > div,
    #funcOption > div,
    #routeOption > div {
        border-radius: 8px;
    }

    #menuList {
        max-height: 450px;
    }

        /*球類選單*/
        #menuList a {
            line-height: 60px;
            height: 60px;
            margin-bottom: 5px;
        }
            /*球類選單圖片*/
            #menuList a img {
                width: 40px;
            }

    #leagueList {
        max-height: 418px;
    }

    #sortList {
        max-height: 525px;
    }

    /*聯盟選單*/
    #allLeague {
        line-height: 65px;
        height: 65px;
    }

    #leagueList a,
    #sortList a {
        height: 55px;
        margin-bottom: 5px;
    }


    #sortList a {
        line-height: 55px;
    }

    #menuOption .arrowBottom,
    #leagueOption .arrowBottom {
        height: 50px;
        margin-bottom: -20px;
    }

    #leagueOption .allLeague {
        padding: 0 25px;
        line-height: 68px;
        height: 68px;
        border-bottom-width: 4px;
    }

    #leagueOption .ckb {
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }

    /*聯盟選單*/
    #leagueOption .optionItem .ckbText {
        width: calc(100% - 75px);
        margin-left: 15px;
        height: 49px;
        line-height: 44px;
    }

    #leagueOption .optionItem .fvCkbText {
        width: calc(100% - 120px);
    }

    #leagueOption .icon {
        width: 30px;
        height: 30px;
        background-size: 30px 30px !important;
        margin-left: 15px;
    }

    #leagueOption .arrowBottom {
        height: 40px;
    }

    #alertOver {
        font-size: 20px;
    }

        #dateOption .topRegion,
        #langOption .topRegion,
        #menuOption .topRegion,
        #leagueOption .topRegion,
        #sortOption .topRegion,
        #funcOption .topRegion,
        #routeOption .topRegion,
        #alertOver > div > div.alertTitle {
            border-radius: 8px 8px 0 0;
            line-height: 70px;
        }

            #dateOption .dateClose,
            #langOption .menuClose,
            #menuClose,
            #leagueClose,
            #sortClose,
            #funcClose,
            #routeClose,
            #alertOver > div > div.alertTitle > div.alertClose {
                width: 65px;
                height: 65px;
            }

    #langOption .middleRegion,
    #menuOption .middleRegion,
    #leagueOption .middleRegion {
        padding: 30px 40px 0px;
    }

    #sortOption .middleRegion,
    #funcOption .middleRegion,
    #routeOption .middleRegion {
        padding: 30px 40px;
    }

    #soccerDisplay .ckbSoccer,
    #processGame a {
        line-height: 60px;
        margin-bottom: 5px;
    }

        #soccerDisplay .ckbSoccer .ckb {
            width: 40px;
            height: 40px;
        }

    #processGame img {
        width: 42px;
        height: 42px;
    }

    #processGame a > span {
        width: 68%;
    }

    #routeOption .middleRegion a {
        line-height: 60px;
        border-radius: 8px;
        margin-bottom: 8px;
    }

        #routeOption .middleRegion a > div {
            width: 16px;
            height: 16px;
        }

    #leagueButton > input {
        font-size: 25px;
        height: 55px;
    }
}

.yellowTip {
    color: #ffea00;
}

.hidden {
    display: none;
}

.headerHidden {
    display: none !important;
}

#goTop {
    display: none;
    position: fixed;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    bottom: 20px;
    right: 30px;
    opacity: 0.7;
}

    #goTop:hover {
        opacity: unset;
    }

#settingBar.maskOn {
    z-index: 9;
}

#lockUI {
    z-index: 9999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.45);
}

    #lockUI .loading {
        position: absolute;
        display: block;
        width: 40px;
        max-width: 80px;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        animation: loading 1s ease infinite both;
        -webkit-animation: loading 1s ease infinite;
    }

@keyframes loading {
    0%,7% {
        transform: rotate(30deg);
    }

    7.01%,15% {
        transform: rotate(60deg);
    }

    15.01%,23% {
        transform: rotate(90deg);
    }

    23.01%,31% {
        transform: rotate(120deg);
    }

    31.01%,39% {
        transform: rotate(150deg);
    }

    39.01%,47% {
        transform: rotate(180deg);
    }

    47.01%,55% {
        transform: rotate(210deg);
    }

    55.01%,63% {
        transform: rotate(240deg);
    }

    63.01%,72% {
        transform: rotate(270deg);
    }

    72.01%,80% {
        transform: rotate(300deg);
    }

    80.01%,90% {
        transform: rotate(330deg);
    }

    90.01%,100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    0%,7% {
        -webkit-transform: rotate(30deg);
    }

    7.01%,15% {
        -webkit-transform: rotate(60deg);
    }

    15.01%,23% {
        -webkit-transform: rotate(90deg);
    }

    23.01%,31% {
        -webkit-transform: rotate(120deg);
    }

    31.01%,39% {
        -webkit-transform: rotate(150deg);
    }

    39.01%,47% {
        -webkit-transform: rotate(180deg);
    }

    47.01%,55% {
        -webkit-transform: rotate(210deg);
    }

    55.01%,63% {
        -webkit-transform: rotate(240deg);
    }

    63.01%,72% {
        -webkit-transform: rotate(270deg);
    }

    72.01%,80% {
        -webkit-transform: rotate(300deg);
    }

    80.01%,90% {
        -webkit-transform: rotate(330deg);
    }

    90.01%,100% {
        -webkit-transform: rotate(360deg);
    }
}

/* iScroll CSS */
#pullDown {
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #888;
    text-align: left;
}

    #pullDown .pullDownIcon {
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        /*background: url(/images/sport/mobile/pull-icon@2x.png) 0 0 no-repeat;*/
        background: url('../../images/Mobile/pull-icon@2x.png') 0 0 no-repeat;
        -webkit-background-size: 40px 80px;
        background-size: 40px 80px;
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 250ms;
    }

    #pullDown .pullDownIcon {
        -webkit-transform: rotate(0deg) translateZ(0);
    }

    #pullDown.flip .pullDownIcon {
        -webkit-transform: rotate(-180deg) translateZ(0);
    }

    #pullDown.loading .pullDownIcon {
        background-position: 0 100%;
        -webkit-transform: rotate(0deg) translateZ(0);
        -webkit-transition-duration: 0ms;
        -webkit-animation-name: loading;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

#scheduleRemind {
    visibility: hidden;
}

/*banner*/
.GameBanner {
    display: none;
    position: absolute;
    width: 100% !important;
    bottom: 70px;
    z-index: 10; /*广告图片设置到菜单弹出层(11)后面*/
}

    .GameBanner img {
        width: 100%;
    }

#btn_close {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    right: 0px;
}

    #btn_close img {
        display: block;
        width: 10px;
        margin-top: 3px;
        margin-left: 14px;
    }


/*@media 多媒體查詢樣式*/
/*iphone 5*/
@media (min-width:320px) {
    .GameBanner {
        height: 60px;
        bottom: 50px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 72px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 76px;
    }
    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 54px;
    }
    #soccerDisplay.IOSSYS .ckbSoccer > label {
        width: 20px;
    }
    #soccerDisplay.IOSSYS .ckbSoccer .ckb {
        width: 17px;
        height: 17px;
    }

}

@media (min-width: 350px) {
    .GameBanner {
        height: 70px;
        bottom: 56px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 67px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 71px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 60px;
    }
    #btn_close {
        width: 30px;
        height: 30px;
    }

        #btn_close img {
            display: block;
            width: 12px;
            margin-left: 15px;
        }
    #soccerDisplay.IOSSYS .ckbSoccer > label {
        width: 20px;
    }

    #soccerDisplay.IOSSYS .ckbSoccer .ckb {
        width: 17px;
        height: 17px;
    }
}

/*iphone 678*/
@media (min-width:360px) {
    .GameBanner {
        height: 63px;
        bottom: 63px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 76px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 80px;
    }
    
    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 67px;
    }
    #soccerDisplay.IOSSYS .ckbSoccer > label {
        width: 27px;
    }

    #soccerDisplay.IOSSYS .ckbSoccer .ckb {
        width: 24px;
        height: 24px;
    }

}

/*iphone 14pro*/
@media (min-width: 392px)and (max-width:394px) {
    .GameBanner {
        height: 63px;
        bottom: 67px;
    }
    #settingBar.VITH_Langue > .GameBanner {
        bottom: 81px;
    }

}

/*iphone 678 plus*/
@media (min-width: 410px) {
    .GameBanner {
        height: 73px;
        bottom: 63px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 76px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 80px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 67px;
    }
    #btn_close {
        position: absolute;
        width: 36px;
        height: 36px;
    }

        #btn_close img {
            width: 14px;
            margin-left: 19px;
            margin-top: 4px;
        }
}



/*华为平板*/
@media (min-width: 440px) {
    .GameBanner {
        height: 88px;
        bottom: 57px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 67px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 71px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 61px;
    }
}

/*小米平板*/
@media (min-width: 530px) {
    .GameBanner {
        height: 116px;
        bottom: 62px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 56px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 60px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 66px;
    }
    #btn_close {
        position: absolute;
        width: 42px;
        height: 42px;
    }

        #btn_close img {
            width: 20px;
            margin-left: 16px;
        }
    #soccerDisplay.IOSSYS .ckbSoccer > label {
        width: 27px;
    }

    #soccerDisplay.IOSSYS .ckbSoccer .ckb {
        width: 24px;
        height: 24px;
    }
}

/*GALAXY TAP S6 竪屏*/
@media (min-width: 712px) {
    .GameBanner {
        height: 148px;
        bottom: 50px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 59px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 63px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 54px;
    }
    #btn_close {
        position: absolute;
        width: 60px;
        height: 60px;
        right: 0px;
    }

        #btn_close img {
            width: 20px;
            margin-left: 36px;
        }
}


/*ipad*/
@media (min-width: 768px) {
    .GameBanner {
        height: 148px;
        bottom: 82px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 70px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 74px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 86px;
    }
    #btn_close {
        position: absolute;
        width: 60px;
        height: 60px;
        right: 0px;
    }

        #btn_close img {
            width: 20px;
            margin-left: 36px;
        }
    #soccerDisplay.IOSSYS .ckbSoccer > label {
        width: 42px;
    }

    #soccerDisplay.IOSSYS .ckbSoccer .ckb {
        width: 38px;
        height: 38px;
    }
    #soccerDisplay.IOSSYS .ckbSoccer .soccerDisplayText {
        width: 68%;
    }
    #soccerDisplay.IOSSYS .ckbSoccer {
        margin-bottom: 3px;
    }
        #soccerDisplay.IOSSYS .ckbSoccer .soccerDisplayText {
            margin-top: 0px;
        }
}

/*min-width: 790px*/
@media (min-width: 790px) {
    .GameBanner {
        height: 198px;
        bottom: 34px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 24px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 28px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 38px;
    }
}

/*min-width: 823px*/
@media (min-width: 823px) {
    .GameBanner {
        bottom: 41px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 32px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 36px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 45px;
    }
}

/*min-width: 850px*/
@media (min-width: 850px) {
    .GameBanner {
        bottom: 46px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 36px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 40px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 50px;
    }
}

/*min-width: 880px*/
@media (min-width: 880px) {
    .GameBanner {
        bottom: 52px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 42px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 46px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 56px;
    }
}

/*min-width: 910px*/
@media (min-width: 910px) {
    .GameBanner {
        bottom: 57px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 47px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 51px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 61px;
    }
}

/*min-width: 960px*/
@media (min-width: 960px) {
    .GameBanner {
        bottom: 68px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 58px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 62px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 72px;
    }
}

/*min-width: 1000px*/
@media (min-width: 1000px) {
    .GameBanner {
        bottom: 75px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 65px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 69px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 79px;
    }
}

/*ipad pro*/
@media (min-width: 1024px) {
    .GameBanner {
        bottom: 79px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 69px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 73px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 83px;
    }
}

/*min-width: 1060px*/
@media (min-width: 1060px) {
    .GameBanner {
        bottom: 86px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 76px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 80px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 90px;
    }
}

/*min-width: 1122px*/
@media (min-width: 1122px) {
    .GameBanner {
        bottom: 98px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 88px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 92px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 102px;
    }
}

/*GALAXY TAP S6 橫屏*/
@media (min-width: 1138px) {
    .GameBanner {
        bottom: 101px;
    }

    #settingBar.VITH_Langue > .GameBanner {
        bottom: 91px;
    }
    #settingBar.IOSVITH_Langue > .GameBanner {
        bottom: 95px;
    }

    #settingBar.IOSCNEN_Langue > .GameBanner {
        bottom: 105px;
    }
}

.icon_BoxingWin {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-image: url('../../images/PC/icon_check.svg');
    background-position: center center;
}
