.authority-popup-wrap {
    ::v-deep .u-drawer-content {
        left: 30upx !important;
        right: 30upx !important;
    }
}

.authority-popup {
    &__title {
        padding: 100upx 0 0;
        text-align: center;
        font-size: 40upx;
        font-weight: bold;
        color: #222222;
    }
    &__content {
        font-size: 28upx;
        font-weight: 500;
        color: #666666;
        line-height: 40upx;
        padding: 60upx 74upx 100upx;
    }
    &__footer {
        padding: 0 40upx 30upx;
    }
}