.layui-m-layer-bottom-up{
    width: 100%!important;
    position: fixed!important;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px 10px 0 0!important;
}
.layui-m-layer-bottom-up h3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1rem!important;
    padding: 0px .4rem!important;
    border-bottom: 1px solid #F0F0F0;
    color: #333;
    font-size: .32rem!important;
    box-sizing: border-box;
}

.layui-m-layer-regular{
    border-radius: 10px!important;
    width: 6.9rem;
    background: #F1F1F1;
}

.layui-m-layer-regular h3{
    color: #333;
    font-size: .32rem!important;
    font-weight: 600!important;
    height: 1rem!important;
    line-height: 1rem!important;
}

.layui-m-layer-regular .layui-m-layercont{
    color: #666;
    padding: 0 .3rem!important;
    font-size: .28rem;
    line-height: .32rem;
    margin-bottom: .4rem;
    box-sizing: border-box;
}
.layui-m-layer-regular.center .layui-m-layercont{
    text-align: center!important;
}
.layui-m-layer-regular .layui-m-layerbtn{
    height: 1rem;
    border-top: 1px solid #F1F1F1;
    background: none;
}
.layui-m-layer-regular .layui-m-layerbtn span{
    height: 1rem;
    line-height: 1rem;
    color: #333;
    text-align: center;
    font-size: .28rem;
}
.layui-m-layer-regular .layui-m-layerbtn span[no]{
    border-right: 1px solid #F1F1F1;
}
.layui-m-layer-regular .layui-m-layerbtn span[yes]{
    color: #FF2D55;
}


.layui-m-layer-loading{
    width: 1.76rem !important;
    height: 1.76rem;
    font-size: .28rem;
    color: #DAAF77;
    border-radius: .2rem;
}
.layui-m-layer-loading .layui-m-layercont{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
