/* 賓果 */


/* winningnum 開始 */

.time-left {
    padding: 0;
}

.time-left input {
    padding: 2px 5px 3px 5px;
}

#formInquire {
    width: 100%;
    margin: auto;
}

#searchbtn {
    color: white;
    border-style: none;
    border-radius: 5px;
    padding: 5px 6px 5px 6px;
    background: rgb(16, 102, 117);
    background: -moz-linear-gradient(top, rgba(16, 102, 117, 1) 0%, rgba(13, 77, 89, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(16, 102, 117, 1) 0%, rgba(13, 77, 89, 1) 100%);
    background: linear-gradient(to bottom, rgba(16, 102, 117, 1) 0%, rgba(13, 77, 89, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgb(16,102,117)', endColorstr='rgb(13,77,89)', GradientType=0);
}

.bingo-bg {
    height: 500px;
    -moz-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.62);
    background-color: rgb(255, 255, 255);
    width: 95%;
    border-radius: 10px;
    overflow-y: scroll;
    margin: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.bingo-style .recordChoice .record-item {
    float: left;
    width: 10%;
    height: 38px;
    margin: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#bg_winningTable {
    width: 100%;
    border-style: solid;
    border-color: rgb(238, 238, 238);
}

.bingo-style .recordChoice .record-item .circle-item {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: rgb(0, 146, 255) 2px solid;
    background-color: rgb(0, 146, 255);
    color: white !important;
    top: 4px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.red-bingo {
    border: red 2px solid !important;
    background-color: red !important;
    color: white!important;
}

.recordTable #bg_winningTable tbody tr:nth-child(odd) {
    background-color: rgb(224 221 221);
}

.time-div {
    display: inline-block !important;
    padding: 0px 3px 0px 3px;
    background-color: rgb(25, 120, 138);
    color: rgb(255, 255, 255);
    border-radius: 7px;
}

.time-selector-btn input {
    background: rgb(255, 190, 23);
    background: -moz-linear-gradient(top, rgb(255, 190, 23) 0%, rgb(236, 167, 4) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 190, 23) 0%, rgb(236, 167, 4) 100%);
    background: linear-gradient(to bottom, rgb(255, 190, 23) 0%, rgb(236, 167, 4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffbe17', endColorstr='#eca704', GradientType=0);
    border-style: none;
    color: white;
    border-radius: 5px;
    font-size: 13px;
}

.date-input {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.18) !important;
    border-radius: 7px;
    height: 30px;
}

#searchNumberDate {
    width: inherit;
    text-align: center;
    height: 30px;
    border: none;
}


/* winningnum 結束 */


/* mixed-grap 開始*/

.mixed-table-p {
    background-color: rgb(24, 176, 177);
    color: white;
    width: 92%;
    margin-left: 4%;
    margin-top: 10%;
    font-weight: 600;
    padding: 5px;
    margin-bottom: 0;
    text-align: center;
}

.mixed-graph-table {
    width: 92%;
    margin-left: 4%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mixed-graph-table table {
    border: 1px solid rgb(175, 167, 167);
}

.mixed-graph-table th,
.mixed-graph-table td {
    border: 1px solid rgb(175, 167, 167);
    text-align: center;
    vertical-align: top;
}

.mixed-graph-table th {
    background-color: rgb(23, 176, 174);
    color: white;
    height: 40px;
    position: sticky;
    left: 0;
}

.th-text {
    width: 94%;
    margin: auto;
}

.info-span {
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-width: 2px;
    padding: 5px 10px;
    border-radius: 8px;
}


/* mixed-grap 結束*/


/* row-trenging 開始 */

.canvas-div {
    overflow: auto;
    width: 96%;
    margin-left: 2%;
    -webkit-overflow-scrolling: touch;
}


/* row-trending 結束 */


/* winning anal 開始 */

.record-item-2 {
    height: 38px;
    margin: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.record-item-2 .circle-item {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: rgb(0, 146, 255) 2px solid;
    background-color: rgb(0, 146, 255);
    color: white;
    top: 4px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#winning-anal-table {
    height: 650px;
    width: 96%;
    margin-left: 2%;
    text-align: center;
    border: 1px solid rgb(165, 163, 163);
}


/* winning anal 結束 */


/* supernum-his 開始 */

#supernum-his-table,
#dargon-tiger-trend-table {
    width: 96%;
    margin: auto;
    text-align: center;
    border: 1px solid rgb(238, 238, 238);
}

#supernum-his-table td,
#dargon-tiger-trend-table td {
    line-height: 30px;
}

#supernum-his-table td.crossed,
#dargon-tiger-trend-table td.crossed,
#winning-anal-table td.crossed,
.tableMainTwo table th.crossed {
    background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), white, transparent calc(50% + 1px));
}

.tr-title {
    background-color: rgb(214, 214, 214) !important;
}

.tr-title td {
    line-height: 45px !important;
}

.title-type {
    width: 60px;
    float: right;
    line-height: 25px;
    margin-left: 52px;
    /* padding-top: 20px; */
    font-size: 15px;
}

.title-date {
    width: 60px;
    float: left;
    line-height: 25px;
    /* padding-top: 0; */
    font-size: 15px;
}

#supernum-his-table tbody tr:nth-child(odd),
#dargon-tiger-trend-table tbody tr:nth-child(odd),
#winning-anal-table-pc tbody tr:nth-child(odd),
.winning-anal-table-pk tbody tr:nth-child(odd) {
    background-color: rgb(238, 238, 238);
}


/* supernum-his 結束 */


/* 飛艇 */


/* 首頁 */


/*幸運飛艇的10個彩球顏色*/

