* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #fcfbf7; 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.25s ease; }
a:hover { color: #83b735; }
.haircontainer { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.hairnavbar { background-color: #ffffff; border-bottom: 2px solid #83b735; position: relative; z-index: 1000; }
.hairnavinner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.hairlogo { display: flex; align-items: center; }
.hairlogo img { height: 38px; width: auto; max-width: 160px; object-fit: contain; }
.hairmenu { display: flex; align-items: center; list-style: none; }
.hairmenu li { margin: 0 4px; }
.hairmenu li a { font-size: 14px; font-weight: 600; color: #444b54; padding: 8px 16px; display: inline-block; border-radius: 4px; }
.hairmenu li a:hover, .hairmenu li.active a { background-color: #83b735; color: #ffffff; }
.hairnotice { background: #ffffff; border: 1px solid #e8e6df; border-left: 4px solid #83b735; padding: 12px 18px; border-radius: 4px; margin: 20px 0; font-size: 14px; color: #555555; display: flex; align-items: center; }
.hairnotice i { color: #83b735; margin-right: 8px; font-size: 16px; }
.hairbadgeauto { display: inline-block; padding: 2px 8px; font-size: 11px; color: #ffffff; background: #83b735; font-weight: bold; border-radius: 3px; }
.hairbadgemanual { display: inline-block; padding: 2px 8px; font-size: 11px; color: #ffffff; background: #444b54; font-weight: bold; border-radius: 3px; }
.hairherowrap { display: flex; gap: 20px; margin-bottom: 25px; }
.hairheroleft { width: 45%; }
.hairheroright { width: 55%; }
.hairfocuscard { background: #ffffff; border: 1px solid #e8e6df; border-radius: 6px; padding: 25px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; }
.hairfocuscard:hover { border-color: #83b735; }
.hairfocusimg { width: 100%; height: 180px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.hairfocusimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hairfocustitle { font-size: 18px; font-weight: 700; color: #2d3748; margin-bottom: 8px; }
.hairfocusprice { font-size: 24px; font-weight: 800; color: #83b735; margin-bottom: 12px; }
.hairbtnfocus { display: inline-block; padding: 8px 26px; background: #83b735; color: #ffffff; font-weight: 700; font-size: 14px; border-radius: 4px; }
.hairbtnfocus:hover { background: #70a328; color: #ffffff; }
.hairdarkbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 25px; }
.hairdarkcard { background: #444b54; color: #ffffff; border-radius: 6px; padding: 15px; display: flex; align-items: center; gap: 12px; }
.hairdarkcard:hover { background: #383e46; }
.hairdarkimg { width: 45px; height: 45px; border-radius: 4px; background: #ffffff; padding: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.hairdarkimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hairdarkinfo { flex: 1; min-width: 0; }
.hairdarktitle { font-size: 13px; font-weight: 600; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 4px; }
.hairdarkprice { font-size: 15px; font-weight: 800; color: #ecc03c; }
.hairgridfour { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 25px; }
.hairwhitecard { background: #ffffff; border: 1px solid #e8e6df; border-radius: 6px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; transition: all 0.3s; }
.hairwhitecard:hover { border-color: #83b735; transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,0.05); }
.hairwhitecardimg { width: 100%; height: 120px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; background: #faf9f5; border-radius: 4px; }
.hairwhitecardimg img { max-width: 100%; max-height: 100px; object-fit: contain; }
.hairwhitecardtitle { font-size: 13px; font-weight: 600; color: #333333; margin-bottom: 6px; height: 36px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.35; }
.hairwhitecardprice { font-size: 17px; font-weight: 800; color: #83b735; margin-bottom: 8px; }
.hairbtngreen { display: block; width: 100%; padding: 7px 0; background: #83b735; color: #ffffff; font-size: 13px; font-weight: 700; border-radius: 4px; text-align: center; }
.hairbtngreen:hover { background: #70a328; color: #ffffff; }
.haircenterbanner { background: #ffffff; border: 1px solid #e8e6df; border-radius: 6px; padding: 25px 30px; margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.haircenterbannerimg { width: 100px; height: 90px; background: #faf9f5; border-radius: 6px; padding: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.haircenterbannerimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.haircenterbannerinfo { flex: 1; min-width: 0; }
.haircenterbannertitle { font-size: 18px; font-weight: 700; color: #2d3748; margin-bottom: 6px; }
.haircenterbannerprice { font-size: 24px; font-weight: 800; color: #83b735; }
.hairtriplerow { display: flex; gap: 20px; margin-bottom: 25px; }
.hairtripleleft { width: 50%; }
.hairtripleright { width: 50%; display: flex; flex-direction: column; gap: 15px; }
.hairtriplesquare { background: #ffffff; border: 1px solid #e8e6df; border-radius: 6px; padding: 20px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; }
.hairtriplesquareimg { width: 100%; height: 150px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.hairtriplesquareimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hairhorizontalcard { background: #ffffff; border: 1px solid #e8e6df; border-radius: 6px; padding: 15px; display: flex; align-items: center; gap: 15px; height: calc(50% - 7.5px); }
.hairhorizontalcard:hover { border-color: #83b735; }
.hairhorizontalimg { width: 75px; height: 75px; background: #faf9f5; border-radius: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.hairhorizontalimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hairhorizontalinfo { flex: 1; min-width: 0; }
.hairhorizontaltitle { font-size: 14px; font-weight: 600; color: #2d3748; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hairhorizontalprice { font-size: 16px; font-weight: 700; color: #83b735; }
.hairgallerycard { background: #ffffff; border: 1px solid #e8e6df; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.hairgallerycard:hover { border-color: #83b735; }
.hairgalleryimg { width: 100%; height: 110px; background: #faf9f5; display: flex; align-items: center; justify-content: center; }
.hairgalleryimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hairgallerybody { padding: 12px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.hairgallerytitle { font-size: 13px; font-weight: 600; color: #2d3748; margin-bottom: 6px; height: 36px; overflow: hidden; }
.hairgalleryprice { font-size: 15px; font-weight: 700; color: #83b735; }
.hairdensebox { background: #ffffff; border: 1px solid #e8e6df; border-radius: 6px; padding: 20px; margin-bottom: 35px; }
.hairdenselist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; }
.hairdenseitem { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: #fdfdfb; border: 1px solid #f0eee6; border-radius: 4px; }
.hairdenseitem:hover { border-color: #83b735; background: #ffffff; }
.hairdenseleft { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1; }
.hairdenseleft img { width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; background: #fff; border: 1px solid #e2e8f0; border-radius: 4px; }
.hairdensetitle { font-size: 13px; font-weight: 600; color: #2d3748; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hairdenseright { display: flex; align-items: center; gap: 12px; flex-shrink: 0; margin-left: 10px; }
.hairdenseprice { font-size: 15px; font-weight: 700; color: #83b735; }
.hairdensebtn { padding: 4px 12px; background: #83b735; color: #ffffff; font-size: 12px; font-weight: 600; border-radius: 3px; }
.hairdensebtn:hover { background: #70a328; color: #ffffff; }
.hairfooter { background: #444b54; color: #cbd5e0; border-top: 3px solid #83b735; padding: 30px 0; margin-top: 40px; text-align: center; }
.hairfooterlinks { margin-bottom: 10px; }
.hairfooterlinks a { font-size: 14px; color: #ffffff; margin: 0 10px; }
.hairfooterlinks a:hover { color: #ecc03c; }
.hairfootercopy { font-size: 13px; color: #a0aec0; }
.hairdetailwrap { background: #ffffff; border: 1px solid #e8e6df; border-radius: 6px; padding: 30px; margin: 25px 0; }
.hairdetailrow { display: flex; gap: 35px; margin-bottom: 30px; }
.hairdetailleft { width: 40%; }
.hairdetailimgbox { width: 100%; height: 300px; background: #faf9f5; border: 1px solid #e8e6df; border-radius: 6px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hairdetailimgbox img { max-width: 90%; max-height: 90%; object-fit: contain; }
.hairdetailright { width: 60%; }
.hairdetailtitle { font-size: 20px; font-weight: 700; color: #2d3748; margin-bottom: 12px; }
.hairdetailpricebox { background: #fdfdfb; border: 1px solid #e8e6df; border-left: 4px solid #83b735; border-radius: 4px; padding: 15px 20px; margin-bottom: 20px; display: flex; align-items: baseline; justify-content: space-between; }
.hairdetailprice { font-size: 26px; font-weight: 800; color: #83b735; }
.hairdetailstock { font-size: 13px; color: #718096; }
.hairdetailform { margin-top: 15px; }
.hairdetailitem { margin-bottom: 16px; }
.hairdetaillabel { font-size: 13px; font-weight: 700; color: #4a5568; margin-bottom: 5px; display: block; }
.hairdetailinput { width: 100%; height: 40px; border: 1px solid #cbd5e0; border-radius: 4px; padding: 0 12px; font-size: 14px; color: #2d3748; outline: none; background: #ffffff; }
.hairdetailinput:focus { border-color: #83b735; }
.hairdetailbtn { width: 100%; height: 45px; background: #83b735; color: #ffffff; font-size: 16px; font-weight: 700; border: none; border-radius: 4px; cursor: pointer; margin-top: 10px; }
.hairdetailbtn:hover { background: #70a328; }
.hairdetailtabhead { border-bottom: 2px solid #e8e6df; display: flex; margin-bottom: 20px; }
.hairdetailtabtitle { font-size: 15px; font-weight: 700; color: #ffffff; background: #83b735; padding: 8px 18px; border-radius: 4px 4px 0 0; }
.hairdetailcontent { font-size: 14px; color: #4a5568; line-height: 1.8; }
.hairquerywrap { background: #ffffff; border: 1px solid #e8e6df; border-top: 3px solid #83b735; border-radius: 6px; padding: 30px; margin: 25px auto; max-width: 650px; }
.hairquerytitle { font-size: 18px; font-weight: 700; color: #2d3748; text-align: center; margin-bottom: 20px; }
.hairquerytabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 25px; border-bottom: 1px solid #e8e6df; padding-bottom: 12px; }
.hairquerytabitem { font-size: 13px; font-weight: 700; color: #718096; padding: 6px 14px; background: #f7fafc; border-radius: 4px; }
.hairquerytabitem.active, .hairquerytabitem:hover { color: #ffffff; background: #83b735; }
.hairqueryitem { margin-bottom: 18px; }
.hairquerylabel { font-size: 13px; color: #4a5568; margin-bottom: 6px; display: block; font-weight: 700; }
.hairqueryinput { width: 100%; height: 42px; border: 1px solid #cbd5e0; border-radius: 4px; padding: 0 12px; font-size: 14px; outline: none; background: #ffffff; color: #2d3748; }
.hairqueryinput:focus { border-color: #83b735; }
.hairquerybtn { width: 100%; height: 44px; background: #83b735; color: #ffffff; border: none; border-radius: 4px; font-size: 15px; font-weight: 700; cursor: pointer; }
.hairquerybtn:hover { background: #70a328; }
@media (max-width: 991px) {
    .hairherowrap, .hairtriplerow { flex-direction: column; }
    .hairheroleft, .hairheroright, .hairtripleleft, .hairtripleright { width: 100%; }
    .hairhorizontalcard { height: auto; }
    .hairdarkbar, .hairgridfour { grid-template-columns: repeat(2, 1fr); }
    .hairdetailrow { flex-direction: column; }
    .hairdetailleft, .hairdetailright { width: 100%; }
    .hairdenselist { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .hairdarkbar, .hairgridfour { grid-template-columns: 1fr; }
    .hairnavinner { flex-direction: column; height: auto; padding: 12px 0; gap: 8px; }
    .hairmenu { flex-wrap: wrap; justify-content: center; }
    .haircenterbanner { flex-direction: column; text-align: center; }
}
