.header{
    width: 100%;
    height: 6.25rem;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 1rem;
    z-index: 100;
    padding: 0 3.125rem;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
    .header{padding: 0 1.25rem;display: flex;justify-content: space-between;}
}
.header:hover{
    background-color: #fff;
}
.header:hover .headerLogo span{color:#000;}
.header:hover .headerSearch a{color:#000 !important;}
.header:hover .headerSearchBtn .headerSearch-b{display: block;}
.header:hover .headerSearchBtn .headerSearch-w{display: none;}
.header:hover path{stroke:#000;}
.header.isScroll{
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 5rem;
}
.header .headerLogo{
    height:auto;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
}
.headerLogo a{color:#fff;}
.header .headerLogo span:hover{
    color:#c4a454;
}
.headerMenuIcon{
    width: 6rem;
    height: 6rem;
}
@media (max-width: 768px) {
    .header .headerLogo{
        font-size: 1.2rem;
    }
    .headerMenuIcon{
        width:1.5rem;
    }
}
.header .headerSearch {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.125rem;
    justify-content: space-between;
}
.header .headerSearch>div{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
@keyframes fadeIn{
    0%{opacity: 0;top:80%;}
    100%{opacity: 1;top:98%;}
}
.header .headerSearch>div:hover .headerMenuSub{
    display: flex;
    opacity: 1;
    animation: fadeIn 0.3s ease-in-out both;
}
.header .headerSearch>div .headerMenuSub:hover{
    diplay: flex;
}
.header .headerSearch .headerMenuSub{
    position: absolute;
    top: 0%;
    left: 50%;
    opacity: 0;
    padding-top: 2%;
    transform: translateX(-50%);
    border-radius: .1875rem;
    display:flex;
    background-color: #fff;
    flex-direction: column;
    box-shadow: 0 -10px 20px rgba(209, 185, 123, 0.3);
}
.header .headerSearch .headerMenuSub a{
    color:#000;
    padding: 1rem 2rem;
    white-space: nowrap;
}
.header .headerSearch .headerMenuSub a:hover{
    background-color: #c4a454;
    color: #fff !important;
}

.header .headerSearch a{
    color: #fff;
    height: 100%;
    align-items: center;
    display: flex;
}
.header .headerSearch .headerSearchBtn{
    width:1.5rem;
    height: 1.5rem;
    ovverflow: hidden;
    cursor: pointer;
}
.header .headerSearch .headerSearchBtn img{
    width:100%;
    height:100%;
}
.header .headerSearch .headerSearch-b{
    display: none;
}
.headerMenu{
    position:fixed;
    z-index: 101;
    height: 100vh;
//濡傛灉瓒呭嚭灞忓箷楂樺害锛屽垯鍑虹幇婊氬姩鏉�
overflow-y: auto;
    top: 0;
    left:0;
    transition: all 0.6s ease-in-out;
    width: 90%;
    max-width: clamp(332px, 70vw, 527px);
    background-color: #000;
    padding: 3.5rem 4.125rem;
}
.headerMenu:not(.isOpen){
    transform: translateX(-100%);
}
.headerMenu:has(.isOpen){
    transform: translateX(0);
}
.headerMenu ul{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.headerMenu ul li{
    display: flex;
    flex-direction: column;
    gap: .9375rem;
}
.headerMenu ul li .title{
    font-size: 1.3rem;
    font-weight: 600;
}
.headerMenu ul .headerMenuClose{
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    overflow: hidden;
}
.headerMenu ul .headerMenuClose img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.headerMenu ul li .headerMenuSub{
    display:flex;
    flex-direction: column;
    gap: .9375rem;
    font-size: 1rem;
}
.headerMenu ul li .headerMenuSub a{
    color:#888;
}
.headerMenu ul li a{
    color: #fff;
}
@media screen and (max-width: 1280px){
    .header .headerSearch{justify-content: flex-end;}
    .header .headerSearch>div{
        display: none;
    }
    .header .headerSearch .headerSearchBtn{
        display: block;
    }
}
/*.footer{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 2.5rem;*/
/*    background-color: #000;*/
/*    padding: 3.5rem 4.125rem;*/
/*}*/
/*.footer .footerTop{*/
/*    display:flex;*/
/*    gap: 3.125rem;*/
/*}*/
/*.footer .footerTop .footerTitle{*/
/*    width: 20%;*/
/*    font-size: 1.3rem;*/
/*    font-weight: 600;*/
/*    letter-spacing: .1rem;*/
/*    color:#fff;*/
/*}*/
/*.footer .footerTop .footerMenu{*/
/*    width: 80%;*/
/*}*/
/*.footerMenu>ul{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*}*/
/*.footerMenu>ul>li{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 1.875rem;*/
/*}*/
/*.footerMenu>ul>li>span>a{*/
/*    color:#c4a454;*/
/*    font-size: .875rem;*/
/*    letter-spacing: .26rem;*/
/*}*/
/*.footerMenu>ul>li>.footerSubMenu{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 1.25rem;*/
/*}*/
/*.footerMenu>ul>li>.footerSubMenu>a{*/
/*    color:#fff;*/
/*    font-size: 1rem;*/
/*}*/
/*.footer .footerBottom{*/
/*    border-top: 1px solid #ccc;*/
/*    padding-top: 1.875rem;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 1.875rem;*/
/*}*/
/*.footer .footerBottom .info{*/
/*    font-size: .875rem;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    gap: .3125rem;*/
/*}*/
/*.footer .footerBottom .info>span:nth-child(1){*/
/*    white-space: nowrap;*/
/*}*/
/*.footer .footerBottom .info>span{*/
/*    display: inline-block;*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*    .footer .footerTop .footerTitle{*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/
/*    .footer .footerTop .footerMenu{*/
/*        display: none;*/
/*    }*/
/*    .footer .footerBottom{*/
/*        flex-direction: column;*/
/*    }*/
/*    .footer .footerBottom .info>span:nth-child(2){*/
/*        max-width:12.1875rem;*/
/*    }*/
/*}*/
.main{
    min-height: 100vh;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.space{
    width: 100%;
    height: 5rem;
}

.checkMore{
    width: 8.75rem;
    margin: 0 auto;
    font-size: .875rem;
    font-weight: 600;
    color: #fff;
    padding: 1rem 2.125rem;
    text-align: center;
    cursor: pointer;
    background-color: #84692c;
}
.checkMore a{
    color: #fff;
}

.CommonBanner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding:6%;
    min-height: 15rem;
    /* height: 21.875rem; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.CommonBanner .CommonBannerTitle{
    font-size: 4rem;
    color:#fff;
    position: relative;
    top:3.125rem;
}
.CommonBanner .CommonBannerTitle::before{
    content: '';
    display: block;
    width: 3.75rem;
    height: .125rem;
    background: #866a2d;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1440px) {
    .CommonBanner .CommonBannerTitle {font-size: 2.5rem;}
}
.CommonFilterContainer{
    background-color: #000;
    width: 100%;
    padding: .95rem 0;
}
.CommonFilterContainer .CommonFilter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.75rem;
}
.CommonFilterSelect .layui-form-item .layui-inline{width: auto;}
.CommonFilter .searchInputContainer{width:35%;}
.CommonFilter .selectContainer{width:65%;display:flex;justify-content:flex-end;}
@media (max-width: 1150px) {
    .CommonFilterContainer .CommonFilter{flex-direction: column;gap: 1.25rem;}
    .CommonFilter .searchInputContainer{width:100%;}
    .CommonFilter .selectContainer{width:100%;justify-content: flex-start;}
}
.CommonFilterSearchForm .searchInput{
    position: relative;
    height: 3.125rem;
    font-size: 1.25rem;
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
}
.CommonFilterSearchForm .searchBtn{
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 3.125rem;
}
.CommonFilterSelect .layui-form-item{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.CommonFilterSelect .layui-form-select .layui-input{
    height: 3.125rem;
    font-size: .9375rem;
    border-radius: 0;
    width: 100%;

}
.CommonFilterSelect .layui-form-select .layui-input::placeholder{
    color:#000;
    font-weight: 600;
}
.CommonFilter .selectResetBtn{
    border: none;
    background-color: transparent;
    width: unset;
    font-size: 1rem;
    font-weight: 600;
    color: #c49631;
}
@media screen and (max-width: 704px) {
    .CommonFilter .selectContainer{display:inline-block;}
    .CommonFilter .selectResetBtn{display: none;}
    .CommonFilterSelect .layui-form-item .layui-inline{width: 100%;}
    .CommonFilter .CommonFilterSelect .layui-form-item{display:flex;flex-direction: column;gap: 1.25rem;}
}
