/** {
	margin: 0rem;
	padding: 0rem;
	user-select: none;
	font-family: "思源黑体", Okra, Helvetica, sans-serif;
	font-weight: 600;
}*/


#Table1_6_Wrap {
    width: 978px;
    height: 633px;
    overflow: hidden;
    background: url(../image/bg.png) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    perspective: 360px;
    display: none;
}

    #Table1_6_Wrap #W1_Top {
        /*max-width: calc(1024px * 0.8);
            max-height: calc(768px * 0.035);*/
        padding: 0 5%;
        width: 70%;
        height: 20px;
        border: 0.1rem solid black;
        border-top: none;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        color: yellow;
        font-weight: bold;
        font-size: 0.95rem;
        line-height: 19px;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
        text-align: center;
        background: -webkit-linear-gradient(left top, #004498, #71B3CD);
        background: -o-linear-gradient(bottom right, #004498, #71B3CD);
        background: -moz-linear-gradient(bottom right, #004498, #71B3CD);
        background: linear-gradient(to bottom top, #004498, #71B3CD);
    }

    #Table1_6_Wrap #W1_Content {
        height: 42%;
        width: 94%;
        /*height: calc(768px * 0.45 - 0.8rem);
            width: calc(1024px * 0.94 - 0.8rem);*/
        /*background-color: #b6ff00;*/
        padding: 0.4rem;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    #Table1_6_Wrap .W1_Content_Left {
        width: 44%;
        height: 100%;
    }

    #Table1_6_Wrap .video {
        border: 0.4rem solid #fff;
        background-color: #ffffff;
        border-radius: 2rem;
        height: calc(100% - 0.8rem);
        width: calc(100% - 0.8rem);
        background: -webkit-linear-gradient(left top, #ffffff, #d3edff);
        background: -o-linear-gradient(bottom right, #ffffff, #d3edff);
        background: -moz-linear-gradient(bottom right, #ffffff, #d3edff);
        background: linear-gradient(to bottom top, #ffffff, #d3edff);
    }

    #Table1_6_Wrap .W1_Content_Right {
        width: 54%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    #Table1_6_Wrap .W1_Content_Right_Top {
        width: 100%;
        height: 55%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        #Table1_6_Wrap .W1_Content_Right_Top .child_C1 {
            height: 100%;
            width: 35%;
            /*border: 0.1rem solid black;*/
            border-radius: 15px;
            box-shadow: 6px 6px 5px #3D545C;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            #Table1_6_Wrap .W1_Content_Right_Top .child_C1 .top {
                width: 100%;
                height: 15%;
                background: #F9FCFF;
                color: #FF0000;
                font-size: 18px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 15px 15px 0 0;
            }

            #Table1_6_Wrap .W1_Content_Right_Top .child_C1 .center {
                border: 1px solid #BDC2C6;
                width: 99%;
                height: 70%;
                display: none;
            }

            #Table1_6_Wrap .W1_Content_Right_Top .child_C1 .show {
                display: block !important;
            }

            #Table1_6_Wrap .W1_Content_Right_Top .child_C1 .center .item {
                display: flex;
                width: 100%;
                height: 20%;
                background: #DAF0FF;
            }

                #Table1_6_Wrap .W1_Content_Right_Top .child_C1 .center .item .iLeft,
                #Table1_6_Wrap .W1_Content_Right_Top .child_C1 .center .item .iRight {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 70%;
                    height: 100%;
                    border: 1px solid #AABAC6;
                }

            #Table1_6_Wrap .W1_Content_Right_Top .child_C1 .bottom {
                width: 100%;
                height: 15%;
                background: #C4E8FF;
                border-radius: 0 0 15px 15px;
                display: flex;
                flex-direction: row;
            }

                #Table1_6_Wrap .W1_Content_Right_Top .child_C1 .bottom .bLeft {
                    width: 50%;
                    height: 100%;
                    background: #DCF0FF;
                    border-radius: 0 0 0 15px;
                    box-shadow: 0px 0px 5px #B5D3FE;
                }

                #Table1_6_Wrap .W1_Content_Right_Top .child_C1 .bottom .bRight {
                    width: 50%;
                    height: 100%;
                    background: #DCF0FF;
                    border-radius: 0 0 15px 0;
                }

                #Table1_6_Wrap .W1_Content_Right_Top .child_C1 .bottom .active {
                    background: #a4dcff !important;
                    box-shadow: 0 0 2px 1px rgba(0,0,0,0.1) inset;
                }


        #Table1_6_Wrap .W1_Content_Right_Top .child_C2 {
            height: 100%;
            width: calc(27% - 0.6rem);
            padding: 0px 0.3rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

    #Table1_6_Wrap .stoppour {
        font-size: 1.5rem;
        color: #000000;
        font-weight: bolder;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 28%;
        width: 110px;
        border-radius: 0.5rem;
        background: -webkit-linear-gradient(left top, #FF7E7E, #FF0000);
        background: -o-linear-gradient(bottom right, #FF7E7E, #FF0000);
        background: -moz-linear-gradient(bottom right, #FF7E7E, #FF0000);
        background: linear-gradient(to bottom top, #FF7E7E, #FF0000);
        box-shadow: #939393 1px 1px 5px 1px;
    }

    #Table1_6_Wrap .timer {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 4px solid #72befc;
        width: 90px;
        height: 90px;
        border-radius: 5rem;
        background: -webkit-linear-gradient(left top, #ffffff, #d3edff);
        background: -o-linear-gradient(bottom right, #ffffff, #d3edff);
        background: -moz-linear-gradient(bottom right, #ffffff, #d3edff);
        background: linear-gradient(to bottom top, #ffffff, #d3edff);
        color: #ff9a01;
        font-size: 3.5rem;
        font-weight: bolder;
        box-shadow: #939393 1px 1px 5px 1px;
    }

    #Table1_6_Wrap .W1_Content_Right_Top .child_C3 {
        height: 100%;
        width: 38%;
        font-weight: bolder;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-radius: 1.8rem;
        background: -webkit-linear-gradient(left top, #ffffff, #d3edff);
        background: -o-linear-gradient(bottom right, #ffffff, #d3edff);
        background: -moz-linear-gradient(bottom right, #ffffff, #d3edff);
        background: linear-gradient(to bottom top, #ffffff, #d3edff);
        box-shadow: #939393 1px 1px 5px 1px;
    }

        #Table1_6_Wrap .W1_Content_Right_Top .child_C3 .time {
            font-weight: normal;
            width: 90%;
            font-size: 0.7rem;
            height: auto;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #Table1_6_Wrap .W1_Content_Right_Top .child_C3 .child {
            width: 100%;
            height: 20%;
            /*font-weight: bolder;*/
            font-size: 1.1rem;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
            margin: 4px 0;
        }

            #Table1_6_Wrap .W1_Content_Right_Top .child_C3 .child div {
                border: 2px solid #B8CBD9;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                width: 54%;
                height: 65%;
                border-radius: 15px;
                text-indent: 0.5em;
                font-size: 16px;
            }

            #Table1_6_Wrap .W1_Content_Right_Top .child_C3 .child .rommInfoTxt {
                border: none;
                height: 100%;
                width: 37%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 13px;
                text-align: center;
                margin: 0px;
            }


    #Table1_6_Wrap .W1_Content_Right_Bottom {
        width: 100%;
        height: 38%;
        background-size: 100% 100%;
        border-radius: 5px;
        border: 1px solid #C8DFEA;
        background: linear-gradient(to top left,#D3EDFF,#D3EDFF,#D9EFFF,#FBFDFF);
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #Table1_6_Wrap .W1_Content_Right_Bottom .bottomTab {
            width: 98%;
            height: 94%;
            border-collapse: collapse;
            border-spacing: 0;
            color: #fff;
            text-align: center;
        }

            #Table1_6_Wrap .W1_Content_Right_Bottom .bottomTab tr td {
                border: 1px solid #A9B3B9;
                /*background: #fff;*/
                height: calc(100% / 3);
                width: calc(100% / 15);
            }

        #Table1_6_Wrap .W1_Content_Right_Bottom .secondLine {
            background: #C0E4FD;
        }

        #Table1_6_Wrap .W1_Content_Right_Bottom .thirdLine {
            background-color: #91CEFC;
        }



        #Table1_6_Wrap .W1_Content_Right_Bottom .result_top_detail {
            width: 95%;
            height: 80%;
            /* overflow: hidden; */
            /* border-radius: 65px; */
            border: 0.15rem solid #ffff99;
            display: flex;
            flex-direction: row;
            border-radius: 3rem;
        }

            #Table1_6_Wrap .W1_Content_Right_Bottom .result_top_detail .result_left {
                width: 25%;
                height: 100%;
                color: #FF0000;
                font-size: 28px;
                font-weight: 600;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                position: relative;
            }

                #Table1_6_Wrap .W1_Content_Right_Bottom .result_top_detail .result_left .chip_img,
                #Table1_6_Wrap .W1_Content_Right_Bottom .result_top_detail .result_center .item .chip_img,
                #Table1_6_Wrap .W1_Content_Right_Bottom .result_top_detail .result_right .chip_img {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                }

            #Table1_6_Wrap .W1_Content_Right_Bottom .result_top_detail .result_center {
                width: 50%;
                height: 100%;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
            }

                #Table1_6_Wrap .W1_Content_Right_Bottom .result_top_detail .result_center .item {
                    width: 49%;
                    height: 50%;
                    border: 1px solid #ffff99;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                }

            #Table1_6_Wrap .W1_Content_Right_Bottom .result_top_detail .result_right {
                width: 25%;
                height: 100%;
                color: #0047C4;
                font-size: 28px;
                font-weight: 600;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                position: relative;
            }


    #Table1_6_Wrap #W1_Center {
        height: 10%;
        width: 94%;
        /*background-color: #ff6a00;*/
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        #Table1_6_Wrap #W1_Center .centerLeft {
            width: 45%;
            height: 70%;
            /* background: #FFFFFF; */
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            display: flex;
            flex-direction: column;
            font-weight: bold;
        }

            #Table1_6_Wrap #W1_Center .centerLeft .clTop {
                width: 100%;
                height: 50%;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }

            #Table1_6_Wrap #W1_Center .centerLeft .clBottom {
                width: 100%;
                height: auto;
                text-align: start;
            }

        #Table1_6_Wrap #W1_Center .centerRight {
            /* border: 1px solid gold; */
            width: 50%;
            height: 100%;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

            #Table1_6_Wrap #W1_Center .centerRight .chip_img_row {
                width: auto;
                height: 95%;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                #Table1_6_Wrap #W1_Center .centerRight .chip_img_row img {
                    width: 100%;
                    height: auto;
                    box-shadow: 0px 0px 10px #FFFFFF;
                    border-radius: 50%;
                }

                #Table1_6_Wrap #W1_Center .centerRight .chip_img_row .chikStar {
                    transform: scale(1.1);
                }

                #Table1_6_Wrap #W1_Center .centerRight .chip_img_row .selectBox {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    width: 46px;
                    height: 46px;
                    /* border: 1px solid red; */
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    opacity: 0;
                    z-index: 222;
                    /* align-items: baseline; */
                }

                    #Table1_6_Wrap #W1_Center .centerRight .chip_img_row .selectBox .tl {
                        width: 32%;
                        height: 25%;
                        border-top: 2px solid red;
                        border-left: 2px solid red;
                        margin: 0;
                    }

                    #Table1_6_Wrap #W1_Center .centerRight .chip_img_row .selectBox .tr {
                        width: 32%;
                        height: 25%;
                        border-top: 2px solid red;
                        border-right: 2px solid red;
                        margin: 0;
                    }

                    #Table1_6_Wrap #W1_Center .centerRight .chip_img_row .selectBox .bl {
                        width: 32%;
                        height: 25%;
                        border-bottom: 2px solid red;
                        border-left: 2px solid red;
                        margin: 0;
                        margin-top: 20px;
                    }

                    #Table1_6_Wrap #W1_Center .centerRight .chip_img_row .selectBox .br {
                        width: 32%;
                        height: 25%;
                        margin-top: 10px;
                        border-bottom: 2px solid red;
                        border-right: 2px solid red;
                        margin: 0;
                        margin-top: 20px;
                    }

                #Table1_6_Wrap #W1_Center .centerRight .chip_img_row .chipNum {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0px;
                    margin: auto;
                    font-weight: bold;
                    font-size: 17px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    z-index: 999;
                }

                    #Table1_6_Wrap #W1_Center .centerRight .chip_img_row .chipNum:hover {
                        cursor: pointer;
                    }

            #Table1_6_Wrap #W1_Center .centerRight .centerBtn {
                width: 14%;
                height: 42%;
                display: flex;
                justify-content: center;
                align-items: center;
                background: url(../image/chipBtn.png) no-repeat;
                background-size: 100% 100%;
                font-size: 14px;
                font-weight: bold;
                box-shadow: 0px 0px 8px #D49000;
                border: 1px solid #D49000;
                border-radius: 10px;
            }

                #Table1_6_Wrap #W1_Center .centerRight .centerBtn:hover {
                    cursor: pointer;
                    transform: scale(1.1);
                    color: aqua;
                }

                #Table1_6_Wrap #W1_Center .centerRight .centerBtn:active {
                    transform: scale(0.9);
                }

    #Table1_6_Wrap #W1_Bottom {
        width: 94%;
        height: 40%;
        background: url(../image/tableBk.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
        transform-origin: bottom;
        transition: transform 1s;
        transform: rotateX(10deg);
    }

        #Table1_6_Wrap #W1_Bottom #lineCanvas {
            position: absolute;
            top: 30px;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 777;
        }

        #Table1_6_Wrap #W1_Bottom .imgRow {
            width: 99%;
            height: 66%;
            position: absolute;
            top: -5px;
            left: -5px;
            margin: auto;
            z-index: 888;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            transform-style: preserve-3d;
            /* border: 1px solid #BC3067; */
        }

            #Table1_6_Wrap #W1_Bottom .imgRow .oneLine,
            #Table1_6_Wrap #W1_Bottom .imgRow .twoLine,
            #Table1_6_Wrap #W1_Bottom .imgRow .threeLine {
                /* border: 1px solid #0034FE; */
                width: 99%;
                height: 20%;
                display: flex;
                justify-content: space-around;
                align-items: center;
            }

                #Table1_6_Wrap #W1_Bottom .imgRow .oneLine .bgNum,
                #Table1_6_Wrap #W1_Bottom .imgRow .twoLine .bgNum,
                #Table1_6_Wrap #W1_Bottom .imgRow .threeLine .bgNum {
                    width: 45px;
                    height: 45px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background: #9A101C;
                    color: #FFFFFF;
                    border-radius: 50%;
                    font-size: 18px;
                    position: relative;
                    top: 8px;
                }

    #Table1_6_Wrap .cr-Dot,
    #Table1_6_Wrap .bc-Dot,
    #Table1_6_Wrap .br-Dot,
    #Table1_6_Wrap .centerDot {
        position: absolute;
        /* background-color: #0034FE; */
        z-index: 999;
        /* opacity: 0.5; */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 777;
    }

    #Table1_6_Wrap span {
        transform: rotate(270deg);
    }

    #Table1_6_Wrap .centerDot .smPchipRow,
    #Table1_6_Wrap .cr-Dot .smPchipRow,
    #Table1_6_Wrap .bc-Dot .smPchipRow,
    #Table1_6_Wrap .br-Dot .smPchipRow {
        width: 100%;
        height: 100%;
        position: relative;
    }

        #Table1_6_Wrap .centerDot .smPchipRow img,
        #Table1_6_Wrap .cr-Dot .smPchipRow img,
        #Table1_6_Wrap .bc-Dot .smPchipRow img,
        #Table1_6_Wrap .br-Dot .smPchipRow img {
            position: absolute;
            top: -6px;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 888;
            width: 34px;
            height: 34px;
        }

        #Table1_6_Wrap .centerDot .smPchipRow img {
             left: -7px;
            top: -9px;
        }

        #Table1_6_Wrap .cr-Dot .smPchipRow img {
             top: -4px;
            left: -3px;
        }

        #Table1_6_Wrap .br-Dot .smPchipRow img {
            top: -6px;
            left: -3px;
        }

        #Table1_6_Wrap .centerDot .smPchipRow .smchipNum,
        #Table1_6_Wrap .cr-Dot .smPchipRow .smchipNum,
        #Table1_6_Wrap .bc-Dot .smPchipRow .smchipNum,
        #Table1_6_Wrap .br-Dot .smPchipRow .smchipNum {
            position: absolute;
            top: -7px;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 999;
             font-size: 14px;
            color: #000000;
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #Table1_6_Wrap .centerDot .smPchipRow .smchipNum {
           top: 0px;
            left: 1px;
        }

        #Table1_6_Wrap .bc-Dot .smPchipRow .smchipNum {
            top: 3px;
            left: 3px;
        }

        #Table1_6_Wrap .cr-Dot .smPchipRow .smchipNum {
             top: 4px;
            left: 6px;
        }

        #Table1_6_Wrap .br-Dot .smPchipRow .smchipNum {
            top: 3px;
            left: 6px;
        }

    #Table1_6_Wrap .cr-Dot {
        top: 0;
        bottom: 0;
        right: -13px;
        margin: auto;
        width: 15px;
        height: 25px;
    }

    #Table1_6_Wrap .bc-Dot {
        bottom: -11px;
        left: -4px;
        right: 0;
        margin: auto;
        width: 30px;
        height: 15px;
        /*background: #0000FF;*/
    }

    #Table1_6_Wrap .br-Dot {
        right: -16px;
        bottom: -16px;
        margin: auto;
        width: 18px;
        height: 18px;
    }

    #Table1_6_Wrap .centerDot {
        top: 0;
        bottom: 0;
        left: -1px;
        right: 0;
        margin: auto;
        width: 18px;
        height: 18px;
    }

    #Table1_6_Wrap .p-chip {
        position: absolute;
        top: 20px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 25px;
        height: 25px;
        z-index: 999;
    }

    #Table1_6_Wrap .p-chip-bc {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
        width: 25px;
        height: 25px;
        z-index: 999;
    }

    #Table1_6_Wrap .nullBg {
        opacity: 0;
    }

    #Table1_6_Wrap .lastItem {
        background: none !important;
    }

    #Table1_6_Wrap .color-black {
        background: #000000 !important;
    }

    #Table1_6_Wrap .zr1-Dot {
        position: absolute;
        top: -44px;
        right: -18px;
        width: 18px;
        height: 18px;
    }

    #Table1_6_Wrap .zr2-Dot {
        position: absolute;
        top: -16px;
        right: -18px;
        width: 18px;
        height: 18px;
    }

    #Table1_6_Wrap .zr3-Dot {
        position: absolute;
        top: 11px;
        right: -18px;
        width: 18px;
        height: 18px;
    }

    #Table1_6_Wrap .zr4-Dot {
        position: absolute;
        top: 40px;
        right: -18px;
        width: 18px;
        height: 18px;
    }

    #Table1_6_Wrap .zr5-Dot {
        position: absolute;
        top: 67px;
        right: -18px;
        width: 18px;
        height: 18px;
    }

    #Table1_6_Wrap .zr6-Dot {
        position: absolute;
        top: 94px;
        right: -18px;
        width: 18px;
        height: 18px;
    }

    #Table1_6_Wrap .zc-Dot {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0px;
        right: 0;
        margin: auto;
        width: 18px;
        height: 18px;
    }

    #Table1_6_Wrap .smPchipRow img {
        display: none;
    }


    #Table1_6_Wrap .zr1-Dot .smPchipRow,
    #Table1_6_Wrap .zr2-Dot .smPchipRow,
    #Table1_6_Wrap .zr3-Dot .smPchipRow,
    #Table1_6_Wrap .zr4-Dot .smPchipRow,
    #Table1_6_Wrap .zr5-Dot .smPchipRow,
    #Table1_6_Wrap .zr6-Dot .smPchipRow,
    #Table1_6_Wrap .zc-Dot .smPchipRow {
        width: 100%;
        height: 100%;
        position: relative;
    }

        #Table1_6_Wrap .zr1-Dot .smPchipRow img,
        #Table1_6_Wrap .zr2-Dot .smPchipRow img,
        #Table1_6_Wrap .zr3-Dot .smPchipRow img,
        #Table1_6_Wrap .zr4-Dot .smPchipRow img,
        #Table1_6_Wrap .zr5-Dot .smPchipRow img,
        #Table1_6_Wrap .zr6-Dot .smPchipRow img,
        #Table1_6_Wrap .zc-Dot .smPchipRow img {
            position: absolute;
            width: 34px;
            height: 34px;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 777;
        }

        #Table1_6_Wrap .zr1-Dot .smPchipRow .smchipNum,
        #Table1_6_Wrap .zr2-Dot .smPchipRow .smchipNum,
        #Table1_6_Wrap .zr3-Dot .smPchipRow .smchipNum,
        #Table1_6_Wrap .zr4-Dot .smPchipRow .smchipNum,
        #Table1_6_Wrap .zr5-Dot .smPchipRow .smchipNum,
        #Table1_6_Wrap .zr6-Dot .smPchipRow .smchipNum,
        #Table1_6_Wrap .zc-Dot .smPchipRow .smchipNum {
            position: absolute;
            width: 34px;
            height: 34px;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 888;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            color: #000000;
        }

    #Table1_6_Wrap .lastDot-1,
    #Table1_6_Wrap .lastDot-2,
    #Table1_6_Wrap .lastDot-3 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }

        #Table1_6_Wrap .lastDot-1 .smPchipRow,
        #Table1_6_Wrap .lastDot-2 .smPchipRow,
        #Table1_6_Wrap .lastDot-3 .smPchipRow {
            width: 100%;
            height: 100%;
            position: relative;
        }

            #Table1_6_Wrap .lastDot-1 .smPchipRow img,
            #Table1_6_Wrap .lastDot-2 .smPchipRow img,
            #Table1_6_Wrap .lastDot-3 .smPchipRow img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 30px;
                height: 30px;
                z-index: 777;
            }

            #Table1_6_Wrap .lastDot-1 .smPchipRow .smchipNum,
            #Table1_6_Wrap .lastDot-2 .smPchipRow .smchipNum,
            #Table1_6_Wrap .lastDot-3 .smPchipRow .smchipNum {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 30px;
                height: 30px;
                z-index: 888;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 12px;
                color: #000000;
            }

    #Table1_6_Wrap .groupDot-1,
    #Table1_6_Wrap .groupDot-2,
    #Table1_6_Wrap .groupDot-3,
    #Table1_6_Wrap .groupDot-4,
    #Table1_6_Wrap .groupDot-5,
    #Table1_6_Wrap .groupDot-6,
    #Table1_6_Wrap .groupDot-7,
    #Table1_6_Wrap .groupDot-8,
    #Table1_6_Wrap .groupDot-9 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 80px;
        height: 40px;
        /* background: aqua; */
    }

    #Table1_6_Wrap .groupDot-4,
    #Table1_6_Wrap .groupDot-5,
    #Table1_6_Wrap .groupDot-6,
    #Table1_6_Wrap .groupDot-7,
    #Table1_6_Wrap .groupDot-8,
    #Table1_6_Wrap .groupDot-9 {
        height: 20px !important;
    }

        #Table1_6_Wrap .groupDot-1 .smPchipRow,
        #Table1_6_Wrap .groupDot-2 .smPchipRow,
        #Table1_6_Wrap .groupDot-3 .smPchipRow,
        #Table1_6_Wrap .groupDot-4 .smPchipRow,
        #Table1_6_Wrap .groupDot-5 .smPchipRow,
        #Table1_6_Wrap .groupDot-6 .smPchipRow,
        #Table1_6_Wrap .groupDot-7 .smPchipRow,
        #Table1_6_Wrap .groupDot-8 .smPchipRow,
        #Table1_6_Wrap .groupDot-9 .smPchipRow {
            width: 100%;
            height: 100%;
            position: relative;
        }

            #Table1_6_Wrap .groupDot-1 .smPchipRow img,
            #Table1_6_Wrap .groupDot-2 .smPchipRow img,
            #Table1_6_Wrap .groupDot-3 .smPchipRow img,
            #Table1_6_Wrap .groupDot-4 .smPchipRow img,
            #Table1_6_Wrap .groupDot-5 .smPchipRow img,
            #Table1_6_Wrap .groupDot-6 .smPchipRow img,
            #Table1_6_Wrap .groupDot-7 .smPchipRow img,
            #Table1_6_Wrap .groupDot-8 .smPchipRow img,
            #Table1_6_Wrap .groupDot-9 .smPchipRow img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 30px;
                height: 30px;
                z-index: 777;
            }

            #Table1_6_Wrap .groupDot-1 .smPchipRow img,
            #Table1_6_Wrap .groupDot-2 .smPchipRow img,
            #Table1_6_Wrap .groupDot-3 .smPchipRow img {
                top: 8px;
                left: -2px;
            }

            #Table1_6_Wrap .groupDot-1 .smPchipRow .smchipNum,
            #Table1_6_Wrap .groupDot-2 .smPchipRow .smchipNum,
            #Table1_6_Wrap .groupDot-3 .smPchipRow .smchipNum,
            #Table1_6_Wrap .groupDot-4 .smPchipRow .smchipNum,
            #Table1_6_Wrap .groupDot-5 .smPchipRow .smchipNum,
            #Table1_6_Wrap .groupDot-6 .smPchipRow .smchipNum,
            #Table1_6_Wrap .groupDot-7 .smPchipRow .smchipNum,
            #Table1_6_Wrap .groupDot-8 .smPchipRow .smchipNum,
            #Table1_6_Wrap .groupDot-9 .smPchipRow .smchipNum {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 26px;
                height: 26px;
                z-index: 888;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 12px;
                color: #000000;
            }

            #Table1_6_Wrap .groupDot-1 .smPchipRow .smchipNum,
            #Table1_6_Wrap .groupDot-2 .smPchipRow .smchipNum,
            #Table1_6_Wrap .groupDot-3 .smPchipRow .smchipNum {
                top: 9px;
            }

    #Table1_6_Wrap .moreGroupDot-1,
    #Table1_6_Wrap .moreGroupDot-2,
    #Table1_6_Wrap .moreGroupDot-3,
    #Table1_6_Wrap .moreGroupDot-4,
    #Table1_6_Wrap .moreGroupDot-5,
    #Table1_6_Wrap .moreGroupDot-6 {
        position: absolute;
        bottom: -15px;
        left: -15px;
        width: 35px;
        height: 35px;
        /* background: aqua; */
        z-index: 899;
    }

    #Table1_6_Wrap .moreGroupDot-2 {
        left: 0;
        right: 0;
        margin: auto;
    }

    #Table1_6_Wrap .moreGroupDot-3 {
        left: 235px;
    }

    #Table1_6_Wrap .moreGroupDot-4 {
        left: 370px;
    }

    #Table1_6_Wrap .moreGroupDot-5 {
        left: 500px;
    }

    #Table1_6_Wrap .moreGroupDot-6 {
        left: 640px;
    }

        #Table1_6_Wrap .moreGroupDot-1 .smPchipRow,
        #Table1_6_Wrap .moreGroupDot-2 .smPchipRow,
        #Table1_6_Wrap .moreGroupDot-3 .smPchipRow,
        #Table1_6_Wrap .moreGroupDot-4 .smPchipRow,
        #Table1_6_Wrap .moreGroupDot-5 .smPchipRow,
        #Table1_6_Wrap .moreGroupDot-6 .smPchipRow {
            width: 100%;
            height: 100%;
            position: relative;
        }

            #Table1_6_Wrap .moreGroupDot-1 .smPchipRow img,
            #Table1_6_Wrap .moreGroupDot-2 .smPchipRow img,
            #Table1_6_Wrap .moreGroupDot-3 .smPchipRow img,
            #Table1_6_Wrap .moreGroupDot-4 .smPchipRow img,
            #Table1_6_Wrap .moreGroupDot-5 .smPchipRow img,
            #Table1_6_Wrap .moreGroupDot-6 .smPchipRow img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 30px;
                height: 30px;
                z-index: 777;
            }

            #Table1_6_Wrap .moreGroupDot-1 .smPchipRow .smchipNum,
            #Table1_6_Wrap .moreGroupDot-2 .smPchipRow .smchipNum,
            #Table1_6_Wrap .moreGroupDot-3 .smPchipRow .smchipNum,
            #Table1_6_Wrap .moreGroupDot-4 .smPchipRow .smchipNum,
            #Table1_6_Wrap .moreGroupDot-5 .smPchipRow .smchipNum,
            #Table1_6_Wrap .moreGroupDot-6 .smPchipRow .smchipNum {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 30px;
                height: 30px;
                z-index: 888;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 12px;
                color: #000000;
            }

    #Table1_6_Wrap .smPchipRow:hover {
        cursor: pointer;
    }

    #Table1_6_Wrap .flickerBox {
        position: absolute;
        top: -4px;
        left: -9px;
        width: 61px;
        height: 53px;
        background: none;
        z-index: -1;
        border-radius: 2px;
    }

    #Table1_6_Wrap .flickerBox2 {
        position: absolute;
        top: -2px;
        left: -3px;
        width: 254px;
        height: 42px;
        z-index: -1;
    }

    #Table1_6_Wrap .flickerBox3 {
        position: absolute;
        top: 0px;
        left: -14px;
        width: 127px;
        height: 35px;
        z-index: -1;
    }