.bingo01 .circle-item,
.bingo01 .circle-item-pk10-pc {
    background-color: rgb(255, 189, 0)!important;
    border: rgb(255, 189, 0) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 25% !important;
}

.bingo02 .circle-item,
.bingo02 .circle-item-pk10-pc {
    background-color: rgb(0, 203, 249)!important;
    border: rgb(0, 203, 249) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 25% !important;
}

.bingo03 .circle-item,
.bingo03 .circle-item-pk10-pc {
    background-color: rgb(107, 107, 107)!important;
    border: rgb(107, 107, 107) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 25% !important;
}

.bingo04 .circle-item,
.bingo04 .circle-item-pk10-pc {
    background-color: rgb(255, 103, 0)!important;
    border: rgb(255, 103, 0) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 25% !important;
}

.bingo05 .circle-item,
.bingo05 .circle-item-pk10-pc {
    background-color: rgb(38, 205, 177)!important;
    border: rgb(38, 205, 177) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 25% !important;
}

.bingo06 .circle-item,
.bingo06 .circle-item-pk10-pc {
    background-color: rgb(62, 5, 144)!important;
    border: rgb(62, 5, 144) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 25% !important;
}

.bingo07 .circle-item,
.bingo07 .circle-item-pk10-pc {
    background-color: rgb(182, 182, 182)!important;
    border: rgb(182, 182, 182) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 25% !important;
}

.bingo08 .circle-item,
.bingo08 .circle-item-pk10-pc {
    background-color: rgb(254, 0, 9)!important;
    border: rgb(254, 0, 9) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 25% !important;
}

.bingo09 .circle-item,
.bingo09 .circle-item-pk10-pc {
    background-color: rgb(99, 35, 36)!important;
    border: rgb(99, 35, 36) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 25% !important;
}

.bingo10 .circle-item,
.bingo10 .circle-item-pk10-pc {
    background-color: rgb(1, 108, 56)!important;
    border: rgb(1, 108, 56) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 25% !important;
}


/* 條檢篩選 */


/* 539 */

#filter-div-539 .select-div-539 div {
    font-size: 13px;
    text-align: center;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-radius: 5px;
    border-width: 2px;
    padding: 5px 3px 5px 3px;
    color: rgb(120, 120, 120);
    font-weight: 400;
    width: 29%;
    margin-left: 2%;
    position: relative;
}


/* pk10 */

.select-div div {
    font-size: 13px;
    text-align: center;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-radius: 5px;
    border-width: 2px;
    padding: 5px 3px 5px 3px;
    color: rgb(120, 120, 120);
    font-weight: 400;
}

#first-part div {
    margin: auto;
    width: 69px;
}

#first-part,
#second-part {
    width: 100%;
}

#first-part {
    display: inline-flex;
}

.select-num,
.select-sizecouple {
    display: inline-flex;
    width: 100%;
}

.select-num div,
.m-div {
    width: 18%!important;
    margin-right: 2%;
}

.select-sizecouple div {
    width: 8%;
    margin-right: 2%;
}

.return-div {
    background-color: rgb(232, 167, 3)!important;
    width: 27%!important;
    margin-left: 5%;
    color: white!important;
    border-color: rgb(232, 167, 3) !important;
}

.filter-on,
.filter-on2 {
    border-color: rgb(253, 190, 33)!important;
    color: rgb(253, 190, 33)!important;
}


/* 首頁結束 */


/* 冷熱 */

.bingoNum {
    width: 87%;
    margin: auto;
    margin-right: 0px
}

.bingoNum .record-item-menu .circle-item {
    height: 25px;
    width: 25px;
    margin: auto;
}

.slash_title {
    background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), rgb(180, 180, 180), transparent calc(50% + 1px));
    width: 10%;
    margin-top: -8%;
    margin-left: 2%;
}


/* 橫版走勢圖 開始 */

#row-trending-content {
    width: 96%;
    margin-left: 2%;
}

#num-rank-trendSelect {
    display: inline-flex;
    width: 100%;
}

.trend-labels-on {
    border-color: rgb(18, 105, 122)!important;
    background-color: rgb(18, 105, 122)!important;
    color: white!important;
    font-weight: 600!important;
}

