.navbar:after {
    background-color: #ececec;
    height: 0.005rem;
}

.navbar-layout {
    height: 0.49rem;
}

.navbar-inner {
    padding: 0;
}

.searchbar-reset {
    height: 100%;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 8px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 0.005rem solid #ececec;
}

.search-btn {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    margin-right: -53px;
    margin-left: 5px;
    background-color: #fff;
    color: #007aff;
}

.searchbar input[type=search] {
    border-radius: 16px;
    background-color: #ececec;
    background-size: 16px 16px;
}

.search-active {
    margin-left: 8px;
    opacity: 1;
    pointer-events: auto;
    background-color: #fff;
}

.searchbar:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 0px;
    width: 100%;
    background-color: #b4b4b4;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.searchbar .searchbar-input-reset {
    height: 0.32rem;
}

.search-class-content ul {
    margin: 0;
    padding: 0;
}

.search-class-content .page-content {
    display: flex;
    margin: 0;
    padding-bottom: .50rem;
    padding-top: .50rem !important;
    background-color: #ffffff;
}

.search-class-content .goods-class {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: white;
}

.search-class-content .goods-class li {
    width: 100%;
    font-size: 0.14rem;
    color: #333;
    height: .5rem;
    padding-left: 0.17rem;
    padding-right: .1rem;
    text-align: left;
    border-bottom: 0.005rem solid #ececec;
    position: relative;
}

.search-class-content .goods-class li span {
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -0.1rem;
    height: 0.2rem;
    background-color: #e54343;
    width: 2px;
    display: none;
}

.search-class-content .goods-class li.goods-active span {
    display: block;
}

.search-class-content .goods-class .goods-active {
    color: #e54343;
}

.search-class-content .goods {
    width: 2.65rem;
}

.for-sco-goods-class {
    width: 0.9rem;
    height: 100%;
    overflow-y: auto;
}

.for-sce-class-result {
    width: 2.95rem;
    overflow: hidden;
    height: 100%;
}

.for-sce-class-result .class-result {
    width: 100%;
    background-color: #ececec;
    padding: 0 .1rem;
    overflow-y: auto;
    height: 100%;
    background-color: #f6f6f6;
}

.second-class {
    width: 100%;
}

.second-class>p {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: .145rem;
}

.third-class {
    margin-top: 0.1rem;
    background-color: #fff;
    width: 100%;
    padding: 0.15rem 0.07rem 0 0.07rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.third-class a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: .84rem;
    margin-bottom: .15rem;
}

.third-class a span:nth-child(1) {
    width: 0.55rem;
    height: 0.55rem;
    margin-bottom: 8px;
}

.third-class a span:nth-child(1) img {
    max-width: 0.55rem;
    max-height: 0.55rem;
}

.third-class a span:nth-child(2) {
    width: 80px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    min-height: 24px;
}

.fl-row-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}


/*水平居左，竖直居中  水平换行*/

.fl-row-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}