       body,table-cell,table-header{font-size:16px;color:#333;font-family:Verdana,Geneva,sans-serif}
        body{margin:0;background-color:#fff;transition: background-color 0.3s ease;}
        .link-normal{color:#333;text-decoration:none}
        .link-normal:visited{color:#333;text-decoration:none}
        .link-normal:hover{color:#F00;text-decoration:underline}
        .link-normal:active{text-decoration:none}
        .main-title{font-size:12px;font-weight:normal;margin:0;padding:0;float:left}
        .header-container{clear:both;width:500px;margin-right:auto;margin-left:auto;overflow:hidden}
        .header-logo{float:left;width:560px;line-height:10px;overflow:hidden; align-items:center;justify-content:center; }
        .header-ad{float:right;height:60px; margin-top:20px; }
        .content-card{width:500px;height:380px;clear:both;margin-right:auto;margin-left:auto;background-color:#fff;border:0px solid #e1e1e1;border-radius:10px;overflow:hidden;display:block;box-shadow:0 2px 4px rgba(0,0,0,0.1);transition: background-color 0.3s ease, border-color 0.3s ease; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
        .abs-container{position:absolute}
        .abs-time-display{position:absolute;width:417px;height:94px;z-index:2;left:35px;top:33px;display:block;text-align:center;}
        .abs-setting-area{position:absolute;width:417px;height:90px;z-index:3;left:35px;top:183px;}
        .abs-side-ad{position:absolute;width:200px;height:203px;z-index:1;left:599px;top:40px;background-color:#eee;}
        .abs-share-area{position:absolute;width:637px;height:24px;line-height:24px;z-index:3;left:162px;top:272px}
        .footer-tips{display:block;clear:both;width:500px;margin-right:auto;margin-left:auto;margin-top:1px;overflow:hidden;background-color:#f8f8f8;height:401px;border:1px solid #e1e1e1;border-radius:4px}
        .abs-tips-icon{position:absolute;width:120px;height:140px;z-index:1;left:296px;top:42px;background-color:#eee;background-position:0 -280px}
        .remain-time-display{display:none;color:#FF0000;padding-top:3px;float:left;font-size:13px}
        .abs-close-tips{display:none}
                .logo-container {
            position: fixed;
            width: 220px; 
            height: 80px; 
            cursor: pointer;
            position: relative;

        }

        .logo-default {
            position: absolute;
            width: 72%;
            height: 39px;
            transition: none;
            z-index: 1; 
            top:22px;
        }


        .logo-hover {
            position: absolute;
            width: 210px; 
            height: 75px;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 2; 
            top: 0px;
            left: -3px; 
        }

        .logo-container:hover .logo-hover {
            opacity: 1;
        }
.copyright-container {
  margin-top: 18px;
  margin-bottom: 18px;
  clear: both;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #616162;
  overflow: hidden;
  line-height: 18px;
  transition: color 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); font-size:13px
}

@media (max-width: 768px) {
  .copyright-container {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    width: 90%;
    max-width: 500px;
  }
}
        .copyright-left{width:470px;float:left;overflow:hidden}
        .copyright-right{width:500px; overflow:hidden;text-align:center}
        .copyright-link{color:#616162;text-decoration:none;transition: color 0.3s ease;}
        .copyright-link:visited{color:#616162;text-decoration:none}
        .copyright-link:hover{color:#F00;text-decoration:underline}
        .copyright-link:active{text-decoration:none}
        .ring-stop-btn {  color: #ff0000;
        }
        .btn-active{border:1px solid #e1e1e1;float:left;background-color:#f5f5f5;height:23px;margin-right:5px;cursor:pointer; transition: background-color 0.3s ease, border-color 0.3s ease;}
        .btn-disabled{border:1px solid #e1e1e1;float:left;background:#ebebe4;height:23px;margin-right:5px;cursor:pointer;color:gray;transition: background-color 0.3s ease, border-color 0.3s ease;}
        .input-active{height:23px;border:1px solid #e1e1e1;margin:0;padding:0;line-height:23px;text-indent:2px;transition: border-color 0.3s ease, background-color 0.3s ease;}
        .input-focus{height:23px;border:1px solid #eec47b;margin:0;padding:0;line-height:23px;text-indent:2px;transition: border-color 0.3s ease, background-color 0.3s ease;}
        .select-active{float:left;margin:0;padding:0;height:25px;color:#333;border:1px solid #e1e1e1;background:#fbfeff;transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;}
        .select-disabled{float:left;margin:0;padding:0;height:25px;color:#333;border:1px solid #e1e1e1;background:#efebe7;transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;}
        .date-show-area {
            font-size: 24px;
            font-family: Arial, Helvetica, sans-serif;
            color: #333;
            margin: 1px 0;padding:1px 0px 10px 0px ;
            transition: color 0.3s ease;
            display: block;
        }
        .hourly-alert-area {
            font-size: 14px;
            color: #666;
            transition: color 0.3s ease;
            display: block;
        }
        .hourly-alert-checkbox {
            vertical-align: middle;
            margin-right: 1px;margin-top: 0.9px;
        }
        .hourly-alert-text {
            cursor: pointer;
            transition: color 0.3s ease;
        }
        .hourly-alert-text:hover {
            color: #F00;
        }
        .bg-fullscreen-controls {
            margin-top: 5px;
        }
        .bg-btn {
            border: 1px solid #e1e1e1;
            background-color: #f5f5f5;
            height: 25px;
            padding: 0 12px;
            cursor: pointer;
            border-radius: 2px;
            transition: all 0.3s ease;
            display: inline-block;
            margin-right: 5px;
        }
        .bg-btn:hover {
            background-color: #eaeaea;
            border-color: #dcdcdc;
        }
        .time-show-area {
            transition: color 0.3s ease;
            font-size:70px;letter-spacing: 10px;font-family: Arial, Helvetica, sans-serif;
            display: block; 
        }
        .body-black-bg {
            background-color: #000;
        }
        .content-card-black {
            background-color: #1a1a1a;
            border-color: #333;
        }
        .text-white {
            color: #fff !important;
        }
        .copyright-black {
            color: #ccc !important;
        }
        .copyright-link-black {
            color: #ccc !important;
        }
        .fullscreen-hide {
            display: none !important;
        }
        .fullscreen-core {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 100%;
        }
        .fullscreen-time {
            font-size: 120px !important;
            letter-spacing: 15px !important;
            margin-bottom: 20px !important;
        }
        .fullscreen-date {
            font-size: 36px !important;
            margin-bottom: 20px !important;
        }
        .fullscreen-alert {
            font-size: 24px !important;
            margin: 10px 0 !important;
        }
        .fullscreen-remain {
            font-size: 20px !important;
            color: #00ff00 !important;
        }
        #closeFullscreenBtn {
            position: fixed;
            top: 20px;
            right: 20px;
            padding: 10px 20px;
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            transition: opacity 0.8s ease-in-out;
            z-index: 9999;
        }
        #closeFullscreenBtn:hover {
            background-color: rgba(0, 0, 0, 0.9);
        }
        .btn-hidden {
            opacity: 0;
            pointer-events: none;
        }
        .alert-modal {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 400px;
            background-color: #fff;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
            z-index: 99999;
            box-shadow: 0 0 20px rgba(0,0,0,0.5);
            transition: all 0.3s ease;
            opacity: 0;
        }
        .alert-modal-black {
            background-color: #1a1a1a;
            border-color: #ccc;
            color: #fff;
        }
.alert-modal-line1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
    animation: colorFlash 1s infinite; 
}
@keyframes colorFlash {
    0% {
        color: #ff0000; 
    }
    50% {
        color: #00ff00; 
    }
    100% {
        color: #ff0000; 
    }
}
        .alert-modal-line2 {
            font-size: 18px;
            margin-bottom: 20px;
            line-height: 1.8;
        }
        .alert-modal-line3 {
  
            text-align: center;
        }
        .alert-modal-btn {
            padding: 8px 16px;
            border: 1px solid #e1e1e1;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 0 2px;
        }
        .alert-modal-btn-normal {
            background-color: #f5f5f5;
            color: #333;
        }
        .alert-modal-btn-black {
            background-color: #333;
            color: #fff;
            border-color: #444;
        }
        .alert-modal-btn:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }
        .alert-modal-mask {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.3);
            z-index: 99998;
            transition: all 0.3s ease;
            opacity: 0;
        }
        .alert-modal-mask-black {
            background-color: rgba(0,0,0,0.7);
        }
 
        .setting-wrap {
            width: 500px;
            margin: 0 auto;
        }
        .setting-row {
            width: 100%;
            clear: both;
            padding: 2px 0;font-size: 14px;
        }
        .setting-label-col {
            width: 72px;
            float: left;
            line-height: 23px;
            padding-top: 6px;
        }
        .setting-content-col {
            width: 410px;
            float: left;margin-top:6px;
        }
        .row-h36 {
            height: 30px;
        }
        .row-h33 {
            height: 28px;
        }
        .row-h31 {
            height: 28px;
        }
        .row-h35 {
            height: 35px;
        }
        .clearfix:after {
            content: "";
            display: block;
            clear: both;
            visibility: hidden;
            height: 0;
        }
        .time-separator {
            float: left;
            width: 7px;
            text-align: center;
            line-height: 23px;
        }
                .cywl {
            position: fixed;
            width: 130px;
            height: 130px;
            z-index: 9999;
            left: 50px;
            bottom: 50px;
            cursor: url(./Maxwell_Who-CatCursor/alternate.ico),
                default;
            display: flex;

 
        }

        .cywl img {
            width: 110px;
            height: 110px;
            pointer-events: none;
            user-select: none;
        }