.zeroFlickerBox {
    position: absolute;
    top: -60px;
    left: -2px;
    width: 54px;
    height: 165px;
    z-index: -1;
    /* border: 1px solid gold; */
}

.zeroShaktop {
   position: absolute;
	top: -60px;
	left: -7px;
	width: 26px;
	height: 82px;

}

.zeroShakbottom {
   position: absolute;
	top: 13px;
	left: -6px;
	width: 25px;
	height: 96px;

}

#Table1_6_Wrap .fick {
    background: #4ef910;
    animation: twinkling 1s infinite;
}
#Table1_6_Wrap .light{
 background: #4ef910;
}
@-webkit-keyframes twinkling {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

#Table1_6_Wrap #W1_Bottom .bottomContent {
    position: absolute;
    bottom: 4px;
    left: -22px;
    right: 0;
    margin: auto;
    width: 84%;
    height: 30%;
    /* border: 1px solid #D49000; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 828;
}

    #Table1_6_Wrap #W1_Bottom .bottomContent .item {
        width: 32%;
        height: 100%;
        /* border: 1px solid #FF0000; */
    }

        #Table1_6_Wrap #W1_Bottom .bottomContent .item .iTop {
            width: 100%;
            height: 55%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #FFFFFF;
            font-size: 16px;
            letter-spacing: 2px;
            position: relative;
        }

        #Table1_6_Wrap #W1_Bottom .bottomContent .item .iBottom {
            width: 94%;
            height: 47%;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

            #Table1_6_Wrap #W1_Bottom .bottomContent .item .iBottom .left,
            #Table1_6_Wrap #W1_Bottom .bottomContent .item .iBottom .right {
                color: #FFFFFF;
                font-size: 14px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                width: 50%;
                height: 100%;
                position: relative;
            }

            #Table1_6_Wrap #W1_Bottom .bottomContent .item .iBottom .lx {
                width: 40%;
                height: 80%;
                background: url(../image/diamond-red%20.png) no-repeat;
                background-size: 100% 100%;
                position: relative;
            }

                #Table1_6_Wrap #W1_Bottom .bottomContent .item .iBottom .lx:nth-child(2) {
                    background: url(../image/diamond-black.png) no-repeat !important;
                    background-size: 100% 100% !important;
                }


#Table1_6_Wrap .W1_Content_Left .video_info {
    border: 5px solid #fff;
    background-color: #ffffff;
    border-radius: 10px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background: -webkit-linear-gradient(left top,#ffffff,#d3edff);
    background: -o-linear-gradient(bottom right,#ffffff,#d3edff);
    background: -moz-linear-gradient(bottom right,#ffffff,#d3edff);
    background: linear-gradient(to bottom top,#ffffff,#d3edff);
}


#Table1_6_Wrap .startpour {
    color: #FFFF00 !important;
    background: -webkit-linear-gradient(left top, #CBEACB, #009900) !important;
    background: -o-linear-gradient(bottom right, #CBEACB, #009900) !important;
    background: -moz-linear-gradient(bottom right, #CBEACB, #009900) !important;
    background: linear-gradient(to bottom top,#CBEACB, #009900) !important;
}


#Table1_6_Wrap .light{
	background: #4ef910;
}