@charset "utf-8";

 /* 原有样式保持不变... */

         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft YaHei", sans-serif;
        }
        body {
            background-color: #f5f5f5;
            color: #333;
            line-height: 1.6;
        }
        .container {
            max-width: 1660px;
            margin: 0 auto;
            /*  padding: 0 10px;*/
        }
        header {
            background-color: #2c3e50;
            color: white;
            padding: 15px 0;
        }
        .logo {
            font-size: 26px;
            /*  font-weight: bold;*/
            margin-bottom: 10px;
            margin-left: 20px;
        }
        .logo span {
            color: #e74c3c;
        }

        .zjlogo {
            font-size: 16px;
            margin-bottom: 0px;
            margin-left: 20px;
        }

        .zjlogo span {
            color: #e74c3c;
        }



        nav {
            background-color: #34495e;
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
        }
        .nav-menu li {
            position: relative;
            width: auto;
        }
        .nav-menu li a {
            display: block;
            color: white;
            text-decoration: none;
            padding: 12px 15px;
            transition: background-color 2s;
        }
        .nav-menu li a:hover {
            background-color: #2c3e50;
        }
        .section-title {
            font-size: 22px;
            color: #2c3e50;
            padding: 15px;
            margin-top: 20px;
            border-bottom: 2px solid #e74c3c;
        }
        .info-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(530px, 1fr));
            gap: 15px;
            margin: 15px 0;
            padding: 15px;
            list-style-position: inside;
        }
        .info-item {
            background-color: white;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .info-item h3 {
            color: #e74c3c;
            margin-bottom: 8px;
            font-size: 18px;
        }
        .info-item p {
            margin: 5px 0;
            font-size: 14px; 
        }
        .contact {
            color: #3498db;
            font-weight: bold;
        }
        .wechat-contact {
            color: #2ecc71;
             font-weight: bold; 
        }

        .zjtime {
            color: #FF0000;
            /*  font-weight: bold;*/
        }

        .zjtip {
            color: #0066FF;
            /*  font-weight: bold;*/
        }

        .zjreal {
            color: #0066FF;
            /*font-weight: bold;*/
        }

        .zjcontact {
            color: #0066FF;
            /*font-weight: bold;*/
        }

        .zjcontent {
            color: #0066FF;
            /*font-weight: bold;*/
        }

        .zjother {
            color: #0066FF;
            /*font-weight: bold;*/
        }
        .ad-banner {
            width: 100%;
            max-width: 1660px;
            height: auto;
            background-color: #ddd;
            margin: 25px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            text-align: center;
            font-size: 18px;
            color: #666;
            /*  border-radius: 5px;*/
        }
        footer {
            background-color: #2c3e50;
            color: white;
            padding: 15px;
            margin-top: 30px;
            text-align: center;
        }
        .payment-methods {
            display: flex;
            justify-content: center;
            margin: 20px 0;
            padding: 15px;
        }
        .payment-method {
            margin: 0 15px;
            text-align: center;
        }
        .payment-method img {
            width: 150px;
            height: 150px;
            margin-bottom: 10px;
        }
        .contact-methods {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }
        .shop-link {
            color: #9b59b6;
            text-decoration: none;
            font-weight: bold;
                    }
        .shop-link :hover {
            text-decoration:none;
            color: #FF0000;
        }

        .zjlink {
            color: #9b59b6;
            text-decoration: none;
            font-weight: bold;
            margin-left: 10px;
                    }
        .zjlink :hover {
            text-decoration:none;
            color: #FF0000;
        }


        .new-project {
            border: 2px solid #e74c3c;
            margin: 15px;
        }
        .hot-property {
            border-left: 4px solid #e74c3c;
        }
        .booking-btn {
            display: inline-block;
            background-color: #e74c3c;
            color: white;
            padding: 5px 10px;
            border-radius: 3px;
            text-decoration: none;
            margin-top: 5px;
        }
        .booking-btn:hover {
            background-color: #c0392b;
        }
        .venue-tag {
            display: inline-block;
            background-color: #3498db;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        @media (max-width: 768px) {
            .nav-menu {
                /*  flex-direction: column;*/
            }
            .info-list {
                grid-template-columns: 1fr;
            }
            .payment-methods {
                flex-direction: column;
                align-items: center;
            }
            .payment-method {
                margin: 10px 0;
            }
            .contact-methods {
                flex-direction: column;
            }
        }

        .factory-tag {
            display: inline-block;
            background-color: #f39c12;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .factory-item {
            border-left: 4px solid #f39c12;
        }


        .dormitory-tag {
            display: inline-block;
            background-color: #27ae60;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .office-tag {
            display: inline-block;
            background-color: #9b59b6;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .dormitory-item {
            border-left: 4px solid #27ae60;
        }
        
        .office-item {
            border-left: 4px solid #9b59b6;
        }
        
        .nav-menu li {
            position: relative;
        }
        
        .sub-menu {
            display: none;
            position: absolute;
            left: 0;
            top: 100%;
            background-color: #2c3e50;
            min-width: 200px;
            z-index: 100;
            border-radius: 0 0 5px 5px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        
        .nav-menu li:hover .sub-menu {
            display: block;
        }
        
        .sub-menu li {
            width: 100%;
        }
        
        .sub-menu li a {
            padding: 10px 15px;
            border-top: 1px solid #34495e;
        }
        
        .shop-rent-tag {
            display: inline-block;
            background-color: #e67e22;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .shop-rent-item {
            border-left: 4px solid #e67e22;
        }

        .shop-sale-tag {
            display: inline-block;
            background-color: #16a085;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .shop-sale-item {
            border-left: 4px solid #16a085;
        }
        
        .agent-item {
            background-color: #f8f9fa;
            border-left: 4px solid #3498db;
        }
        
        .agent-specialty {
            color: #e74c3c;
            font-weight: bold;
        }
        
        .agent-experience {
            color: #27ae60;
        }

         .ad-info {
            background-color: #fffde7;
            border-left: 4px solid #ffd600;
        }
        
        .promotion-tag {
            display: inline-block;
            background-color: #e91e63;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .promotion-item {
            border-left: 4px solid #e91e63;
            list-style-position: inside;
        }
        
        .investment-item {
            background-color: #e8f5e9;
            border-left: 4px solid #4caf50;
        }
        
        .job-item {
            background-color: #e3f2fd;
            border-left: 4px solid #2196f3;
        }
        
        .job-tag {
            display: inline-block;
            background-color: #2196f3;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .salary {
            color: #e91e63;
            font-weight: bold;
        }

         .school-tag {
            display: inline-block;
            background-color: #3498db;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .school-item {
            border-left: 4px solid #3498db;
        }
        
        .decoration-company {
            background-color: #fff8e1;
            border-left: 4px solid #ffa000;
        }
        
        .decoration-tag {
            display: inline-block;
            background-color: #ffa000;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .decoration-demand {
            background-color: #f1f8e9;
            border-left: 4px solid #7cb342;
        }

        .apartment-tag {
            display: inline-block;
            background-color: #9c27b0;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .homestay-tag {
            display: inline-block;
            background-color: #ff5722;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .bed-tag {
            display: inline-block;
            background-color: #607d8b;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .share-tag {
            display: inline-block;
            background-color: #795548;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .village-tag {
            display: inline-block;
            background-color: #8bc34a;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .food-tag {
            display: inline-block;
            background-color: #f44336;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .entertainment-tag {
            display: inline-block;
            background-color: #3f51b5;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .apartment-item {
            border-left: 4px solid #9c27b0;
        }
        
        .homestay-item {
            border-left: 4px solid #ff5722;
        }
        
        .bed-item {
            border-left: 4px solid #607d8b;
        }
        
        .share-item {
            border-left: 4px solid #795548;
        }
        
        .village-item {
            border-left: 4px solid #8bc34a;
        }
        
        .food-item {
            background-color: #ffebee;
            border-left: 4px solid #f44336;
        }
        
        .entertainment-item {
            background-color: #e8eaf6;
            border-left: 4px solid #3f51b5;
        }

        .recruitment-tag {
            display: inline-block;
            background-color: #2196F3;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .jobhunter-tag {
            display: inline-block;
            background-color: #4CAF50;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .certification-tag {
            display: inline-block;
            background-color: #9C27B0;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .exhibition-tag {
            display: inline-block;
            background-color: #FF9800;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .training-tag {
            display: inline-block;
            background-color: #F44336;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .recruitment-item {
            border-left: 4px solid #2196F3;
            background-color: #E3F2FD;
        }
        
        .jobhunter-item {
            border-left: 4px solid #4CAF50;
            background-color: #E8F5E9;
        }
        
        .certification-item {
            border-left: 4px solid #9C27B0;
            background-color: #F3E5F5;
        }
        
        .exhibition-item {
            border-left: 4px solid #FF9800;
            background-color: #FFF3E0;
        }
        
        .training-item {
            border-left: 4px solid #F44336;
            background-color: #FFEBEE;
        }
        
        .salary {
            color: #E91E63;
            font-weight: bold;
        }
        
        .highlight {
            color: #FF5722;
            font-weight: bold;
        }


        
.warning-item {
    border-left: 4px solid #F44336;
    background-color: #FFEBEE;
}

.warning-tag {
    display: inline-block;
    background-color: #F44336;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.fraud-item {
    border-left: 4px solid #FF5722;
    background-color: #FBE9E7;
}

.fraud-tag {
    display: inline-block;
    background-color: #FF5722;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.sale-item {
    border-left: 4px solid #4CAF50;
    background-color: #E8F5E9;
}

.sale-tag {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.donation-item {
    border-left: 4px solid #9C27B0;
    background-color: #F3E5F5;
}

.donation-tag {
    display: inline-block;
    background-color: #9C27B0;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.festival-item {
    border-left: 4px solid #FF9800;
    background-color: #FFF3E0;
}

.festival-tag {
    display: inline-block;
    background-color: #FF9800;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.team-item {
    border-left: 4px solid #2196F3;
    background-color: #E3F2FD;
}

.team-tag {
    display: inline-block;
    background-color: #2196F3;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.service-item {
    border-left: 4px solid #607D8B;
    background-color: #ECEFF1;
}

.service-tag {
    display: inline-block;
    background-color: #607D8B;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.tutor-item {
    border-left: 4px solid #795548;
    background-color: #EFEBE9;
}

.tutor-tag {
    display: inline-block;
    background-color: #795548;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.training-item {
    border-left: 4px solid #009688;
    background-color: #E0F2F1;
}

.training-tag {
    display: inline-block;
    background-color: #009688;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.group-item {
    border-left: 4px solid #3F51B5;
    background-color: #E8EAF6;
}

.group-tag {
    display: inline-block;
    background-color: #3F51B5;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.food-item {
    border-left: 4px solid #E91E63;
    background-color: #FCE4EC;
}

.food-tag {
    display: inline-block;
    background-color: #E91E63;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.fservice-item {
    border-left: 4px solid #00BCD4;
    background-color: #E0F7FA;
}

.fservice-tag {
    display: inline-block;
    background-color: #00BCD4;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.borrow-item {
    border-left: 4px solid #8BC34A;
    background-color: #F1F8E9;
}

.borrow-tag {
    display: inline-block;
    background-color: #8BC34A;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.purchase-item {
    border-left: 4px solid #FFC107;
    background-color: #FFF8E1;
}

.purchase-tag {
    display: inline-block;
    background-color: #FFC107;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.publicity-item {
    border-left: 4px solid #3F51B5;
    background-color: #E8EAF6;
    padding: 15px;
    margin-bottom: 20px;
}

.publicity-tag {
    display: inline-block;
    background-color: #3F51B5;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}

.publicity-table {
    width: 100%;
    overflow-x: auto;
    margin: 10px 0;
}

.publicity-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 14px;
}

.publicity-table th, 
.publicity-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.publicity-table th {
    background-color: #5C6BC0;
    color: white;
}

.publicity-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.publicity-table tr:hover {
    background-color: #ddd;
}

@media (max-width: 768px) {
    .publicity-table {
        display: block;
    }
    
    .publicity-table table {
        font-size: 12px;
    }
    
    .publicity-table th, 
    .publicity-table td {
        padding: 5px;
    }
}


.notice-item {
    border-left: 4px solid #2196F3;
    background-color: #E3F2FD;
}

.notice-tag {
    display: inline-block;
    background-color: #2196F3;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.news-item {
    border-left: 4px solid #4CAF50;
    background-color: #E8F5E9;
}

.news-tag {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.found-item {
    border-left: 4px solid #FF9800;
    background-color: #FFF3E0;
}

.found-tag {
    display: inline-block;
    background-color: #FF9800;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.lost-item {
    border-left: 4px solid #F44336;
    background-color: #FFEBEE;
}

.lost-tag {
    display: inline-block;
    background-color: #F44336;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.praise-item {
    border-left: 4px solid #9C27B0;
    background-color: #F3E5F5;
}

.praise-tag {
    display: inline-block;
    background-color: #9C27B0;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.welfare-item {
    border-left: 4px solid #009688;
    background-color: #E0F2F1;
}

.welfare-tag {
    display: inline-block;
    background-color: #009688;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.complaint-item {
    border-left: 4px solid #607D8B;
    background-color: #ECEFF1;
}

.complaint-tag {
    display: inline-block;
    background-color: #607D8B;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.suggestion-item {
    border-left: 4px solid #795548;
    background-color: #EFEBE9;
}

.suggestion-tag {
    display: inline-block;
    background-color: #795548;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.daycare-item {
    border-left: 4px solid #FF7043;
    background-color: #FBE9E7;
}

.daycare-tag {
    display: inline-block;
    background-color: #FF7043;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.clinic-item {
    border-left: 4px solid #4FC3F7;
    background-color: #E1F5FE;
}

.clinic-tag {
    display: inline-block;
    background-color: #4FC3F7;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}


.housekeeping-item {
    border-left: 4px solid #9575CD;
    background-color: #EDE7F6;
}

.housekeeping-tag {
    display: inline-block;
    background-color: #9575CD;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}

/*  */
.delivery-item {
    border-left: 4px solid #81C784;
    background-color: #E8F5E9;
}

.delivery-tag {
    display: inline-block;
    background-color: #81C784;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}

/*  */
.serviceday-item {
    border-left: 4px solid #FFD54F;
    background-color: #FFF8E1;
}

.serviceday-tag {
    display: inline-block;
    background-color: #FFD54F;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}

/*  */
.selfservice-item {
    border-left: 4px solid #4DB6AC;
    background-color: #E0F2F1;
}

.selfservice-tag {
    display: inline-block;
    background-color: #4DB6AC;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}

/*  */
.travel-item {
    border-left: 4px solid #7986CB;
    background-color: #E8EAF6;
}

.travel-tag {
    display: inline-block;
    background-color: #7986CB;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}

.booking-link {
    display: inline-block;
    background-color: #2196F3;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    text-decoration: none;
    margin: 5px 5px 5px 0;
    font-size: 14px;
}

.booking-link:hover {
    background-color: #0b7dda;
}

.errand-tag {
            display: inline-block;
            background-color: #00BCD4;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .errand-item {
            border-left: 4px solid #00BCD4;
            background-color: #E0F7FA;
        }
        
        
        
        .time {
            color: #4CAF50;
            font-weight: bold;
        }

        .errand-tag {
            display: inline-block;
            background-color: #00BCD4;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .errand-item {
            border-left: 4px solid #00BCD4;
            background-color: #E0F7FA;
        }
        
        /* 新增接送服务样式 */
        .transport-tag {
            display: inline-block;
            background-color: #673AB7;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .transport-item {
            border-left: 4px solid #673AB7;
            background-color: #EDE7F6;
        }
        
        /* 新增生鲜配送样式 */
        .fresh-tag {
            display: inline-block;
            background-color: #4CAF50;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .fresh-item {
            border-left: 4px solid #4CAF50;
            background-color: #E8F5E9;
        }
        
        /* 新增票务预订样式 */
        .ticket-tag {
            display: inline-block;
            background-color: #FF9800;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .ticket-item {
            border-left: 4px solid #FF9800;
            background-color: #FFF3E0;
        }
        
        /* 新增优惠券样式 */
        .coupon-tag {
            display: inline-block;
            background-color: #E91E63;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .coupon-item {
            border-left: 4px solid #E91E63;
            background-color: #FCE4EC;
        }
        
        /* 新增商场活动样式 */
        .mall-tag {
            display: inline-block;
            background-color: #3F51B5;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .mall-item {
            border-left: 4px solid #3F51B5;
            background-color: #E8EAF6;
        }
        
        /* 通用样式 */
        
        
        .time {
            color: #4CAF50;
            font-weight: bold;
        }
        
        .discount {
            color: #E91E63;
            font-weight: bold;
        }

        .zjgood {
            color: #2ecc71;
            font-weight: bold;
        }
        
        .platform {
            color: #2196F3;
            font-weight: bold;
        }
        .zjplatform {
            color: #2196F3;
            font-weight: bold;
            margin-left: 20px;
        }
        
        .website {
            color: #9C27B0;
            text-decoration: none;
        }
        
        .website:hover {
            text-decoration: underline;
        }
        
        .qr-code {
            width: auto;
            height: auto;
            max-width: 100%;
            margin: 10px 0;
        }

        .ad-price-tag {
            display: inline-block;
            background-color: #FF5722;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .ad-price-item {
            border-left: 4px solid #FF5722;
            background-color: #FFF3E0;
        }
        
        /* 祝福公告样式 */
        .blessing-tag {
            display: inline-block;
            background-color: #E91E63;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }

        .zjtag {
            display: inline-block;
            background-color: #E91E63;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .blessing-item {
            border-left: 4px solid #E91E63;
            background-color: #FCE4EC;
        }
        
        /* 婚介服务样式 */
        .matchmaking-tag {
            display: inline-block;
            background-color: #9C27B0;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .matchmaking-item {
            border-left: 4px solid #9C27B0;
            background-color: #F3E5F5;
        }
        
        /* 征婚信息样式 */
        .marriage-tag {
            display: inline-block;
            background-color: #3F51B5;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .marriage-item {
            border-left: 4px solid #3F51B5;
            background-color: #E8EAF6;
        }
        
        /* 网店信息样式 */
        .shop-tag {
            display: inline-block;
            background-color: #4CAF50;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .shop-item {
            border-left: 4px solid #4CAF50;
            background-color: #E8F5E9;
        }
        
        /* 潮流单品样式 */
        .trendy-tag {
            display: inline-block;
            background-color: #00BCD4;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }
        
        .trendy-item {
            border-left: 4px solid #00BCD4;
            background-color: #E0F7FA;
        }
        
        /* 通用样式 */
        .highlight {
            color: #FF5722;
            font-weight: bold;
        }
        
        .discount {
            color: #E91E63;
            font-weight: bold;
        }
        
        .platform {
            color: #2196F3;
            font-weight: bold;
        }
        
        .website {
            color: #9C27B0;
            text-decoration: none;
        }
        
        .website:hover {
            text-decoration: underline;
        }
        
       .price {
            color: #FF5722;
            font-weight: bold;
        }

        .zjwx {
            display: inline-block;
            background-color: #E91E63;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }

        .zjwxh {
            display: inline-block;
            background-color: #E91E63;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }

        .zjadlink {
            display: inline-block;
            background-color: #E91E63;
            color: white;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 5px;
        }

        .zjzhufu {
            color: #FF0000;
            font-weight: bold;
            /*  background: #CD7F32;*/
            padding: 5px;
        }

        .zjchuzu {
            color: #FF0000;
            font-weight: bold;
            background: #CD7F32;
            padding: 5px;
        }
        
        .price-table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0;
            font-size: 12px;
        }
        
        .price-table th, .price-table td {
            border: 1px solid #ddd;
            padding: 2px;
            text-align: center;
        }
        
        .price-table th {
            background-color: #f2f2f2;
        }
        
        .price-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
