.detailinfo
{
    padding: 0 80px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 ;
    margin-top: 50px;
}
.searchcate
{
    background-color: #ededed;
    width: 146px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    margin-left: 20px;
    cursor: pointer;
}
.searchinput
{
    width: 84%;
    height: 44px;
    border: 1px solid #ededed;
    padding: 0 10px;
    box-sizing: border-box;
    margin-left: 20px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.searchinput input
{
    outline: none;
    font-size: 16px;
    border: none;
    width: 100%;
    height: 40px;
}
.searchbtn
{
    width: 110px;
    height: 42px;
    background: #795337;
    border-radius: 3px;
    line-height: 42px;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}
.searchbtn:hover
{
    transform: translateY(-5px);
}
.activecate
{
    background-color: #795337;
    color: #fff;
}
.searchresult
{
    width: 100%;
    /* padding: 0 70px;
    box-sizing: border-box; */
}

.qmwgoods
{
    width: 100%;
    display: none;
    flex-wrap: wrap;
    margin-top: 30px;
}
.goodsitem
{
    width: 300px;
    /*height: 230px;*/
    margin: 10px;
    cursor: pointer;
}
.goodsimg
{
    width: 308px;
    height: 308px;
    border: 1px solid #DDBC95;
    padding: 10px;
    box-sizing: border-box;
}
.goodsimg .goodsimgstyle
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.goodsimgstyle img
{
    width: 100%;
    /*height: 100%;*/
    transition: all 1s;
}
.goodsimgstyle img:hover
{
    transform: scale(1.1);
}
.goodsname
{
    width: 298px;
    margin-top: 10px;
    margin-left: 5px;
}
.goodsname:hover
{
    color: #795337;
}

.qmjlist
{
    width: 100%;
    display: none;
    flex-wrap: wrap;
    margin-top: 30px;
}
.qmjlist-item
{
    width: 406px;
    height: 300px;
    margin: 10px;
    cursor: pointer;
    background-color: #ededed;
}
.qmjitem-img
{
    width: 100%;
    height: 260px;
    overflow: hidden;
    background-color: #333;
}
.qmjitem-name
{
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.qmjitem-name:hover
{
    color: #795337;
}
.qmy-newslist
{
    margin-top: 30px;
    display: none;
}
.qmy-hdlist
{
    margin-top: 30px;
    display: none;
}
.xxlist
{
    display: none;
}
.hylist
{
    display: none;
    flex-wrap: wrap;
    margin-top: 30px;
}
.hhitem
{
    width: 406px;
    margin: 10px;
}

.resultshow
{
    display: flex;
}
.resultshow1
{
    display: block;
}
