﻿
/* CSS reset */
html,
body {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Arial,微軟正黑體修正,微軟正黑體;
    background-color: #eef3f7;
    text-align: center;
    overflow: hidden;
    -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("微軟正黑體");
}

html {
    overflow-x: auto;
}

form {
    height: 100%;
    overflow: hidden;
}

div:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

a {
    border: 0;
    /*取消a標籤的虛線*/
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
    text-decoration: none;
    cursor: pointer;
}

img {
    border: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}


body {
    min-width: 1200px;
}
    body.Langue_idn,
    body.Langue_en,
    body.Langue_vi,
    body.Langue_th {
        min-width: 1226px;
    }

    body.Langue_th {
        font-family: "Tahoma","Arial","pmingliu","新細明體";
    }
        body.Langue_idn #scheduleBlock,
        body.Langue_en #scheduleBlock,
        body.Langue_vi #scheduleBlock,
        body.Langue_th #scheduleBlock {
            margin-left: 226px;
        }

#logoBlock {
    /*預設隱藏*/
    display: none;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background-color: #30679e;
    position: absolute;
    z-index: 3;
}
body.Langue_idn #logoBlock,
body.Langue_en #logoBlock,
body.Langue_vi #logoBlock,
body.Langue_th #logoBlock {
    min-width: 1226px;
}


#logoBlock > div {
    display: inline-table;
    width: 1200px;
    height: 70px;
}
body.Langue_idn #logoBlock > div,
body.Langue_en #logoBlock > div,
body.Langue_vi #logoBlock > div,
body.Langue_th #logoBlock > div {
    width: 1226px;
}


#logoReload {
    float: left;
    cursor: pointer;
}

.logo {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.logoTitle {
    float: left;
    margin-top: 10px;
    padding-top: 30px;
    color: #cbeffc;
    font-size: 15px;
}

#topBtn {
    float: right;
    color: #fff;
    margin-top: 30px;
}



    #topBtn .borderR {
        width: 1px;
        background-color: #507ba7;
        height: 19px;
    }

    #topBtn > div,
    #topBtn > a {
        float: left;
        margin: 0 5px;
    }

    #topBtn a {
        color: #fff;
        cursor: pointer;
    }

        #topBtn a div {
            height: 19px;
            width: 20px;
            float: right;
            margin-left: 10px;
        }

        #topBtn a:hover div {
            background-position-y: bottom;
        }

#mobile {
    /*background: url(/images/sport/ic_mobile.png) no-repeat top center;*/
    background: url('../../images/PC/ic_mobile.png') no-repeat top center;
    width: 10px !important;
}

.addFavorite {
    /*background: url(/images/sport/ic_favorite_top.png) no-repeat top center;*/
    background: url('../../images/PC/ic_favorite_top.png') no-repeat top center;
}

.clear {
    /*background: url(/images/sport/ic_clear.png) no-repeat top center;*/
    background: url('../../images/PC/ic_clear.png') no-repeat top center;
}

.lang {
    position: relative;
    display: block;
    cursor: pointer;
}

    .lang img {
        vertical-align: middle;
        margin-left: 7px;
        opacity: 0.3;
    }

    .lang:hover img {
        opacity: 1;
    }

    .lang span {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .lang span,
    .lang div {
        outline: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: pointer;
    }

    .lang div {
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none !important;
    }

    .lang span:focus ~ div {
        display: block !important;
    }

    .lang span:focus ~ ul {
        visibility: visible;
        opacity: 1;
    }
    body.Langue_th .lang ul {
        min-width: 90px;
    }

    body.Langue_idn .lang ul {
        min-width: 78px;
    }
    .lang ul {
        display: none;
        position: absolute;
        transition: visibility 0.5s;
        min-width: 66px;
        border-radius: 3px;
        box-shadow: 0 1px 3px grey;
        z-index: 4;
        text-align: left;
        /*margin-top: -3px;*/
    }

    .lang li:first-child {
        /*margin-top: 5px;*/
    }

    .lang li {
        text-align: center;
        line-height: 25px;
        background-color: #faf9f9;
        cursor: pointer;
        padding: 0 2.5px;
    }

        .lang li:first-child {
            border-radius: 3px 3px 0 0;
        }

        .lang li:last-child {
            border-radius: 0 0 3px 3px;
        }

        .lang li:hover,
        .lang li.onPage {
            background-color: #0081ff;
        }

#topBtn .lang li:hover a,
#topBtn .lang li.onPage a,
#ddlOrderBy li:hover a,
#ddlOrderBy li.onPage a {
    color: #fff;
}

