* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f7f6f2; color: #333333; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; transition: all 0.3s ease; }
a:hover { color: #d37c68; }
.movecontainer { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.movenavbar { background-color: #ffffff; border-bottom: 1px solid #eae7e1; position: relative; z-index: 1000; }
.movenavinner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.movelogo { display: flex; align-items: center; }
.movelogo img { height: 42px; width: auto; max-width: 160px; object-fit: contain; }
.movemenu { display: flex; align-items: center; list-style: none; }
.movemenu li { margin: 0 12px; }
.movemenu li a { font-size: 15px; font-weight: 500; color: #444444; padding: 8px 4px; display: inline-block; position: relative; }
.movemenu li a:hover, .movemenu li.active a { color: #d37c68; }
.movemenu li.active a::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #d37c68; }
.movenotice { background: #ffffff; border: 1px solid #eae7e1; border-left: 4px solid #d37c68; padding: 12px 20px; border-radius: 4px; margin: 25px 0; font-size: 14px; color: #666; display: flex; align-items: center; }
.movenotice i { color: #d37c68; margin-right: 10px; font-size: 16px; }
.movesectiontitle { text-align: center; margin: 40px 0 25px; position: relative; }
.movesectiontitle h2 { font-size: 24px; font-weight: 600; color: #222222; text-transform: uppercase; letter-spacing: 1px; }
.movesectiontitle p { font-size: 13px; color: #888888; margin-top: 4px; }
.movesectiontitle::after { content: ""; display: block; width: 40px; height: 2px; background: #d37c68; margin: 10px auto 0; }
.movebadgeauto { display: inline-block; padding: 2px 8px; font-size: 11px; color: #2e7d32; background: #e8f5e9; border: 1px solid #c8e6c9; border-radius: 2px; }
.movebadgemanual { display: inline-block; padding: 2px 8px; font-size: 11px; color: #757575; background: #f5f5f5; border: 1px solid #e0e0e0; border-radius: 2px; }
.movebadgepromo { display: inline-block; padding: 2px 8px; font-size: 11px; color: #d37c68; background: #fbeee9; border: 1px solid #f5d6cc; border-radius: 2px; }
.moveherowrap { display: flex; gap: 20px; margin-bottom: 30px; }
.moveheroleft { width: 38%; display: flex; flex-direction: column; gap: 20px; }
.moveheroright { width: 62%; }
.moveherocard { background: #ffffff; border: 1px solid #eae7e1; border-radius: 4px; padding: 20px; display: flex; align-items: center; gap: 20px; transition: all 0.3s ease; height: calc(50% - 10px); }
.moveherocard:hover { border-color: #d37c68; box-shadow: 0 6px 20px rgba(0,0,0,0.04); }
.moveherocardimg { width: 110px; height: 110px; flex-shrink: 0; background: #faf9f6; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.moveherocardimg img { width: 100%; height: 100%; object-fit: contain; }
.moveherocardinfo { flex: 1; min-width: 0; }
.moveherocardtitle { font-size: 15px; font-weight: 600; color: #333; margin-bottom: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.moveherocardprice { font-size: 18px; font-weight: 700; color: #d37c68; margin-bottom: 12px; }
.moveherobtn { display: inline-block; padding: 6px 16px; font-size: 12px; background: #333333; color: #ffffff; border-radius: 2px; }
.moveherobtn:hover { background: #d37c68; color: #ffffff; }
.movefeaturebox { background: #ffffff; border: 1px solid #eae7e1; border-radius: 4px; padding: 30px; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; }
.movefeaturebox:hover { border-color: #d37c68; box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
.movefeatureboximg { width: 220px; height: 200px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; }
.movefeatureboximg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.movefeatureboxtitle { font-size: 18px; font-weight: 600; color: #222; margin-bottom: 10px; }
.movefeatureboxprice { font-size: 24px; font-weight: 700; color: #d37c68; margin-bottom: 15px; }
.movegridfour { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
.movegridcard { background: #ffffff; border: 1px solid #eae7e1; border-radius: 4px; padding: 18px; text-align: center; transition: all 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; position: relative; }
.movegridcard:hover { border-color: #d37c68; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
.movegridcardimg { width: 100%; height: 140px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; background: #faf9f6; }
.movegridcardimg img { max-width: 100%; max-height: 120px; object-fit: contain; }
.movegridcardtitle { font-size: 14px; font-weight: 500; color: #333; margin-bottom: 8px; height: 40px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.4; }
.movegridcardmeta { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #888; margin-bottom: 10px; }
.movegridcardprice { font-size: 17px; font-weight: 700; color: #d37c68; }
.movegridcardbtn { display: block; width: 100%; padding: 8px 0; background: #faf9f6; border: 1px solid #eae7e1; color: #444; font-size: 13px; font-weight: 500; text-align: center; border-radius: 2px; }
.movegridcardbtn:hover { background: #d37c68; border-color: #d37c68; color: #ffffff; }
.movepromobar { background: #ffffff; border: 1px solid #eae7e1; border-radius: 4px; padding: 25px 35px; margin-bottom: 35px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.movepromobarimg { width: 130px; height: 110px; flex-shrink: 0; background: #faf9f6; display: flex; align-items: center; justify-content: center; }
.movepromobarimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.movepromobarinfo { flex: 1; min-width: 0; }
.movepromobartitle { font-size: 18px; font-weight: 600; color: #222; margin-bottom: 6px; }
.movepromobardesc { font-size: 13px; color: #777; margin-bottom: 10px; }
.movepromobarmeta { display: flex; align-items: baseline; gap: 15px; }
.movepromobarprice { font-size: 24px; font-weight: 700; color: #d37c68; }
.movepromobtn { padding: 10px 28px; background: #d37c68; color: #ffffff; border-radius: 2px; font-size: 14px; font-weight: 600; }
.movepromobtn:hover { background: #b8624f; color: #ffffff; }
.movegridtwo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 35px; }
.moveeditorialcard { background: #ffffff; border: 1px solid #eae7e1; border-radius: 4px; padding: 20px; display: flex; gap: 20px; align-items: center; }
.moveeditorialcard:hover { border-color: #d37c68; box-shadow: 0 6px 18px rgba(0,0,0,0.04); }
.moveeditorialimg { width: 120px; height: 120px; flex-shrink: 0; background: #faf9f6; display: flex; align-items: center; justify-content: center; }
.moveeditorialimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.moveeditorialinfo { flex: 1; min-width: 0; }
.moveeditorialtitle { font-size: 15px; font-weight: 600; color: #333; margin-bottom: 8px; line-height: 1.4; height: 42px; overflow: hidden; }
.moveeditorialprice { font-size: 18px; font-weight: 700; color: #d37c68; margin-bottom: 10px; }
.movelistcard { background: #ffffff; border: 1px solid #eae7e1; border-radius: 4px; padding: 25px; margin-bottom: 40px; }
.movelisttable { width: 100%; border-collapse: collapse; }
.movelisttable th { background: #faf9f6; color: #666666; font-size: 13px; font-weight: 600; padding: 12px 16px; text-align: left; border-bottom: 1px solid #eae7e1; }
.movelisttable td { padding: 14px 16px; border-bottom: 1px solid #f2efe9; font-size: 14px; color: #444444; vertical-align: middle; }
.movelisttable tr:hover td { background: #fdfbf7; }
.movetableprod { display: flex; align-items: center; gap: 12px; }
.movetableprod img { width: 36px; height: 36px; object-fit: contain; background: #faf9f6; border: 1px solid #eee; border-radius: 2px; flex-shrink: 0; }
.movetableprodtitle { font-weight: 500; color: #333; }
.movetableprice { font-size: 15px; font-weight: 700; color: #d37c68; }
.movetablebtn { display: inline-block; padding: 4px 14px; font-size: 12px; background: #d37c68; color: #ffffff; border-radius: 2px; text-align: center; }
.movetablebtn:hover { background: #b8624f; color: #ffffff; }
.movefooter { background: #ffffff; border-top: 1px solid #eae7e1; padding: 35px 0; margin-top: 50px; text-align: center; }
.movefooterlinks { margin-bottom: 12px; }
.movefooterlinks a { font-size: 14px; color: #666666; margin: 0 10px; }
.movefooterlinks a:hover { color: #d37c68; }
.movefootercopy { font-size: 13px; color: #999999; }
.movedetailwrap { background: #ffffff; border: 1px solid #eae7e1; border-radius: 4px; padding: 30px; margin: 30px 0; }
.movedetailrow { display: flex; gap: 40px; margin-bottom: 40px; }
.movedetailleft { width: 42%; }
.movedetailimgbox { width: 100%; height: 320px; background: #faf9f6; border: 1px solid #eae7e1; border-radius: 4px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.movedetailimgbox img { max-width: 90%; max-height: 90%; object-fit: contain; }
.movedetailright { width: 58%; }
.movedetailtitle { font-size: 22px; font-weight: 600; color: #222; margin-bottom: 15px; }
.movedetailpricebox { background: #faf9f6; border: 1px solid #eae7e1; border-radius: 4px; padding: 15px 20px; margin-bottom: 20px; display: flex; align-items: baseline; gap: 20px; }
.movedetailprice { font-size: 28px; font-weight: 700; color: #d37c68; }
.movedetailstock { font-size: 13px; color: #666; }
.movedetailform { margin-top: 20px; }
.movedetailitem { margin-bottom: 18px; }
.movedetaillabel { font-size: 14px; font-weight: 500; color: #444; margin-bottom: 6px; display: block; }
.movedetailinput { width: 100%; height: 42px; border: 1px solid #eae7e1; border-radius: 2px; padding: 0 12px; font-size: 14px; color: #333; outline: none; transition: border-color 0.3s; background: #ffffff; }
.movedetailinput:focus { border-color: #d37c68; }
.movedetailbtn { width: 100%; height: 46px; background: #d37c68; color: #ffffff; font-size: 16px; font-weight: 600; border: none; border-radius: 2px; cursor: pointer; transition: background 0.3s; margin-top: 15px; }
.movedetailbtn:hover { background: #b8624f; }
.movedetailtabhead { border-bottom: 2px solid #eae7e1; display: flex; margin-bottom: 25px; }
.movedetailtabtitle { font-size: 16px; font-weight: 600; color: #333; padding-bottom: 10px; position: relative; }
.movedetailtabtitle::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background: #d37c68; }
.movedetailcontent { font-size: 14px; color: #555; line-height: 1.8; }
.movequerywrap { background: #ffffff; border: 1px solid #eae7e1; border-radius: 4px; padding: 35px; margin: 30px auto; max-width: 680px; }
.movequerytitle { font-size: 20px; font-weight: 600; color: #222; text-align: center; margin-bottom: 25px; }
.movequerytabs { display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; border-bottom: 1px solid #eae7e1; padding-bottom: 15px; }
.movequerytabitem { font-size: 14px; font-weight: 500; color: #666; padding: 6px 14px; border-radius: 2px; }
.movequerytabitem.active, .movequerytabitem:hover { color: #ffffff; background: #d37c68; }
.movequeryitem { margin-bottom: 20px; }
.movequerylabel { font-size: 14px; color: #444; margin-bottom: 8px; display: block; font-weight: 500; }
.movequeryinput { width: 100%; height: 44px; border: 1px solid #eae7e1; border-radius: 2px; padding: 0 14px; font-size: 14px; outline: none; background: #ffffff; }
.movequeryinput:focus { border-color: #d37c68; }
.movequerybtn { width: 100%; height: 46px; background: #d37c68; color: #ffffff; border: none; border-radius: 2px; font-size: 15px; font-weight: 600; cursor: pointer; transition: background 0.3s; }
.movequerybtn:hover { background: #b8624f; }
@media (max-width: 991px) {
    .moveherowrap { flex-direction: column; }
    .moveheroleft, .moveheroright { width: 100%; }
    .moveherocard { height: auto; }
    .movegridfour { grid-template-columns: repeat(2, 1fr); }
    .movedetailrow { flex-direction: column; }
    .movedetailleft, .movedetailright { width: 100%; }
    .movepromobar { flex-direction: column; text-align: center; }
    .movepromobarmeta { justify-content: center; }
}
@media (max-width: 600px) {
    .movegridfour, .movegridtwo { grid-template-columns: 1fr; }
    .movenavinner { flex-direction: column; height: auto; padding: 15px 0; gap: 10px; }
    .movemenu { flex-wrap: wrap; justify-content: center; }
}
