.weui-picker-modal .picker-items{
    font-size: 0.15rem;
}
.toolbar, .toolbar .title{
    font-size: 0.15rem;
}
.weui-cells{
    font-size: 0.15rem;
}
.toolbar .toolbar-inner{
    height:0.5rem;
}
.toolbar .picker-button{
    height:0.5rem;
    line-height: 0.5rem;
}
.toolbar .title{
    line-height: 0.5rem;
}
.weui-picker-modal{
    height:auto;
}
.weui-loadmore_line .weui-loadmore__tips{
    background: none;
}

.weui-tabbar__label{
    font-size: 0.1rem;
}
.weui-tabbar__icon{
    width:0.24rem;
    height:0.24rem;
}
.weui-tabbar__label{
    color: #666;
}
.weui-tabbar:before{
    border-top: 0px;
}
.weui-tabbar{
    background: #fff;
    box-shadow: 1px 1px 10px #ddd;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{
    color: #61D6C8;
}
.weui-dialog__btn{
    color: #61D6C8;
}
.toolbar .picker-button{
    color: #61D6C8;
}
.weui-cells_radio .weui-check:checked+.weui-icon-checked:before{
    color: #61D6C8;
}
.weui-cell:before{
    left:0rem;
}
.weui-toast_content{
    font-size: 0.14rem!important;
}

.shop-not{
    padding-top: 0.85rem;
    text-align: center;
    font-size: 0.14rem;
    display: none;
}
.shop-not img{
    width: 100%;
}
.shop-not a{
    margin-top: 0.1rem;
    width: 1rem;
    height: 0.4rem;
    display: inline-block;
    background: linear-gradient(132deg, #FF8678 0%, #EE4B37 100%);
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 0.2rem;
}

/*公共弹窗*/
.show-all{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: none;
}
.show-all-content{
    width: 70%;
    position: absolute;
    left: 15%;
    top: 2.2rem;
    background: #fff;
    border-radius: 0.15rem;

}
.show-all-msg{
    padding: 0.2rem 0.3rem;
    font-size: 0.14rem;
}
.show-all-link{
    padding: 0.2rem;
    padding-top: 0;
    text-align: center;
}
.show-all-link>a{
    height: 0.34rem;
    width: 0.9rem;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.12rem;
    text-align: center;
    line-height: 0.34rem;
}
.show-all-link>a:nth-child(1){
    border: 0.01rem solid #999999;
    margin-right: 0.2rem;
}
.show-all-link>a:nth-child(2){
    color: #fff;
    background: linear-gradient(132deg, #FF8678 0%, #EE4B37 100%);
}
.not-card{
    padding-top: 0.85rem;
    text-align: center;
    font-size: 0.14rem;
}
.not-card img{
    width: 100%;
}
.not-card span{
    font-size: 0.11rem;
    color: #666;
}
