.emh-search-user-search {
    width:100vw;
    min-height: 100vh;
    background: #fff;
    overflow: auto;
    .emh-search-index-header {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-top: 1px;
        // padding: 8px 16px;
        width: 100%;
        height: 52px;
        // background: white;
        position: sticky;
        top: 0;
        z-index: 2;
        .emh-search-search-icon {
            position: absolute;
            left: 30px;
            top: 17px;
            width: 18px;
            height: 18px;
        }
        .emh-search-search-back {
            width: 21px;
            height: 21px;
        }
        .emh-search-inputT {
            width: 276px;
        }
        input {
            box-sizing: border-box;
            padding-left: 36px;
            padding-right: 36px;
            width: 296px;
            height: 36px;
            background-color: #f3f3f3;
            border: 1px solid transparent;
            border-radius: 8px;
        }
        input::placeholder {
            font-family: PingFangSC-Regular;
            font-size: 13px;
            color: #c3c3c3;
            letter-spacing: 0;
        }
        span {
            margin-left: 14px;
            font-family: PingFangSC-Regular;
            font-size: 16px;
            color: #3863ea;
            letter-spacing: 0;
            text-align: right;
            line-height: 22px;
            font-weight: 400;
            word-break: keep-all;
        }
        .emh-search-delete-icon {
            width: 16px;
            height: 16px;
            position: absolute;
            right: 76px;
            top: 17px;
        }
    }
    .emh-search-index-header-o {
        .emh-search-search-icon {
            left: 50px;
        }
        input {
            width: 276px;
        }
    }
    .emh-search-search-tab {
        padding: 0 16px;
        margin: 16px 0 8px 0;
        p {
            font-family: PingFangSC-Regular;
            font-size: 12px;
            color: #888888;
            font-weight: 400;
            .emh-search-search-option {
                width: 100%;
                border: 1px solid #e8e8e8;
                border-radius: 8px;
                margin-bottom: 16px;
            }
        }
    }
    .emh-search-search-history {
        .emh-search-history-cell {
            .emh-search-cell-item {
                display: flex;
                align-items: center;
                padding: 8px 16px;
                img {
                    margin-right: 8px;
                    width: 24px;
                    height: 24px;
                }
                p {
                    font-family: PingFangSC-Regular;
                    font-size: 14px;
                    color: #000000;
                    line-height: 20px;
                    font-weight: 400;
                }
            }
        }
    }
    .van-cell__title {
        .emh-search-cell-title {
            display: flex;
            flex-direction: row;
            align-items: center;
            span.emh-search-icon {
                display: inline-block;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background-color: #ff3d3d;
                margin: 5px 18px 5px 0;
            }
            span.emh-search-title-span {
                flex: 1;
                font-size: 14px;
                color: #000000;
                font-weight: 400;
            }
        }
    }
    .van-tabs__wrap--scrollable .van-tabs__nav--complete  {
        padding-left: 6px;
        padding-right: 6px;
    }
    .van-tabs__content {
        margin: 16px;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
    }
    .van-tabs__line {
        background-color: #3863ea;
    }
    .van-search__action {
        color: #3863ea;
    }
    .van-search__content {
        border-radius: 8px;
    }
    .emh-search-detail-container {
        .emh-search-detail {
            width: 343px;
            height: 60px;
            background: url('../image/searchbg.png') no-repeat;
            margin: 0 auto;
            margin-top: 16px;
            background-size: 100% 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            p {
                width: 67%;
                font-size: 14px;
                color: #ffffff;
                font-weight: 600;
                text-align: center;
            }
        }
        .emh-search-scan {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin-top: 50px;
            img {
                width: 215px;
                height: 168px;
            }
            p {
                font-family: PingFangSC-Regular;
                font-size: 14px;
                color: #888888;
                font-weight: 400;
                margin-top: 8px;
            }
        }
    }
    .emh-search-search-result {
        .emh-search-result-list {
            .emh-search-result-item {
                margin: 16px 16px 0;
                border: 1px solid #eaeaea;
                border-radius: 8px;
                .emh-search-item-title {
                    padding: 12px 16px 11px 16px;
                    border-bottom: 1px solid #eaeaea;
                    display: flex;
                    justify-content: space-between;
                    span {
                        font-family: PingFangSC-Medium;
                        font-size: 14px;
                        color: #000000;
                        font-weight: 500;
                    }
                }
                .emh-search-item-body {
                    padding: 12px 16px 16px 16px;
                    .emh-search-item-row {
                        display: flex;
                        justify-content: space-between;
                        margin-bottom: 7px;
                        span:nth-child(1) {
                            font-family: PingFangSC-Regular;
                            font-size: 14px;
                            color: #888888;
                            font-weight: 400;
                            width: 70px;
                        }
                        span:nth-child(2) {
                            font-family: PingFangSC-Regular;
                            font-size: 14px;
                            color: #444444;
                            text-align: right;
                            font-weight: 400;
                        }
                    }
                }
                .emh-search-item-footer {
                    box-sizing: border-box;
                    width: 100%;
                    height: 40px;
                    border-radius: 0 0 8px 8px;
                    background: #3863ea;
                    padding: 10px 16px 10px 0;
                    display: flex;
                    justify-content: flex-end;
                    p {
                        font-family: PingFangSC-Medium;
                        font-size: 14px;
                        color: #ffffff;
                        letter-spacing: 0;
                        font-weight: 500;
                    }
                }
            }
        }
    }
}
input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.emh-search-no-result {
    color: #888888;
    font-size: 14px;
    text-align: center;
    padding: 32px 0 38px;
    border-bottom: 5px solid #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    span {
        padding-bottom: 2px;
    }
}
.van-cell-group.van-hairline--top-bottom {
    border-color: transparent;
    border-radius: 8px;
    border: 1px solid transparent;
}
.van-cell-group.van-hairline--top-bottom .van-cell.van-cell--clickable {
    padding: 11px 16px;
}
.van-cell::after {
    border: none;
}
.van-tab .van-tab__text {
    color: #999;
    font-size: 14px;
}
.van-tab.van-tab--active .van-tab__text {
    color: #222222;
}
.emh-search-result-end {
    color: #888888;
    font-size: 12px;
    text-align: center;
    padding: 40px 0 80px;
}
.van-icon.van-icon-arrow.van-cell__right-icon {
    font-size: 12px;
    color: #999;
}
[class*='van-hairline']::after {
    border: none;
}
.emh-search-create-user-btn {
    background-color: #3863ea;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    width: 280px;
    border-radius: 8px;
    margin-top: 18px;
}
.emh-search-result-section {
    margin-bottom: 60px;
}
.search-left-icon.van-icon.van-icon-arrow-left {
    font-size: 18px;
    font-weight: bold;
}