.search-select-head {
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 33;
    max-width: var(--m-layout-max-width, 375px);
    margin: 0 auto;
}
.search {
    background: #fff;
    min-height: 100vh;
}
.search-input .input-item {
    flex: 1;
    min-width: 0;
    width: auto;
    display: block;
}
.search-main-head {
    background-color: #fff;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    padding-bottom: 0.2rem;
    padding-top: 0.32rem;
    border-bottom: .03rem solid #E5E6EB;
}
.search-main-head .screen-zhpx {
    margin-top: 0.2rem;
    border-top: 0.03rem solid #E5E6EB;
    left: 0;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 2.32rem);
    background-color: rgba(0, 0, 0, .3);
}

.screen-zhpx .zhpx-items {
    padding-top: 0.61rem;
    background: #fff;
    border-radius: 0 0 0.21rem 0.21rem;
}

.screen-zhpx .screen-zhpx-item .active {
    color: #0277EF !important;
}

.screen-zhpx .screen-zhpx-item {
    color: #707070;
    font-size: 0.37rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.52rem;
    padding-bottom: 0.56rem;
    margin-left: 0.64rem;
}

.screen-zhpx .screen-zhpx-item .zhpx-arrow {
    width: 0.43rem;
    height: 0.43rem;
    margin-left: 0.21rem;
}

.screen-sx {
    margin-top: 0.26rem;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 2.32rem);
    background-color: rgba(0, 0, 0, .3);
}

