* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #fbf8f5; color: #2c2523; 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.25s ease; }
a:hover { color: #8b1528; }
.gaspcontainer { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.gaspnavbar { background-color: #ffffff; border-bottom: 2px solid #8b1528; position: relative; z-index: 1000; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.gaspnavinner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.gasplogo { display: flex; align-items: center; }
.gasplogo img { height: 38px; width: auto; max-width: 160px; object-fit: contain; }
.gaspmenu { display: flex; align-items: center; list-style: none; }
.gaspmenu li { margin: 0 4px; }
.gaspmenu li a { font-size: 14px; font-weight: 600; color: #2c2523; padding: 8px 16px; display: inline-block; border-radius: 4px; }
.gaspmenu li a:hover, .gaspmenu li.active a { background-color: #8b1528; color: #ffffff; }
.gaspnotice { background: #ffffff; border: 1px solid #e8e2dc; border-left: 4px solid #8b1528; padding: 12px 18px; border-radius: 4px; margin: 20px 0; font-size: 14px; color: #555555; display: flex; align-items: center; }
.gaspnotice i { color: #8b1528; margin-right: 8px; font-size: 16px; }
.gaspbadgeauto { display: inline-block; padding: 2px 8px; font-size: 11px; color: #ffffff; background: #8b1528; font-weight: bold; border-radius: 3px; }
.gaspbadgemanual { display: inline-block; padding: 2px 8px; font-size: 11px; color: #ffffff; background: #c5a059; font-weight: bold; border-radius: 3px; }
.gaspstoriesgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
.gaspstorycard { background: #ffffff; border: 1px solid #e8e2dc; border-radius: 6px; padding: 18px 15px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: space-between; transition: all 0.3s; }
.gaspstorycard:hover { border-color: #8b1528; transform: translateY(-3px); box-shadow: 0 4px 15px rgba(139, 21, 40, 0.08); }
.gaspstoryimg { width: 65px; height: 65px; border-radius: 4px; background: #fdfaf8; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.gaspstoryimg img { max-width: 80%; max-height: 80%; object-fit: contain; }
.gaspstorytitle { font-size: 13px; font-weight: 600; color: #2c2523; margin-bottom: 6px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gaspstoryprice { font-size: 16px; font-weight: 700; color: #8b1528; margin-bottom: 8px; }
.gaspherowrap { display: flex; gap: 20px; margin-bottom: 25px; }
.gaspheroleft { width: 45%; }
.gaspheroright { width: 55%; }
.gaspfocuscard { background: #ffffff; border: 1px solid #e8e2dc; border-radius: 6px; padding: 25px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; }
.gaspfocuscard:hover { border-color: #8b1528; }
.gaspfocusimg { width: 100%; height: 180px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.gaspfocusimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.gaspfocustitle { font-size: 18px; font-weight: 700; color: #2c2523; margin-bottom: 8px; }
.gaspfocusprice { font-size: 24px; font-weight: 800; color: #8b1528; margin-bottom: 12px; }
.gaspbtnwine { display: inline-block; padding: 8px 26px; background: #8b1528; color: #ffffff; font-weight: 700; font-size: 14px; border-radius: 4px; }
.gaspbtnwine:hover { background: #6f0e1e; color: #ffffff; }
.gaspalternatingwrap { display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; }
.gaspaltcard { background: #ffffff; border: 1px solid #e8e2dc; border-radius: 6px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.gaspaltcard:hover { border-color: #8b1528; }
.gaspaltimg { width: 120px; height: 90px; background: #fdfaf8; border-radius: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.gaspaltimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.gaspaltinfo { flex: 1; min-width: 0; }
.gaspalttitle { font-size: 16px; font-weight: 700; color: #2c2523; margin-bottom: 6px; }
.gaspaltprice { font-size: 20px; font-weight: 800; color: #8b1528; }
.gasptallgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 25px; }
.gasptallcard { background: #ffffff; border: 1px solid #e8e2dc; border-radius: 6px; padding: 25px; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: space-between; }
.gasptallcard:hover { border-color: #8b1528; }
.gasptallimg { width: 100%; height: 160px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; }
.gasptallimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.gasptalltitle { font-size: 16px; font-weight: 700; color: #2c2523; margin-bottom: 8px; }
.gasptallprice { font-size: 22px; font-weight: 800; color: #8b1528; margin-bottom: 12px; }
.gaspawardswrap { display: flex; gap: 20px; margin-bottom: 25px; }
.gaspawardsleft { width: 40%; }
.gaspawardsright { width: 60%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.gaspcirclegrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 25px; }
.gaspcirclecard { background: #ffffff; border: 1px solid #e8e2dc; border-radius: 6px; padding: 18px 12px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }
.gaspcirclecard:hover { border-color: #8b1528; }
.gaspcircleimg { width: 75px; height: 75px; border-radius: 50%; background: #fdfaf8; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 2px solid #e8e2dc; }
.gaspcircleimg img { max-width: 80%; max-height: 80%; object-fit: contain; }
.gaspcircletitle { font-size: 13px; font-weight: 600; color: #2c2523; margin-bottom: 6px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gaspcircleprice { font-size: 16px; font-weight: 700; color: #8b1528; margin-bottom: 8px; }
.gaspgridthree { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 25px; }
.gaspmonocard { background: #ffffff; border: 1px solid #e8e2dc; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.gaspmonocard:hover { border-color: #8b1528; }
.gaspmonoimg { width: 100%; height: 130px; background: #fdfaf8; display: flex; align-items: center; justify-content: center; }
.gaspmonoimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.gaspmonobody { padding: 12px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.gaspmonotitle { font-size: 13px; font-weight: 600; color: #2c2523; margin-bottom: 6px; height: 36px; overflow: hidden; }
.gaspmonoprice { font-size: 16px; font-weight: 800; color: #8b1528; }
.gaspdensebox { background: #ffffff; border: 1px solid #e8e2dc; border-radius: 6px; padding: 20px; margin-bottom: 35px; }
.gaspdenselist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; }
.gaspdenseitem { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: #fdfaf8; border: 1px solid #f2ede8; border-radius: 4px; }
.gaspdenseitem:hover { border-color: #8b1528; background: #ffffff; }
.gaspdenseleft { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1; }
.gaspdenseleft img { width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; background: #fff; border: 1px solid #e8e2dc; border-radius: 4px; }
.gaspdensetitle { font-size: 13px; font-weight: 600; color: #2c2523; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gaspdenseright { display: flex; align-items: center; gap: 12px; flex-shrink: 0; margin-left: 10px; }
.gaspdenseprice { font-size: 15px; font-weight: 700; color: #8b1528; }
.gaspdensebtn { padding: 4px 12px; background: #8b1528; color: #ffffff; font-size: 12px; font-weight: 600; border-radius: 3px; }
.gaspdensebtn:hover { background: #6f0e1e; color: #ffffff; }
.gaspfooter { background: #2c2523; color: #a89f9d; border-top: 3px solid #8b1528; padding: 30px 0; margin-top: 40px; text-align: center; }
.gaspfooterlinks { margin-bottom: 10px; }
.gaspfooterlinks a { font-size: 14px; color: #e8e2dc; margin: 0 10px; }
.gaspfooterlinks a:hover { color: #c5a059; }
.gaspfootercopy { font-size: 13px; color: #786f6d; }
.gaspdetailwrap { background: #ffffff; border: 1px solid #e8e2dc; border-radius: 6px; padding: 30px; margin: 25px 0; }
.gaspdetailrow { display: flex; gap: 35px; margin-bottom: 30px; }
.gaspdetailleft { width: 40%; }
.gaspdetailimgbox { width: 100%; height: 300px; background: #fdfaf8; border: 1px solid #e8e2dc; border-radius: 6px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.gaspdetailimgbox img { max-width: 90%; max-height: 90%; object-fit: contain; }
.gaspdetailright { width: 60%; }
.gaspdetailtitle { font-size: 20px; font-weight: 700; color: #2c2523; margin-bottom: 12px; }
.gaspdetailpricebox { background: #fdfaf8; border: 1px solid #e8e2dc; border-left: 4px solid #8b1528; border-radius: 4px; padding: 15px 20px; margin-bottom: 20px; display: flex; align-items: baseline; justify-content: space-between; }
.gaspdetailprice { font-size: 26px; font-weight: 800; color: #8b1528; }
.gaspdetailstock { font-size: 13px; color: #786f6d; }
.gaspdetailform { margin-top: 15px; }
.gaspdetailitem { margin-bottom: 16px; }
.gaspdetaillabel { font-size: 13px; font-weight: 700; color: #4a3f3d; margin-bottom: 5px; display: block; }
.gaspdetailinput { width: 100%; height: 40px; border: 1px solid #d4cdc7; border-radius: 4px; padding: 0 12px; font-size: 14px; color: #2c2523; outline: none; background: #ffffff; }
.gaspdetailinput:focus { border-color: #8b1528; }
.gaspdetailbtn { width: 100%; height: 45px; background: #8b1528; color: #ffffff; font-size: 16px; font-weight: 700; border: none; border-radius: 4px; cursor: pointer; margin-top: 10px; }
.gaspdetailbtn:hover { background: #6f0e1e; }
.gaspdetailtabhead { border-bottom: 2px solid #e8e2dc; display: flex; margin-bottom: 20px; }
.gaspdetailtabtitle { font-size: 15px; font-weight: 700; color: #ffffff; background: #8b1528; padding: 8px 18px; border-radius: 4px 4px 0 0; }
.gaspdetailcontent { font-size: 14px; color: #4a3f3d; line-height: 1.8; }
.gaspquerywrap { background: #ffffff; border: 1px solid #e8e2dc; border-top: 3px solid #8b1528; border-radius: 6px; padding: 30px; margin: 25px auto; max-width: 650px; }
.gaspquerytitle { font-size: 18px; font-weight: 700; color: #2c2523; text-align: center; margin-bottom: 20px; }
.gaspquerytabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 25px; border-bottom: 1px solid #e8e2dc; padding-bottom: 12px; }
.gaspquerytabitem { font-size: 13px; font-weight: 700; color: #786f6d; padding: 6px 14px; background: #fdfaf8; border-radius: 4px; }
.gaspquerytabitem.active, .gaspquerytabitem:hover { color: #ffffff; background: #8b1528; }
.gaspqueryitem { margin-bottom: 18px; }
.gaspquerylabel { font-size: 13px; color: #4a3f3d; margin-bottom: 6px; display: block; font-weight: 700; }
.gaspqueryinput { width: 100%; height: 42px; border: 1px solid #d4cdc7; border-radius: 4px; padding: 0 12px; font-size: 14px; outline: none; background: #ffffff; color: #2c2523; }
.gaspqueryinput:focus { border-color: #8b1528; }
.gaspquerybtn { width: 100%; height: 44px; background: #8b1528; color: #ffffff; border: none; border-radius: 4px; font-size: 15px; font-weight: 700; cursor: pointer; }
.gaspquerybtn:hover { background: #6f0e1e; }
@media (max-width: 991px) {
    .gaspstoriesgrid, .gaspcirclegrid, .gaspgridthree { grid-template-columns: repeat(2, 1fr); }
    .gaspherowrap, .gaspawardswrap { flex-direction: column; }
    .gaspheroleft, .gaspheroright, .gaspawardsleft, .gaspawardsright { width: 100%; }
    .gaspdetailrow { flex-direction: column; }
    .gaspdetailleft, .gaspdetailright { width: 100%; }
    .gaspdenselist { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .gaspstoriesgrid, .gasptallgrid, .gaspcirclegrid, .gaspgridthree { grid-template-columns: 1fr; }
    .gaspnavinner { flex-direction: column; height: auto; padding: 12px 0; gap: 8px; }
    .gaspmenu { flex-wrap: wrap; justify-content: center; }
    .gaspaltcard { flex-direction: column; text-align: center; }
}
