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;
}
.closecontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;
}
.closeheader {
    background-color: #e60012;
    border-bottom: 2px solid #b3000d;
    position: sticky;
    top: 0;
    z-index: 999;
}
.closeheader .closeinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    height: 56px;
}
.closelogo img {
    height: 24px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}
.closenav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.closenav li a {
    color: #ffd1d4;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.2s;
}
.closenav li a:hover, .closenav li a.closeactive {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 16px;
}
.closenoticebar {
    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;
}
.closenoticebar::before {
    content: "公告";
    background-color: #e60012;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 2px;
    margin-right: 10px;
}
.closesectitle {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    margin: 25px 0 12px;
    border-left: 3px solid #e60012;
    padding-left: 10px;
    text-transform: uppercase;
}
.closegridone {
    display: grid;
    grid-template-columns: 1fr 2fr 1.2fr;
    gap: 20px;
    margin-bottom: 25px;
}
.closeoneleft, .closeonemid, .closeoneright {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 15px;
}
.closeonetitle {
    font-size: 13px;
    font-weight: bold;
    color: #e60012;
    border-bottom: 1px solid #e3e4e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.closeonerow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #f0f0f0;
}
.closeonerow:last-child {
    border-bottom: none;
}
.closeonerow img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 2px;
    margin-right: 10px;
    flex-shrink: 0;
}
.closeonename {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.closeonename:hover {
    color: #e60012;
}
.closeoneprice {
    color: #e60012;
    font-weight: bold;
    font-size: 11px;
}
.closeonegrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.closecardone {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
}
.closecardone:hover {
    border-color: #e60012;
}
.closecardone img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}
.closerankitem {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px dashed #f0f0f0;
}
.closerankitem:last-child {
    border-bottom: none;
}
.closeranknum {
    background: #e60012;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin-right: 8px;
}
.closeranktext {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.closegridmain {
    display: grid;
    grid-template-columns: 2.8fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}
.closeleftcol, .closerightcol {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 15px;
}
.closesubcatbar {
    background: linear-gradient(135deg, #e60012, #ff4d5a);
    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;
}
.closesubcatlinks {
    display: flex;
    gap: 10px;
    font-size: 11px;
    font-weight: normal;
    overflow-x: auto;
    white-space: nowrap;
}
.closesubcatlinks span {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 2px 6px;
    border-radius: 2px;
}
.closegridtwo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-top: none;
    padding: 15px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 25px;
}
.closecardtwo {
    text-decoration: none;
    text-align: center;
    display: block;
}
.closecardtwo img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 6px;
}
.closetitletwo {
    font-size: 11px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.closepricetwo {
    color: #e60012;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
}
.closetablehead {
    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;
}
.closetablerow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px dashed #f0f0f0;
}
.closetablerow:last-child {
    border-bottom: none;
}
.closetableleft {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}
.closetableleft img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}
.closetablename {
    font-size: 13px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.closetablename:hover {
    color: #e60012;
}
.closetableright {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}
.closetableprice {
    color: #e60012;
    font-weight: bold;
    font-size: 13px;
}
.closetablebtn {
    background: #e60012;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 2px;
    text-decoration: none;
}
.closesidebarsec {
    margin-bottom: 20px;
}
.closesidebartitle {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e4e6;
    margin-bottom: 10px;
}
.closesiderow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 12px;
}
.closesidename {
    color: #555;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.closesidename:hover {
    color: #e60012;
}
.closegridfive {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}
.closecardfive {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}
.closecardfive img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 8px;
}
.closetitlefive {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.closepricefive {
    color: #e60012;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
}
.closegridbottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}
.closecardbottom {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    border-radius: 4px;
    transition: transform 0.2s;
}
.closecardbottom:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.closecardbottom img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}
.closetitlebottom {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.closepricebottom {
    color: #e60012;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
}
.closedetailwrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.closecard {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 20px;
}
.closeprodtitle {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    margin-bottom: 12px;
}
.closemeta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px dashed #e3e4e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.closefield {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.closefield label {
    width: 100px;
    font-size: 13px;
    color: #555;
}
.closefield input, .closefield select {
    flex: 1;
    height: 38px;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
}
.closefield input:focus {
    border-color: #e60012;
}
.closebuybtn {
    width: 100%;
    height: 44px;
    background: #e60012;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}
.closebuybtn:hover {
    background: #b3000d;
}
.closefooter {
    background: #1a1a1a;
    border-top: 3px solid #e60012;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
}
.closefooterlinks {
    margin-bottom: 12px;
}
.closefooterlinks a {
    color: #bbb;
    text-decoration: none;
    font-size: 13px;
    margin: 0 10px;
}
.closefooterlinks a:hover {
    color: #ffffff;
}
.closecopyright {
    color: #777;
    font-size: 11px;
}
.closeorderbox {
    background: #ffffff;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 12px;
}
.closekami {
    color: #2fba2f;
    font-weight: bold;
}
@media (max-width: 768px) {
    .closegridone { grid-template-columns: 1fr; }
    .closegridmain { grid-template-columns: 1fr; }
    .closegridbottom { grid-template-columns: repeat(2, 1fr); }
    .closedetailwrap { grid-template-columns: 1fr; }
}