.trend-labels {
    height: 30px;
    width: 30%;
    margin-right: 2%;
    text-align: center;
    font-size: 14px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
    border-width: 2px;
    border-radius: 5px;
    color: rgb(120, 120, 120);
    font-weight: 400;
    padding-top: 2px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.select-area {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.select-area-header {
    display: inline-flex;
    width: 100%;
    background-color: rgb(18, 105, 122);
    height: 37px;
}

.select-area-header div {
    width: 20%;
    height: 27px;
    margin-left: 3%;
    text-align: center;
    border-style: solid;
    border-radius: 5px;
    padding: 2px 0px 2px 0px;
    border-width: thin;
    font-size: 14px;
    border-color: rgb(18, 105, 122);
    margin-top: 5px;
    background-color: white;
    color: black;
    font-weight: 400;
}

.yes-btn {
    margin-left: 54%!important;
    background-color: rgb(251, 192, 30)!important;
}

.select-area-body {
    width: 100%;
    height: 160px;
    background-color: rgb(230, 230, 230);
}

.select-area-body .select-num div {
    width: 23.5%!important;
    margin-right: 2%;
}

.select-num.select-div,
.select-sizecouple.select-div {
    width: 94% !important;
    margin-left: 3% !important;
}

.select-num.select-div div,
.select-sizecouple.select-div div {
    background-color: white;
    position: relative;
    font-weight: 600 !important;
}

.selected-ship {
    border-color: rgb(253, 190, 33)!important;
    color: rgb(253, 190, 33)!important;
}


/* .shipNo-div{
    height: 30px;
    text-align: center;
    border-style: solid;
    border-color: rgb(225,225,225);
    border-width: 2px;
    border-radius: 5px;
    color: rgb(120,120,120);
    font-weight: 400;
    padding-top: 1px;
} */


/* 橫版走勢圖 結束 */


/* 飛艇 結束 */


/* 共用 開始 */

.pt-5 {
    padding-top: 5px!important;
}

.pt-10 {
    padding-top: 10px!important;
}

.pt-20 {
    padding-top: 20px!important;
}

.pt-2 {
    padding-top: 2px !important;
}

.fs-13 {
    font-size: 13px!important;
}

.fs-12 {
    font-size: 12px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.pd-0 {
    padding: 0;
}

.pd-3 {
    padding: 3px;
}

.pb-10 {
    padding-bottom: 10px!important;
}

.pb-15 {
    padding-bottom: 15px!important;
}

.pb-30 {
    padding-bottom: 30px!important;
}

.pl-20 {
    padding-left: 20px!important;
}

.pl-10 {
    padding-left: 10px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-0 {
    padding-left: 0!important;
}

.pl-5 {
    padding-left: 5px!important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px!important;
}

.pr-20 {
    padding-right: 20px !important;
}


/* hr{
    border-width: 3px;
    color: rgb(238,238,238);
} */

body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.text-red {
    color: red;
}

.text-blue {
    color: rgb(23, 111, 175);
}

.text-green {
    color: rgb(25, 176, 135);
}

.text-120 {
    color: rgb(120, 120, 120);
}

.fw-600 {
    font-weight: 600;
}

.fw-400 {
    font-weight: 400;
}


/* 滑動選單 */

.slide-part {
    width: 150%;
}

.slide-part div {
    width: 14.5%;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 2px;
    float: left;
    padding: 5px;
    height: 65px;
    border-radius: 8px;
    margin-left: 8px!important;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

.slide-part-luk {
    width: 200%;
}

.slide-part-luk div {
    width: 11%;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 2px;
    float: left;
    padding: 5px;
    height: 65px;
    border-radius: 8px;
    margin-left: 8px!important;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

.icon-part {
    border-style: solid;
    border-color: black;
    padding: 5px;
}

.funcMenu {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.funcMenu-on {
    border-color: rgb(24, 176, 177) !important;
    background-color: rgb(24, 176, 177);
}

.funcMenu-on i,
.funcMenu-on span {
    color: white !important;
}

.funcMenu-on .li_a {
    color: white!important;
}

.funcMenu-pc .icomoon {
    color: black;
}

.li_a {
    color: black;
}

.icomoon.icon-th-menu {
    color: white !important;
}


/* .funcMenu-icon{
    color: rgb(24,176,177);
} */

.hour1,
.hour2,
.min1,
.min2,
.sec1,
.sec2 {
    font-size: 13px;
}

.time-div-span {
    margin-right: 2px;
}

.slide-icon {
    width: 7% !important;
    position: absolute;
    left: 93%;
    border-style: none !important;
    background-color: white;
}

.content {
    width: 100%;
}

.openVid {
    text-align: center;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 0px 2px 0px;
    background: rgb(23, 173, 172);
    background: -moz-linear-gradient(top, rgb(23, 173, 172) 0%, rgb(19, 113, 121) 100%);
    background: -webkit-linear-gradient(top, rgb(23, 173, 172) 0%, rgb(19, 113, 121) 100%);
    background: linear-gradient(to bottom, rgb(23, 173, 172) 0%, rgb(19, 113, 121) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgb(23,173,172)', endColorstr='rgb(19,113,121)', GradientType=0);
}

.openNums {
    width: 96%;
    margin: auto;
}

.record-item-menu {
    width: 10%;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: -1;
}

.record-item-menu-pk10 {
    height: 47px;
}

.record-item-menu .circle-item {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: rgb(0, 146, 255) 2px solid;
    background-color: rgb(0, 146, 255);
    color: white;
    top: 4px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    margin: auto;
}

.lastTime .betLastTime {
    text-align: center;
}

.lastTime {
    text-align: center;
}

#info-div,
#info-div1,
#info-div2,
#info-div3 {
    /* border-style: solid; */
    position: absolute;
    top: 15%;
    width: 80%;
    height: 70%;
    margin-left: 10%;
    background-color: white;
    z-index: 9999;
}

.inner-info {
    margin-top: 4%;
    width: 92%;
    margin-left: 4%;
    height: 95%;
    border-style: solid;
    border-color: rgb(24, 178, 180);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.info-header {
    text-align: center;
    padding-top: 13%;
    color: rgb(13, 110, 127);
    font-weight: 600;
    font-size: 18px;
}

.info-body {
    text-align: left;
    padding: 10px;
    font-size: 15px;
}

.info-close {
    font-size: 28px;
    color: white;
    background-color: rgb(24, 178, 180);
    border-radius: 50%;
    position: absolute;
    top: -2%;
    left: 90%;
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 43px;
    z-index: 9999;
}


/* 共用 結束 */


/* PC */


/* 首頁 */

.content-pc {
    background-color: white;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 13%);
}

.blue-thead {
    background-color: rgb(24, 176, 177)!important;
    color: white!important;
    font-size: 18px;
}

.blue-thead tr,
.pk10-blue-thead tr {
    height: 45px;
}

.pk10-blue-thead {
    background-color: rgb(24, 176, 177)!important;
    color: white!important;
    font-size: 16px;
}

#bg_winningTable-pc,
#winningSumTable {
    width: 96%;
    margin-left: 2%;
    text-align: center;
    border: 1px solid rgb(228, 228, 228);
}

.time-td-pc {
    background-color: rgb(18, 105, 122);
    color: white;
    font-size: 16px
}

.time-form-pc {
    width: 94% !important;
    margin-left: 3% !important;
    display: inline-flex;
}

.inline {
    display: inline-flex;
}

.time-selector-btn.inline input {
    font-size: 15px !important;
    padding: 3px 15px;
}

#searchbtn-pc {
    background: rgb(16, 108, 131);
    background: -moz-linear-gradient(top, rgb(16, 108, 131) 0%, rgb(15, 78, 96) 100%);
    background: -webkit-linear-gradient(top, rgb(16, 108, 131) 0%, rgb(15, 78, 96) 100%);
    background: linear-gradient(to bottom, rgb(16, 108, 131) 0%, rgb(15, 78, 96) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#106c83', endColorstr='#0f4e60', GradientType=0);
    color: white;
    border-style: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
}

#contain-special-pc {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d451f5+0,902cb2+100 */
    background: rgb(212, 81, 245);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgb(212, 81, 245) 0%, rgb(144, 44, 178) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(212, 81, 245) 0%, rgb(144, 44, 178) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(212, 81, 245) 0%, rgb(144, 44, 178) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d451f5', endColorstr='#902cb2', GradientType=0);
    /* IE6-9 */
    color: white;
    border-style: none;
    border-radius: 5px;
    padding: 5px 10px;
    height: 30px;
    margin-top: 10px;
}

.menu2 {
    background-color: white;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 13%);
}

.logo-img {
    /*width: 20%;*/
}

.logo-img img {
    width: 100%;
    height: auto;
}


/* 首頁 */


/* pc共用 */

.time-div-pc,
.openvid-pc {
    width: 20%;
}

.time-div-pc {
    border-left-style: solid;
    border-right-style: solid;
    border-color: rgb(180, 180, 180);
    border-width: 1px;
}

.openNums-pc {
    /*width: 40%;
    padding-right: 5%;*/
}

.openNums-pc p {
    margin-left: 4%;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}

.funcMenu-pc {
    width: 10%;
}

.funcMenu-pc a {
    font-size: 11px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(238, 238, 238);
    border-radius: 7px;
    height: 65px;
    margin-left: 1%;
    width: 85%;
}

.funcMenu-pc a div i {
    font-size: 35px !important;
}

.funcMenu-pc a div {
    height: 100%;
    border-radius: 7px;
}

.func-part {
    width: 100%;
    margin-left: 2%;
    margin-bottom: 2%;
}

#to-top {
    width: 47px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: white;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 1px;
    border-radius: 12px;
    position: fixed;
    top: 85%;
    left: 95%;
    font-weight: 600;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.59);
    z-index: 9;
}

#to-top i {
    color: rgb(21, 172, 167);
    font-size: 22px;
}

#to-top p {
    margin-bottom: 0px;
    line-height: 10px;
    color: rgb(36, 104, 115);
}

