@import '../../common/css/index.css';

.search-wrapper {
    background: #fff;
    min-height: 100vh;
}
.search-wrapper .search-component {
    height: 100%;

}

.search-wrapper .search-bar {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.search-wrapper .status-content {
    height: 92.934783vh;
    overflow: hidden;
}

.search-wrapper .search-body {
    position: relative;
    overflow: hidden;
    padding-top: 12.560386vw;
    background: #fff;
}

.search-wrapper .search-body .history-info {
    position: relative;
    margin: 4.025765vw 4.10628vw .547504vw;
}

.search-wrapper .search-body .history-title {
    display: flex;
    justify-content: space-between;
    height: 4.347826vw;
    align-items: center;
    /* 屏蔽全局样式影响 */
    font-size: 0;
}

.search-wrapper .search-body .history-title text {
    font-size: 3.864734vw;
    color: #000;
    font-weight: 700;
}

.search-wrapper .search-body .history-body {
    margin-top: 3.94525vw;
    margin-right: -3.94525vw;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.search-wrapper .search-body .history-body .history-item {
    height: 8.776167vw;
    opacity: .8;
    background: #f5f5f5;
    border-radius: 4.388084vw;
    display: flex;
    align-items: center;
    margin-bottom: 3.381643vw;
    max-width: calc(50% - 6.763285vw);
}

.search-wrapper .history-body .history-item:first-child {
    margin-right: 3.381643vw;
}

.search-wrapper .history-body .history-item +  .history-item {
    margin-right: 3.381643vw;
}

.search-wrapper .history-body .history-item text {
    padding: 0 3.381643vw;
    font-size: 3.381643vw;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.search-wrapper .history-body.history-body-shrink {
    max-height: 36.47343vw;
}

.search-wrapper .result .emphasize {
    color: #f00;
    font-style: normal;
}


