.v-confirm {
    &-title {
        width: 100%;
        font-size: 18px;
        padding: 30px 0 20px;
        text-align: center;
        font-weight: 700;
    }
    &-content{
        padding: 0 20px 30px;
        font-size: 14px;
        line-height: 1.5;
        text-align:center;
    }
    &-button-box {
        border-top: 0.5px solid rgba(0, 0, 0, 0.10);
        display: flex;
        position: relative;
        padding: 2px 0;
        border-radius: 0 0 8px 8px;
        overflow:hidden;
        i {
            position: absolute;
            top: 12px;
            left: 50%;
            width: 1px;
            height: 30px;
            background-color: rgba(0, 0, 0, 0.10);
        }
        a,
        button {
            flex: 1;
            height: 50px;
            line-height: 28px;

            &:nth-of-type(1) {
                color: @gray;
            }
        }
    }
}