#xqbj-container .xqbj-main {
    padding-left: 1rem;
    padding-right: 1rem;
}

#xqbj-container #home-main-content {
    padding-top: 0;
}
#xqbj-contact-container {
    padding-top: 0;
}
.search-result-page {
    color: #fff;
    padding-bottom: 1.2rem;
}

.search-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.825rem 0;
}

.search-box input {
    flex: 1;
    height: 40px;
    border: 1px solid #2f2f34;
    background: #222228;
    color: #eaeaea;
    border-radius: 0.45rem;
    padding: 0 0.9rem;
    font-size: 1.05rem;
    outline: none;
}

.search-box input::placeholder {
    color: #7c7c82;
}

.search-box button {
    background-color: #ff9000;
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    margin: auto;
    padding: 8px;
    text-align: center;
    width: 15%;
    line-height: 1.4;
    border: none;
    font-size: 1rem;
}


.tag {
    margin-top: 1rem
}
.tag .sub_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.tag .sub_title a {
    color: #fff;
    margin-left: .5rem;
}
.tags-cloud {
    text-align: center;
}

.section-title {
    font-size: 1.125rem;
    font-weight: 600;
}

ul li {
    list-style-type: none
}

.flex-wrap {
    flex-wrap: wrap
}

.flex {
    display: flex
}

.tag-item {
    margin: 0 7px 7px 0
}

.tag-item a {
    background-color: #1b1b1b;
    border-radius: 5px;
    color: #ff9000;
    display: block;
    font-size: .9rem;
    height: 30px;
    line-height: 30px;
    padding: 2px 7px;
    -webkit-text-decoration: none;
    text-decoration: none
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.tag-list-container {
    padding: 0.875rem 0 1rem;
}

.tag-list-container .tag-item {
    margin: 0 0.5rem 0.5rem 0;
}

.tag-list-container .tag-item a {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0 0.5rem;
    min-width: 2.75rem;
    height: 2.125rem;
    line-height: 2.125rem;
    box-sizing: border-box;
}

.hot-search .tag-list-container {
    padding-bottom: 0.4375rem;
}

.hot-search .tag-list-container .tag-item {
    margin: 0;
    width: 50%;
    box-sizing: border-box;
}

.hot-search .tag-list-container .tag-item a {
    background: transparent;
    font-size: 0.875rem;
    font-weight: normal;
    color: #c9c9c9;
    min-width: initial;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.hot-search .tag-list-container .tag-item:nth-child(2n) {
    padding-left: 1rem;
}

.hot-search .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    border-radius: 0.375rem;
    background-color: #f79004;
    border: none;
    outline: none;
    margin: 0.9375rem auto 0;
}

.result-nodata {
    font-size: 1rem;
    color: #c9c9c9;
    text-align: center;
    margin: 1.625rem 0;
}

.result-nodata img {
    width: 6.875rem;
    height: auto;
    margin-bottom: 0.625rem;
}

.result-nodata span {
    color: #ff9000;
}

.searchbox {
    position: relative;
    margin: 0.825rem 1rem;
    padding: 0;
}

#history .lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.75rem 0 1.25rem;
    padding: 0;
}

#history .lists .list {
    margin-top: 0;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    line-height: 1;
}

#history .lists .list:first-child {
    margin-bottom: 0.75rem;
}

#history .lists .list:not(:first-child) {
    position: relative;
    background: #1b1b1b;
    width: initial;
    padding: 0.4375rem 0.5rem;
    border-radius: 0.1875rem;
    margin: 0.5rem 0.5rem 0 0;
}

#history .result {
    width: initial;
    display: flex;
}

#history .result a {
    font-size: 0.875rem;
    font-weight: 600;
    color: #f79004;
    line-height: 20px;
}

#history .cross {
    position: absolute;
    top: -0.4rem;
    right: -0.3rem;
    z-index: 1;
    width: 1.125rem;
    height: 1.125rem;
    background: #1b1b1b;
    border-radius: 100%;
}

#history .cross img {
    display: block;
    width: 100%;
    height: 100%;
}

.tag .sub_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.tag .sub_title a {
    color: #fff;
    margin-left: .5rem;
    font-size: 0.875rem;
    margin: 0 1rem 0 0;
    font-weight: 600;
}

.history-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    width: 80%
}
.history-clear {
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    width: 20%;
}

.result-item {
    margin-top: .65rem;
    width: 100%;
    position: relative;
    display: block;
}

.result-thumb {
    border-radius: .3rem;
    height: 100%;
    max-height: 8.5rem;
    min-height: 8rem;
    overflow: hidden;
    width: 100%;
}

.result-thumb img {
    min-height: 8rem;
    object-fit: cover;
}

.result-title {
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    padding: 0 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
}


@media screen and (min-width: 600px) {
    .result-item {
        height: 180px;
    }
    .result-thumb {
        max-height: none;
    }
    .result-thumb img {
        height: 100%;
        max-height: none !important;
    }
}