#topBtn .lang a,
#ddlOrderBy a {
    display: block;
    color: #000;
}

#content {
    /*display: block;*/
    height: 100%;
    width: 1200px;
    max-width: 1630px;
    min-width: 800px;
    margin: 0 auto;
    text-align: center;
    /*預設隱藏*/
    display: none;
    position: relative;
}
body.Langue_idn #content,
body.Langue_en #content,
body.Langue_vi #content,
body.Langue_th #content {
    width: 1226px;
}

#menuBlock {
    padding-top: 80px;
    z-index: 2;
    width: 190px;
    height: 100%;
    margin-right: 10px;
    display: block;
    text-align: left;
    font-size: 16px;
    position: absolute;
}
body.Langue_idn #menuBlock,
body.Langue_en #menuBlock,
body.Langue_vi #menuBlock,
body.Langue_th #menuBlock {
    width: 216px;
}

#menuBlock > .menuList {
    top: 40px;
    display: block;
    width: 100%;
    height: calc(100% - 120px);
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
/*捲軸靠右*/
#menuBlock .scroll-element.scroll-y.scroll-scrolly_visible {
    right: 0px;
}

#menuBlock .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #b0b0b0;
}

#menuBlock .scroll-wrapper > .scroll-content {
    overflow-x: hidden !important;
}

#menuTop {
    position: absolute;
    width: 190px;
    line-height: 40px;
    color: #fff;
    background-color: #4984bf;
}
body.Langue_idn #menuTop,
body.Langue_en #menuTop,
body.Langue_vi #menuTop,
body.Langue_th #menuTop {
    width: 216px;
}

#menuTop img {
    margin: 0 14px;
    vertical-align: middle;
}

#menuList.menuListEN .menuListBtn > span {
    font-size: 13px;
}

#menuList ul li:first-child .menuListBtn {
    border-top: 1px solid #eef3f7;
}

#menuList .menuListBtn {
    height: 40px;
    width: 190px;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background-color: #e5e5e5;
    cursor: pointer;
    padding-left: 10px;
    font-size: 15px;
    display: block;
    position: relative;
}
body.Langue_idn #menuList .menuListBtn,
body.Langue_en #menuList .menuListBtn,
body.Langue_vi #menuList .menuListBtn,
body.Langue_th #menuList .menuListBtn {
    width: 216px;
}



#menuList .menuListBtn::after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

#menuList .menuListBtn:hover {
    background-color: #fff;
}

#menuList .menuListBtn img {
    display: inline-block;
    width: 22px;
    vertical-align: middle;
}

#menuList .menuListBtn > span {
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    vertical-align: middle;
}

#menuList .menuListBtn:last-child {
    border-bottom: none;
}

#menuList .menuListBtn .menuCount,
#menuList .showStatus .menuCount {
    right: 10px;
    top: 25%;
    /*background: url(/images/sport/bg_counter.jpg) no-repeat top center;*/
    background: url('../../images/PC/bg_counter.jpg') no-repeat top center;
    border: 1px solid #e9e9e9;
    line-height: 18px;
    width: 35px;
    height: 18px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

#menuList .showStatus {
    background-color: #fff;
    font-size: 13px;
    width: 100%;
    display: none;
}

    #menuList .showStatus a {
        position: relative;
        width: 100%;
        line-height: 35px;
        border-bottom: 1px solid #e5e5e5;
        float: left;
        text-decoration: none;
        color: #000;
        cursor: pointer;
        box-sizing: border-box;
        padding-left: 47px;
    }

        #menuList .showStatus a:last-child {
            border-bottom: 1px solid #ccc;
        }

        #menuList .showStatus .onPage,
        #menuList .showStatus a:hover {
            color: #008aff;
        }

            #menuList .showStatus a:hover .sortStatus,
            #menuList .showStatus .onPage .sortStatus {
                background-color: #0180ff;
            }

#menuList .sortStatus {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 19px;
    background-color: #aaaaaa;
}

#hideSetting {
    top: 70px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 5px;
    background-color: #4984bf;
    margin-top: 10px;
    margin-left: 200px;
    height: 40px;
    width: 1000px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
}
body.Langue_idn #hideSetting,
body.Langue_en #hideSetting,
body.Langue_vi #hideSetting,
body.Langue_th #hideSetting {
    margin-left: 226px;
}

