
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft YaHei", "????", Arial, sans-serif;
        }
        
        body {
            background-color: #f5f5f5;
            color: #333;
            line-height: 1.6;
        }
        
        a {
            text-decoration: none;
            color: #333;
            transition: color 0.3s;
        }
        
        a:hover {
            color: #e74c3c;
        }
        
        .rongqi {
            width: 1050px;
            max-width: 100%;
            margin: 0 auto;
            padding: 0 15px;
        }

        .rongqi p{
            font-size: 14px;
        }
        

        .toubu {
            background-color: #e74c3c;
            color: white;
            padding: 15px 0;
            text-align: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .biaoti {
            font-size: 32px;
            font-weight: bold;
        }
        
        .biaoti a{
            color: #ffffff;
        }


        .miyu-zhuti {
            background-color: white;
            padding: 4%;
            margin-bottom: 30px;
            border-radius: 0px 0px  50px 50px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            text-align: center;
        }
        
        .miyu-wenti {
            font-size: 26px;
            margin-bottom: 20px;
            color: #333;
            font-weight: bold;
        }
        
        .miyu-da-an {
            font-size: 26px;
            margin: 20px 0;
            padding: 15px;
            background-color: #f9f9f9;
            border-left: 4px solid #e74c3c;
            display: none;
            color: #e74c3c;
            font-weight: bold;
        }
        
        .anniu {
            display: inline-block;
            padding: 10px 20px;
            margin: 0 10px;
            background-color: #e74c3c;
            color: white;
            border-radius: 10px;
            cursor: pointer;
            border: none;
            transition: background-color 0.3s;
            font-size: 16px;

        }
        
        .anniu:hover {
            background-color: #c0392b;
            color: white;
        }
        
        .anniu-outline {
            background-color: transparent;
            border: 1px solid #e74c3c;
            color: #e74c3c;
        }
        
        .anniu-outline:hover {
            background-color: #e74c3c;
            color: white;
        }
        

        .daohang-lanmu {
            background-color: #fff;
            padding: 20px 0;
            margin: 20px 0;
            box-shadow: 0 2px 5px rgba(0,0,0,0.06);
            border-radius: 40px;
        }
        
        .lanmu-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            list-style: none;
        }
        
        .lanmu-list li {
            margin: 0 6px;
        }
        
        .lanmu-list a {
            display: block;
            padding: 8px 17px;
            border-radius: 20px;
            background-color: #f5f5f5;
        }
        
        .lanmu-list a:hover {
            background-color: #e74c3c;
            color: white;
        }
        

        .guanggao {
            margin: 20px 0;
            text-align: center;
            background-color: #f9f9f9;
            padding: 15px;
            border: 1px dashed #ddd;
        }
        
        .guanggao-placeholder {
            width: 100%;
            height: 90px;
            background-color: #eee;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
        }
        

        .miyu-list {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -10px;
        }
        
        .miyu-item {
            width: calc(50% - 20px);
            margin: 0 10px 20px;
            background-color: white;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.06);
            font-size: 18px;
            color: #333333;
            transition: all 0.3s ease;
        }

        .bufen-biaoti {
            font-size: 22px;
            margin: 30px 0 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e74c3c;
            color: #e74c3c;
        }


        .links{
            font-size: 14px;
            margin: 20px 0;

        }
        




        .jiaobu {
            background-color: #333;
            color: #999;
            padding: 20px 0;
            text-align: center;
            margin-top: 20px;
        }
        .jiaobu a{
            color: #a0a0a0;
        }




.fenye {
    margin: 20px 0;
    text-align: center;
    font-size: 0;
    list-style: none;
    padding: 0;
}

.fenye li {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    vertical-align: middle;
}

.fenye a, 
.fenye .thisclass {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s;
}

.fenye a:hover {
    background: #f5f5f5;
    color: #e74c3c;
    border-color: #e74c3c;
    text-decoration: none;
}

.fenye .thisclass {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
    cursor: default;
}

/* ÏìÓ¦Ê½Éè¼Æ */
@media (max-width: 768px) {
    .fenye li {
        margin: 0 2px;
    }
    
    .fenye a, 
    .fenye .thisclass {
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        font-size: 12px;
    }
}


