.web-empty{
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}
.web-empty .we-body{
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    overflow: hidden;
    border-radius: 0.8rem;
    margin: 0rem 0.8rem;
}
.web-empty .we-box .icon-show{
    min-width: 100px;
    height: max-content;
}
.web-empty blockquote{
    text-align: center;
    line-height: 1.5;
}
.web-empty blockquote h2{
    font-size: 1.1rem;
}
.web-empty blockquote p{
    font-size: 1rem;
    margin: 0.5rem auto;
}
.web-empty .btn-box{
    margin: 0.8rem auto;
}
.web-empty .btn-list .btn{
    border-radius: 0.8rem;
    margin-left: 0.5rem;
    padding: 0rem 0.8rem;
    height: 2.5rem;
    cursor: pointer;
    color: var(--sg-color-brand);
    background: var(--sg-bgblack);
}
.web-empty .btn-list .btn-main{
    color: var(--sg-bglight);
    background: var(--sg-color-brand);
}

@media only screen and (max-width: 800px) {
    .web-empty blockquote h2{
        font-size: 0.9rem;
    }
    .web-empty blockquote p{
        font-size: 0.8rem;
    }
    .web-empty .btn-list .btn{
        font-size: 0.9rem;
        height: 2.2rem;
    }
}
