.van-search {
    position: sticky;
    top: 11.733vw;
    display: flex;
    padding: 1.867vw 4vw;
    align-items: center;
    box-sizing: border-box;
    background: #f1f1f1;
}

#searchform{
    position: sticky;
    top: 11.733vw;
    z-index: 999;
}

.van-search--show-action {
    padding-right: 0;
}

.grt-search {
    border-bottom: 1px solid #e5e5e5;
}

.grt-search {
    flex-shrink: 0;
}

.grt-search .van-search__content--square {
    flex: 1;
    height: 9.067vw;
}

.grt-search .van-search__content--square .van-cell.van-cell--borderless.van-field {
    background: #fff;
    border-radius: .8vw;
    align-items: center;
    height: 100%;
    padding: 0 0 0 2.667vw;
}

.van-cell,
.van-cell:not(:last-child):after {
    box-sizing: border-box;
}

.van-cell {
    width: 100%;
    display: flex;
    line-height: 6.4vw;
    position: relative;
    color: #323233;
    font-size: 3.733vw;
    overflow: hidden;
}

.van-field__left-icon {
    margin-right: 1.333vw;
}

.grt-search .van-field__left-icon i {
    margin: 0;
    display: block;
    min-width: 1em;
    font-size: 4.267vw;
    line-height: inherit;
    position: relative;
    font: normal normal normal 3.733vw / 1 vant-icon;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.van-cell__value--alone {
    color: #323233;
    text-align: left;
}

.van-cell__value {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.van-cell__title,
.van-cell__value {
    flex: 1;
}

.van-cell__value--alone {
    font-size: 4.267vw;
}

.van-search__action {
    padding: 0 2.667vw;
    font-size: 3.733vw;
    line-height: 8vw;
    color: #7d7e80;
}

.van-field__body {
    display: flex;
    align-items: center;
}

.van-field__control {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    resize: none;
    display: block;
    color: #323233;
    box-sizing: border-box;
    background-color: transparent;
}

.grt-search .van-search__content--square .van-field__body input {
    font-family: PingFang SC, Noto Sans, Helvetica;
    font-size: 4.267vw;
    color: #999;
}

.grt-column-title {
    position: sticky;
    top: 24vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    z-index: 999;
}

.grt-column-title {
    padding: 15px 15px;
}

.grt-column-title h3 {
    font-family: PingFang SC, Noto Sans, Helvetica;
    font-size: 4.8vw;
    color: #333;
    font-weight: 400;
}

.grt-column-title h3 {
    line-height: 6.4vw;
}

.van-list {
    overflow-y: scroll;
    padding: 0px 15px 0px;
    transition: all 450ms ease 0s;
    backface-visibility: hidden;
    position: relative;
    /* padding-bottom: .5rem; */
}

.van-list ul li {
    border-bottom: 1px solid #f7f7f7;
    padding: 2.667vw 0;
}

.van-list ul li a {
    display: flex;
    justify-content: space-between;
}

.van-list ul li a .title {
    font-family: PingFang SC, Noto Sans, Helvetica;
    font-size: 4.267vw;
    color: #333;
    font-weight: 400;
    padding: 0 !important;
    flex: 1;
    line-height: 6.933vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.van-list ul li a .time {
    font-family: PingFang SC, Noto Sans, Helvetica;
    font-size: 3.733vw;
    color: #999;
    font-weight: 400;
    line-height: 6.933vw;
    margin-left: 2.667vw;
}

.loading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    font-family: PingFang SC, Noto Sans, Helvetica;
    color: #969799;
    font-size: 3.467vw;
    line-height: 13.333vw;
    text-align: center;
}