.header-wrap {
    /* background: #858484;
    padding-top: 30px; */
	width: 100%;
    height: 60px;
    box-sizing: border-box;
}

/* .header-wrap .search{
    height: 40px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #cccccc;
    border-radius: 10px;
    padding: 0 10px;
} 
.s-center input{
    height: 40px;
    width: 200px;
    text-align: center;
    background: #cccccc;
    font-size: 14px;
    color: #ffffff;
} */
.logo{
	width: 100%;
    height: 60px;
	box-sizing: border-box;
    padding: 10px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.logo-text{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text>:first-child{
    font-size: 13px;
}
.logo-text img{
    margin-right: 10px;
}
.logo .btn{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.btn div{
    width: 20px;
    height: 2px;
    margin: 2px 0;
    background: #000000;
}
.van-collapse-item__title--disabled, .van-collapse-item__title--disabled .van-cell__right-icon{
    color: #323233;
}
.tabs-menu-item-wap>div{
    padding: 10px 0;
    border-bottom: 0.5px solid #ebedf0;
}
.tabs-menu-item-wap>div:first-child{
    padding-top: 0;
}
.tabs-menu-item-wap>div:last-child{
    border: none;
    padding-bottom: 0;
}