body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
    background-color: #f7faf9;
    color: #333;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.interestedcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;
}
.interestedheader {
    background-color: #ffffff;
    border-bottom: 2px solid #f35f22;
    position: sticky;
    top: 0;
    z-index: 999;
}
.interestedheader .interestedinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    height: 56px;
}
.interestedlogo img {
    height: 24px;
    vertical-align: middle;
}
.interestednav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.interestednav li a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.2s;
}
.interestednav li a:hover, .interestednav li a.interestedactive {
    color: #f35f22;
    border-bottom: 2px solid #f35f22;
    padding-bottom: 16px;
}
.interestednoticebar {
    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;
}
.interestednoticebar::before {
    content: "公告";
    background-color: #f35f22;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 2px;
    margin-right: 10px;
}
.interestedsectitle {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    margin: 25px 0 12px;
    border-left: 3px solid #f35f22;
    padding-left: 10px;
    text-transform: uppercase;
}
.interestedsubcatbar {
    background: linear-gradient(135deg, #f35f22, #ff7e47);
    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;
}
.interestedsubcatlinks {
    display: flex;
    gap: 10px;
    font-size: 11px;
    font-weight: normal;
    overflow-x: auto;
    white-space: nowrap;
}
.interestedsubcatlinks span {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 2px 6px;
    border-radius: 2px;
}
.interestedlistbox {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 25px;
}
.interestedlistrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px dashed #f0f0f0;
}
.interestedlistrow:last-child {
    border-bottom: none;
}
.interestedlistrow.interestedpinned {
    background: #fffcf9;
    border-bottom: 1px solid #ffe8cc;
}
.interestedlistleft {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}
.interestedlisttag {
    font-size: 10px;
    color: #ff922b;
    border: 1px solid #ff922b;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: bold;
    flex-shrink: 0;
}
.interestedlistnum {
    color: #f35f22;
    font-size: 11px;
    font-weight: bold;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}
.interestedlistrow img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}
.interestedlistname {
    font-size: 13px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.interestedlistname:hover {
    color: #f35f22;
}
.interestedlistright {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}
.interestedlistprice {
    color: #f35f22;
    font-weight: bold;
    font-size: 13px;
}
.interestedlistbtn {
    background: #f35f22;
    color: #fff;
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.interestedlistbtn:hover {
    background: #d64a0e;
}
.interestedgridbottom {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}
.interestedcardbottom {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}
.interestedcardbottom img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 6px;
}
.interestedtitlebottom {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.interestedpricebottom {
    color: #f35f22;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
}
.interesteddetailwrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.interestedcard {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 20px;
}
.interestedprodtitle {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    margin-bottom: 12px;
}
.interestedmeta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px dashed #e3e4e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.interestedfield {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.interestedfield label {
    width: 100px;
    font-size: 13px;
    color: #555;
}
.interestedfield input, .interestedfield select {
    flex: 1;
    height: 38px;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
}
.interestedfield input:focus {
    border-color: #f35f22;
}
.interestedbuybtn {
    width: 100%;
    height: 44px;
    background: #f35f22;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}
.interestedbuybtn:hover {
    background: #d64a0e;
}
.interestedfooter {
    background: #1a1a1a;
    border-top: 3px solid #f35f22;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
}
.interestedfooterlinks {
    margin-bottom: 12px;
}
.interestedfooterlinks a {
    color: #bbb;
    text-decoration: none;
    font-size: 13px;
    margin: 0 10px;
}
.interestedfooterlinks a:hover {
    color: #ffffff;
}
.interestedcopyright {
    color: #777;
    font-size: 11px;
}
.interestedorderbox {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 12px;
}
.interestedkami {
    color: #2fba2f;
    font-weight: bold;
}
@media (max-width: 768px) {
    .interestedgridbottom { grid-template-columns: repeat(3, 1fr); }
    .interesteddetailwrap { grid-template-columns: 1fr; }
}