* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #fafbfd; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.movewrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.movetopbar { background: #ff758c; padding: 12px 0; color: #ffffff; }
.moveheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.movelogo img { height: 38px; max-width: 200px; object-fit: contain; display: block; filter: brightness(0) invert(1); }
.movenavflex { display: flex; align-items: center; gap: 4px; overflow-x: auto; white-space: nowrap; }
.movenavitem { color: #ffffff; padding: 6px 14px; font-size: 14px; font-weight: bold; border-radius: 4px; display: inline-block; transition: background 0.2s; }
.movenavitem:hover, .movenavitem.active { background: rgba(255,255,255,0.2); }
.movesearchform { display: flex; border-radius: 20px; overflow: hidden; background: #ffffff; padding: 2px; }
.movesearchinput { border: none; padding: 0 12px; height: 30px; outline: none; font-size: 12px; width: 160px; color: #333; }
.movesearchbtn { background: #ff758c; color: #ffffff; border: none; padding: 0 14px; height: 30px; cursor: pointer; font-size: 12px; font-weight: bold; border-radius: 15px; }
.movebrandbar { background: #ffa5a5; height: 90px; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 18px; font-weight: bold; text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.movemain { margin: 20px auto; }
.movehero { display: grid; grid-template-columns: 1fr 340px; gap: 15px; margin-bottom: 25px; }
@media (max-width: 992px) { .movehero { grid-template-columns: 1fr; } }
.moveheromain { background: #ffffff; border-radius: 8px; border: 1px solid #eef1f5; padding: 15px; }
.movebanner img { width: 100%; height: 190px; object-fit: cover; border-radius: 6px; }
.movesidebox { background: #ffffff; border-radius: 8px; border: 1px solid #eef1f5; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; }
.movesidehead { font-size: 14px; font-weight: bold; color: #ff758c; border-bottom: 2px solid #ff758c; padding-bottom: 8px; margin-bottom: 12px; }
.movesidegrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.movesidemini { border: 1px solid #f0f3f6; padding: 6px; border-radius: 4px; display: flex; gap: 8px; align-items: center; }
.movesidemini img { width: 34px; height: 34px; object-fit: cover; border-radius: 3px; }
.movesideminitxt { font-size: 11px; font-weight: bold; color: #555; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.movecirclecats { display: flex; justify-content: space-between; gap: 10px; overflow-x: auto; padding: 15px 0; background: #ffffff; border-radius: 8px; border: 1px solid #eef1f5; margin-bottom: 25px; }
.movecircleitem { flex-shrink: 0; width: 64px; text-align: center; }
.movecircleicon { width: 44px; height: 44px; border-radius: 50%; background: #fff0f3; display: flex; align-items: center; justify-content: center; margin: 0 auto 6px auto; border: 1px solid #ffe3e6; transition: transform 0.2s; }
.movecircleitem:hover .movecircleicon { transform: scale(1.08); }
.movecircleicon span { font-size: 11px; font-weight: bold; color: #ff758c; }
.movecircleitem p { font-size: 11px; color: #666; font-weight: 500; }
.movesec { background: #ffffff; border-radius: 8px; border: 1px solid #eef1f5; padding: 18px; margin-bottom: 25px; }
.movesectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #ff758c; padding-bottom: 8px; margin-bottom: 15px; }
.movesectitle span { font-size: 15px; font-weight: bold; color: #ff758c; }
.movemore { font-size: 12px; color: #999; }
.movemore:hover { color: #ff758c; }
.movegrid5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
@media (max-width: 1024px) { .movegrid5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .movegrid5 { grid-template-columns: repeat(2, 1fr); } }
.movecard { background: #ffffff; border: 1px solid #f0f3f6; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.2s, border-color 0.2s; }
.movecard:hover { transform: translateY(-3px); border-color: #ff758c; }
.moveimgbox { width: 100%; height: 115px; overflow: hidden; background: #fafafa; position: relative; }
.moveimgbox img { width: 100%; height: 100%; object-fit: cover; }
.moveimgbox.portrait { height: 145px; }
.movecardbadge { position: absolute; bottom: 6px; right: 6px; background: rgba(255,117,140,0.85); color: #fff; font-size: 10px; padding: 2px 5px; border-radius: 3px; }
.moveinfo { padding: 10px; text-align: center; }
.movetitle { font-size: 13px; font-weight: 600; color: #333; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.moveprice { color: #ff758c; font-size: 14px; font-weight: bold; }
.movecardbox { background: #ffffff; border-radius: 8px; border: 1px solid #eef1f5; padding: 30px; max-width: 750px; margin: 0 auto; }
.movefooter { background: #ffffff; border-top: 1px solid #eef1f5; padding: 25px 0; text-align: center; color: #666; font-size: 13px; margin-top: 40px; }
.movefooter a { color: #444; margin-bottom: 6px; display: inline-block; }
.movefooter p { color: #999; font-size: 12px; margin-top: 4px; }
