* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: #f4f8fb;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
a {
    color: inherit;
    text-decoration: none;
}
.treecontainer {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}
.treeheader {
    background: #ffffff;
    border-bottom: 2px solid #00a8ff;
}
.treetopbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
.treelogo img {
    max-height: 42px;
    max-width: 100%;
    object-fit: contain;
}
.treesearchinput {
    height: 38px;
    width: 280px;
    padding: 0 12px;
    border: 2px solid #00a8ff;
    border-radius: 4px 0 0 4px;
    outline: none;
    font-size: 13px;
}
.treesearchbtn {
    height: 38px;
    padding: 0 20px;
    background: #00a8ff;
    color: #ffffff;
    border: none;
    font-weight: 700;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.treenavbar {
    background: #00a8ff;
}
.treenav {
    display: flex;
    align-items: center;
}
.treenavlink {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 18px;
    transition: background 0.2s;
}
.treenavlink:hover, .treenavlink.active {
    background: #0086e6;
}
.treenotice {
    background: #ffffff;
    border-left: 4px solid #00a8ff;
    padding: 12px 18px;
    margin: 15px 0;
    border-radius: 4px;
    color: #555555;
    font-size: 13px;
    box-shadow: 0 2px 5px rgba(0,168,255,0.06);
}
.treetopgrid {
    display: grid;
    grid-template-columns: 200px 1fr 220px;
    gap: 15px;
    margin-bottom: 25px;
}
.treecatmenu {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    padding: 10px 0;
}
.treecatitem {
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    color: #2c3e50;
    transition: all 0.2s;
}
.treecatitem:hover {
    background: #e6f7ff;
    color: #00a8ff;
    padding-left: 20px;
}
.treeheromain {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.treeheroimgbox {
    width: 100%;
    height: 200px;
    background: #e6f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.treeheroimg {
    max-height: 160px;
    max-width: 85%;
    object-fit: contain;
}
.treebox {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e1e8ed;
    padding: 15px;
    margin-bottom: 20px;
}
.treeboxtitle {
    font-size: 16px;
    font-weight: 700;
    color: #00a8ff;
    padding-bottom: 8px;
    border-bottom: 2px solid #00a8ff;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.treegrid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}
.treecard {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e1e8ed;
    padding: 10px;
    text-align: center;
    transition: all 0.2s;
}
.treecard:hover {
    border-color: #00a8ff;
    box-shadow: 0 4px 12px rgba(0,168,255,0.12);
}
.treecardimg {
    width: 100%;
    height: 110px;
    object-fit: cover;
    margin-bottom: 8px;
    display: block;
    border-radius: 4px;
}
.treecardtitle {
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}
.treeprice {
    color: #e74c3c;
    font-weight: 700;
}
.treeautotag {
    font-size: 10px;
    background: #e6f7ff;
    color: #00a8ff;
    padding: 1px 5px;
    border-radius: 3px;
}
.treefooter {
    background: #1f2a38;
    color: #888888;
    padding: 30px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 13px;
}
.treefooterlinks {
    margin-bottom: 10px;
}
.treefooterlinks a {
    color: #cccccc;
}
.treecardbox {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e1e8ed;
    padding: 25px;
    margin-bottom: 20px;
}
.treeformgroup {
    margin-bottom: 15px;
}
.treelabel {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333333;
}
.treeinput {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
}
.treebtn {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #00a8ff;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.treetabs {
    display: flex;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 20px;
}
.treetabitem {
    padding: 10px 20px;
    font-weight: 600;
    color: #666666;
}
.treetabitem.active {
    color: #00a8ff;
    border-bottom: 2px solid #00a8ff;
    margin-bottom: -2px;
}
@media (max-width: 992px) {
    .treetopgrid {
        grid-template-columns: 1fr;
    }
    .treegrid6 {
        grid-template-columns: repeat(3, 1fr);
    }
}
