html,body {
    /*max-width: 720px;*/
    max-width: 650px;
    margin: 0 auto;
}
.screen-index .screen-menu {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff;
    border-top: 1px solid #eee;
    padding-top: 4px;
    transition: all .25s;
}
.width-menu {
    /*max-width: 720px;*/
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.screen-index .screen-menu-container {
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.screen-index .screen-menu-item {
    flex: 1 1;
    flex-shrink: 0;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    transition: all .25s;
}
.screen-index .screen-menu-item.active {
    /*color: #F5842D;*/
}
.screen-index .screen-menu-item .icon {
    margin-bottom: 2.5px;
    display: none;
    height: 19.5px;
    background: center no-repeat;
    background-size: contain;
}
.screen-index .screen-menu-item .icon-dark {
    display: block;
}
.screen-index .screen-menu-item .icon-highlight {
    display: none;
}
.screen-index .screen-menu-item.active .icon-dark {
    display: none;
}
.screen-index .screen-menu-item.active .icon-highlight {
    display: block;
}
.width {
    /*max-width: 720px;*/
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/**別撩了**/
.view-end {
    color: #666;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-end:before, .view-end:after {
    width: 10%;
    margin: 0 5%;
    content: '';
    display: block;
    height: 1px;
    background-color: #ccc;
}




/**搜索**/
.seek-index-head {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    padding-top: env(safe-area-inset-top);
}
.seek-index-head .background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: all .1s;
    border-bottom: 1px solid #ededed;
}
.seek-index-head .seek-container {
    position: relative;
    z-index: 2;
    /*height: 40px;*/
    height: 50px;
    display: flex;
    align-items: center;
}
.seek-index-head .seek-container .menu-list {
    margin: auto 10px;
    padding: 7px 0;
    white-space: nowrap;
    overflow: hidden;
    /*overflow-x: scroll;*/
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    display: flex;
    align-items: center;
    /*width: 50%;*/
}
.seek-index-head .item {
    margin: 0 10px;
    font-size: 15px;
    transition: all .1s;
    position: relative;
    font-weight: bold;
}
.seek-index-head .item.active {
    font-weight: bold;
    font-size: 19px;
}
.seek-index-head .item:first-child {
    margin-left: 15px;
}
.seek-index-head .item .index-nav-pic {
    height: 18px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: unset;
    max-width: none;
}
.seek-index-head .item.active .index-nav-pic {
    /*height: 22px;*/
    height: 30px;
}
.seek-index-head .new-search {
    /*margin: 10px;*/
    margin: 10px 0;
    position: relative;
    width: 40%;
    /*padding-top: 5px;*/
    
    flex: 1 1;
    margin-right: 20px;
}
.seek-index-head .new-search .input {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 8.5px 12.5px;
    /*font-size: .24rem;*/
    overflow: hidden;
    width: 100%;
    /*margin-left: 10px;*/
    position: relative;
    z-index: 2;
    background: #f2f2f2;
    font-size: 13px;
}
.seek-index-head .new-search .input .icon {
    width: 16px;
}
.seek-index-head .new-search .input .input_text {
    background: none;
    border: none;
    margin-left: 10px;
    width: auto;
}


.type_label, .type_label_discount_right {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    padding: 1px 5px;
    font-size: 10px;
    color: #fff;
    line-height: 1.15;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
}