/**
 * @file index.css
 * @author swan
 */
.search-container {
    padding-top: calc(53px + .2rem - .73rem);
    background: #fff;
    min-height: calc(100% - .73rem);
}
.search-bar-area {
    height: 106.88rpx;
    background: #f5f5f5;
}
.search-bar {
    position: fixed;
    padding-top: 12.68rpx;
    background: #fff;
    border-top-left-radius: 12.68rpx;
    border-top-right-radius: 12.68rpx;
}
.search-bar-content {
    background: #f5f5f5 !important;
}
.search-bar-text {
    font-size: 25.36rpx;
}
.history-action-group {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 25.36rpx;
}
.action-delete-all {
    margin-right: 54.95rpx;
}
.history-label {
    background-color: #f5f5f5;
    padding: 0 28.99rpx;
    font-size: 27.17rpx;
    line-height: 27.17rpx;
    color: #333;
    height: 63.41rpx;
    min-width: 112.32rpx;
    border-radius: 31.7rpx;
    margin: 0 12.68rpx 12.68rpx 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.history-label-1 {
    padding: 18.12rpx 14.49rpx;
}
.history-label-hover {
    opacity: .2;
}
.icon-delete {
    margin-left: 7.25rpx;
}
.operate-item {
    width: calc((100vw - 92.39rpx) / 2);
    margin-bottom: 36.23rpx;
    font-size: 28.99rpx;
    line-height: 1;
    color: #333;
}
.operate-item-hover {
    opacity: .2;
}
.operate-odd {
    margin-left: 30.8rpx;
}
.suggestion-item {
    display: flex;
    align-items: center;
    height: 86.96rpx;
    margin: 0 36.23rpx;
    border-bottom: 1px solid #e6e6e6;
    color: #ccc;
    font-size: 16px;
}
.search-suggesion-arrow {
    height: 86.96rpx;
    width: 86.96rpx;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.suggestion-item-icon {
    width: 32.61rpx;
    height: 32.61rpx;
}
.suggestion-item-hover {
    background-color: rgba(0, 0, 0, 5%);
}
.search-suggestion-item {
    font-size: 0;
    line-height: 1;
    color: #333;
    margin-left: 18.12rpx;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1 0 auto;
}
.search-suggestion-item text {
    font-size: 32.61rpx;
    font-weight: 400;
}
.search-suggestion-item text:not(.text-highlight) {
    font-weight: 601;
}
.search-status {
    height: 80vh;
}
.search-result-item {
    height: 148.55rpx;
    padding: 36.84rpx 0;
    margin: 0 30.8rpx;
    border-bottom: 1px solid #e6e6e6;
}
.search-result-item-hover {
    background-color: rgba(0, 0, 0, 5%);
}
.search-result-name {
    font-size: 32.61rpx;
    line-height: 1;
    margin-bottom: 16.91rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-result-name .text-highlight {
    color: #c40311;
}
.search-result-desc {
    font-size: 25.36rpx;
    line-height: 1;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}