.game-info {
    width: 96%;
    margin-left: 2%;
}

.slash_title-pc {
    background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), rgb(180, 180, 180), transparent calc(50% + 1px));
    width: 4%;
    margin-top: -2.3%;
    margin-left: 2.3%;
}

.green-tr {
    background-color: rgb(23, 176, 174) !important;
    color: white;
    height: 40px;
}

.green-td {
    background-color: rgb(18, 105, 122);
    color: white;
}

#supernum-his-table-pc tbody tr:nth-child(odd) {
    background-color: rgb(238, 238, 238);
}

#supernum-his-table-pc {
    width: 96%;
    text-align: center;
    border: 1px solid rgb(238, 238, 238);
    margin: auto;
    font-size: 18px;
}


/* pk10 */

.trend-labels-pc {
    height: 30px;
    width: 30%;
    margin-right: 2%;
    text-align: center;
    font-size: 16px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
    border-width: 2px;
    border-radius: 5px;
    color: rgb(120, 120, 120);
    font-weight: 400;
    padding-top: 2px;
    position: relative;
}

#first-part-pc div {
    width: 10%;
    margin-right: 2%;
    position: relative;
    font-size: 14px;
}

#first-part-pc,
#second-part-pc {
    width: 96%;
    margin-left: 2%;
}

#first-part-pc {
    display: inline-flex;
}

#open-his-double-side-content,
#long-dragon-content-rwd,
#number-distribute-content,
#mixed-graph-table,
#long-dragon-content {
    width: 96%;
    margin-left: 2%;
}

#filter-div-content table {
    width: 100%;
    text-align: center;
    border-style: hidden solid solid hidden;
    font-size: 14px;
}

.white-border {
    border-color: rgb(238, 238, 238);
}

.tr-height-35 {
    height: 35px;
}

#open-his-double-side {
    width: 11% !important;
    margin-left: 1%;
}

.long-dragon-div div,
.filter-num-div {
    margin-left: 0;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-width: 2px;
    text-align: center;
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
}

#bothSidesLongDragon {
    display: inline-flex;
    width: 100%;
}

.return-div-pc {
    background-color: rgb(232, 167, 3)!important;
    color: white!important;
    border-color: rgb(232, 167, 3) !important;
}

#winningnum-content {
    padding-bottom: 30px;
}

.selected-ship-pc {
    /* background-color: rgb(251,192,30); */
    border-color: rgb(251, 192, 30)!important;
    color: rgb(251, 192, 30)!important;
}

.mixed-graph-table-pc {
    width: 100% !important;
    margin-left: 0 !important;
}

#shipNo-chart-div,
#shipRank-chart-div {
    width: 96% !important;
    margin-left: 2% !important;
}

#dargon-tiger-trend-table-pc {
    text-align: center;
    width: 96%;
    margin-left: 2%;
}

#winning-anal-table-pc {
    text-align: center;
    
}

.cold-hot-chart-pc {
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
}

