* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #faf8f5; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #3e2723; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.flickerwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.flickertopbar { background: #fdfbf7; border-bottom: 1px solid #ebdcb9; font-size: 13px; line-height: 32px; height: 32px; color: #5d4037; }
.flickertopbar .flickerwrap { display: flex; justify-content: space-between; }
.flickersep { margin: 0 6px; color: #d7ccc8; }
.flickerheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #ebdcb9; }
.flickerheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.flickerlogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.flickersearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #c62828; border-radius: 4px; overflow: hidden; }
.flickersearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #3e2723; }
.flickersearchbtn { background: #c62828; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.flickernavbar { background: #c62828; height: 44px; }
.flickernavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.flickernavitem { color: #ffffff; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.flickernavitem:hover, .flickernavitem.active { background: #b71c1c; }
.flickermain { margin: 25px auto; }
.flickerbanner img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 1px solid #ebdcb9; margin-bottom: 20px; }
.flickersec { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 18px; margin-bottom: 25px; }
.flickersectitle { font-size: 16px; font-weight: bold; color: #c62828; border-bottom: 2px solid #c62828; padding-bottom: 8px; margin-bottom: 20px; text-align: center; }
.flickersecsub { display: flex; justify-content: center; gap: 10px; margin-bottom: 15px; flex-wrap: wrap; }
.flickersecpill { padding: 4px 12px; border-radius: 12px; font-size: 12px; border: 1px solid #ebdcb9; color: #5d4037; }
.flickersecpill.active { background: #c62828; color: #ffffff; border-color: #c62828; }
.flickergrid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 1024px) { .flickergrid3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .flickergrid3 { grid-template-columns: repeat(1, 1fr); } }
.flickercard { background: #ffffff; border-radius: 6px; border: 1px solid #ebdcb9; padding: 10px; text-align: center; transition: transform 0.2s, border-color 0.2s; }
.flickercard:hover { transform: translateY(-3px); border-color: #c62828; }
.flickerimgbox { width: 100%; height: 110px; overflow: hidden; background: #faf8f5; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid #ebdcb9; }
.flickerimgbox img { width: 100%; height: 100%; object-fit: cover; }
.flickertitle { font-size: 13px; font-weight: bold; color: #3e2723; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.flickerprice { color: #c62828; font-size: 14px; font-weight: bold; }
.flickerprocess { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 15px; }
@media (max-width: 992px) { .flickerprocess { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .flickerprocess { grid-template-columns: repeat(2, 1fr); } }
.flickerprocessitem { background: #fdfbf7; border: 1px solid #ebdcb9; padding: 12px; border-radius: 6px; text-align: center; }
.flickerprocessicon { width: 36px; height: 36px; border-radius: 50%; background: #fff0f0; display: flex; align-items: center; justify-content: center; margin: 0 auto 6px auto; border: 1px solid #ffcdd2; }
.flickerprocessicon span { font-size: 11px; font-weight: bold; color: #c62828; }
.flickerprocessitem p { font-size: 11px; font-weight: bold; color: #5d4037; }
.flickercol2grid { display: grid; grid-template-columns: 1fr 340px; gap: 20px; }
@media (max-width: 992px) { .flickercol2grid { grid-template-columns: 1fr; } }
.flickercolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 15px; }
.flickercolhead { font-size: 14px; font-weight: bold; color: #c62828; border-bottom: 2px solid #c62828; padding-bottom: 8px; margin-bottom: 12px; }
.flickerranklist { list-style: none; }
.flickerrankitem { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #f5f2eb; font-size: 12px; }
.flickerranknum { width: 18px; height: 18px; background: #ebdcb9; color: #5d4037; text-align: center; line-height: 18px; border-radius: 3px; font-size: 10px; font-weight: bold; margin-right: 8px; flex-shrink: 0; }
.flickerrankitem:nth-child(-n+3) .flickerranknum { background: #c62828; color: #ffffff; }
.flickerrankname { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #4e342e; }
.flickerleftbox { }
.flickerfeaturedrow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; border-bottom: 1px dashed #ebdcb9; padding-bottom: 12px; margin-bottom: 12px; }
@media (max-width: 640px) { .flickerfeaturedrow { grid-template-columns: 1fr; } }
.flickerfeatureitem { display: flex; gap: 10px; align-items: center; }
.flickerfeatureimg { width: 56px; height: 56px; object-fit: cover; border-radius: 3px; border: 1px solid #ebdcb9; flex-shrink: 0; }
.flickerfeatureinfo { flex: 1; overflow: hidden; }
.flickerfeaturetitle { font-size: 12px; font-weight: bold; color: #3e2723; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.flickerfeaturetitle a:hover { color: #c62828; }
.flickerfeatureprice { color: #b71c1c; font-size: 13px; font-weight: bold; }
.flickercardbox { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 30px; max-width: 650px; margin: 0 auto; }
.flickerfooter { background: #222222; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #c62828; }
.flickerfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.flickerfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
