* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #0f1113; color: #f0f0f0; 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: #88d600; }
.barelycontainer { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.barelynavbar { background-color: #000000; border-bottom: 2px solid #88d600; position: relative; z-index: 1000; }
.barelynavinner { display: flex; align-items: center; justify-content: space-between; height: 65px; }
.barelylogo { display: flex; align-items: center; }
.barelylogo img { height: 38px; width: auto; max-width: 160px; object-fit: contain; }
.barelymenu { display: flex; align-items: center; list-style: none; }
.barelymenu li { margin: 0 4px; }
.barelymenu li a { font-size: 14px; font-weight: 600; color: #ffffff; padding: 8px 16px; display: inline-block; }
.barelymenu li a:hover, .barelymenu li.active a { background-color: #88d600; color: #000000; border-radius: 4px; }
.barelynotice { background: #181b1f; border: 1px solid #262a30; border-left: 4px solid #88d600; padding: 12px 18px; border-radius: 4px; margin: 20px 0; font-size: 14px; color: #cccccc; display: flex; align-items: center; }
.barelynotice i { color: #88d600; margin-right: 8px; font-size: 16px; }
.barelybadgeauto { display: inline-block; padding: 2px 8px; font-size: 11px; color: #000000; background: #88d600; font-weight: bold; border-radius: 2px; }
.barelybadgemanual { display: inline-block; padding: 2px 8px; font-size: 11px; color: #ffffff; background: #333333; font-weight: bold; border-radius: 2px; }
.barelycirclesix { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; margin-bottom: 25px; }
.barelycirclecard { background: #181b1f; border: 1px solid #262a30; border-radius: 8px; padding: 15px 10px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: all 0.3s ease; }
.barelycirclecard:hover { border-color: #88d600; transform: translateY(-3px); }
.barelycircleimg { width: 68px; height: 68px; border-radius: 50%; background: #262a30; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 2px solid #333942; }
.barelycircleimg img { max-width: 80%; max-height: 80%; object-fit: contain; }
.barelycircletitle { font-size: 12px; font-weight: 600; color: #ffffff; margin-bottom: 4px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.barelycircleprice { font-size: 14px; font-weight: 700; color: #88d600; margin-bottom: 6px; }
.barelycirclebtn { display: block; width: 100%; padding: 3px 0; background: #262a30; color: #ffffff; font-size: 11px; font-weight: 600; border-radius: 3px; }
.barelycirclebtn:hover { background: #88d600; color: #000000; }
.barelygridfour { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 25px; }
.barelywhitecard { background: #ffffff; color: #111111; border-radius: 8px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; transition: all 0.3s; }
.barelywhitecard:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(136, 214, 0, 0.15); }
.barelywhitecardimg { width: 100%; height: 120px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; background: #fafafa; border-radius: 4px; }
.barelywhitecardimg img { max-width: 100%; max-height: 100px; object-fit: contain; }
.barelywhitecardtitle { font-size: 13px; font-weight: 600; color: #222; margin-bottom: 6px; height: 36px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.35; }
.barelywhitecardprice { font-size: 17px; font-weight: 800; color: #88d600; margin-bottom: 8px; }
.barelybtnbuy { display: block; width: 100%; padding: 7px 0; background: #000000; color: #ffffff; font-size: 12px; font-weight: 700; border-radius: 4px; text-align: center; }
.barelybtnbuy:hover { background: #88d600; color: #000000; }
.barelydarkrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 25px; }
.barelydarkcard { background: #181b1f; border: 1px solid #262a30; border-radius: 8px; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.barelydarkcard:hover { border-color: #88d600; }
.barelydarkinfo { flex: 1; min-width: 0; }
.barelydarktitle { font-size: 14px; font-weight: 600; color: #ffffff; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.barelydarkprice { font-size: 18px; font-weight: 800; color: #88d600; margin-bottom: 10px; }
.barelydarkimg { width: 80px; height: 80px; border-radius: 50%; background: #000; border: 2px solid #88d600; flex-shrink: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.barelydarkimg img { max-width: 80%; max-height: 80%; object-fit: contain; }
.barelybanner { background: #000000; border: 1px solid #262a30; border-left: 5px solid #88d600; border-radius: 8px; padding: 25px 30px; margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.barelybannerimg { width: 110px; height: 100px; background: #181b1f; border-radius: 6px; padding: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.barelybannerimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.barelybannerinfo { flex: 1; min-width: 0; }
.barelybannertitle { font-size: 18px; font-weight: 700; color: #ffffff; margin-bottom: 6px; }
.barelybannerprice { font-size: 26px; font-weight: 800; color: #88d600; }
.barelybannerbtn { padding: 10px 26px; background: #88d600; color: #000000; font-weight: 700; font-size: 14px; border-radius: 4px; display: inline-block; }
.barelybannerbtn:hover { background: #a6ff00; color: #000000; }
.barelysplitrow { display: flex; gap: 20px; margin-bottom: 25px; }
.barelysplitleft { width: 45%; }
.barelysplitright { width: 55%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.barelyfocuscard { background: #181b1f; border: 1px solid #262a30; border-radius: 8px; padding: 25px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; }
.barelyfocuscard:hover { border-color: #88d600; }
.barelyfocusimg { width: 100%; height: 160px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; }
.barelyfocusimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.barelyfocustitle { font-size: 16px; font-weight: 700; color: #ffffff; margin-bottom: 8px; }
.barelyfocusprice { font-size: 22px; font-weight: 800; color: #88d600; margin-bottom: 12px; }
.barelydensebox { background: #181b1f; border: 1px solid #262a30; border-radius: 8px; padding: 20px; margin-bottom: 35px; }
.barelydenselist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; }
.barelydenseitem { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: #111417; border: 1px solid #262a30; border-radius: 4px; }
.barelydenseitem:hover { border-color: #88d600; background: #181b1f; }
.barelydenseleft { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1; }
.barelydenseleft img { width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; background: #000; border: 1px solid #333; border-radius: 3px; }
.barelydensetitle { font-size: 13px; font-weight: 600; color: #e0e0e0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.barelydenseright { display: flex; align-items: center; gap: 12px; flex-shrink: 0; margin-left: 10px; }
.barelydenseprice { font-size: 15px; font-weight: 700; color: #88d600; }
.barelydensebtn { padding: 4px 12px; background: #262a30; color: #ffffff; font-size: 12px; font-weight: 600; border-radius: 3px; }
.barelydensebtn:hover { background: #88d600; color: #000000; }
.barelyfooter { background: #000000; color: #777777; border-top: 2px solid #88d600; padding: 30px 0; margin-top: 40px; text-align: center; }
.barelyfooterlinks { margin-bottom: 10px; }
.barelyfooterlinks a { font-size: 14px; color: #aaaaaa; margin: 0 10px; }
.barelyfooterlinks a:hover { color: #88d600; }
.barelyfootercopy { font-size: 13px; color: #555555; }
.barelydetailwrap { background: #181b1f; border: 1px solid #262a30; border-radius: 8px; padding: 30px; margin: 25px 0; }
.barelydetailrow { display: flex; gap: 35px; margin-bottom: 30px; }
.barelydetailleft { width: 40%; }
.barelydetailimgbox { width: 100%; height: 300px; background: #111417; border: 1px solid #262a30; border-radius: 6px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.barelydetailimgbox img { max-width: 90%; max-height: 90%; object-fit: contain; }
.barelydetailright { width: 60%; }
.barelydetailtitle { font-size: 20px; font-weight: 700; color: #ffffff; margin-bottom: 12px; }
.barelydetailpricebox { background: #111417; border: 1px solid #262a30; border-left: 4px solid #88d600; border-radius: 4px; padding: 15px 20px; margin-bottom: 20px; display: flex; align-items: baseline; justify-content: space-between; }
.barelydetailprice { font-size: 26px; font-weight: 800; color: #88d600; }
.barelydetailstock { font-size: 13px; color: #aaaaaa; }
.barelydetailform { margin-top: 15px; }
.barelydetailitem { margin-bottom: 16px; }
.barelydetaillabel { font-size: 13px; font-weight: 700; color: #cccccc; margin-bottom: 5px; display: block; }
.barelydetailinput { width: 100%; height: 40px; border: 1px solid #333942; border-radius: 4px; padding: 0 12px; font-size: 14px; color: #ffffff; outline: none; background: #111417; }
.barelydetailinput:focus { border-color: #88d600; }
.barelydetailbtn { width: 100%; height: 45px; background: #88d600; color: #000000; font-size: 16px; font-weight: 700; border: none; border-radius: 4px; cursor: pointer; margin-top: 10px; }
.barelydetailbtn:hover { background: #a6ff00; }
.barelydetailtabhead { border-bottom: 2px solid #262a30; display: flex; margin-bottom: 20px; }
.barelydetailtabtitle { font-size: 15px; font-weight: 700; color: #000000; background: #88d600; padding: 8px 18px; border-radius: 4px 4px 0 0; }
.barelydetailcontent { font-size: 14px; color: #cccccc; line-height: 1.8; }
.barelyquerywrap { background: #181b1f; border: 1px solid #262a30; border-top: 3px solid #88d600; border-radius: 8px; padding: 30px; margin: 25px auto; max-width: 650px; }
.barelyquerytitle { font-size: 18px; font-weight: 700; color: #ffffff; text-align: center; margin-bottom: 20px; }
.barelyquerytabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 25px; border-bottom: 1px solid #262a30; padding-bottom: 12px; }
.barelyquerytabitem { font-size: 13px; font-weight: 700; color: #aaaaaa; padding: 6px 14px; background: #111417; border-radius: 4px; }
.barelyquerytabitem.active, .barelyquerytabitem:hover { color: #000000; background: #88d600; }
.barelyqueryitem { margin-bottom: 18px; }
.barelyquerylabel { font-size: 13px; color: #cccccc; margin-bottom: 6px; display: block; font-weight: 700; }
.barelyqueryinput { width: 100%; height: 42px; border: 1px solid #333942; border-radius: 4px; padding: 0 12px; font-size: 14px; outline: none; background: #111417; color: #fff; }
.barelyqueryinput:focus { border-color: #88d600; }
.barelyquerybtn { width: 100%; height: 44px; background: #88d600; color: #000000; border: none; border-radius: 4px; font-size: 15px; font-weight: 700; cursor: pointer; }
.barelyquerybtn:hover { background: #a6ff00; }
@media (max-width: 991px) {
    .barelycirclesix { grid-template-columns: repeat(3, 1fr); }
    .barelygridfour { grid-template-columns: repeat(2, 1fr); }
    .barelydarkrow { grid-template-columns: 1fr; }
    .barelysplitrow { flex-direction: column; }
    .barelysplitleft, .barelysplitright { width: 100%; }
    .barelydetailrow { flex-direction: column; }
    .barelydetailleft, .barelydetailright { width: 100%; }
    .barelydenselist { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .barelycirclesix { grid-template-columns: repeat(2, 1fr); }
    .barelygridfour { grid-template-columns: 1fr; }
    .barelysplitright { grid-template-columns: 1fr; }
    .barelynavinner { flex-direction: column; height: auto; padding: 12px 0; gap: 8px; }
    .barelymenu { flex-wrap: wrap; justify-content: center; }
    .barelybanner { flex-direction: column; text-align: center; }
}
