.van-sticky{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.van-collapse-item--border::after{
    border-top:1px solid transparent;
}
/*.service-box-con{*/
/*    padding: 0.24rem 0.24rem 0;*/
/*    margin-left: -4%;*/
/*}*/
/*.service-box-con li {*/
/*    background: rgba(249, 249, 251, 1);*/
/*    width: 46%;*/
/*    margin-left: 4%;*/
/*    margin-bottom: 0.24rem;*/
/*}*/
/*.service_pic {*/
/*    display: inherit;*/
/*    width: 100%;*/
/*    height: 1.66rem;*/
/*}*/
/*.service-text {*/
/*    background: #ffffff;*/
/*    margin-top: 0;*/
/*    padding: 0rem 0.1rem 0rem 0.1rem;*/
/*}*/
/*.service-text h1 {*/
/*    font-weight: 400;*/
/*    line-height: 120%;*/
/*    color: rgba(51, 51, 51, 1);*/
/*    font-size: 0.3rem;*/
/*    margin: 0px;*/
/*    padding-top: 0.2rem;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
/*.service-text p {*/
/*    font-weight: 400;*/
/*    color: rgba(224, 25, 25, 1);*/
/*    font-size: 0.24rem;*/
/*    padding: 0.2rem 0;*/
/*}*/

.openalltype{
    font-size: 0.4rem;
    color:#F31A2A;
    width: 0.88rem;
    height: 0.88rem;
    background: #FFFFFF;
    box-shadow: 0.06rem 0px 0.32rem rgb(0 0 0 / 16%);
 line-height: 0.88rem;
    text-align: center;
    position: absolute;
    top:0px;
    right: 0px;
    display: none;
    z-index: 102;
}
.orderstatutab_styl{
    box-shadow: 0px 0.06rem 0.06rem #DDDDDD;
    z-index: 102;
}

.service_box{
padding-top: 0.88rem;
}
.sideleft{
    height: calc(100vh - 0.98rem - 0.88rem);
    width: 1.9rem;
    background: #f5f5f5;
    position: fixed;
    top:0.88rem;
    left: 0px;
}
.sideleft>a{
    padding: 0px;
    width: 1.9rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    background: #f5f5f5;
    color: #666666;
    font-size: 0.28rem;
}
.sideleft>a.van-sidebar-item--select,.sideleft>a.van-sidebar-item--select:active{
    background: #fff;
    color:#F31A2A;
    font-size: 0.3rem;
    font-weight: 700;
}
.sideleft>a.van-sidebar-item--select::before{
    background: #F5F5F5;
}

.service_box{
    display: flex;
    justify-content: space-between;
}
.sideright{
    padding: 0rem 0 0 0.2rem;
    margin-left: 1.7rem;
    width: 100%;
    background: #fff;
}
.sideright>h1{
    font-size: 0.26rem;
    color: #666666;
    height: 1rem;
    line-height: 1.2rem;

}
.collapse_box{
    background: #fff;
    font-size: 0.26rem;
    border-bottom: 1px solid #E6E6E6;
}
.collapse_box .van-cell{
    padding: 0.2rem 0.2rem 0;
    border-radius: 0.08rem;
}
.collapse_box .van-cell__right-icon {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
}
.collapse_box .title{
    color: #333333;
    font-size: 0.3rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
    line-height: 1.5;
    max-width: 4.8rem;
}
.collapse_box .van-collapse-item__title--expanded::after{
    display: none;
}
.collapse_box .van-collapse-item__content{
    padding: 0 0.2rem 0.2rem;
}
.collapse_box .title_msg{
    color: #666;
    margin-bottom: 0.1rem;
    line-height: 1.5;
}
.collapse_box .desc_box{
color: #999999;
    line-height: 1.5;
}
.collapse_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0.2rem;
    padding:  0.2rem 0;
    /*border-top:0.02rem solid #E6E6E6;*/
}
.collapse_button>span{
    font-size: 0.26rem;
    font-weight: 700;
}
.collapse_button button{
    width: 1.68rem;
    height: 0.6rem;
    font-size: 0.26rem;
    padding: 0px;
    border: none;
}

.shaixuanshowlist_box{
    min-height: 2.2rem;
    padding: 0 0.24rem 0.24rem;
}
.shaixuanshowlist{
    margin-left: -0.32rem;
}
.shaixuanshowlist li {
    padding: 0.15rem 0rem;
    text-align: center;
    min-width: 2rem;
    box-sizing: border-box;
    background: #F5F6F6;
    border: 1px solid #F5F6F6;
    color: #333;
    display: inline-block;
    border-radius: 0.5rem;
    font-size: .24rem;
    margin-left: 0.32rem;
    margin-top: 0.24rem;
}
.shaixuanshowlist li.hotmorebutton{
    display: none;
}
.shaixuanshowlist li.active {

    background: rgba(243,26,42,0.1);
    border: 1px solid #F31A2A;
    color: #F31A2A;
}

.van-sticky .van-popup--top.van-popup--round{
    z-index: 101 !important;
    top:0.88rem
}
.van-sticky .van-overlay{
    z-index: 100 !important;
}
