body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
    background-color: #f4f6fa;
    color: #333;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.spiritedcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;
}
.spiritedheader {
    background-color: #1e88e5;
    border-bottom: 2px solid #005cb2;
    position: sticky;
    top: 0;
    z-index: 999;
}
.spiritedheader .spiritedinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    height: 56px;
}
.spiritedlogo img {
    height: 24px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}
.spiritednav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.spiritednav li a {
    color: #e0f0ff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.2s;
}
.spiritednav li a:hover, .spiritednav li a.spiritedactive {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 16px;
}
.spiritednoticebar {
    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;
}
.spiritednoticebar::before {
    content: "公告";
    background-color: #1e88e5;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 2px;
    margin-right: 10px;
}
.spiritedsectitle {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    margin: 25px 0 12px;
    border-left: 3px solid #1e88e5;
    padding-left: 10px;
    text-transform: uppercase;
}
.spiritedsubcatbar {
    background: linear-gradient(135deg, #1e88e5, #4dabf5);
    color: #fff;
    padding: 12px 15px;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
}
.spiritedsubcatlinks {
    display: flex;
    gap: 10px;
    font-size: 11px;
    font-weight: normal;
    overflow-x: auto;
    white-space: nowrap;
}
.spiritedsubcatlinks span {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 2px 6px;
    border-radius: 2px;
}
.spiritedgridone {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e3e4e6;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.spiritedcardone {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
}
.spiritedcardone:hover {
    border-color: #1e88e5;
}
.spiritedcardone img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}
.spiritedinfoone {
    overflow: hidden;
}
.spiritedtitleone {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spiritedpriceone {
    color: #1e88e5;
    font-weight: bold;
    font-size: 11px;
}
.spiritedgridmain {
    display: grid;
    grid-template-columns: 2.8fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}
.spiritedleftcol, .spiritedrightcol {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 15px;
}
.spiritedcardtwo {
    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;
    margin-bottom: 12px;
}
.spiritedcardtwo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.spiritedcardtwo img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}
.spiritedtwodetail {
    overflow: hidden;
}
.spiritedtwoname {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spiritedtwoprice {
    color: #1e88e5;
    font-weight: bold;
    font-size: 12px;
}
.spiritedtablehead {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    background: #f7f9fa;
    border-bottom: 1px solid #e3e4e6;
    font-size: 11px;
    color: #888;
    font-weight: bold;
    margin-bottom: 10px;
}
.spiritedtablerow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px dashed #f0f0f0;
}
.spiritedtablerow:last-child {
    border-bottom: none;
}
.spiritedtableleft {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}
.spiritedtableleft img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}
.spiritedtablename {
    font-size: 13px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spiritedtablename:hover {
    color: #1e88e5;
}
.spiritedtableright {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}
.spiritedtableprice {
    color: #1e88e5;
    font-weight: bold;
    font-size: 13px;
}
.spiritedtablebtn {
    background: #1e88e5;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 2px;
    text-decoration: none;
}
.spiritedsidebarsec {
    margin-bottom: 20px;
}
.spiritedsidebartitle {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e4e6;
    margin-bottom: 10px;
}
.spiritedsiderow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 12px;
}
.spiritedsidename {
    color: #555;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spiritedsidename:hover {
    color: #1e88e5;
}
.spiritedranknum {
    background: #1e88e5;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin-right: 8px;
}
.spiritedgridbottom {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}
.spiritedcardbottom {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}
.spiritedcardbottom img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 6px;
}
.spiritedtitlebottom {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spiritedpricebottom {
    color: #1e88e5;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
}
.spiriteddetailwrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.spiritedcard {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 20px;
}
.spiritedprodtitle {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    margin-bottom: 12px;
}
.spiritedmeta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px dashed #e3e4e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.spiritedfield {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.spiritedfield label {
    width: 100px;
    font-size: 13px;
    color: #555;
}
.spiritedfield input, .spiritedfield select {
    flex: 1;
    height: 38px;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
}
.spiritedfield input:focus {
    border-color: #1e88e5;
}
.spiritedbuybtn {
    width: 100%;
    height: 44px;
    background: #1e88e5;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}
.spiritedbuybtn:hover {
    background: #005cb2;
}
.spiritedfooter {
    background: #1a1a1a;
    border-top: 3px solid #1e88e5;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
}
.spiritedfooterlinks {
    margin-bottom: 12px;
}
.spiritedfooterlinks a {
    color: #bbb;
    text-decoration: none;
    font-size: 13px;
    margin: 0 10px;
}
.spiritedfooterlinks a:hover {
    color: #ffffff;
}
.spiritedcopyright {
    color: #777;
    font-size: 11px;
}
.spiritedorderbox {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 12px;
}
.spiritedkami {
    color: #2fba2f;
    font-weight: bold;
}
@media (max-width: 768px) {
    .spiritedgridone { grid-template-columns: repeat(2, 1fr); }
    .spiritedgridmain { grid-template-columns: 1fr; }
    .spiritedgridbottom { grid-template-columns: repeat(3, 1fr); }
    .spiriteddetailwrap { grid-template-columns: 1fr; }
}