#search-text::-webkit-input-placeholder {
    box-sizing: border-box;
    font-family: 'SF-Pro-Display-Semibold', 'PingFangSC-Regular', 'Microsoft YaHei UI', 'Microsoft YaHei', helvetica, sans-serif;
    flex: 1;
    height: 50px;
    font-size: 20px;
    color: #000000de;
    border: none;
    outline: none;
    padding-left: 65px;
    padding-right: 45px;
}

.search-hot-text {
    position: absolute;
    margin: 0 auto;
    z-index: 999;
    width: 100%;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #00000026;
    border-top: none;
    background: #fff;
    box-shadow: 0 1px 6px 0 #20212447;
    border-left: 5%；
}

.search-hot-text ul {
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 101;
    
}

.search-hot-text ul li {
    border-top: 1px solid #f2f2f2;
    line-height: 30px;
    font-size: 15px;
    padding: 0px 25px;
    color: #535353;
    cursor: pointer;
    list-style: none;

}

.search-hot-text ul li.current {
    background: #f1f1f1;
    color: #2196f3;
}

.search-hot-text ul li:hover {
    background: #f1f1f1;
    color: #2196f3;
    cursor: pointer;
}

.search-hot-text ul li span {
    -webkit-tap-highlight-color: #00000000;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #e5e5e5;
    margin-right: 10px;
    border-radius: 10px;
    color: #535353
}