﻿.search_box {
    height: 0.88rem;
    display: initial;
}

.search {
    height: 0.88rem;
    display: initial;
}

.select_first_ul {
    width: 100%;
}

    .select_first_ul > li {
        height: 0.8rem;
        border-bottom: 1px solid #f5f5f5;
        line-height: 0.8rem;
    }

.select_textul {
    position: fixed;
    top: 1.68rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
}


.select_first_ul > li > p {
    border-bottom: none;
    color: #000;
}

.topmenu {
    position: fixed;
    z-index: 999;
    border-bottom:1px solid #f5f5f5;
}
.quickly_search{
    padding-top:0.88rem;
}