#hideSetting img {
    opacity: 0.3;
}

#prevDay,
#nextDay {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#nextDay {
    height: 22px;
    border-right: 1px solid #8cb5df;
    padding-right: 9px;
}

#prevDay div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 13.0px 7.5px 0;
    border-color: transparent #ffffff transparent transparent;
    margin: 0 0 1px 5px;
}

#nextDay div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #ffffff;
    margin-top: 3px;
}

#hideSetting .noDate {
    cursor: default !important;
    opacity: 0.3;
}

#chooseDate {
    line-height: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 7px;
    text-align: center;
    cursor: pointer;
}

    #chooseDate:hover img {
        opacity: 1;
    }

#displayDate {
    background: 0;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    margin-right: 5px;
}

#gameCount {
    background-color: #30679e;
    padding: 2px 10px;
    text-align: center;
    border-radius: 3px;
    color: #ffea00;
    margin-right: 5px;
}

#dateOption {
    z-index: 2;
    position: absolute;
    margin-top: 10px;
    margin-left: -13px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(77,77,77,0.5);
}

    #dateOption a {
        color: #000;
        display: block;
        background-color: #BDD9F0;
        height: 23px;
        text-align: left;
    }

    #dateOption .leftDate {
        margin-left: 12px;
    }

    #dateOption .rightDate {
        margin-top: 2px;
        margin-right: 10px;
        float: right;
        text-align: center;
        background-color: #fff;
        display: block;
        width: 40px;
        border-radius: 3px;
        line-height: 18px;
        color: #000;
    }

    #dateOption .btnToday {
        background: #30679e;
        color: #fff;
    }

    #dateOption a:hover {
        background: #82B7E3;
        color: #fff;
    }

#processGame {
    padding-left: 4px;
    line-height: 22px;
    height: 22px;
    display: inline-block;
}

    #processGame a {
        border: 1px solid #82b7e3;
        border-radius: 3px;
        padding: 3px 7px;
        line-height: 23px;
        margin-right: 3px;
    }

        #processGame a:hover {
            background-color: #30679e;
        }

#soccerDisplay {
    padding: 0 6px;
    line-height: 22px;
    height: 22px;
    display: inline-block;
    border-left: 1px solid #8cb5df;
    cursor: pointer;
}

    #soccerDisplay:hover img {
        opacity: 1;
    }

    #soccerDisplay img {
        margin-left: 2px;
    }

    #soccerDisplay #soccerOption {
        margin-left: -6px;
        z-index: 2;
        position: absolute;
        margin-top: 10px;
        box-shadow: 1px 1px 2px rgba(77,77,77,0.5);
        background-color: #BDD9F0;
    }

        #soccerDisplay #soccerOption div {
            color: #000;
            display: block;
            height: 23px;
            text-align: left;
            padding-right: 3px;
        }

            #soccerDisplay #soccerOption div label {
                padding-right: 5px;
                margin-left: -5px;
            }

    #soccerDisplay .ckbSoccer {
        padding: 0 15px 0 15px;
        display: inline-block;
        color: #fff;
    }

        #soccerDisplay .ckbSoccer:hover {
            background: #82B7E3;
            color: #fff !important;
        }

        #soccerDisplay .ckbSoccer label {
            display: inline-block;
            vertical-align: middle;
        }

        #soccerDisplay .ckbSoccer .ckb {
            width: 18px;
            height: 18px;
            border-radius: 3px;
            background-color: #fff;
            cursor: pointer;
            display: block;
        }

        #soccerDisplay .ckbSoccer .ckbOK {
            /*background: #fff url(/images/sport/ic_check2.png) no-repeat center;*/
            background: #fff url('../../images/PC/ic_check2.png') no-repeat center;
        }

#chooseSort {
    padding-right: 3px;
    line-height: 22px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 9px;
}

    #chooseSort div {
        display: inline-block;
        padding-right: 2px;
    }

#ddlLeague {
    cursor: pointer;
}

    #ddlLeague .ckbLeague {
        /*background-image: url(/images/sport/icon_teamCheck.svg);*/
        background-image: url('../../images/PC/icon_teamCheck.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 15px;
        height: 15px;
    }

#ddlOrderBy {
    padding-left: 10px;
    border-left: 1px solid #8cb5df;
}

    #ddlOrderBy:hover img {
        opacity: 1;
    }

/*彈出式視窗-選擇聯盟*/
#boundary {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

