* {
    margin: 0;
    padding: 0
}
body {
    font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #f3f8fb;
    color: #001737;
}
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #001737;
}

a:hover {
    color: #fb6334;
    text-decoration: none;
}

.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.box {
    width: 1200px;
    margin: auto;
}
body {
    color: rgb(0, 23, 55);
    font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: rgb(243, 248, 251);
}
div {
    display: block;
    unicode-bidi: isolate;
}

.resume {
    position: relative;
    font-size: 0px;
    line-height: 22px;
    word-break: break-all;
    background: rgb(255, 255, 255);
    overflow: hidden;
    margin: 10px 0px;
    padding: 10px 20px;
}
.allcity-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.quick-actions {
    text-align: center;
    margin-bottom: 30px;
}
.quick-actions a {
    display: inline-block;
    padding: 8px 20px;
    margin: 0 10px;
    background: #fb9d80;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 16px;
    transition: all 0.2s;
}
.quick-actions a.show-all {
    color: #000000 !important;
    font-weight: bold !important;
    background: #ffd700 !important;
}
.city-group {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #fb6334;
}
.city-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    font-weight: bold;
}
.venue-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.venue-links a {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    text-decoration: none;
    color: #495057;
    font-size: 14px;
    transition: all 0.2s;
}
.venue-links a.hot-venue {
    background: #fff5f5;
    border-color: #fb9d80;
    color: #e5533d;
    font-weight: bold;
}