.result{
    padding: 24px 0;
    width: 67%;
    margin:  0 auto;
    /* height: 500px; */
    /* background-color: rebeccapurple; */
}
.title{
    font-size: 24px;
    color: #333333;
    /*font-family: "syhtm";*/
}
.product-list{
    width: 67%;
    margin: 0 auto;
}
.sersh-wrap{
    display: none;
    position: absolute;
    top: 58px;
    width: 100%;
    height: 80px;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
    background-color: rgba(0, 0, 0, .2);
}
.sersh-wrap img{
    width: 12px;
    position: absolute;
    right: 13%;
    top: 56px;
}
.sersh-wrap input{
    position: absolute;
    right: 12%;
    top: 46px;
    /* background-color: #fff; */
}
.more{
	height: 45px;
}
.more p {
    line-height: 45px;
    margin-bottom: 0 !important;
}

.topbd {
    margin-bottom: 0px!important;
}