#leagueOption {
    border-left: #4984bf 1px solid;
    border-right: #4984bf 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.52);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.52);
    width: 700px;
    box-sizing: border-box;
    position: absolute;
    background: #fff;
}

#leagueTitle {
    background: #4984bf;
    position: relative;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    user-select: none;
    margin-bottom: 10px;
}

    #leagueTitle .leagueClose {
        /*background: url('/images/sport/img_close.png') no-repeat center;*/
        background: url('../../images/PC/img_close.png') no-repeat center;
        position: absolute;
        right: 0px;
        top: 5px;
        width: 35px;
        height: 25px;
        cursor: pointer;
        border: none;
    }

#leagueOption .optionArea {
    max-height: 373px !important;
}
/*IE 聯盟資料的div 會顯示x軸滾條 額外加隱藏*/
#optionArea {
    width: 100%;
}

#allLeague {
    position: relative;
    border-bottom: #ececec 1px solid;
    margin: 0 20px 3px;
}

    #allLeague > label.optionItem {
        padding-bottom: 10px;
    }
/*選擇聯盟搜索框不同語系位置樣式*/
body.Langue_zh #allLeague > label.optionItem,
body.Langue_cn #allLeague > label.optionItem {
    width: 100px;
}

body.Langue_zh .chooseT_search,
body.Langue_cn .chooseT_search {
    left: 100px;
}

body.Langue_en #allLeague > label.optionItem{
    width: 60px;
}
body.Langue_en .chooseT_search {
    left: 60px;
}

body.Langue_vi #allLeague > label.optionItem {
    width: 83px;
}

body.Langue_vi .chooseT_search {
    left: 83px;
}

body.Langue_th #allLeague > label.optionItem {
    width: 104px;
}

body.Langue_th .chooseT_search {
    left: 104px;
}

body.Langue_idn #allLeague > label.optionItem {
    width: 90px;
}

body.Langue_idn .chooseT_search {
    left: 90px;
}

/*選擇聯盟增加搜索框的樣式*/
.chooseT_search {
    position: absolute;
    top: 6px;
    left: 100px;
    width: 156px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
    overflow: hidden;
}

.input_chooseT_search {
    float: left;
    padding-left: 6px;
    line-height: 26px;
    height: 26px;
    width: 122px;
    background-color: transparent;
    border-width: 0px;
    outline: none;
}

.icon_chooseT_search {
    float: left;
    height: 26px;
    width: 26px;
    background: no-repeat top url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAA0CAMAAACjMti6AAAAZlBMVEUAAAD///8QbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcEQbrfBwcFMhyEtAAAAIHRSTlMAABAQICAwMEBAUFBgYHBwgICPj5+fr6+/v8/P39/v7wTGeHIAAADrSURBVHgB7dLLboMwEIVhByfQckkgsRMuYM95/5fsUPCiB3XXRSv13xjNJ2MkbE7f9rvImIsHEDtrtK9URCz+FTFZJhtx05n1GJg6dOazARXRALtRhQdRnMwehsOuXQp4Io9mow4N0QWxWKVBtEQ6g68aD7wMk2kitGWCZ9Leu1thrBpTSu3BlCri8uO/8p/OTkRCmx0pDzK7Z5AxY8qCXNfFSc/USrs99FIS9bK/qJQ7URjTQPrDrvQ54oic1OnQmugsIV/XWkJGpDNxZe1EnicitSDaPNJZW2/tNT9lakwptXsiLg/zX7kbH0ufFKU17p2TAAAAAElFTkSuQmCC);
    background-position: 0 0;
    cursor: pointer;
}

    .icon_chooseT_search:hover {
        background-position-y: bottom;
    }

/*---#otherLeague---*/
#otherLeague {
    overflow-x: hidden !important;
    padding: 3px 0;
}

    #otherLeague > div {
        width: calc(50% - 20px);
        display: inline-block;
        vertical-align: top;
    }

#leagueFooter {
    float: left;
    clear: both;
    background: #d3e3f5;
    border-bottom: #4984bf 1px solid;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    user-select: none;
    cursor: default;
    margin-top: 9px;
}

    #leagueFooter .submit {
        background: #1f84d3;
        border-top: #8abfe8 1px solid;
        border-bottom: #1874ca 1px solid;
        border-left: none;
        border-right: none;
        width: 90px;
        height: 25px;
        color: #fff;
        font-size: 13px;
        cursor: pointer;
    }

        #leagueFooter .submit:hover {
            background: #2ea0f9;
        }