.screen-sx .sx-items {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    margin-left: 20%;
    width: 80%;
    padding-top: 0.32rem;
    background: #fff;
    height: calc(100vh - 2.32rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* 新增 */
}
.sx-items-box{
    flex: 1;
    overflow: auto;
}
.screen-sx .sx-items .screen-sx-item {
    margin-bottom: 0.43rem;
}
.sx-items-box>.screen-sx-item:nth-of-type(4){
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.32rem 0;
}

.screen-sx .sx-items .screen-sx-item .tt2 input {
    display: flex;
    width: 3.33rem;
    height: 0.85rem;
    justify-content: center;
    align-items: center;
    border-radius: 2.67rem;
    text-align: center;
    background: #F2F3F7;
}

.screen-sx .sx-items .screen-sx-item .tt2 .solid {
    width: 0.27rem;
    height: 0.03rem;
    border-radius: 0.48rem;
    background: #86909C;
}

.screen-sx .sx-items .screen-sx-item .tt1 {
    margin-bottom: 0.32rem;
    color: #263b5e;
    font-size: 0.37rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.screen-sx .sx-items .screen-sx-item .sx-item-ul li {
    color: #4e5a6a;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    display: flex;
    width: 1.65rem;
    height: 0.85rem;
    justify-content: center;
    align-items: center;
    border-radius: 2.67rem;
    border: 0.03rem solid #F2F3F7;
    background: #F2F3F7;
}

.screen-sx .sx-items .screen-sx-item .sx-item-ul .active {
    color: #0277EF;
    background: #E8EFF7;
}

/* 区域 */
.screen-sx .sx-items .screen-sx-item .sx-item-ul-area {
    flex-wrap: wrap;
}
.screen-sx .sx-items .screen-sx-item .sx-item-ul-area li {
    margin-bottom: 0.27rem;
    color: #4e5a6a;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    display: flex;
    width: 2.27rem;
    height: 0.85rem;
    justify-content: center;
    align-items: center;
    border-radius: 2.67rem;
    border: 0.03rem solid #F2F3F7;
    background: #F2F3F7;
    margin-right: 0.27rem;
}
.screen-sx .sx-items .screen-sx-item .sx-item-ul-area li:nth-of-type(3n){
    margin-right: 0;
}
.screen-sx .sx-items .screen-sx-item .sx-item-ul-area .active {
    color: #0277EF;
    background: #E8EFF7;
}

/* 动态参数 */
.none{
    display: none;
}
 .sx-item-ul-change {
    flex-wrap: wrap;
}
 .sx-item-ul-change li {
    margin-bottom: 0.27rem;
    color: #4e5a6a;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    display: flex;
    width: 2.27rem;
    height: 0.85rem;
    justify-content: center;
    align-items: center;
    border-radius: 2.67rem;
    border: 0.03rem solid #F2F3F7;
    background: #F2F3F7;
    margin-right: 0.27rem;
}
.sx-item-ul-change li:nth-of-type(3n){
    margin-right: 0;
}
.sx-item-ul-change .active {
    color: #0277EF;
    background: #E8EFF7;
}
.screen-sx .sx-items .sx-items-btns {
    flex: 0 0 2.5rem;
    display: flex;
    padding-top: 0.3rem;
    margin: 0 0.75rem;
    justify-content: space-between;
}

.screen-sx .sx-items .sx-items-btns .btn {
    display: flex;
    width: 2.67rem;
    height: 1.07rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
    border: 0.03rem solid #0277EF;
    color: #0277EF;
    font-size: 0.43rem;
    font-style: normal;
    font-weight: 500;
}

.screen-sx .sx-items .sx-items-btns .btn1 {
    display: flex;
    width: 2.67rem;
    height: 1.07rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
    background: #0277EF;
    color: #fff;
    font-size: 0.43rem;
    font-style: normal;
    font-weight: 500;
}

.search-pop {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
}
.search-main-head > .search-pop {
    top: 1.28rem;
    height: calc(100vh - 2.32rem);
}

.search-pop .checked-type {
    width: 100%;
    /* height: 2.24rem; */
    padding-top: 0.32rem;
    padding-bottom: 0.12rem;
    background-color: #fff;
    border-radius: 0 0 0.32rem 0.32rem;
}



.search-pop .checked-type .checked-item {
    margin-left: 0.36rem;
    margin-bottom: 0.32rem;
    color: #1e2222;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.56rem;
}

.search-pop .checked-type .checked-active {
    color: #0277EF !important;
}

.search-pop .checked-type .checked-item img {
    width: 0.44rem;
    height: 0.44rem;
    margin-left: 0.2rem;
}



.search-toolbar {
    gap: 0.21rem;
}
.search-toolbar .search-back {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    height: 0.69rem;
}
.search-toolbar .search-back img {
    width: 0.48rem;
    height: 0.48rem;
}
.search-input {
    border-radius: 0.96rem;
    flex: 1;
    min-width: 0;
    height: 0.96rem;
    background-color: #EFF5FF;
    position: relative;
}

.search-input .ipt-dlt {
    width: 0.43rem;
    height: 0.43rem;
    margin-right: 0.3rem;
}

.search-input .search-type {
    margin-left: 0.43rem;
    margin-right: 0.3rem;
    padding-right: 0.1rem;
    border-right: 0.03rem solid #DBDCE0;
}

.search-input .search-type .arrow {
     width: 8px;
    height:4px;
    margin-left:3px;
}


.border-active {
    border: 0.03rem solid #0277EF;
}

.search-input .search-btn {
    flex-shrink: 0;
    width: 1.71rem;
    height: 0.75rem;
    margin-right: 0.11rem;
    border-radius: 0.48rem;
    background: linear-gradient(to right, #83C8FF, #0277EF);
    color: #ffffff;
    text-align: center;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 400;
    line-height: .75rem;
}

.search-screen {
    margin-top: 0.39rem;
}

.search-screen .active {
    color: #0277EF !important;
}

.search-screen .ic_zhpx {
    width: 0.43rem;
    height: 0.43rem;
    margin-left: 0.11rem;
}

.search-screen .ic_sx {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.11rem;
}

.search-screen .ic_sx_active {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.11rem;
}

.search-screen span {
    color: #585858;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.45rem;
}

.search-main-content {
    padding: 0 0.32rem;
    background: #F2F3F7;
}

.search-main-content .content-tab {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    white-space: nowrap;
    overflow: auto;
    /* margin: 0 0.32rem; */
}

.search-main-content .content-tab li {
    margin-right: 0.16rem;
    padding: 0.08rem 0.32rem;
    color: #585858;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.48rem;
}

.search-main-content .content-tab .li-active {
    display: flex;
    padding: 0.08rem 0.32rem;
    justify-content: center;
    align-items: center;
    border-radius: 1.12rem;
    background: #0277EF;
    color: #ffffff;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.48rem;
}


/* <!-- 商品列表 --> */
.splb {
    margin: 0.32rem;
    padding-top: 2.5rem;
}
.splb .mall-m-prod-card__price-symbol,
.splb .mall-m-prod-card__price-unit {
    font-size: 0.32rem;
}
.splb .mall-m-prod-card__price-num {
    font-size: 0.43rem;
}
.splb .mall-m-prod-card__price--inquiry {
    font-size: 0.32rem;
}
.tag-box{
    flex:1;
    margin-left:0.16rem;
    justify-content:flex-end;
}
.showTag{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    color: #0277EF;
    font-family: "PingFang SC";
    font-size: 0.32rem;
}
.expandIt {
    flex: 0 0 1.3rem;
    color: #4e5a6a;
    font-size: 0.32rem;
    margin-left: 0.16rem;
    align-items: center;
}
.expandIt img{
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.16rem;
}

.no_data_box {
    width: 100%;
}

.no_data_box .no_data {
    width: 5.33rem;
    height: 4.83rem;
    margin-top: 2rem;
}

.no_data_box .text {
    color: #585858;
    text-align: center;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0.32rem;
}

.goods_nodata {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0 0.16rem;
    box-sizing: border-box;
}

.goods_nodata img {
    display: block;
    width: 100%;
    height: auto;
}


/* 分类商品列表 */


/* <!-- 商品列表 --> */
.flSplb {
    padding-top: 2.5rem !important;
}

.screen-flzhpx .flzhpx-items {
    background-color: #fff;
    padding: 0.32rem 0;
    border-radius: 0 0 0.21rem 0.21rem;
}

.screen-flzhpx .flzhpx-items .flzhpx-items-left {
    width: 3.4rem;
    border-right: 0.03rem solid #E7E8EA;
    overflow: auto;
    flex-shrink: 0;
    padding-top: 0.2rem !important;
}

.screen-flzhpx .flzhpx-items .flzhpx-items-right {
    width: 100%;
    overflow: auto;
    padding-top: 0.2rem !important;
}

.screen-flzhpx .flzhpx-items .zhpx-items {
    border-radius: 0 !important;
    height: 7.68rem;

}
.flzhpx-items-right .none-data-info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #86909c;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.32rem;
}
.flzhpx-items-right .none-data-info img{
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.16rem;
    
}