.toastr-center {
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: auto !important;
    text-align: center;
}
/* 隐藏图标 */
.toastr-success .toastr-icon,
.toastr-info .toastr-icon,
.toastr-warning .toastr-icon,
.toastr-error .toastr-icon {
    display: none;
}
#toast-container>.toast-info{
    background-image:none!important;
}
#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 10px;
    width: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: .9;
}
.add_page_no-select {
    user-select: none;
}