#leagueOption .ckb {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #bccedc;
    box-sizing: border-box;
}

#leagueOption .ckbOK {
    /*background: #fff url(/images/sport/ic_check2.png) no-repeat center;*/
    background: #fff url('../../images/PC/ic_check2.png') no-repeat center;
}

#leagueOption .optionItem {
    float: left;
    padding: 10px 0 0px 0;
    width: 315px;
    height: 25px;
    vertical-align: text-top;
    cursor: pointer;
}

    #leagueOption .optionItem:nth-child(3n) {
        padding-right: 0;
    }

#leagueOption .pcHover:hover {
    color: #ff0000;
}

#leagueOption .optionItem .ckb {
    width: 20px;
    height: 20px;
    position: inherit;
    float: left;
}

#leagueOption .optionItem .ckbText {
    padding-top: 3px;
    height: 20px;
    display: table;
    line-height: 15px;
    margin-left: 30px;
    box-sizing: border-box;
    text-align: left;
}

/*球類圖示*/
#leagueOption .optionItem .bbIcon {
    /*background: url(/images/sport/ic_bb.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_bb.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .bkIcon {
    /*background: url(/images/sport/ic_bk.png) no-repeat center;*/
    background: url('../../images/sport/ic_bk.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .bmIcon {
    /*background: url(/images/sport/ic_bm.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_bm.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .esIcon {
    /*background: url(/images/sport/ic_es.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_es.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .hbIcon {
    /*background: url(/images/sport/ic_hb.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_hb.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .ihIcon {
    /*background: url(/images/sport/ic_ih.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_ih.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .scIcon {
    /*background: url(/images/sport/ic_sc.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_sc.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .tnIcon {
    /*background: url(/images/sport/ic_tn.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_tn.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .vlIcon {
    /*background: url(/images/sport/ic_vl.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_vl.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .afIcon {
    /*background: url(/images/sport/ic_af.png) no-repeat center;*/
    background: url('../../images/PC/ic_af.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .ttIcon {
    /*background: url(/images/sport/ic_tt.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_tt.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .pbIcon {
    /*background: url(/images/sport/ic_pb.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_pb.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .wpIcon {
    /*background: url(/images/sport/ic_wp.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_wp.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#leagueOption .optionItem .boIcon {
    /*background: url(/images/sport/ic_wp.png) no-repeat center;*/
    background: url('../../images/PC/ball/ic_bo.png') no-repeat center;
    height: 20px;
    width: 20px;
    float: left;
    background-size: 18px 18px;
    margin: 0 5px 0 10px;
}

#form1 .hidden {
    display: none;
}

#goTop {
    display: none;
    position: fixed;
    height: 45px;
    z-index: 3;
    cursor: pointer;
    bottom: 20px;
    right: 30px;
    opacity: 0.7;
}

    #goTop:hover {
        opacity: unset;
    }

#lockUI {
    z-index: 9999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    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);
    }
}

#fsSocket,
#fsSocketIE {
    position: fixed;
    z-index: 10000;
    left: calc(50% - 400px);
    top: calc(50% - 150px);
}

.noScroll {
    overflow: hidden !important;
}

#scheduleRemind {
    display: none;
}

.GameBanner {
    display: none;
    position: absolute;
    padding: 0;
    top: 80px;
    z-index: 2;
    right: -140px;
    cursor: pointer;
}


#btn_close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

    #btn_close img {
        width: 13px;
        margin-top: 5px;
        margin-left: 10px;
        opacity: 1;
    }

    #btn_close:hover img {
        opacity: 0.8;
    }

.btn_imgGoTo img {
    width: 130px;
    height: 450px;
}

/*媒體查詢廣告條縮小調整位置*/
@media (max-width: 1490px) {
    .GameBanner {
        position: fixed;
        right: 0.5%;
    }
}

@media (max-width: 1516px) {
    body.Langue_en .GameBanner,
    body.Langue_idn .GameBanner,
    body.Langue_vi .GameBanner,
    body.Langue_th .GameBanner {
        position: fixed;
        right: 0.5%;
    }
}

.logoDate {
    float: left;
    padding-top: 42px;
    margin-left: 10px;
    color: rgb(203, 239, 252);
    font-size: 12px;
}

    .logoDate.en, .logoDate.vi {
        padding-top: 41px;
    }

.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;

}
.idnHight {
 height:15px;
}
.idnfontsize {
 
}