.cold-hot-chart-pc-title {
    text-align: center;
    background-color: rgb(24, 176, 177);
    color: white;
    font-size: 20px;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 5%;
}

.double-side-cross {
    width: auto!important;
    margin-left: 0!important;
}

.long-dragon-rwd {
    width: 100%!important;
    margin: auto;
}


/* 大樂透系列 */


/* rwd */

#filter-div-539 .select-div-539 {
    width: 100%;
    display: inline-flex;
}

.openNums .bingo-style .circle-item {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    background: rgb(254, 244, 0);
    /*border: rgb(27, 38, 44) 2px solid !important;*/
    /*background-color: rgb(255,255,255);*/
    color: rgb(27, 38, 44) !important;
    top: 4px;
}

.openNums .bingo-style .circle-item.hundredArray-style {
    background-color: rgb(128, 127, 122) !important;
    border: rgb(128, 127, 122) 2px solid !important;
    color: white !important;
}

.openNums .bingo-style .circle-item-blt {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    background: red;
    color: white !important;
    top: 7px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.openNums .bingo-style .circle-item-blt-bingo {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    background-color: rgb(25, 176, 135) !important;
    border: rgb(25, 176, 135) 2px solid !important;
    color: white !important;
    top: 7px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.openNums .bingo-style .circle-item-dw {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    background: rgb(15, 215, 213);
    color: white !important;
    top: 7px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.bingo-ths .circle-item,
.bingo-fos .circle-item {
    background-color: rgb(229, 163, 254)!important;
    border: rgb(229, 163, 254) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 50% !important;
    margin-left: 30%;
}

.bingo-ths:nth-child(1) {
    margin-left: 20%;
}

.bingo-fos:nth-child(1) {
    margin-left: 10%;
}

#rank-trend-chart .bingo-ths {
    margin-left: 0!important;
}

.openNums .bingo-style .circle-item-wl {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    background: rgb(159, 231, 23);
    color: white !important;
    top: 7px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.openNums .bingo-style .circle-item-wl-bingo {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    background-color: red !important;
    border: red 2px solid !important;
    color: white !important;
    top: 7px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.openNums .bingo-style .circle-item-blt.hundredArray-style {
    background-color: rgb(174, 174, 174) !important;
    border: rgb(174, 174, 174) 2px solid !important;
}

.info-span-ftn {
    padding: 0px 10px;
    height: 30px;
    border-radius: 8px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-width: 2px;
}

.tableMainThree td div {
    height: 45px;
}

.td-contain div {
    line-height: 45px;
}

.td-title {
    height: 45px;
    padding: 0 !important;
}

.td-title div {
    padding-top: 2px;
    font-weight: 400;
}

.border-td {
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: rgb(220, 220, 220);
    border-width: 1px;
}


/* pc */

.bingo-style .recordChoice .record-item-539 .circle-item-539 {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: rgb(254, 244, 0) 2px solid;
    background-color: rgb(254, 244, 0);
    color: black !important;
    top: 4px;
}

.bingo-style .recordChoice .record-item-blt .circle-item-blt {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: red 2px solid;
    background-color: red;
    color: white !important;
    top: 4px;
}

.bingo-style .recordChoice .record-item-blt-bingo .circle-item-blt {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: rgb(25, 176, 135) 2px solid;
    background-color: rgb(25, 176, 135);
    color: white !important;
    top: 4px;
}

.bingo539 .circle-item {
    background-color: rgb(254, 244, 0)!important;
    border: rgb(254, 244, 0) 2px solid !important;
    color: black !important;
    border-radius: 50% !important;
    text-shadow: none;
}

.bingo-blt .circle-item {
    background-color: red!important;
    border: red 2px solid !important;
    color: white !important;
    border-radius: 50% !important;
}

.bingo-blt-bingo .circle-item {
    background-color: rgb(25, 176, 135)!important;
    border: rgb(25, 176, 135) 2px solid !important;
    color: white !important;
    border-radius: 50% !important;
}

.openOrder {
    margin-left: 2%;
    line-height: 30px;
}

.bingo-style .recordChoice .record-item-539,
.bingo-style .recordChoice .record-item-blt,
.bingo-style .recordChoice .record-item-blt-bingo {
    float: left;
    width: 14%;
    height: 38px;
    margin: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#missingDataArray-table {
    width: 96%;
    margin-left: 2%;
    border-color: rgb(220, 220, 220);
    border-style: none;
    text-align: center;
}

.blue-bg {
    background-color: rgb(23, 111, 175);
    color: white;
}

.green-bg {
    background-color: rgb(25, 176, 135);
    color: white;
}

.red-bg {
    background-color: rgb(186, 48, 48);
    color: white;
}

.contain-special-div {
    background-color: rgb(238, 238, 238);
    height: 50px;
}


/* blt */

.tableMainOne.tableMain .bingo-style .circle-item-blt {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    background: red;
    font-size: 14px;
    color: white !important;
    top: 4px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.tableMainOne.tableMain .bingo-style .circle-item-dw {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    background: rgb(15, 215, 213);
    font-size: 14px;
    color: white !important;
    top: 4px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.tableMainOne.tableMain .bingo-style .circle-item-wl {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    background: rgb(159, 231, 23);
    font-size: 14px;
    color: white !important;
    top: 4px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.tableMainOne.tableMain .bingo-style .circle-item-blt.grey-bingo {
    background-color: rgb(128, 127, 122) !important;
}

.tableMainOne.tableMain .bingo-style .circle-item-blt-bingo {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    background: rgb(25, 176, 135);
    font-size: 14px;
    color: white !important;
    top: 4px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.tableMainOne.tableMain .bingo-style .circle-item-wl-bingo {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    background: red;
    font-size: 14px;
    color: white !important;
    top: 4px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.pc-lable-border-right {
    border-right-style: solid;
    border-color: rgb(180, 180, 180);
    border-width: 1px;
}

.green-dot-border {
    border-style: dotted;
    border-radius: 10px;
    padding: 2px 5px;
    border-width: 2px;
    border-color: rgb(25, 120, 138);
}


/* 時時採 */

.bingo-chc .circle-item {
    background-color: rgb(254, 0, 9)!important;
    border: rgb(254, 0, 9) 2px solid !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 50% !important;
    margin-left: 30%;
}

.openNums-pc .bingo-chc .circle-item {
    margin-left: 35% !important;
}

.bingo-chc {
    text-align: center;
}


/* 廣告 */

.bottom-zone {
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.bottom-zone img {
    height: auto;
    width: 100%;
}


/* 關閉廣告按鈕 */

.bottom-zone span {
    position: absolute;
    right: 0;
    color: white;
    font-size: 18px;
}


/*---------------------- 樂透系列 開講動畫---------------------- */


/* 獎號的 */

#openNumberAnimation {
    overflow-y: hidden;
    overflow-x: hidden;
    font-size: 25px;
    text-align: center;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.openNumberAnimation-circle {
    border: rgb(200, 200, 200) 2px solid;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    width: 100%;
    display: table;
}

.openNumberAnimation-circle span {
    display: table-cell;
    vertical-align: middle;
}

.openNumberAnimation-container {
    padding-left: 2px!important;
    padding-right: 2px!important;
}


/* 樂透框框 */

.open-animation-container {
    width: 100%;
    height: 100%;
    margin-left: 15px;
    border-radius: 10px;
}

#animation-wrapper {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(164, 196, 247) 0%, rgb(193, 229, 251) 100%);
    padding: 0;
    border-radius: 10px;
}

#animation-wrapper li {
    font-weight: 600;
    position: absolute;
    width: 30px;
    height: 30px;
    border: rgb(200, 200, 200) 1px solid;
    border-radius: 50%;
    background: rgb(254, 244, 0);
    line-height: 30px;
    text-align: center;
    list-style-type: none;
}

#open-animation-outer {
    margin-top: 15px!important;
    position: relative;
    width: 92%;
    height: 220px;
    margin: auto;
}

.animationNumber {
    border-bottom: black 5px solid;
}

.six-openNumberAnimation {
    background-color: rgb(232 250 198);
    height: 100px;
}

.border-bottom-item {
    width: 65%;
    border-bottom: black 3px solid;
}

@media (max-width: 2000px) {
    .win-openNumberAnimation {
        background-color: rgb(232 250 198);
        height: 160px;
    }
    .dot-p {
        -webkit-animation: spin 0.7s 2 linear;
        font-size: 16px!important;
        line-height: 33px!important;
    }
    .dot.rotate div {
        line-height: 30px;
    }
    .animate-menu-yellow {
        background: url(../images/animation/loto/yellow-ball.png);
        background-size: cover;
        width: 65px;
        height: 65px;
        line-height: 55px;
    }
    .animate-menu-pink {
        background: url(../images/animation/loto/pink-ball.png);
        background-size: cover;
        width: 65px;
        height: 65px;
        line-height: 55px;
    }
    .animate-menu-red {
        background: url(../images/animation/loto/red-ball.png);
        background-size: cover;
        width: 55px;
        height: 55px;
        line-height: 52px;
    }
    .animate-menu-green {
        background: url(../images/animation/loto/green-ball.png);
        background-size: cover;
        width: 55px;
        height: 55px;
        line-height: 52px;
    }
    .animate-menu-lightgreen {
        background: url(../images/animation/loto/lightgreen-ball.png);
        background-size: cover;
        width: 55px;
        height: 55px;
        line-height: 52px;
    }
    .animate-menu-blue {
        background: url(../images/animation/loto/blue-ball.png);
        background-size: cover;
        width: 55px;
        height: 55px;
        line-height: 52px;
    }
    .animate-menu-tiffany {
        background: url(../images/animation/loto/tiffany-ball.png);
        background-size: cover;
        width: 60px;
        height: 60px;
        line-height: 55px;
    }
    .animate-menu-tiffany p {
        font-size: 28px!important;
    }
    .animate-menu p {
        font-size: 30px;
    }
}

@media (max-width: 1600px) {
    .win-openNumberAnimation {
        background-color: rgb(232 250 198);
        height: 150px;
    }
    .animate-menu-yellow {
        background: url(../images/animation/loto/yellow-ball.png);
        background-size: cover;
        width: 55px;
        height: 55px;
        line-height: 52px;
    }
    .animate-menu-red {
        background: url(../images/animation/loto/red-ball.png);
        background-size: cover;
        width: 43px;
        height: 43px;
        line-height: 40px;
    }
    .animate-menu-green {
        background: url(../images/animation/loto/green-ball.png);
        background-size: cover;
        width: 43px;
        height: 43px;
        line-height: 40px;
    }
    .animate-menu-lightgreen {
        background: url(../images/animation/loto/lightgreen-ball.png);
        background-size: cover;
        width: 43px;
        height: 43px;
        line-height: 40px;
    }
    .animate-menu-pink {
        background: url(../images/animation/loto/pink-ball.png);
        background-size: cover;
        width: 55px;
        height: 55px;
        line-height: 52px;
    }
    .animate-menu-blue {
        background: url(../images/animation/loto/blue-ball.png);
        background-size: cover;
        width: 43px;
        height: 43px;
        line-height: 40px;
    }
    .animate-menu-tiffany {
        background: url(../images/animation/loto/tiffany-ball.png);
        background-size: cover;
        width: 50px;
        height: 50px;
        line-height: 45px;
    }
    .animate-menu-green p,
    .animate-menu-lightgreen p,
    .animate-menu-red p,
    .animate-menu-blue p {
        font-size: 20px!important;
    }
    .animate-menu-tiffany p {
        font-size: 22px!important;
    }
    .animate-menu p {
        font-size: 25px;
    }
}

@media (max-width: 760px) {
    .tableMainOne.tableMain.Ftn-tableMainOne .bingo-style .circle-item {
        width: 28px!important;
        height: 28px!important;
        font-size: 18px!important;
    }
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-blt,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-blt-bingo,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-wl,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-wl-bingo,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-dw {
        width: 26px!important;
        height: 26px!important;
        font-size: 16px;
    }
    .ftn-openNums .bingo-style .circle-item {
        width: 34px!important;
        height: 34px!important;
        font-size: 21px;
    }
    .blt-openNums .bingo-style .circle-item-blt-bingo,
    .blt-openNums .bingo-style .circle-item-blt,
    .blt-openNums .bingo-style .circle-item-wl-bingo,
    .blt-openNums .bingo-style .circle-item-wl,
    .blt-openNums .bingo-style .circle-item-dw,
    .blt-openNums .bingo-style .circle-item-ths,
    .blt-openNums .bingo-style .circle-item {
        width: 30px!important;
        height: 30px!important;
        font-size: 19px;
    }
    .dot-p {
        -webkit-animation: spin 0.7s 2 linear;
        font-size: 14px!important;
        line-height: 36px!important;
    }
    .dot.rotate div {
        font-size: 15px;
        line-height: 30px;
    }
    .animate-menu-yellow {
        background: url(../images/animation/loto/yellow-ball.png);
        background-size: cover;
        width: 65px;
        height: 65px;
        line-height: 60px;
    }
    .animate-menu-pink {
        background: url(../images/animation/loto/pink-ball.png);
        background-size: cover;
        width: 65px;
        height: 65px;
        line-height: 60px;
    }
    .animate-menu-red {
        background: url(../images/animation/loto/red-ball.png);
        background-size: cover;
        width: 46px;
        height: 46px;
        line-height: 42px;
    }
    .animate-menu-green {
        background: url(../images/animation/loto/green-ball.png);
        background-size: cover;
        width: 46px;
        height: 46px;
        line-height: 45px;
    }
    .animate-menu-lightgreen {
        background: url(../images/animation/loto/lightgreen-ball.png);
        background-size: cover;
        width: 46px;
        height: 46px;
        line-height: 45px;
    }
    .animate-menu-blue {
        background: url(../images/animation/loto/blue-ball.png);
        background-size: cover;
        width: 46px;
        height: 46px;
        line-height: 45px;
    }
    .animate-menu-tiffany {
        background: url(../images/animation/loto/tiffany-ball.png);
        background-size: cover;
        width: 46px;
        height: 46px;
        line-height: 45px;
    }
    .animate-menu p {
        font-size: 23px!important;
    }
}

@media (max-width: 410px) {
    .tableMainOne.tableMain.Ftn-tableMainOne .bingo-style .circle-item {
        width: 28px!important;
        height: 28px!important;
        font-size: 17px!important;
    }
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-blt,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-blt-bingo,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-wl,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-wl-bingo,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-dw {
        width: 24px!important;
        height: 24px!important;
        font-size: 15px;
    }
    .ftn-openNums .bingo-style .circle-item {
        width: 33px!important;
        height: 33px!important;
        font-size: 20px;
    }
    .blt-openNums .bingo-style .circle-item-blt-bingo,
    .blt-openNums .bingo-style .circle-item-blt,
    .blt-openNums .bingo-style .circle-item-wl-bingo,
    .blt-openNums .bingo-style .circle-item-wl,
    .blt-openNums .bingo-style .circle-item-dw,
    .blt-openNums .bingo-style .circle-item-ths,
    .blt-openNums .bingo-style .circle-item {
        width: 30px!important;
        height: 30px!important;
        font-size: 19px;
    }
    .dot-p {
        -webkit-animation: spin 0.7s 2 linear;
        font-size: 14px!important;
        line-height: 32px!important;
    }
    .animate-menu-yellow {
        background: url(../images/animation/loto/yellow-ball.png);
        background-size: cover;
        width: 58px;
        height: 58px;
        line-height: 50px;
    }
    .animate-menu-pink {
        background: url(../images/animation/loto/pink-ball.png);
        background-size: cover;
        width: 58px;
        height: 58px;
        line-height: 50px;
    }
    .animate-menu-red {
        background: url(../images/animation/loto/red-ball.png);
        background-size: cover;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .animate-menu-green {
        background: url(../images/animation/loto/green-ball.png);
        background-size: cover;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .animate-menu-lightgreen {
        background: url(../images/animation/loto/lightgreen-ball.png);
        background-size: cover;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .animate-menu-blue {
        background: url(../images/animation/loto/blue-ball.png);
        background-size: cover;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .animate-menu-tiffany {
        background: url(../images/animation/loto/tiffany-ball.png);
        background-size: cover;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .animate-menu p {
        font-size: 22px!important;
    }
}

@media (max-width: 325px) {
    .tableMainOne.tableMain.Ftn-tableMainOne .bingo-style .circle-item {
        width: 25px!important;
        height: 25px!important;
        font-size: 16px!important;
    }
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-blt,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-blt-bingo,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-wl,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-wl-bingo,
    .tableMainOne.tableMain.Blt-tableMainOne .bingo-style .circle-item-dw {
        width: 21px!important;
        height: 21px!important;
    }
    .ftn-openNums .bingo-style .circle-item {
        width: 32px!important;
        height: 32px!important;
        font-size: 19px;
    }
    .blt-openNums .bingo-style .circle-item-blt-bingo,
    .blt-openNums .bingo-style .circle-item-blt,
    .blt-openNums .bingo-style .circle-item-wl-bingo,
    .blt-openNums .bingo-style .circle-item-wl,
    .blt-openNums .bingo-style .circle-item-dw,
    .blt-openNums .bingo-style .circle-item-ths,
    .blt-openNums .bingo-style .circle-item {
        width: 29px!important;
        height: 29px!important;
        font-size: 18px;
    }
    .dot.rotate div {
        font-size: 14px;
        line-height: 25px;
    }
    .animate-menu-yellow {
        background: url(../images/animation/loto/yellow-ball.png);
        background-size: cover;
        width: 50px;
        height: 50px;
        line-height: 45px;
    }
    .animate-menu-pink {
        background: url(../images/animation/loto/pink-ball.png);
        background-size: cover;
        width: 50px;
        height: 50px;
        line-height: 45px;
    }
    .animate-menu-red {
        background: url(../images/animation/loto/red-ball.png);
        background-size: cover;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .animate-menu-green {
        background: url(../images/animation/loto/green-ball.png);
        background-size: cover;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .animate-menu-lightgreen {
        background: url(../images/animation/loto/lightgreen-ball.png);
        background-size: cover;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .animate-menu-blue {
        background: url(../images/animation/loto/blue-ball.png);
        background-size: cover;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .animate-menu-tiffany {
        background: url(../images/animation/loto/tiffany-ball.png);
        background-size: cover;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .animate-menu p {
        font-size: 18px!important;
    }
}


/* 雙贏 遺漏大數據 */

#missingDataArrayTbody .LotteryBlt-style-pc .circle-item-dw {
    width: 30px!important;
    height: 30px!important;
    font-size: 18px!important;
}


/* 樂透新版動畫 */

.open-animation-balls {
    position: relative;
    border-radius: 50%;
    transform: rotate(0deg);
    transition: transform 1.5s linear;
}

.open-animation-balls .dot {
    position: absolute;
    width: 10%;
    height: 10%;
    transform: rotate(0deg);
    transition: transform 1.5s linear;
    top: 33%;
    left: 96px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.yellow-dot {
    /* background-color: rgb(254,244,0); */
    background: url(../images/animation/loto/yellow_s.png);
    background-size: cover;
    color: rgb(90, 90, 90);
}

.pink-dot {
    /* background-color: rgb(254,244,0); */
    background: url(../images/animation/loto/pink_s.png);
    background-size: cover;
    color: rgb(90, 90, 90);
}

.red-dot {
    /* background-color: red; */
    /* color: white!important; */
    background: url(../images/animation/loto/red_s.png);
    background-size: cover;
    color: rgb(90, 90, 90);
}

.blue-dot {
    /* background-color: rgb(0,119,167);
    color: white!important; */
    background: url(../images/animation/loto/blue_s.png);
    background-size: cover;
    color: rgb(90, 90, 90);
}

.green-dot {
    /* background-color: rgb(34 173 56);
    color: white!important; */
    background: url(../images/animation/loto/green_s.png);
    background-size: cover;
    color: rgb(90, 90, 90);
}

.lightgreen-dot {
    /* background-color: rgb(34 173 56);
    color: white!important; */
    background: url(../images/animation/loto/lightgreen_s.png);
    background-size: cover;
    color: rgb(90, 90, 90);
}

.tiffany-dot {
    /* background-color: rgb(34 173 56);
    color: white!important; */
    background: url(../images/animation/loto/tiffany_s.png);
    background-size: cover;
    color: rgb(90, 90, 90);
}

#open-animation.run-LotteryBlt {
    margin: auto;
    background: url(../images/animation/loto/run-LotteryBlt.gif), url(../images/animation/loto/tube.png);
    background-size: cover;
}

#open-animation.run-LotteryFtn {
    margin: auto;
    background: url(../images/animation/loto/run-LotteryFtn.gif), url(../images/animation/loto/tube.png);
    background-size: cover;
}

#open-animation.run-LotteryWin {
    margin: auto;
    background: url(../images/animation/loto/run-LotteryWin.gif), url(../images/animation/loto/tube.png);
    background-size: cover;
}

#open-animation.run-LotterySix {
    margin: auto;
    background: url(../images/animation/loto/run-LotterySix.gif), url(../images/animation/loto/tube.png);
    background-size: cover;
}

#open-animation.run-LotteryPow {
    margin: auto;
    background: url(../images/animation/loto/run-LotteryPow.gif), url(../images/animation/loto/tube.png);
    background-size: cover;
}

#open-animation.run-LotteryThs,
#open-animation.run-LotteryFos {
    margin: auto;
    background: url(../images/animation/loto/run-LotteryThs.gif), url(../images/animation/loto/tube.png);
    background-size: cover;
}

.rotate {
    transform: rotate(0deg);
    transform-origin: 60% 390%;
    ;
    -ms-transform: rotate(0deg);
    -ms-transform-origin: 60% 390%;
    ;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 60% 390%;
    ;
    -moz-transform: rotate(0deg);
    -moz-transform-origin: 60% 390%;
    ;
    -o-transform: rotate(0deg);
    -o-transform-origin: 60% 390%;
    ;
    transition: transform 0.7s linear;
    -moz-transition: transform 0.7s linear;
    -webkit-transition: transform 0.7s linear;
    -o-transition: transform 0.7s linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}


/* 獎號下載 */

.from_download {
    font-size: 14px;
    border-radius: 5px;
    background: linear-gradient(to bottom, rgb(23, 173, 172) 0%, rgb(19, 113, 121) 100%);
    padding: 5px 10px;
}