
.post-list{text-align:center;}
.post-list-tit-pic{margin-bottom:6px}
.post-list li{padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;}

.post-list a{
	height: 38px;
	line-height: 36px;
	text-align: center;
	border: solid 1px #ddd;
	border-radius: 8px;
	background: #eee;
	background-image: linear-gradient(to top, #fff, #eee, #fff);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.post-list a font{
	font-size: 24px;
}
.post-list li .zg{
	font-size: 22px;
}
.box .post-list  li img{
	width: 25px;
	position: relative;
	right: 3px;
    bottom: -5px;
}
.post-list a:hover{
	color: red;
}
.post-list i{
	color: blue;
}
.post-list a .ci{
	font-size: 26px;
	}

.post-list1{text-align:center;}
.post-list1-tit-pic{margin-bottom:6px}
.post-list1 li{padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;
    float: left;
    width: 49.9%;
}

.post-list1 a{

	line-height: 1.5em;
	text-align: center;
	border: solid 1px #ddd;
	border-radius: 8px;
	background: #eee;
	background-image: linear-gradient(to top, #fff, #eee, #fff);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.post-list1 a:hover{
	color: red;
}
        .main-container {
            max-width: 680px;
            width: 100%;
            margin: 0 auto;
            box-sizing: border-box;
            padding: 0 3px 0px 3px;
        }
        
        .sticky-wrap { 
            position: sticky; 
            top: 0; 
            z-index: 50; 
            background: var(--bg-color);
            box-shadow: var(--box-shadow);
        }
        
        .logo-bar {
            display: flex; 
            align-items: center; 
            justify-content: center;
            background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
            box-shadow: 0 5px 26px rgba(22, 163, 74, 0.2);
            border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
            min-height: 60px;
            position: relative;
            padding: 8px 0;
        }
        
        .logo-bar-inner {
            width: 96%; 
            max-width: 650px;
            display: flex; 
            align-items: center; 
            justify-content: flex-start; 
            gap: 14px;
        }
        
        .site-logo { 
            height: 48px; 
            min-width: 42px; 
            border-radius: var(--border-radius-sm); 
            background: #fff0; 
            object-fit: contain; 
            margin-right: 12px; 
            border: 0px solid rgba(255, 255, 255, 0.3);
            transition: var(--transition);
        }
        
        .site-logo:hover {
            transform: scale(1.05);
            border-color: rgba(255, 255, 255, 0.8);
        }
        
        .site-title { 
            font-size: 2.2rem; 
            color: white; 
            font-weight: 900; 
            letter-spacing: 3px; 
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            padding-left: 4px;
        }
        
        @media (max-width:700px) {
            .logo-bar { 
                min-height: 50px; 
                padding: 6px 0; 
                border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
            }
            
            .logo-bar-inner { 
                gap: 8px;
            }
            
            .site-logo { 
                height: 42px; 
                min-width: 36px; 
                margin-right: 8px; 
            }
            
            .site-title { 
                font-size: 1.5rem; 
                letter-spacing: 1px; 
            }
        }
        
        #lottery-wrap { 
            position: sticky; 
            top: 60px; 
            z-index: 49; 
            background: var(--bg-color); 
            width: 100%; 
            height: 47px; 
            border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        
        @media (max-width:700px) { 
            #lottery-wrap { 
                border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm); 
            } 
        }
        
        .ad-img { 
            display: block; 
            margin: 5px auto; 
            width: 100%; 
            border-radius: var(--border-radius-md);
            box-shadow: var(--box-shadow);
            transition: var(--transition);
        }
        
        .ad-img:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .site-section { 
            margin: 5px 0 0 0; 
            display: flex; 
            flex-direction: column; 
            gap: 0px;
        }
        
        .card-box {
background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 3px solid #22c55e;
    padding: 0;
    margin-bottom: 4px;
    transition: box-shadow .2s;
        }
        
        
        .card-title {
    background: linear-gradient(#22c55e, #f7f3f3);
    color: rgb(0, 0, 0);
    border-left: 1px solid #d8d2e7;
    border-right: 1px solid #e7e3d2;
    height: 30px;
    line-height: 30px;
    font-size: 15pt;
    text-align: center;
    text-shadow: 0px 1.5px 1px #effc02;
    font-weight: bold;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 5px 4px 0 #4CAF50, 0 6px 20px 0 rgba(0, 0, 0, .19);
        }
        
        .card-content {
            padding: 0px;
        }
        
        .banner-section { 
            width: 100%; 
            margin: 6px auto;
            background: white;
            border-radius: var(--border-radius-lg);
            box-shadow: var(--box-shadow);
            padding: 0 0 0px 0; 
            opacity: 1;
            transform: translateY(0);
            transition: var(--transition);
            overflow: hidden;
        }
        
        .banner-date { 
            background: var(--primary-color); 
            color: white; 
            font-size: 1.4rem; 
            font-weight: 700; 
            text-align: center; 
            padding: 0px 0; 
            border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0; 
            margin-bottom: 0px;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        }
        
        .banner-btns { 
            display: flex; 
            justify-content: space-around; 
            align-items: flex-end; 
            gap: 16px; 
            padding: 20px 16px 12px; 
            background: white; 
            border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
        }
        
        .banner-btn { 
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            text-decoration: none; 
            font-size: 1.1rem; 
            color: var(--primary-dark); 
            font-weight: 700; 
            transition: var(--transition);
        }
        
        .banner-btn img { 
            width: 80px; 
            height: 80px; 
            margin-bottom: 10px; 
            display: block;
            border-radius: var(--border-radius-sm);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: var(--transition);
        }
        
        .banner-btn:hover { 
            transform: translateY(-8px); 
            color: var(--accent-color);
        }
        
        .banner-btn:hover img {
            transform: scale(1.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        
        @media (max-width:700px) {
            .banner-date { 
                font-size: 0.93rem; 
                padding: 4px 0; 
            }
            
            .banner-btn img { 
                width: 60px; 
                height: 60px;
            }
            
            .banner-btns { 
                gap: 8px; 
                padding: 12px 8px 8px;
            }
            
            .banner-btn {
                font-size: 0.9rem;
            }
        }
        
        /* Table styles */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 2px 0;
            border-radius: var(--border-radius-sm);
            overflow: hidden;
        }
        
        table td {
            padding: 0px;
            text-align: center;
            transition: var(--transition);
        }
        
        table a {
            text-decoration: none;
            color: inherit;
            display: block;
            transition: var(--transition);
        }
        
        table a:hover {
            transform: scale(1.03);
        }
        
        /* Custom scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }
        
        ::-webkit-scrollbar-thumb {
            background: var(--primary-light);
            border-radius: 10px;
        }
        
        ::-webkit-scrollbar-thumb:hover {
            background: var(--primary-color);
        }
        
        /* Loading animations */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .fade-in {
            animation: fadeIn 0.5s ease-out forwards;
        }
        
        /* Add custom accent colors for important text */
        .text-highlight {
            color: var(--accent-color);
            font-weight: bold;
        }
        
        /* Adding some micro-interactions */
        .pulse {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        /* Button styles */
        .btn {
            display: inline-block;
            padding: 10px 20px;
            background: var(--primary-color);
            color: white;
            border: none;
            border-radius: var(--border-radius-sm);
            font-weight: bold;
            cursor: pointer;
            transition: var(--transition);
            text-align: center;
        }
        
        .btn:hover {
            background: var(--primary-light);
            transform: translateY(-3px);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        
        /* Add a subtle pattern to the background for more texture */
        body {
            background-image: url(data:image/svg+xml,%3Csvg\ width=\'100\'\ height=\'100\'\ viewBox=\'0\ 0\ 100\ 100\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ d=\'M11\ 18c3.866\ 0\ 7-3.134\ 7-7s-3.134-7-7-7-7\ 3.134-7\ 7\ 3.134\ 7\ 7\ 7zm48\ 25c3.866\ 0\ 7-3.134\ 7-7s-3.134-7-7-7-7\ 3.134-7\ 7\ 3.134\ 7\ 7\ 7zm-43-7c1.657\ 0\ 3-1.343\ 3-3s-1.343-3-3-3-3\ 1.343-3\ 3\ 1.343\ 3\ 3\ 3zm63\ 31c1.657\ 0\ 3-1.343\ 3-3s-1.343-3-3-3-3\ 1.343-3\ 3\ 1.343\ 3\ 3\ 3zM34\ 90c1.657\ 0\ 3-1.343\ 3-3s-1.343-3-3-3-3\ 1.343-3\ 3\ 1.343\ 3\ 3\ 3zm56-76c1.657\ 0\ 3-1.343\ 3-3s-1.343-3-3-3-3\ 1.343-3\ 3\ 1.343\ 3\ 3\ 3zM12\ 86c2.21\ 0\ 4-1.79\ 4-4s-1.79-4-4-4-4\ 1.79-4\ 4\ 1.79\ 4\ 4\ 4zm28-65c2.21\ 0\ 4-1.79\ 4-4s-1.79-4-4-4-4\ 1.79-4\ 4\ 1.79\ 4\ 4\ 4zm23-11c2.76\ 0\ 5-2.24\ 5-5s-2.24-5-5-5-5\ 2.24-5\ 5\ 2.24\ 5\ 5\ 5zm-6\ 60c2.21\ 0\ 4-1.79\ 4-4s-1.79-4-4-4-4\ 1.79-4\ 4\ 1.79\ 4\ 4\ 4zm29\ 22c2.76\ 0\ 5-2.24\ 5-5s-2.24-5-5-5-5\ 2.24-5\ 5\ 2.24\ 5\ 5\ 5zM32\ 63c2.76\ 0\ 5-2.24\ 5-5s-2.24-5-5-5-5\ 2.24-5\ 5\ 2.24\ 5\ 5\ 5zm57-13c2.76\ 0\ 5-2.24\ 5-5s-2.24-5-5-5-5\ 2.24-5\ 5\ 2.24\ 5\ 5\ 5zm-9-21c1.105\ 0\ 2-.895\ 2-2s-.895-2-2-2-2\ .895-2\ 2\ .895\ 2\ 2\ 2zM60\ 91c1.105\ 0\ 2-.895\ 2-2s-.895-2-2-2-2\ .895-2\ 2\ .895\ 2\ 2\ 2zM35\ 41c1.105\ 0\ 2-.895\ 2-2s-.895-2-2-2-2\ .895-2\ 2\ .895\ 2\ 2\ 2zM12\ 60c1.105\ 0\ 2-.895\ 2-2s-.895-2-2-2-2\ .895-2\ 2\ .895\ 2\ 2\ 2z\'\ fill=\'%2322c55e\'\ fill-opacity=\'0.05\'\ fill-rule=\'evenodd\'/%3E%3C/svg%3E);
        }