body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
    background-color: #f4f7f6;
    color: #333;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.goldencontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;
}
.goldenheader {
    background-color: #1a1a24;
    border-bottom: 3px solid #00b050;
    position: sticky;
    top: 0;
    z-index: 999;
}
.goldenheader .goldeninner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    height: 56px;
}
.goldenlogo img {
    height: 24px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}
.goldennav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.goldennav li a {
    color: #a9a9b3;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}
.goldennav li a:hover, .goldennav li a.goldenactive {
    color: #ffffff;
    border-bottom: 2px solid #00b050;
    padding-bottom: 16px;
}
.goldennoticebar {
    background-color: #ffffff;
    border: 1px solid #e3e4e6;
    padding: 10px 15px;
    margin: 10px auto 20px;
    border-radius: 4px;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
}
.goldennoticebar::before {
    content: "公告";
    background-color: #00b050;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 2px;
    margin-right: 10px;
}
.goldensectitle {
    font-size: 15px;
    font-weight: bold;
    color: #111;
    margin: 25px 0 15px;
    border-left: 3px solid #00b050;
    padding-left: 10px;
    text-transform: uppercase;
}
.goldengridone {
    display: grid;
    grid-template-columns: 2fr 1.2fr;
    gap: 20px;
    margin-bottom: 25px;
}
.goldenoneleft, .goldenoneright {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 15px;
}
.goldenonegrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.goldencardone {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    border-radius: 4px;
    transition: transform 0.2s;
}
.goldencardone:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.goldencardone img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}
.goldeninfoone {
    overflow: hidden;
}
.goldentitleone {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goldenpriceone {
    color: #00b050;
    font-weight: bold;
}
.goldenrankitem {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 8px 0;
}
.goldenranknum {
    background: #00b050;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.goldenranktext {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goldengridtwo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}
.goldencardtwo {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    display: block;
}
.goldencardtwo img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 8px;
}
.goldentitletwo {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goldenpricetwo {
    color: #00b050;
    font-weight: bold;
    margin-top: 6px;
}
.goldengridthree {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}
.goldencardthree {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}
.goldencardthree img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 6px;
    border: 1px solid #e3e4e6;
}
.goldengridfour {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}
.goldencardfour {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}
.goldencardfour img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 6px;
}
.goldentitlefour {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goldenpricefour {
    color: #00b050;
    font-weight: bold;
    font-size: 11px;
}
.goldengridfive {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}
.goldencardfive {
    background: #ffffff;
    border: 1px solid #00b050;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}
.goldencardfive img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 8px;
}
.goldendetailwrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.goldencard {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 20px;
}
.goldenprodtitle {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    margin-bottom: 12px;
}
.goldenmeta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px dashed #e3e4e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.goldenfield {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.goldenfield label {
    width: 100px;
    font-size: 13px;
    color: #555;
}
.goldenfield input, .goldenfield select {
    flex: 1;
    height: 38px;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
}
.goldenfield input:focus {
    border-color: #00b050;
}
.goldenbuybtn {
    width: 100%;
    height: 44px;
    background: #00b050;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}
.goldenbuybtn:hover {
    background: #008f3a;
}
.goldenfooter {
    background: #1a1a24;
    border-top: 3px solid #00b050;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
}
.goldenfooterlinks {
    margin-bottom: 12px;
}
.goldenfooterlinks a {
    color: #bbb;
    text-decoration: none;
    font-size: 13px;
    margin: 0 10px;
}
.goldenfooterlinks a:hover {
    color: #ffffff;
}
.goldencopyright {
    color: #777;
    font-size: 11px;
}
.goldenorderbox {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 12px;
}
.goldenkami {
    color: #2fba2f;
    font-weight: bold;
}
@media (max-width: 768px) {
    .goldengridone { grid-template-columns: 1fr; }
    .goldengridtwo { grid-template-columns: repeat(3, 1fr); }
    .goldengridthree { grid-template-columns: repeat(3, 1fr); }
    .goldengridfour { grid-template-columns: repeat(3, 1fr); }
    .goldengridfive { grid-template-columns: repeat(3, 1fr); }
    .goldendetailwrap { grid-template-columns: 1fr; }
}