

body{background:#fff;}
.sysTitle{padding:6px;font-size:22px;color:#336699}
.tdstyle{padding:6px;font-size:18px;font-family: 微軟正黑體;border-bottom:1px solid #4A99F3}
.tdLeft{background:#eee;}
.tdLeft2{background:#63A3CB;color:#fff;}
.thStyle{color:#fff;}
.PubStyle{padding:6px;font-size:15px;font-family: 微軟正黑體;border:0px;border-bottom:2px solid #63A3CB;}
.btnStyle{padding:6px 8px;font-size:15px;font-family: 微軟正黑體;border:0px;border-bottom:3px solid #63A3CB;cursor:pointer}
.btnStyle_excel {
    padding: 6px 8px;
    font-size: 15px;
    font-family: 微軟正黑體;
    border: 0px;
    border-bottom: 3px solid #3ac118;
    cursor: pointer
}
    .btnStyle_excel:hover {
        background: #3ac118;
        color: #fff
    }
.Table_td td {
    padding: 6px;
}
.TitleTxt{font-size:25px}
.btnStyle:hover{background:red;color:#fff}
.trStyle:hover{background-color:#ffff99;}
.NShow {display:none;}
.MT50{margin-top:50px;}
.MT100{margin-top:100px;}
.Verifyed {
   display:inline-block;
   padding:6px;
   background:green;
}
#MainTable td {
    padding: 10px;
}
#ChartDiv {
    width: 1200px;
    height: 700px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -350px;
    background: #E6E6E6;
    border-radius: 7px;
    display: none;
    text-align: center;
    padding: 3px;
    z-index: 9;
    border-bottom: 8px solid #63A3CB;
    padding:20px;
    overflow-y:auto;
}
#ChartDiv span{display:inline-block;margin-top:40px;}
#ChartDivBg {
    height: 100%;
    position: fixed;
    background: #000;
    background: rgba(0,0,0,0.8);
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 5;
}


.switch-label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.switch-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.switch-text {
    font-size: 14px;
    min-width: 20px;
    text-align: center;
}

input[type="range"][role="switch"] {
    -webkit-appearance: none;
    appearance: none;
    width: 60px;
    height: 30px;
    background: #63A3CB;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 1s ease-in-out;
}

    input[type="range"][role="switch"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 26px;
        height: 26px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 0 4px rgba(0,0,0,0.3);
        transition: all 1s ease;
        position: relative;
    }

    input[type="range"][role="switch"]::-moz-range-thumb {
        width: 26px;
        height: 26px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 0 4px rgba(0,0,0,0.3);
        transition: all 1s ease;
    }

#indexImg {
    position: relative;
    width: 700px;
    height: 550px;
    overflow: hidden;
}

.imgTrack {
    display: flex;
    position: absolute;
    top: 400px;
    left: 0;
    animation: slideLeft 30s linear infinite;
}

    .imgTrack img {
        width: 300px;
        margin-left: 500px;
    }

@keyframes slideLeft {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}
/*
  #myDialog {
            width: 1100px;
            height: 600px;
            position: fixed;
            top: 50%;
            left: 50%;
            margin-left: -500px;
            margin-top: -350px;
			background:#E6E6E6;border-radius:7px;display:none;text-align:center;padding:3px;z-index:9;border-bottom:8px solid #63A3CB;
        }
#myDialogbg{
height:100%;position:fixed;background:#000;background:rgba(0,0,0,0.8);width:100%;top:0px;left:0px;display:none;z-index:5;
}		

*/